Bug#302836: zaptel-source: Makefile patch to build zaphfc.o for 2.4 kernels

2005-06-13 Thread Christoph Lukas
Package: zaptel-source
Version: 1:1.0.7-4.1
Followup-For: Bug #302836

Hi,

attached you will find a simple patch to get the zaphfc module built for
2.4 kernels.

Regards,
Christoph

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages zaptel-source depends on:
ii  bzip2 1.0.2-7high-quality block-sorting file co
ii  debhelper 4.2.32 helper programs for debian/rules
ii  module-assistant  0.9tool to make module package creati

-- no debconf information
--- modules/zaptel.orig/Makefile2005-05-22 11:58:15.0 +0200
+++ modules/zaptel/Makefile 2005-06-12 20:07:02.0 +0200
@@ -66,6 +66,7 @@
 LIBTONEZONESHORT=$(shell echo $(LIBTONEZONE) | sed -e 's/\.[0-9]\+$$//' )
 MODULES=zaptel tor2 torisa wcusb wcfxo wcfxs \
ztdynamic ztd-eth wct1xxp wct4xxp wcte11xp # ztdummy
+MODULES+=zaphfc/zaphfc
 #MODULES+=wcfxsusb
 
 MODULESO=$(shell for x in $(MODULES); do echo "$$x.o "; done )
@@ -120,6 +121,9 @@
 zaptel.o: zaptel.c zaptel.h digits.h arith.h sec.h mec.h sec-2.h mec2.h mec3.h 
zconfig.h
$(HOSTCC) $(KFLAGS) -c zaptel.c
 
+zaphfc/zaphfc.o: zaphfc/zaphfc.c zaphfc/zaphfc.h
+   make -C $(KSRC) SUBDIRS="$(PWD)/zaphfc"
+
 torisa.o: torisa.c zaptel.h torisa.h
$(HOSTCC) $(KFLAGS) -c torisa.c
 


Bug#272619: jack: dies with most rips

2005-06-13 Thread Martin Michlmayr
* Adam Kessel <[EMAIL PROTECTED]> [2005-06-12 21:15]:
> Sorry, I switched to grip for a while. Give me a few days to see if I can
> replicate this with jack--I can tell you that when this was happening
> cdparanoia ran fine apart from jack.

jack calls cdparanoia with the --abort-on-skip option which stops when
errors are found.  Can you try with this option?
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#313338: kernel-package: Spelling error in rules file

2005-06-13 Thread Aaron Howell
Package: kernel-package
Version: 9.001
Severity: minor

On line 1653 of /usr/share/kernel-package/rules: the word this is misspelled as 
tihs.


-- System Information:
Debian Release: testing/unstable
  APT prefers experimental
  APT policy: (1000, 'experimental'), (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)

Versions of packages kernel-package depends on:
ii  dpkg  1.13.8 Package maintenance system for Deb
ii  dpkg-dev  1.13.8 Package building tools for Debian
ii  gcc [c-compiler]  4:3.3.5-3  The GNU C compiler
ii  gcc-3.3 [c-compiler]  1:3.3.6-6  The GNU C compiler
ii  make  3.80-9 The GNU version of the "make" util
ii  perl  5.8.7-3Larry Wall's Practical Extraction 

-- no debconf information


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



Bug#313339: debhelper: dh_link doesn't create a relative link when lintian says it should

2005-06-13 Thread Andrew Pollock
Package: debhelper
Version: 4.2.32
Severity: normal

Hi Joey,

I'm fiddling with dhcp3, and I changed the 

ln -s /sbin/dhclient3 $(DESTDIR)/sbin/dhclient

invocation in debian/rules to 

dh_link sbin/dhclient3 sbin/dhclient

however Lintian is still barfing about there being an absolute link when
it should be relative, which seems contrary to how the manpage for
dh_link says it should behave.

regards

Andrew

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

Versions of packages debhelper depends on:
ii  binutils  2.15-6 The GNU assembler, linker and bina
ii  coreutils [fileutils] 5.2.1-2The GNU core utilities
ii  debconf-utils 1.4.30.13  debconf utilities
ii  dpkg-dev  1.10.28Package building tools for Debian
ii  file  4.12-1 Determines file type using "magic"
ii  fileutils 5.2.1-2The GNU file management utilities 
ii  html2text 1.3.2a-2   An advanced HTML to text converter
ii  perl  5.8.4-8Larry Wall's Practical Extraction 
ii  po-debconf0.8.23 manage translated Debconf template

-- no debconf information


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



Bug#313340: Support to debug cross-compiled applications

2005-06-13 Thread Raphael Bossek

Package: gdb
Version: 6.3-6
Severity: wishlist

This patch against 6.3-6 allow to debug cross-compiled applications
using GDB. To create a cross-gdb please apply this patch and set
the TARGET environment variable to your desired architecture. In this
example we create a powerpc-linux-gdb application:

$ apt-get source gdb
$ cd gdb-6.3
$ patch -p1 < ../gdb-6.3-6.cross-patch-20050613.diff
$ TARGET=powerpc dpkg-buildpackage -rfakeroot -uc -us

After the successful build you get a package called
gdb-powerpc-linux_6.3-6_i386.deb on i386. Install it first:

# dpkg -i gdb-powerpc-linux_6.3-6_i386.deb

Now we can start the new debugger:

$ GNU gdb 6.3-debian
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain 
conditions.

Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "--host=i386-linux --target=powerpc-linux".
(gdb)

A new configuration variable is introduced with this patch called
"solib-crossdir":

(gdb) show solib-crossdir
The base directory for cross libraries is "/usr/powerpc-linux".
(gdb)

This configuration variable is set by default to the dpkg-cross's
default directory where cross files are found. For libraries it is
/usr/powerpc-linux/lib for PowerPC cross-debugger.

--
Raphael Bossek
diff -Nru gdb-6.3/debian/control.in gdb-6.3.cross/debian/control.in
--- gdb-6.3/debian/control.in	2005-06-13 08:54:58.505776632 +0200
+++ gdb-6.3.cross/debian/control.in	2005-06-13 08:54:32.970658560 +0200
@@ -1,17 +1,17 @@
 Source: gdb
-Maintainer: Daniel Jacobowitz <[EMAIL PROTECTED]>
+Maintainer: @MAINTAINER@
 Section: devel
 Priority: standard
 Standards-Version: 3.5.3
 Build-Depends: autoconf, libtool, texinfo (>= 4.7-2.2), tetex-bin, libncurses5-dev, libreadline4-dev (>= 4.2a-1), bison, gettext, debhelper (>= 4.1.46), dejagnu, gcj [!mips !mipsel], gobjc, mig [EMAIL PROTECTED]@], cdbs (>= 0.4.17), quilt (>= 0.30-1), libkvm-dev [EMAIL PROTECTED]@], type-handling (>= 0.2.1), libunwind7-dev [ia64], flex | flex-old
 
-Package: gdb
+Package: [EMAIL PROTECTED]@
 Architecture: any
 Section: devel
 Depends: ${shlibs:Depends}
 Conflicts: gdb-arm
-Replaces: gdb-arm, insight (<< 6.1+cvs.2004.04.07-1)
-Description: The GNU Debugger
+Replaces: gdb-arm, [EMAIL PROTECTED]@ (<< 6.1+cvs.2004.04.07-1)
+Description: The GNU [EMAIL PROTECTED]@
  GDB is a source-level debugger, capable of breaking programs at
  any specific line, displaying variable values, and determining
  where errors occurred. Currently, it works for C, C++, Fortran
diff -Nru gdb-6.3/debian/gdb.menu.in gdb-6.3.cross/debian/gdb.menu.in
--- gdb-6.3/debian/gdb.menu.in	1970-01-01 01:00:00.0 +0100
+++ gdb-6.3.cross/debian/gdb.menu.in	2005-06-13 08:54:33.685549880 +0200
@@ -0,0 +1,3 @@
+?package(gdb):needs="text" title="[EMAIL PROTECTED]@" section="Apps/Programming"\
+	hints="Debuggers" command="/usr/bin/@[EMAIL PROTECTED]"
+
diff -Nru gdb-6.3/debian/rules gdb-6.3.cross/debian/rules
--- gdb-6.3/debian/rules	2005-06-13 08:54:58.505776632 +0200
+++ gdb-6.3.cross/debian/rules	2005-06-13 08:54:33.687549576 +0200
@@ -22,8 +22,39 @@
 DEB_HOST_GNU_CPU := $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
 DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 
-run_tests := yes
-run_thread_tests := yes
+DEB_TARGET_ARCH		:= $(shell dpkg-architecture -f \
+			-a$(TARGET) -qDEB_HOST_ARCH 2>/dev/null)
+DEB_TARGET_GNU_CPU	:= $(shell dpkg-architecture -f \
+			-a$(DEB_TARGET_ARCH) -qDEB_HOST_GNU_CPU 2>/dev/null)
+DEB_TARGET_GNU_SYSTEM	:= $(shell dpkg-architecture -f \
+			-a$(DEB_TARGET_ARCH) -qDEB_HOST_GNU_SYSTEM 2>/dev/null)
+DEB_TARGET_GNU_TYPE	:= $(shell dpkg-architecture -f \
+			-a$(DEB_TARGET_ARCH) -qDEB_HOST_GNU_TYPE 2>/dev/null)
+
+ifneq ($(DEB_HOST_ARCH),$(DEB_TARGET_ARCH))
+  DEB_CROSS = yes
+  # TP: Target Prefix. Used primarily as a prefix for cross tool
+  # names (e.g. powerpc-linux-gcc).
+  # TS: Target Suffix. Used primarily at the end of cross compiler
+  # package names (e.g. gcc-powerpc).
+  # LS: Library Suffix. Used primarily at the end of cross compiler
+  # library package names (e.g. libgcc-powerpc-cross).
+  DEB_TARGET_ALIAS ?= $(DEB_TARGET_GNU_TYPE)
+  TP = $(DEB_TARGET_GNU_TYPE)-
+  TS = -$(DEB_TARGET_ALIAS)
+  LS = -$(DEB_TARGET_ARCH)-cross
+  MAINTAINER = Raphael Bossek <[EMAIL PROTECTED]>
+else
+  MAINTAINER = Daniel Jacobowitz <[EMAIL PROTECTED]>
+endif
+
+ifneq ($(DEB_CROSS),yes)
+  run_tests := yes
+  run_thread_tests := yes
+else
+  run_tests := no
+  run_thread_tests := no
+endif
 
 ifneq ($(DEB_HOST_GNU_SYSTEM),linux)
   run_tests := no
@@ -33,22 +64,33 @@
   run_tests := no
 endif
 
-ifeq ($(DEB_HOST_GNU_CPU),i

Bug#313342: dh_strip fix for shared library sym-links in *-dbg packages

2005-06-13 Thread Raphael Bossek

Package: debhelper
Version: 4.2.36

Creating -dbg packages using dh_strip --dbg-package= result in packages
where for shared libraries symbolic liks are missing. These sym-links
are missing for the case where the SONAME of the shared library does not
match the filename:

SONAME libxerces-c.so.1.7
FILE   libxerces-c.so.1.7.0

In this case a symlink exists called (/usr/lib):

SYMLINK libxerces-c.so.1.7 -> libxerces-c.so.1.7.0

It is mandatory to copy this sym-link to the -dbg package to. Please
apply this patch to make this step happen.

--
Raphael Bossek
diff -Nru debhelper-4.2.36/debian/changelog debhelper-4.2.36.1/debian/changelog
--- debhelper-4.2.36/debian/changelog	2005-05-08 19:02:24.0 +0200
+++ debhelper-4.2.36.1/debian/changelog	2005-06-07 16:18:55.0 +0200
@@ -1,3 +1,9 @@
+debhelper (4.2.36.1) experimental; urgency=low
+
+  * Fixed dh_strip --dbg-package to handle sym-links for shared libraries.
+
+ -- Raphael Bossek <[EMAIL PROTECTED]>  Tue,  7 Jun 2005 16:18:46 +0200
+
 debhelper (4.2.36) unstable; urgency=low
 
   * Spanish translation update for dh_installdebconf(1).
diff -Nru debhelper-4.2.36/dh_strip debhelper-4.2.36.1/dh_strip
--- debhelper-4.2.36/dh_strip	2005-04-22 17:36:48.0 +0200
+++ debhelper-4.2.36.1/dh_strip	2005-06-08 17:39:03.0 +0200
@@ -102,11 +102,11 @@
 }
 
 # Check if a file is an elf binary, shared library, or static library,
-# for use by File::Find. It'll fill the following 3 arrays with anything
+# for use by File::Find. It'll fill the following 4 arrays with anything
 # it finds:
-my (@shared_libs, @executables, @static_libs);
+my (@shared_libs, @executables, @static_libs, @symlinks);
 sub testfile {
-	return if -l $_ or -d $_; # Skip directories and symlinks always.
+	return if -d $_; # Skip directories
 	
 	# See if we were asked to exclude this file.
 	# Note that we have to test on the full filename, including directory.
@@ -120,6 +120,10 @@
 
 	# Does its filename look like a shared library?
 	if (m/.*\.so.*?/) {
+		if (-l $_) {
+			push @symlinks, $fn;
+			return;
+		}
 		# Ok, do the expensive test.
 		my $type=get_file_type($_);
 		if ($type=~m/.*ELF.*shared.*/) {
@@ -127,7 +131,10 @@
 			return;
 		}
 	}
-	
+
+	# We do not expect any symlink otherwise.
+	return if -l $_;
+
 	# Is it executable? -x isn't good enough, so we need to use stat.
 	my (undef,undef,$mode,undef)=stat(_);
 	if ($mode & 0111) {
@@ -162,9 +169,14 @@
 	if (! -d $debug_dir) {
 		doit("install", "-d", $debug_dir);
 	}
-	doit("objcopy", "--only-keep-debug", $file, $debug_path);
-	# No reason for this to be executable.
-	doit("chmod", 644, $debug_path);
+	if (-l $file) {
+		doit("cp","-d",$file,$debug_path);
+	}
+	else {
+		doit("objcopy", "--only-keep-debug", $file, $debug_path);
+		# No reason for this to be executable.
+		doit("chmod", 644, $debug_path);
+	}
 	return $debug_path;
 }
 
@@ -207,6 +219,12 @@
 	foreach (@static_libs) {
 		doit("strip","--strip-debug",$_);
 	}
+
+	if ($keep_debug) {
+		foreach (@symlinks) {
+			make_debug($_, $tmp, $debugtmp);
+		}
+	}
 }
 
 =head1 SEE ALSO


Bug#313341: Remove renaming cruft from preinst

2005-06-13 Thread Thomas Hood
Package: apmd
Version: 3.2.2-3
Severity: minor

In response to Bill Allombert's plea in
http://lists.debian.org/debian-devel-announce/2005/06/msg6.html
that packages handle conffile renames more carefully I have looked
at the preinsts of packages I have worked on in the past.  I think
that apmd.preinst can probably be eliminated now (assuming that we
only support upgrades from sarge or later from now on).


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

Versions of packages apmd depends on:
ii  debconf 1.4.32   Debian configuration management sy
ii  libapm1 3.2.2-3  Library for interacting with APM d
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  powermgmt-base  1.22 Common utils and configs for power

-- debconf information:
  apmd/overwrite-config-file: true
  apmd/hdparm-removed:
  apmd/suspend-on-ac: true


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



Bug#312897: ITP: texlive -- The TeXlive system packaged for debian

2005-06-13 Thread frank
Christoph Berg <[EMAIL PROTECTED]> wrote:

> Re: Norbert Preining in <[EMAIL PROTECTED]>
>> * Package name: texlive
>>   Description : The TeXlive system packaged for debian
>> 
>> TeX Live is an easy way to get up and running with TeX. It includes all
>> major freely-available TeX-related programs, macro packages, and fonts,
>> including support for many languages around the world.
>
> The website looks like that's a "live" tex CD. What's the difference
> to a normal "apt-get install tetex-extra" installation on Debian?

Let me add some comments from my point of view (Debian teTeX
maintainer).  There is a significant difference between texlive and
teTeX, and I think that Debian users, as well as developers, will
benefit from texlive being packaged.

First of all, texlive is much more comprehensive than teTeX, it contains
virtually the complete CTAN archive as far as the software is DFSG-free
(yes, the texlive team specifically uses the DFSG), whereas teTeX
contains only a subset of the more popular - or more traditional, in
some cases - (La)TeX packages.  

Second, texlive has a very elaborate structure of subpackages that allow
to install exactly what you need, whereas teTeX is one monolithic piece
of data, and has been split into -bin, -base, -extra, and -doc only by
the Debian maintainers.  And this splitting is by no means satisfying;
people always asked for finer splitting, but this is hard to do, and in
fact parts of -extra should be put back into -base because they belong
to a LaTeX Base Distribution.

Finally, texlive has a promised, and, as far as I know, always fulfilled
release schedule of "once per year", whereas teTeX is released not only
"when it is ready", but also "when the upstream author has time and
thinks it is necessary".

Taking things together, I think that texlive will be the much better
choice for users who install a TeX system on their home box to actually
write LaTeX (or ConTeXt) documents, and who perhaps use testing,
anyway.  On the other hand, an admin on a multi-user box might better
stick to teTeX, and specifically for the buildd's teTeX will provide a
more conservative environment.

This point is particularly important from my point of view.  teTeX 3.0
came out in February this year, and we were never sure whether we should
try to put it into sarge: Uploading it (or the release candidates) to
unstable during the past year would have caused havoc for the buildd's,
I'm sure, revealing tons of RC bugs in package documentation and
documentation systems.  On the other hand, teTeX 2.0 from 2003 is pretty
useless for users who expect support from the LaTeX community, or for
LaTeX developers - and this is going to get worse during the lifetime of
sarge.

If we had texlive in Debian, there wouldn't be such pressure.  teTeX
would be updated to the current version shortly after a release, and
then would stick to that upstream version no matter what happened until
the next release.  And the buildds and package maintainers would be happy.

Regards, Frank

P.S. please Cc me on replies, I'm not subscribed to -devel currently.
-- 
Frank Küster
Inst. f. Biochemie der Univ. Zürich
Debian Developer




Bug#313343: INTL:vi

2005-06-13 Thread Clytie Siddall

Package: circuslinux
Version: 1.0.3-12
Severity: minor
Tags: l10n, patch

The Vietnamese translation for debconf: circuslinux


vi.po
Description: Binary data



translated and submitted by:

Clytie Siddall, Vietnamese localization team / nhóm Việt hóa

our mailing list / hộp thư chung của nhóm chúng tôi:

[EMAIL PROTECTED]


Bug#313344: INTL:vi

2005-06-13 Thread Clytie Siddall

Package: chastity-list
Version: 0.5.20020928-8.1
Severity: minor
Tags: l10n, patch

The Vietnamese translation for debconf: chastity-list


vi.po
Description: Binary data



translated and submitted by:

Clytie Siddall, Vietnamese localization team / nhóm Việt hóa

our mailing list / hộp thư chung của nhóm chúng tôi:

[EMAIL PROTECTED]


Bug#311604: cpufrequtils: setting the govenor

2005-06-13 Thread David Schmitt
Package: cpufrequtils
Version: 0.3-1
Followup-For: Bug #311604

Hi!

Attached, see two little scripts to put into /etc/acpi/events/cpufreq and
/etc/acpi/cpufreq.sh respectivly to set the govenor to
powersave/performance when the ac_adapter gets un-/plugged.

Regards, David


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

Versions of packages cpufrequtils depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libcpufreq0 0.3-1shared library to deal with the cp

-- no debconf information
event=ac_adapter
action=/etc/acpi/cpufreq.sh

#/bin/bash

GOVENOR=ondemand

echo -n "Setting cpufreq govenor: "
if grep -q on-line /proc/acpi/ac_adapter/*/state ; then
GOVENOR=performance
else
GOVENOR=powersave
fi

echo -n $GOVENOR
modprobe cpufreq_$GOVENOR
cpufreq-set -g $GOVENOR
echo "."



Bug#80878: We guarantee 100% authentic software.

2005-06-13 Thread Doll

Software paradise.
http://wovd.ovs3rn6z3yodl7o.wornilai.com




Diligence is the mother of good luck.  
The world is round; it has no point. 





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



Bug#206364: Welcome to VIP Quality Software.

2005-06-13 Thread Moses
Photoshop, Windows, Office. CHEAP. 
http://mvfmu.jq5gmi1uyt18g21.homohedralhj.com





It is not every question that deserves an answer.
Never promise more than you can perform.  





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



Bug#141576: GET CD AND DOWNLOADS, all software under $99-$15

2005-06-13 Thread Dicky

GET CD AND DOWNLOADS, all software under $99-$15
http://htoifmf.ls70oklwidlaim3.cahowci.com




Discretion is knowing how to hide that which we cannot remedy.  
Hope is a waking dream.





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



Bug#313345: gaim: Segfaults on start

2005-06-13 Thread Jacob Sparre Andersen
Package: gaim
Version: 1:1.3.1-1
Severity: normal


Gaim segfaults with the following message, when I try to start it:

[ 9:42] hugin.crs4.it:% gaim
Gaim has segfaulted and attempted to dump a core file.
This is a bug in the software and has happened through
no fault of your own.

It is possible that this bug is already fixed in CVS.
If you can reproduce the crash, please notify the gaim
maintainers by reporting a bug at
http://gaim.sourceforge.net/bug.php

Please make sure to specify what you were doing at the time,
and post the backtrace from the core file. If you do not know
how to get the backtrace, please get instructions at
http://gaim.sourceforge.net/gdb.php. If you need further
assistance, please IM either RobFlynn or SeanEgn and
they can help you.
zsh: abort  gaim
[ 9:43] hugin.crs4.it:% 

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-powerpc
Locale: LANG=fo_FO.ISO8859-1, LC_CTYPE=fo_FO.ISO8859-1 (charmap=ISO-8859-1)

Versions of packages gaim depends on:
ii  gaim-data  1:1.3.1-1 multi-protocol instant messaging c
ii  libao2 0.8.6-1   Cross Platform Audio Output Librar
ii  libaspell150.60.2+20050121-3 The GNU Aspell spell-checker runti
ii  libatk1.0-01.10.1-2  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libc6  2.3.2.ds1-22  GNU C Library: Shared libraries an
ii  libgcrypt111.2.0-11.1LGPL Crypto library - runtime libr
ii  libglib2.0-0   2.6.4-1   The GLib library of C routines
ii  libgnutls111.0.16-13.1   GNU TLS library - runtime library
ii  libgtk2.0-02.6.7-2   The GTK+ graphical user interface 
ii  libgtkspell0   2.0.10-2  a spell-checking addon for GTK's T
ii  libice64.3.0.dfsg.1-14   Inter-Client Exchange library
ii  libpango1.0-0  1.8.1-1   Layout and rendering of internatio
ii  libsm6 4.3.0.dfsg.1-14   X Window System Session Management
ii  libstartup-notificatio 0.8-1 library for program launch feedbac
ii  libx11-6   4.3.0.dfsg.1-14   X Window System protocol client li
ii  libxext6   4.3.0.dfsg.1-14   X Window System miscellaneous exte
ii  xlibs  4.3.0.dfsg.1-14   X Keyboard Extension (XKB) configu

-- no debconf information


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



Bug#313346: gtranslator: allow arbitrary translation teams

2005-06-13 Thread Michael Piefel
Package: gtranslator
Version: 1.1.6-1
Severity: wishlist

Just tried out gtranslator for the first time. It doesn’t seem to allow
arbitrary translation teams, but only one out of its list. While this
list seems quite comprehensive, there may always be new entries or
‘independent’ translation teams.

BTW: Leaving the config option empty results in a translation team entry
in the resultung po which is not touched by the program. That is fine
and a good workaround. Thus the severity of this bug is quite low.

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

Versions of packages gtranslator depends on:
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libaspell150.60.2+20050121-3 The GNU Aspell spell-checker runti
ii  libatk1.0-01.8.0-4   The ATK accessibility toolkit
ii  libbonobo2-0   2.8.1-2   Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.8.1-2   The Bonobo UI library
ii  libc6  2.3.2.ds1-22  GNU C Library: Shared libraries an
ii  libgconf2-42.8.1-6   GNOME configuration database syste
ii  libglib2.0-0   2.6.4-1   The GLib library of C routines
ii  libgnome2-02.8.1-2   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.8.0-1   A powerful object-oriented display
ii  libgnomeui-0   2.8.1-3   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.8.4-4   The GNOME virtual file-system libr
ii  libgtk2.0-02.6.4-3   The GTK+ graphical user interface 
ii  libgtkspell0   2.0.10-2  a spell-checking addon for GTK's T
ii  libice64.3.0.dfsg.1-14   Inter-Client Exchange library
ii  liborbit2  1:2.12.2-1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.8.1-1   Layout and rendering of internatio
ii  libpopt0   1.7-5 lib for parsing cmdline parameters
ii  libsm6 4.3.0.dfsg.1-14   X Window System Session Management
ii  libxml22.6.16-7  GNOME XML library
ii  xlibs  4.3.0.dfsg.1-14   X Keyboard Extension (XKB) configu
ii  zlib1g 1:1.2.2-4 compression library - runtime

-- no debconf information



Bug#131148: Quality software for less.

2005-06-13 Thread Stephen

All main products from Microsoft, Adobe, Macromedia, Corel, etc.
http://uig.6ds39n6h3god37o.cahowci.com




Behind the phony tinsel of Hollywood lies the real tinsel.   
Can I ever know you Or you know me?





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



Bug#85591: Offering bargains up to 50% off software.

2005-06-13 Thread Antoinette

Software distribution.
http://ftgtd.elitzde7toelbxe.homohedralhj.com




All appears to change when we change.  
Christianity might be a good thing if anyone ever tried it.  





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



Bug#20977: GET latest softwares, 99% savings.

2005-06-13 Thread Dennis

Get discounted OEM software from Online Store!
http://dmi.6vsl95oh3g6d3po.honeyedlyfm.com




If we were the Monkees, we'd be ready by now.   
No government can be long secure without formidable opposition.





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



Bug#229757: Get software cds and download under $15-$99

2005-06-13 Thread Cyril

Any Software just in under $15-$99, Xp-adobe etc
http://qssv.5u9kqm5ykx5c26n.homohedralhj.com




The inner fire is the most important thing mankind possesses.   
To want to be what one can be is purpose in life. 





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



Bug#85088: Get latest version, cds and download under $99

2005-06-13 Thread Matthias
Software by the original manufacturer&at generic prices& 
http://bqdd.e3ithdwpt6wlbxw.cahowci.com





The extreme limit of wisdom-- that is what the public calls madness. 
Successful people breed success. 





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



Bug#94164: Rock bottom prices on top selling titles!

2005-06-13 Thread Hope

Full version of the software.
http://ovz.2roz5j2vhuk9hlk.honeyedlyfm.com




The more you sweat in peace, the less you bleed in war. 
Beauty in things exist in the mind which contemplates them.   





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



Bug#94197: Super software, swell prices, splendid service.

2005-06-13 Thread Robert

Top software brands and independece you can trust.
http://lwinp.el0thde7t6eltfe.homohedralhj.com




Trust thyself only, and another shall not betray thee.
A financier is a pawnbroker with imagination.  





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



Bug#94175: Microsoft Localized Software.

2005-06-13 Thread Tobias
Want to learn how to build your own website? 
http://weky.nurk84ny2fnc2o5.homohedralhj.com





I am not bound to please thee with my answers.   
A man cannot be too careful in the choice of his enemies. 





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



Bug#89523: Let your child grow with the best software...

2005-06-13 Thread Florence

Personalising technology solutions.
http://zcli.9ydouq9koj9y6a9.honeyedlyfm.com




I'm right and everybody else is wrong! See, now everyone's happy!  
I don't believe in God but I'm very interested in her.  





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



Bug#86138: Software protection computer security.

2005-06-13 Thread Martha

Quality software at low prices - on time and hassle free.
http://ftgtd.elitzde7toelbxe.homohedralhj.com




Politics, n. Strife of interests masquerading as a contest of principles.  
Patience is the companion of wisdom.   





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



Bug#75181: Three steps to the software you need at the prices you want

2005-06-13 Thread Reg
Photos, drawings, graphics...learn to create them...then share them all... 
http://ngsy.sze7v9al7kaz7ta.honeyedlyfm.com





Life being what it is, one dreams of revenge.
If a thing goes without saying -- let it.





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



Bug#70572: Bring on the best software...at the most reasonable prices!

2005-06-13 Thread Flo
What IS OEM software and why do you care? 
http://pgnwzv.k9oznj2dhc29zl2.honeyedlyfm.com





The law must be stable, but it must not stand still.  
No machine can replace the human spark: spirit, compassion, love and understanding. 





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



Bug#70001: Software for System Builders, Resellers, and Hardware Purchasers Only.

2005-06-13 Thread Nance
Software taking a bite out of your budget? Try OEM! 
http://jch.rydou8rk6j9y6a9.cahowci.com





A cheerful look brings joy to the heart. 
A man's library is a sort of harem. 





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



Bug#51909: Software suites.

2005-06-13 Thread Josephine
Don't be a fuddy-duddy...use the software everyone's using... 
http://ohou.e30bzdw7t6wltxe.honeyedlyfm.com





We learn the rope of life by untying its knots.   
For what is liberty but the unhampered translation of will into act? 





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



Bug#51446: Three steps to the software you need at the prices you want

2005-06-13 Thread Nina
Can't draw a straight line? Well...now you can! 
http://xyrgtd.pwtms6p0mz7emqp.honeyedlyfm.com





With just enough of learning to misquote.  
If a child lives with approval, he learns to live with himself. 





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



Bug#308292: gv: example problem file (url inside)

2005-06-13 Thread Toni Mueller
Followup-For: Bug #308292
Package: gv
Version: 1:3.6.1-11

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


Hello,

this file is one example of a file which can't be viewed using gv:

http://files.horvath.com/CookieApron.pdf


Best,
--Toni++


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

Versions of packages gv depends on:
ii  gs   8.01-5  Transitional package
ii  gs-esp [gs]  7.07.1-9The Ghostscript PostScript interpr
ii  gs-gpl [gs]  8.01-5  The GPL Ghostscript PostScript int
ii  libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii  libice6  4.3.0.dfsg.1-14 Inter-Client Exchange library
ii  libsm6   4.3.0.dfsg.1-14 X Window System Session Management
ii  libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-14 X Window System miscellaneous exte
ii  libxmu6  4.3.0.dfsg.1-14 X Window System miscellaneous util
ii  libxpm4  4.3.0.dfsg.1-14 X pixmap library
ii  libxt6   4.3.0.dfsg.1-14 X Toolkit Intrinsics
ii  xaw3dg   1.5+E-8 Xaw3d widget set
ii  xlibs4.3.0.dfsg.1-13 X Keyboard Extension (XKB) configu

-- no debconf information


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



Bug#270890: dhclient 3 starts eth0 when given eth1 on command line

2005-06-13 Thread Andrew Pollock
tags 270890 + moreinfo
thanks

Hi Tim,

Could you possibly send your entire dhclient.conf?

I've just tried adding 

interface "eth0" {
send host-name "eth0";
}

interface "eth1" {
send host-name "eth1";
}

and I get a lot of complaints from dhclient (3.0.2) about the config
file being invalid.

regards

Andrew

On Thu, Sep 09, 2004 at 03:07:08PM -0500, Tim Riker wrote:
> Subject: dhcp3-client: bug
> Package: dhcp3-client
> Version: 3.0.1-1
> Severity: important
> 
> debian kernel:
> 
> [EMAIL PROTECTED]:~# uname -a
> Linux cn014a0868018l1 2.6.8-1-686 #1 Sat Aug 28 14:11:39 EDT 2004 i686 
> GNU/Linux
> 
> kernel-image-2.6.8-1-686  2.6.8-2
> 
> dhclient version:
> 
> [EMAIL PROTECTED]:~$ dhclient --help
> Internet Systems Consortium DHCP Client V3.0.1
> Copyright 2004 Internet Systems Consortium.
> All rights reserved.
> 
> My host has both wifi (eth1) and 100bT (eth0) interfaces. I need to 
> specify a different hostname when making requests on each interface so I 
> have:
> 
> interface "eth0" {
>   send host-name "cn014a0868018l1-eth0";
> }
> 
> interface "eth1" {
>   send host-name "cn014a0868018l1-eth1";
> }
> 
> in my /etc/dhcp3/dhclient.conf
> 
> If I leave these enabled and run:
> 
> [EMAIL PROTECTED]:~# dhclient eth1
> Internet Systems Consortium DHCP Client V3.0.1
> Copyright 2004 Internet Systems Consortium.
> All rights reserved.
> For info, please visit http://www.isc.org/products/DHCP
> 
> wifi0: unknown hardware address type 801
> sit0: unknown hardware address type 776
> wifi0: unknown hardware address type 801
> sit0: unknown hardware address type 776
> Listening on LPF/eth0/00:08:74:97:c9:9e
> Sending on   LPF/eth0/00:08:74:97:c9:9e
> Listening on LPF/eth1/00:0b:fd:f8:b4:da
> Sending on   LPF/eth1/00:0b:fd:f8:b4:da
> Sending on   Socket/fallback
> DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
> DHCPOFFER from 156.117.114.4
> DHCPREQUEST on eth0 to 255.255.255.255 port 67
> DHCPACK from 156.117.114.3
> bound to 156.117.114.96 -- renewal in 140123 seconds.
> 
> So dhclient is requesting eth0 even though I gave it eth1 on the command 
> line. If I remove the interface sections it behaves as expected. The man 
> page for dhclient.conf states that only matching interface configuration 
> will be used.
> 
> -- System Information:
> Debian Release: 3.1
>   APT prefers unstable
>   APT policy: (500, 'unstable')
> Architecture: i386 (i686)
> Kernel: Linux 2.6.8-1-686
> Locale: LANG=C, LC_CTYPE=C
> 
> Versions of packages dhcp3-client depends on:
> ii  debconf   1.4.30   Debian configuration management sy
> ii  debianutils   2.8.4Miscellaneous utilities specific t
> ii  dhcp3-common  3.0.1-1  Common files used by all the dhcp3
> ii  libc6 2.3.2.ds1-16 GNU C Library: Shared libraries an
> -- 
> Tim Riker - http://rikers.org/ - [EMAIL PROTECTED]
> Linux Technologist - [EMAIL PROTECTED] - http://www.TI.com/
> BZFlag maintainer - http://BZFlag.org/ - for fun!
> 
> 


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



Bug#74672: Any Software just in under $15-$99, Xp-adobe etc

2005-06-13 Thread Gwendolyn

Only our software is guaranteed 100% legal.
http://ngsy.sze7v9al7kaz7ta.honeyedlyfm.com




One of the secrets of a happy life is continuous small treats. 
Brutality creates respect.  





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



Bug#55364: We guarantee 100% authentic software.

2005-06-13 Thread Cyril

No need to pay more - cheapest OEM online.
http://bces.6da39n6hlyod376.honeyedlyfm.com




You either have to be first, best or different.
Maybe someday I'll be able to shoot a film I'm proud of. 





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



Bug#313349: Please provide python2.4-crypto

2005-06-13 Thread Tommi Virtanen
Package: python-crypto
Version: 2.0+dp1-2
Severity: wishlist

Hi. I'm preparing twisted 2.0 debs, and parts of twisted depend
on pythonX.Y-crypto. I'd like to provide debs for python2.4, but
can't really do that before python2.4-crypto is available. Could
you please add support for 2.4 to pycrypto debs?


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



Bug#313348: pilot-link: memos -s . -f MemoDB.pdb fails to create directories as needed

2005-06-13 Thread Daniel Webb
Subject: pilot-link: memos -s . -f MemoDB.pdb fails to create directories as 
needed
Package: pilot-link
Version: 0.11.8-10
Severity: normal

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

I'm not sure if this is a bug in the program or the documentation.

I take the documentation to mean that:

memos -s . -f MemoDB.pdb

should create a directory for each category in the memos, but I get
this:

>memos -s . -f MemoDB.pdb
(null): can't open file "./Personal/This palm pilot is owned by:" for
writing
---
>mkdir Personal
---
>memos -s . -f MemoDB.pdb
(null): can't open file "./Misc/2600 stuff" for writing
---

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.22-xfs
Locale: LANG=C, LC_CTYPE=C

Versions of packages pilot-link depends on:
ii  debconf 1.4.30.8 Debian configuration management sy
ii  libc6   2.3.2.ds1-18 GNU C Library: Shared libraries an
ii  libncurses5 5.4-4Shared libraries for terminal hand
ii  libpisock8  0.11.8-10Library for communicating with a P
ii  libpng12-0  1.2.8rel-1   PNG library - runtime
ii  libreadline44.3-11   GNU readline and history libraries

-- debconf information:
  shared/pilot/create-link: true
* shared/pilot/port: ttyS0


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



Bug#305741: gaim: Over-critical spell-checker

2005-06-13 Thread Jacob Sparre Andersen
Package: gaim
Version: 1:1.3.1-1
Followup-For: Bug #305741


I have had the opposite problem of Thomas.  Every word longer than two
letters was underlined (by the previous version of Gaim - the current
one crashes when I try to start it).

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-powerpc
Locale: LANG=fo_FO.ISO8859-1, LC_CTYPE=fo_FO.ISO8859-1 (charmap=ISO-8859-1)

Versions of packages gaim depends on:
ii  gaim-data  1:1.3.1-1 multi-protocol instant messaging c
ii  libao2 0.8.6-1   Cross Platform Audio Output Librar
ii  libaspell150.60.2+20050121-3 The GNU Aspell spell-checker runti
ii  libatk1.0-01.10.1-2  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libc6  2.3.2.ds1-22  GNU C Library: Shared libraries an
ii  libgcrypt111.2.0-11.1LGPL Crypto library - runtime libr
ii  libglib2.0-0   2.6.5-1   The GLib library of C routines
ii  libgnutls111.0.16-13.1   GNU TLS library - runtime library
ii  libgtk2.0-02.6.7-2   The GTK+ graphical user interface 
ii  libgtkspell0   2.0.10-2  a spell-checking addon for GTK's T
ii  libice64.3.0.dfsg.1-14   Inter-Client Exchange library
ii  libpango1.0-0  1.8.1-1   Layout and rendering of internatio
ii  libsm6 4.3.0.dfsg.1-14   X Window System Session Management
ii  libstartup-notificatio 0.8-1 library for program launch feedbac
ii  libx11-6   4.3.0.dfsg.1-14   X Window System protocol client li
ii  libxext6   4.3.0.dfsg.1-14   X Window System miscellaneous exte
ii  xlibs  4.3.0.dfsg.1-14   X Keyboard Extension (XKB) configu

-- no debconf information


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



Bug#313230: sbcl: sbcl isn't installable without nptl?

2005-06-13 Thread Peter Van Eynde
Hello Dmitriyi,

Dmitriyi Paduchikh schreef:
> Setting up sbcl (0.9.1.28-1) ...
> /usr/lib/common-lisp/bin/sbcl.sh loading and dumping clc.
> 
> and then installation process hangs up for an indefinite amount of time.

This version has another bug that prevents it working with a LANG=ru_UA
or LC_ALL=ru_UA. I'm guessing that you are seeing a different symptom of
the same problem. Could you retry with LANG=C and LC_ALL=C? As root do:

LC_ALL=C LANG=C sh /usr/lib/common-lisp/bin/sbcl.sh install-clc

If this fails, what does::

LC_ALL=C LANG=C /usr/bin/sbcl --core /usr/lib/sbcl/sbcl-dist.core \
   --sysinit /etc/sbcl.rc --userinit /dev/null

Give?

> And so on... All about futex. My system runs with customized kernel
> 2.4.22, which as far as I understand doesn't support neither futexes nor
> nptl.

Normally sbcl should disable threading after the first failed futex call.

Groetjes, Peter

-- 
signature -at- pvaneynd.mailworks.org
http://www.livejournal.com/users/pvaneynd/
"God, root, what is difference?" Pitr | "God is more forgiving." Dave
Aronson|



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



Bug#99160: Your premier source for all ATI powered gear.

2005-06-13 Thread Benedict

Loaded with technology for business and home.
http://renrg.f4juiwf8upfmugx.wornilai.com




What one has not experienced, one will never understand in print.  
The foundation of every state is the education of its youth.  





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



Bug#99121: What IS OEM software and why do you care?

2005-06-13 Thread Matthew

Top software brands and independece you can trust.
http://vcxcsvn.c1y9xbun94cjrvu.cahowci.com




We will not have peace by afterthought.  
The true mystery of the world is the visible, not the invisible. 





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



Bug#313029: Copy from Scite, Paste to openoffice

2005-06-13 Thread Michael Vogt
On Sat, Jun 11, 2005 at 01:28:58PM +0200, Newbeewan wrote:
> Package: scite
> Version: 1.64-1
> Severity: important
> Priority: normal

Thanks for your bugreport.
 
> It is always reproductible with any version of scite(1.62, 1.63, 1.64) and 
> openoffice writer (1.1.3 and 1.1.4).
> If I copy some text from scite and then paste it in openoffice writer, 
> nothing happen...

I can reproduce the problem here. It work (for me) when I mark it in
scite and drag'n'drop it into openoffice. It also works if I copy it
in scite and do "Edit/Paste Special" in Openoffice (it's displayed
there as "unformated text"). I also see openoffice hanging for several
seconds when I try to paste the text into OO. Strange indeed.

It looks more like a openoffice problem to me right now, but I might
be wrong here. 

Cheers,
 Michael

-- 
Linux is not The Answer. Yes is the answer. Linux is The Question. - Neo


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



Bug#313350: python-simpy

2005-06-13 Thread Tony Vignaux

Package: python-simpy
Version: 1.6
Severity: wishlist

Release 1.6 is a new production version of SimPy. It adds
two new commands for modelling reneging (processes leaving a queue for
a resource before acquiring the resource) to the SimPy API:

- 'yield (request,self,resource),(hold,self,timeout)'
  for timeout-based reneging
- 'yield (request,self,resource),(waitevent,self,list_of_events)'
  for reneging triggered by one out of a list of events

Two models showing the use of these statement forms are  included in the
distribution.

The SimPy Manual and the Cheatsheet have been restructured and edited
significantly for greater clarity.

SimPy 1.6 runs SimPy 1.5.x. scripts unchanged.



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



Bug#243835: grub: patch works

2005-06-13 Thread Jan De Luyck
Package: grub
Version: 0.95+cvs20040624-17
Followup-For: Bug #243835

The patch supplied by David Everly works perfectly, any idea when this might be 
introduced into mainline GRUB? I got bitten by the bug when trying to get it 
installed on my pure-XFS system.

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

Versions of packages grub depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libncurses5 5.4-5Shared libraries for terminal hand

-- no debconf information


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



Bug#312817: ipod-music-player.fdi is invalid XML

2005-06-13 Thread Sjoerd Simons
tags 312817 pending
thanks, 

On Fri, Jun 10, 2005 at 12:39:05PM +0300, Ilya Konstantinov wrote:
> ipod-music-player.fdi is invalid XML and therefore is not used by HAL.

Fixed it in the version on my harddisk, i'll upload a new version of hal at the
beginning of next week. 

  Sjoerd
-- 
Sometimes you get an almost irresistible urge to go on living.


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



debian-bugs-dist@lists.debian.org

2005-06-13 Thread Sjoerd Simons
On Thu, Jun 09, 2005 at 04:00:08PM +0200, Petter Sundlöf wrote:
> Here is
> 
> hald --daemon=no --verbose=yes --drop-privileges&>hald_output.txt

Seems pretty normal. Are you sure hald is in D at the end of this ? Also could
you provide output of running hald under strace ?

  Sjoerd
-- 
"Protozoa are small, and bacteria are small, but viruses are smaller
than the both put together."



Bug#310148: diary.docbook

2005-06-13 Thread Geert Stappers
On Sun, Jun 12, 2005 at 12:32:10PM +1000, Brian May wrote:
> > "Brian" == Brian May <[EMAIL PROTECTED]> writes:
> 
> Brian> [1 ]
> > "Geert" == Geert Stappers <[EMAIL PROTECTED]> writes:
> 
> Geert> Could you provide a link to diary.docbook?
> 
> Brian> This isn't the same file but the attached file demonstrates
> Brian> the same problem:
> 
> Hello,
> 
> I have not received any response. Does this indicate that you cannot
> reproduce the problem, that you don't have time to debug it, or that
> you didn't get my test file for some reason?


The test file can be retrieved by

  wget 
http://bugs.debian.org/cgi-bin/bugreport.cgi/diary2.docbook?bug=310148\&msg=9\&att=1



The first reproduce attempt reported:

| $ xmlto ps diary2.docbook\?bug\=310148\&msg\=9\&att\=1
| Making portrait pages on a4 paper (210 mm x 297 mm)
| PassiveTeX is needed for this format, but it is not installed. Please
| install the passivetex package.


Having PassiveTeX installed, I get a PostScript file without errors.

With the time I spend on this bugreport, I couldn't reproduce it.



Cheers
Geert Stappers



signature.asc
Description: Digital signature


Bug#313353: debootstrap: Please support the ppc64 architecture

2005-06-13 Thread Andreas Jochens
Package: debootstrap
Version: 0.3.0
Severity: wishlist
Tags: patch

Please support the ppc64 architecture in the 'etch' and 'sid' scripts.

Regards
Andreas Jochens

diff -urN ../tmp-orig/debootstrap-0.3.0/etch ./etch
--- ../tmp-orig/debootstrap-0.3.0/etch  2005-06-12 15:50:40.0 +0200
+++ ./etch  2005-06-13 10:33:48.716394618 +0200
@@ -33,11 +33,13 @@
   add ia64 required "libreadline4"
   add m68k required "libreadline4"
   add powerpc required "libreadline4"
+  add ppc64 required "libreadline4"
 
   add arm base "libgpmg1"
   add i386 base "psmisc"
   add amd64 base "psmisc"
   add powerpc base "psmisc"
+  add ppc64 base "psmisc"
 
   # hardware
   add alpha base "pciutils"
@@ -45,6 +47,7 @@
   add ia64 base "elilo efibootmgr pciutils dosfstools libparted1.6-12 
parted"
   add m68k base "atari-bootstrap atari-fdisk amiga-fdisk eject mac-fdisk 
pmac-fdisk-cross vmelilo"
   add powerpc base "mac-fdisk amiga-fdisk powerpc-utils pciutils hfsutils"
+  add ppc64 base "mac-fdisk amiga-fdisk powerpc-utils pciutils hfsutils"
   add sparc base "silo eject pciutils sparc-utils"
   add mips base "dvhtool pciutils"
   add mipsel base "pciutils"
diff -urN ../tmp-orig/debootstrap-0.3.0/sid ./sid
--- ../tmp-orig/debootstrap-0.3.0/sid   2005-06-12 16:01:56.0 +0200
+++ ./sid   2005-06-13 10:32:40.217602196 +0200
@@ -33,11 +33,13 @@
   add ia64 required "libreadline4"
   add m68k required "libreadline4"
   add powerpc required "libreadline4"
+  add ppc64 required "libreadline4"
 
   add arm base "libgpmg1"
   add i386 base "psmisc"
   add amd64 base "psmisc"
   add powerpc base "psmisc"
+  add ppc64 base "psmisc"
 
   # hardware
   add alpha base "pciutils"
@@ -45,6 +47,7 @@
   add ia64 base "elilo efibootmgr pciutils dosfstools libparted1.6-12 
parted"
   add m68k base "atari-bootstrap atari-fdisk amiga-fdisk eject mac-fdisk 
pmac-fdisk-cross vmelilo"
   add powerpc base "mac-fdisk amiga-fdisk powerpc-utils pciutils hfsutils"
+  add ppc64 base "mac-fdisk amiga-fdisk powerpc-utils pciutils hfsutils"
   add sparc base "silo eject pciutils sparc-utils"
   add mips base "dvhtool pciutils"
   add mipsel base "pciutils"


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



Bug#313352: Recent update broke xterm compability with zsh/prompt

2005-06-13 Thread Paul van Tilburg
Package: ncurses-base
Version: 5.4-5
Severity: normal

Hi,

After I updated ncurses-base to 5.4-5 and restarted my terminal emulator, I
got parts of escape sequences in my zsh prompt.  Zsh seems to insert such
escape sequences before all prompts and messages, so I have "[27m" strings
all over the place, of which zsh doesn't know that they aren't displayed so
everything gets misaligned and messy.

For example my prompt:

PS1="[EMAIL PROTECTED] "

and translated (for non-zsh users):

PS1="user@host% "

is displayed with TERM set to xterm xterm-debian as:
[EMAIL PROTECTED] 

I am currently using "rxvt" terminal info, this work-around seems to work for
now.  I am sorry that I have almost no knowledge about terminal emulators and
terminal info internals, so please let me know if you need more information.

Greetings,

Paul

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (102, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.10-powerpc
Locale: LANG=C, [EMAIL PROTECTED] (charmap=UTF-8)

-- no debconf information


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



Bug#313354: inn: fails to purge

2005-06-13 Thread Goswin Brederlow
Package: inn
Severity: normal

Hi,

when testing inn for the amd64 sarge release a simple install/purge
test fails with:

Removing inn ...
Purging active file and history data...
Remove the news spool in /var/spool/news yourself!
Purging configuration files for inn ...
Purging active file and history data...
Removing files in /var/log/news and /var/run/innd...
cp: cannot create regular file `/var/log/news/news.crit': No such file or 
directory
dpkg: error processing inn (--purge):
 subprocess post-removal script returned error exit status 1


The /var/log/news dir does not exist at that point.

MfG
Goswin

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.8-frosties-1
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages inn depends on:
ii  cron3.0pl1-87management of regular background p
ii  exim4   4.50-6   metapackage to ease exim MTA (v4) 
ii  exim4-daemon-light [mail-tr 4.50-6   lightweight exim MTA (v4) daemon
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  libperl5.8  5.8.4-8  Shared Perl library
ii  perl5.8.4-8  Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.8.4]   5.8.4-8  The Pathologically Eclectic Rubbis
ii  time1.7-21   The GNU time program for measuring


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



Bug#310414: IP address vs correct interface name in /etc/default/dhcp3-server

2005-06-13 Thread Andrew Pollock
tags 310414 + moreinfo
thanks

Hi Michael,

On Mon, May 23, 2005 at 08:56:37AM -0400, Michael Lueck wrote:
> Package: dhcp3-server
> Version: 3.0.1-2
> Severity: important
> 
> I have a laptop (test server) running Debian Sarge, and needed the dhcpd
> installed for the test mobile LAN. dhcpd was failing to start reporting...
> 
> *** begin syslog ***
> No subnet declaration for 10.10.10.14 (0.0.0.0).
> ** Ignoring requests on 10.10.10.14.  If this is not what
> you want, please write a subnet declaration
> in your dhcpd.conf file for the network segment
> to which interface 10.10.10.14 is attached. **
> *** end syslog ***
> 
> but the config files I was using were our standard working ones only adjusted
> to match the IP of this test mobile LAN. I finally tracked down the
> trouble per
> this list message.
> 
> http://lists.debian.org/debian-user/2004/12/msg03220.html
> 
> The comments in this file state that the interface name should be
> provided, instead the IP address was given. We have never had need to
> adjust this file on
> servers, thus the IP address must have gotten there through the
> installation of
> the package. As far as I can tell this is a laptop related bug as this is our
> first mobile server running Sarge, all other servers have been desktop
> / server
> class machines.

Okay, you've confused me.

The email above that you refer to talks about the situation where the
address in the subnet declaration of dhcpd.conf doesn't match the
address of the interface(s) dhcpd is told to listen on in
/etc/default/dhcp3-server

The subnet declaration of dhcpd.conf *has* to have the subnet, not the
interface name. That's the way it works. Furthermore,
/etc/default/dhcp3-server should be getting populated by a debconf
question during package installation.

If you lifted /etc/dhcp3/dhcpd.conf *and* /etc/default/dhcp3-server from
your production server and plonked it onto your test server, and then
didn't have the same address on the same interface, then you'd have
problems like those described in the above email you referred to.
 
> I found this other bug 292357 related to in running dhcpd on laptops. It looks
> like dhcpd on laptops comes with its own unique features.

I'm working on that bug.
 
regards

Andrew


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



Bug#312715: gkrellmms: Gkrellm stops when XMMS is running

2005-06-13 Thread Sjoerd Simons
On Thu, Jun 09, 2005 at 04:26:42PM -0300, Felipe Massia Pereira wrote:
> Package: gkrellmms
> Version: 2.1.22-1
> Severity: normal
> 
> 
> Gkrellm stops when XMMS is running (and Gkrellmms is enabled, of
> course; when it's not enabled, it works fine).
> 
> There are 2 info that may help:
> 
> - it used to work fine. Problems began to appear when I switched my
>   system to UTF-8;
> 
> - there seem to be a problem with XMMS socket also. I can not reproduce
>   it right now, but there's a message in the X console that I think it's
>   being emmitted by xmms.
> 
> I'm going to try and delete .gkrellm and .xmms but it is painful :-(
> 
> Here's the last lines of strace output, right after mms was enabled at
> gkrellm plugins page.
> 
> socket(PF_FILE, SOCK_STREAM, 0) = 11
> getuid32()  = 2004
> geteuid32() = 2004
> setuid32(2004)  = 0
> setreuid32(2004, 2004)  = 0
> connect(11, {sa_family=AF_FILE, path="/tmp/xmms_felipe.0"}, 110) = 0
> write(11, "\1\0\22\0\4\0\0\0", 8)   = 8
> write(11, "9\0\0\0", 4) = 4
> read(11, "\1\0\0\0003\0\0\0", 8)= 8
> read(11, "/l/musica/taize/misc/taize_-_du_"..., 51) = 51
> read(11, "\1\0\0\0\0\0\0\0", 8) = 8
> close(11)   = 0
> ioctl(3, FIONREAD, [0]) = 0
> poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=10,
> events=POLLIN}], 3, 0) = 0
> socket(PF_FILE, SOCK_STREAM, 0) = 11
> getuid32()  = 2004
> geteuid32() = 2004
> setuid32(2004)  = 0
> setreuid32(2004, 2004)  = 0
> connect(11, {sa_family=AF_FILE, path="/tmp/xmms_felipe.0"}, 110) = 0
> write(11, "\1\0\22\0\4\0\0\0", 8)   = 8
> write(11, ":\0\0\0", 4) = 4
> read(11, "\1\0\0\0:\0\0\0", 8)  = 8
> read(11, "/l/musica/taize/misc/taize_-_el_"..., 58) = 58
> read(11, "\1\0\0\0\0\0\0\0", 8) = 8
> close(11)   = 0
> [1]-  Exit 1  gkrellm
> 
> It sit stopped after close(11) and I had to hit ^C.

Ugh, this should have been fixed in 2.1.22.  Could you run it in ltrace, that
sometimes gives helpfull results.  Otherwise i'll prepare a debug version for
you.

  Sjoerd
-- 
Did you hear that there's a group of South American Indians that worship
the number zero?

Is nothing sacred?


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



Bug#313320: sh: /usr/lib/mutt/source-muttrc.d: Permission denied

2005-06-13 Thread Marco d'Itri
On Jun 13, Marc Lehmann <[EMAIL PROTECTED]> wrote:

>drwxr-xr-x  2 root root 4096 May 17 02:16 /usr/lib/mutt/source-muttrc.d
>(that directory is empty, too, btw.)
This is supposed to be a file, and indeed is a file on my system.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#310796: breaks dpkg in unstable

2005-06-13 Thread Robert Millan
severity 310796 critical
# Justification: breaks unrelated packages
tags 310796 - experimental
tags 310796 + patch
thanks

Recent update of dpkg in unstable renders type-handling totaly unusable, and
thus breaking packages using it.

There are two problems, the first one (#310796) is dpkg-architecture not
providing a list of cpus and systems anymore.  This is fixed in the attached
patch.

The other one is the change in DEB_*_GNU_CPU from "i386" to "i486".  Since many
packages (including t-h itself in debian/rules, IIRC) used "i386", this is
broken now.  I suggest adding a transitional s/i.86/i486/g regexp somewhere.

-- 
Robert Millan
--- type-handling-0.2.11.old/type-handling  2005-03-17 11:46:45.0 
+0100
+++ type-handling-0.2.11/type-handling  2005-06-13 11:08:48.0 +0200
@@ -1,10 +1,7 @@
 #!/bin/sh -e
 
-all_types=`dpkg-architecture --help 2>&1 | grep "^Known GNU" | \
-  cut -d " " -f 6- | sed "s/, / /g"`
-
-all_cpus=`echo ${all_types} | tr " " "\n" | cut -d "-" -f 1 | sort | uniq`
-all_systems=`echo ${all_types} | tr " " "\n" | cut -d "-" -f 2-  | sort | uniq`
+all_cpus=`grep -v ^# /usr/share/dpkg/cputable | (while read debian gnu regex ; 
do echo ${gnu} ; done)`
+all_systems=`grep -v ^# /usr/share/dpkg/ostable | (while read debian gnu regex 
; do echo ${gnu} ; done)`
 
 if [ "$#" = "0" ] ; then
   echo "Known cpus: `for i in ${all_cpus} ; do echo -n $i\  ; done`"
@@ -32,9 +29,6 @@
   shift
 done
 
-# linux-gnu is an alias for linux, normalise it first of all.
-systems="`echo ${systems} | sed "s/linux-gnu/linux/g"`"
-
 # check if we have a cached result for this
 if test -e "/usr/share/type-handling/${cpus}:${systems}" \
   && [ ":${TYPE_HANDLING_BOOTSTRAP}" = ":" ] \


Bug#313356: heartbeat install errors

2005-06-13 Thread josiah boothby
Package: heartbeat
Version: 1.2.3-9

Using Sarge with kernel 2.6.8-2-k7, I get the following during installation:

$ sudo apt-get install heartbeat
...
...
Unpacking heartbeat (from .../heartbeat_1.2.3-9_i386.deb) ...
/var/lib/dpkg/tmp.ci/preinst: line 20: /etc/init.d/heartbeat: No such
file or directory
...
...
Setting up heartbeat (1.2.3-9) ...
Heartbeat not configured: /etc/ha.d/ha.cf not found.
 Heartbeat failure [rc=1]. Failed.



Bug#313355: Comment error in /etc/network/if-down.d/postfix

2005-06-13 Thread Thomas Hood
Package: postfix
Version: 2.2.3-3
Severity: minor

/etc/network/if-down.d/postfix contains the comment:

# Called when ppp disconnects

However, this script is called whenever _any_ interface is brought
down by ifdown.

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

Versions of packages postfix depends on:
ii  adduser 3.63 Add and remove users and groups
ii  debconf [debconf-2.0]   1.4.32   Debian configuration management sy
ii  dpkg1.10.28  Package maintenance system for Deb
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libdb4.24.2.52-18Berkeley v4.2 Database Libraries [
ii  libsasl22.1.19-1.5   Authentication abstraction library
ii  libssl0.9.7 0.9.7e-3 SSL shared libraries
ii  netbase 4.21 Basic TCP/IP networking system

-- debconf information:
* postfix/mailname: thanatos.hubertnet
  postfix/tlsmgr_upgrade_warning:
* postfix/append_dot_mydomain: false
  postfix/db2_db3_upgrade: true
* postfix/relayhost: smtp.localdomain
* postfix/procmail: true
  postfix/bad_recipient_delimiter:
  postfix/rfc1035_violation: false
* postfix/mynetworks: 127.0.0.0/8
* postfix/master_upgrade_warning: true
* postfix/db_upgrade_warning: true
* postfix/dynamicmaps_upgrade_warning: true
* postfix/recipient_delim: +
* postfix/main_mailer_type: Internet with smarthost
  postfix/transport_map_warning:
* postfix/chattr: true
* postfix/root_address: NONE
* postfix/destinations: $myhostname, localhost, $myhostname.localdomain, 
localhost.localdomain
  postfix/nqmgr_upgrade_warning:
  postfix/not_configured:
* postfix/mailbox_limit: 0


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



Bug#313352: Recent update broke xterm compability with zsh/prompt

2005-06-13 Thread Thomas Dickey

On Mon, 13 Jun 2005, Paul van Tilburg wrote:


Package: ncurses-base
Version: 5.4-5
Severity: normal

Hi,

After I updated ncurses-base to 5.4-5 and restarted my terminal emulator, I
got parts of escape sequences in my zsh prompt.  Zsh seems to insert such
escape sequences before all prompts and messages, so I have "[27m" strings
all over the place, of which zsh doesn't know that they aren't displayed so
everything gets misaligned and messy.


That sounds like the terminfo was updated but not the library.
But I thought both went together.

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


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



Bug#313358: mantis: Adding note fails after upgrade

2005-06-13 Thread Max Gilead
Package: mantis
Version: 0.19.2-3
Severity: normal


When adding a bug note I get:

/mantis/bugnote_add.php:

APPLICATION ERROR #401

Database query failed. Error received from database was #1054: Unknown
column 'note_type' in 'field list' for the query: INSERT INTO
mantis_bugnote_table
(bug_id, reporter_id, bugnote_text_id, view_state, date_submitted,
last_modified, note_type, note_attr )
VALUES
('2735', '2','2845', '10', '2005-06-13 11:17:13','2005-06-13 11:17:13', '0', '')

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

Versions of packages mantis depends on:
ii  apache [httpd]   1.3.33-6versatile, high-performance HTTP s
ii  debconf  1.4.30.13   Debian configuration management sy
ii  grep 2.5.1.ds1-4 GNU grep, egrep and fgrep
ii  libapache-mod-php4   4:4.3.10-15 server-side, HTML-embedded scripti
ii  libphp-adodb 4.52-1  The 'adodb' database abstraction l
ii  makepasswd   1.10-2  Generate and encrypt passwords
ii  mysql-client 4.0.24-10   mysql database client binaries
ii  php4-cli 4:4.3.10-15 command-line interpreter for the p
ii  php4-mysql   4:4.3.10-15 MySQL module for php4
ii  wwwconfig-common 0.0.43  Debian web auto configuration

-- debconf information:
  mantis/ldap_info:
* mantis/title: Mantis
* mantis/username: root
* mantis/webmaster: 
* mantis/url: 
* mantis/bounce: 
* mantis/db_autoupdate: true
* mantis/purge_db: false
  mantis/dn: dn=
* mantis/ldap: false
  mantis/ldap_server: localhost
  mantis/version: 17
* mantis/mysql_port: 3307
* mantis/webserver: apache
* mantis/from: 
* mantis/show_version: true
  mantis/root_mysql: root
* mantis/app_configure: true
* mantis/language: english
* mantis/signup: true
* mantis/admin: 
* mantis/mysql_server: localhost
* mantis/database: mantis
  mantis/upgrade:
* mantis/all: 
  mantis/organisation:


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



Bug#313359: INTL:vi

2005-06-13 Thread Clytie Siddall

Package: clamav
Version: 0.85.1-2
Severity: minor
Tags: l10n, patch

The Vietnamese translation for debconf: clamav


vi.po
Description: Binary data



I wasn't able to do this one earlier, when I did the other clamav- 
files, because the link on the debconf page didn't work. I'm glad to  
get it done. ;)


translated and submitted by:

Clytie Siddall, Vietnamese localization team / nhóm Việt hóa

our mailing list / hộp thư chung của nhóm chúng tôi:

[EMAIL PROTECTED]


Bug#231593: nis: Additional info for Sarge version 3.13-2 on Alpha

2005-06-13 Thread Steffen Grunewald
Package: nis
Version: 3.13-2
Followup-For: Bug #231593


Now that Sarge has been released, I've run into the same bug again and
would like to give some update.
As some others already have found, ypbind -debug -broadcast would stop
working completely - if started as a daemon there at least is a chance
that YP requests are answered if retried often enough.

/etc/yp.conf reads

domain NISDOMAIN broadcast

I ran ypbind under strace (until it forks...) and got: (sorry for the
sheer length, see lines marked XXX)


Script started on Mon Jun 13 09:09:51 2005
HOSTNAME:~# strace ypbind -debug
execve("/usr/sbin/ypbind", ["ypbind", "-debug"], [/* 17 vars */]) = 0
uname({sys="Linux", node="HOSTNAME.DOMAIN", ...}) = 0
brk(0)  = 0x12001b3b0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x2018000
open("/etc/ld.so.preload", O_RDONLY)= -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)  = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=61944, ...}) = 0
mmap(NULL, 61944, PROT_READ, MAP_PRIVATE, 3, 0) = 0x202a000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or directory)
open("/usr/lib/libslp.so.1", O_RDONLY)  = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&\220\1\0\0\0`E\0\0"..., 640) = 640
fstat(3, {st_mode=S_IFREG|0644, st_size=75024, ...}) = 0
mmap(NULL, 73320, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x203a000
mmap(0x204a000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC, 
MAP_PRIVATE|MAP_FIXED, 3, 0x1) = 0x204a000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or directory)
open("/lib/libpthread.so.0", O_RDONLY)  = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&\220\1\0\0\0\340d\0"..., 640) = 640
fstat(3, {st_mode=S_IFREG|0644, st_size=116345, ...}) = 0
mmap(NULL, 693784, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x204c000
mprotect(0x205e000, 620056, PROT_NONE) = 0
mmap(0x206c000, 24576, PROT_READ|PROT_WRITE|PROT_EXEC, 
MAP_PRIVATE|MAP_FIXED, 3, 0x1) = 0x206c000
mmap(0x2072000, 538136, PROT_READ|PROT_WRITE|PROT_EXEC, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2072000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or directory)
open("/lib/libnsl.so.1.1", O_RDONLY)= 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&\220\1\0\0\0 X\0\0"..., 640) = 640
fstat(3, {st_mode=S_IFREG|0644, st_size=111432, ...}) = 0
mmap(NULL, 183208, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x20f6000
mprotect(0x210e000, 84904, PROT_NONE) = 0
mmap(0x2116000, 49152, PROT_READ|PROT_WRITE|PROT_EXEC, 
MAP_PRIVATE|MAP_FIXED, 3, 0x1) = 0x2116000
mmap(0x2122000, 2984, PROT_READ|PROT_WRITE|PROT_EXEC, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2122000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or directory)
open("/lib/libc.so.6.1", O_RDONLY)  = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&[EMAIL PROTECTED]"..., 640) = 640
fstat(3, {st_mode=S_IFREG|0755, st_size=1586880, ...}) = 0
mmap(NULL, 1660312, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x2124000
mprotect(0x228a000, 193944, PROT_NONE) = 0
mmap(0x2294000, 139264, PROT_READ|PROT_WRITE|PROT_EXEC, 
MAP_PRIVATE|MAP_FIXED, 3, 0x16) = 0x2294000
mmap(0x22b6000, 13720, PROT_READ|PROT_WRITE|PROT_EXEC, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x22b6000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or directory)
open("/lib/libm.so.6.1", O_RDONLY)  = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&\220\1\0\0\0\200o\0"..., 640) = 640
fstat(3, {st_mode=S_IFREG|0644, st_size=516360, ...}) = 0
mmap(NULL, 579800, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x22ba000
mprotect(0x233, 96472, PROT_NONE) = 0
mmap(0x233a000, 57344, PROT_READ|PROT_WRITE|PROT_EXEC, 
MAP_PRIVATE|MAP_FIXED, 3, 0x7) = 0x233a000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or directory)
open("/lib/libresolv.so.2.1", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&\220\1\0\0\0\340E\0"..., 640) = 640
fstat(3, {st_mode=S_IFREG|0644, st_size=89136, ...}) = 0
mmap(NULL, 162648, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x2348000
mprotect(0x235c000, 80728, PROT_NONE) = 0
mmap(0x2368000, 24576, PROT_READ|PROT_WRITE|PROT_EXEC, 
MAP_PRIVATE|MAP_FIXED, 3, 0x1) = 0x2368000
mmap(0x236e000, 7000, PROT_READ|PROT_WRITE|PROT_EXEC, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x236e000
close(3)= 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x201a000
munmap(0x202a

Bug#294765: Updated patch

2005-06-13 Thread Thomas Hood
Attached is an updated patch for the 1:3.2.5-1 version.

Below I explain the changes I made.  All are minor, of course.


> 15c15
>  ---
> >start|restart|force-reload)


It is not required to support the "reload" option and there seems to be
no reason to do so here.


> 20c20
>  ---
> >if [ "$VERBOSE" != "yes" ]


Below the test is for "$VERBOSE" = "yes" so here should be the negative
of that.



> 25c25
>  ---
> >echo "Start setting kernel variables via /proc..."


Policy 9.4 advises not to put a space between the last word and the ellipsis.

"via /proc" gives an indication of which package (viz., procps) is printing 
this message.


> 32,33c32,33
> < echo "... done."
> < fi
> ---
> >echo "Done setting kernel variables via /proc."
> >fi


This is more readable IMHO.


> 35c35
>  ---
> >stop)


The "show" option is non-standard, not documented, and a no-op.


> 38,39c38,39
>  {start|stop|reload|restart}" >&2
>  ---
> >echo "Usage: /etc/init.d/procps.sh 
> > {start|stop|restart|force-reload}" >&2
> >exit 3
> 43d42


No need to support "reload".  "force-reload", on the other hand, is a
required option.

LSB prescribes exit status 3 in this case.

-- 
Thomas Hood <[EMAIL PROTECTED]>
15c15
start|restart|force-reload)
20c20
if [ "$VERBOSE" != "yes" ]
25c25
echo "Start setting kernel variables via /proc..."
32,33c32,33
< 			echo "... done."
< 		fi
---
>echo "Done setting kernel variables via /proc."
>fi
35c35
stop)
38,39c38,39
&2
echo "Usage: /etc/init.d/procps.sh {start|stop|restart|force-reload}" >&2
>exit 3
43d42
< 


Bug#311650: smb.conf

2005-06-13 Thread Matthew Smith
Thanks. As requested my smb.conf file (General section) configured
according to the Samba 3 Docs.

   workgroup = STW
   password server = kdc
   security = ADS
   winbind enum users = yes
   winbind enum groups = yes
   winbind uid = 1-2
   winbind gid = 1-2
   winbind use default domain = yes
   realm = INTERNAL.STW.NL
   client use spnego = yes
   client signing = yes
   server signing = yes
   winbind separator = +
   wins server = 172.16.2.146
   idmap uid = 1-2
   idmap gid = 1-2
   template shell = /bin/bash
   encrypt passwords = true
   passdb backend = guest


/etc/krb5.conf snippet

[libdefaults]
default_realm = INTERNAL.STW.NL
[realms]
INTERNAL.STW.NL = {
 kdc = kdc.internal.stw.nl
admin_server = kdc.internal.stw.nl
}

/etc/nsswitch.conf

passwd: compat winbind
group:  compat winbind
shadow: compat winbind


The Samba server is a member server (net ads join) of the native mode
Windows 2003 domain and was working fine till the latest 3.0.14 update.
Some group resolving must be possible because I have w2k3 groups listed
as group owner for a complete directory structure. When winbind is not
running an ls looks like:

ls -l
drwx--   2 www-data 10069 1352 May 15 15:30 apache2-default

After starting Winbind an ls -l looks like:

ls -l
drwx--   2 www-data website 1352 May 15 15:30 apache2-default

>From which it would appear that (some) group resolution works. As soon
as I do a wbinfo -g then the Winbind processes get locked  and mailq
(amongst others?) cannot show the queue status.

Example when Winbind has not crashed but is running:
mailq

MSP Queue status...
/var/spool/mqueue-client is empty
Total requests: 0
MTA Queue status...
/var/spool/mqueue is empty
Total requests: 0

After doing a wbinfo -g to force the crash mailq gives:

MSP Queue status...

and it stops there until I kill the winbindd processes with a kill
-KILL.

I've tried to put as much relevant info here as possible. Hopefully too
much than too little. :-) If you need more info, please do not hesitate
to contact me.

Thanks once again for all your help.

Regards,

Matthew



Bug#313357: nautilus-sendto: will not run when evolution is not installed

2005-06-13 Thread Oystein Gisnas
Package: nautilus-sendto
Version: 0.3-4
Severity: normal

Right-clicking a file and pressing Send to... works fine as long as
evolution is installed, but when I uninstall evolution, the following
is outputted to the shell upon clicking Send to..

Init evolution plugin
Init gaim plugin

(nautilus-sendto:8771): libebook-WARNING **: Can't find installed BookFactories
failed to create local addressbook
Init evolution plugin
Init gaim plugin

(nautilus-sendto:8786): libebook-WARNING **: Can't find installed BookFactories
failed to create local addressbook

The Send To window is not opened, but nautilus itself does not crash.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11
Locale: LANG=no_NO, LC_CTYPE=no_NO (charmap=ISO-8859-1)

Versions of packages nautilus-sendto depends on:
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libatk1.0-0  1.10.1-2The ATK accessibility toolkit
ii  libbonobo2-0 2.8.1-2 Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.8.1-2 The Bonobo UI library
ii  libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii  libebook1.2-31.2.2-5 Client library for evolution addre
ii  libedataserver1.2-4  1.2.2-5 Utily library for evolution data s
ii  libgconf2-4  2.10.0-2GNOME configuration database syste
ii  libglade2-0  1:2.5.1-2   library to load .glade files at ru
ii  libglib2.0-0 2.6.5-1 The GLib library of C routines
ii  libgnome2-0  2.10.0-3The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.10.2-2A powerful object-oriented display
ii  libgnomeui-0 2.10.0-2The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.10.1-4The GNOME virtual file-system libr
ii  libgtk2.0-0  2.6.7-2 The GTK+ graphical user interface 
ii  libice6  4.3.0.dfsg.1-14 Inter-Client Exchange library
ii  libnautilus-extension1   2.10.1-2libraries for nautilus components 
ii  liborbit21:2.12.2-1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.8.1-1 Layout and rendering of internatio
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libsm6   4.3.0.dfsg.1-14 X Window System Session Management
ii  libxml2  2.6.16-7GNOME XML library
ii  xlibs4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- no debconf information


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



Bug#55088: Simple Income

2005-06-13 Thread Heather

Financial Update:

Client ID: [EMAIL PROTECTED]
Daily Earned Income: 200$ - 2000$

Since you are apart of our growing Financial Community
we have information on how to make 200$ - 2000$ daily.

About 80% of our clients succeed with this opportunity.

Give me a call anytime to find out how.
1-800-409-1495

If you got this email by mistake then call me to
be removed from the database.

Heather Herbert
Payment Solutions
Phone: 1-800-409-1495




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



Bug#312699: Please have hotplug rescan the scsi bus for scsi loads.

2005-06-13 Thread Horms
On Fri, Jun 10, 2005 at 01:11:30PM +0200, Christoph Hellwig wrote:
> On Fri, Jun 10, 2005 at 05:53:30PM +0900, Horms wrote:
> > > This works just fine when you use a 2.6 kernel.  With the 2.4 kernel
> > > even the manual scan is extremly dangerous.
> > 
> > I notice from the initial bug report that the kernel in question here is
> > 2.4.27, which I guess means a hotplug script is in order.  Marco, do you
> > have any advice on how this should be done?
> 
> As said even a hotplug script on 2.4.x would be dangerous.  Anything
> that requires hotplugging or rescanning of scsi devices should
> absolutely use 2.6.x.

Ok, I misunderstood that the first time around.
I guess we should just close this and be done with it.

-- 
Horms


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



Bug#306319: confirm

2005-06-13 Thread Vincent McIntyre
Tags: confirm

this problem exists on some of my systems too (82540EM).
It causes DHCP to fail (dhcp3-client). The card works with static
configuration of the interface. I'm not sure if it's a bug or not.

It is quite annoying, because 2.4.27 works with the network card,
yet to get SATA support I have to run 2.6.8. So with the standard
kernels I can have networking or read my boot disk, but not both.

I've also tried adding the "unix" and "af_packet" modules to /etc/modules
(why is it a good idea to have af_packet as a module?) but this makes
no difference.

I've attached an strace of what happens when I try to run dhclient
manually. I booted single-user, with /etc/network/interfaces set to
 auto eth0
 iface eth0 inet dhcp
I killed the initial dhclient attempt during the boot with ^c, made
sure I had af_packed and unix modules loaded, and ran
 strace dhclient eth0

-- lsmod info (discover seems to have gone a bit berserk)

Module  Size  Used by
nvidia   3923260  0
nfsd  201344  8
exportfs6368  1 nfsd
autofs419780  12
ipv6  264740  10
nfs   193984  1
lockd  63944  3 nfsd,nfs
sunrpc153156  5 nfsd,nfs,lockd
pcspkr  3592  0
floppy 61200  0
parport_pc 36900  0
parport41800  1 parport_pc
i810_audio 37588  0
ac97_codec 18956  1 i810_audio
tsdev   7392  0
mousedev   10476  0
joydev  9984  0
evdev   9600  0
usbhid 32224  0
uhci_hcd   33136  0
pci_hotplug34640  0
intel_agp  22816  0
intel_mch_agp  10608  1
snd_intel8x0   36460  0
snd_ac97_codec 69988  1 snd_intel8x0
snd_pcm98728  1 snd_intel8x0
snd_timer  25732  1 snd_pcm
snd_page_alloc 11752  2 snd_intel8x0,snd_pcm
gameport4704  1 snd_intel8x0
snd_mpu401_uart 7968  1 snd_intel8x0
snd_rawmidi25124  1 snd_mpu401_uart
snd_seq_device  8200  1 snd_rawmidi
snd57156  7
snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer,sn
d_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore  10336  2 i810_audio,snd
piix   13440  0
ide_core  139940  1 piix
ehci_hcd   32004  0
usbcore   119012  5 usbhid,uhci_hcd,ehci_hcd
dm_mod 59804  0
capability  4520  0
commoncap   7232  1 capability
e1000  85828  0
af_packet  22568  0
agpgart34664  3 nvidia,intel_agp,intel_mch_agp
genrtc  9588  0
ext2   71880  5
ext3  127240  0
jbd62616  1 ext3
mbcache 9348  2 ext2,ext3
sd_mod 21728  7
ata_piix8132  6
libata 41700  1 ata_piix
scsi_mod  125228  2 sd_mod,libata
unix   28756  22
font8320  0
vesafb  6656  0
cfbcopyarea 3872  1 vesafb
cfbimgblt   3040  1 vesafb
cfbfillrect 3776  1 vesafb

-- lscpi information:
# (lspci; lspci -n) |sort
:00:00.0 0600: 8086:2570 (rev 02)
:00:00.0 Host bridge: Intel Corp. 82865G/PE/P DRAM Controller/Host-Hub 
Interface (rev 02)
:00:01.0 0604: 8086:2571 (rev 02)
:00:01.0 PCI bridge: Intel Corp. 82865G/PE/P PCI to AGP Controller (rev 02)
:00:1d.0 0c03: 8086:24d2 (rev 02)
:00:1d.0 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #1 
(rev 02)
:00:1d.1 0c03: 8086:24d4 (rev 02)
:00:1d.1 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #2 
(rev 02)
:00:1d.2 0c03: 8086:24d7 (rev 02)
:00:1d.2 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #3 
(rev 02)
:00:1d.3 0c03: 8086:24de (rev 02)
:00:1d.3 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #4 
(rev 02)
:00:1d.7 0c03: 8086:24dd (rev 02)
:00:1d.7 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB2 EHCI 
Controller (rev 02)
:00:1e.0 0604: 8086:244e (rev c2)
:00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev c2)
:00:1f.0 0601: 8086:24d0 (rev 02)
:00:1f.0 ISA bridge: Intel Corp. 82801EB/ER (ICH5/ICH5R) LPC Bridge (rev 02)
:00:1f.1 0101: 8086:24db (rev 02)
:00:1f.1 IDE interface: Intel Corp. 82801EB/ER (ICH5/ICH5R) Ultra ATA 100 
Storage Controller (rev 02)
:00:1f.2 0101: 8086:24d1 (rev 02)
:00:1f.2 IDE interface: Intel Corp. 82801EB (ICH5) Serial ATA 150 Storage 
Controller (rev 02)
:00:1f.3 0c05: 8086:24d3 (rev 02)
:00:1f.3 SMBus: Intel Corp. 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev 
02)
:00:1f.5 0401: 8086:24d5 (rev 02)
:00:1f.5 Multimedia audio controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) 
AC'97 Audio Controller (rev 02)
:01:00.0 0300: 10de:0322 (r

Bug#313364: INTL:vi

2005-06-13 Thread Clytie Siddall

Package: cnews
Version: cr.g7-38
Severity: minor
Tags: l10n, patch

The Vietnamese translation for debconf: cnews


vi.po
Description: Binary data



translated and submitted by:

Clytie Siddall, Vietnamese localization team / nhóm Việt hóa

our mailing list / hộp thư chung của nhóm chúng tôi:

[EMAIL PROTECTED]


Bug#313360: cloop

2005-06-13 Thread Clytie Siddall

Package: cloop
Version: 2.01.5-4
Severity: wishlist
Tags: l10n, patch

While translating the file cloop, I encountered the following typos,  
which I thought you might like to eliminate in a future release.

_
1.
#. Type: boolean
#. Description
#: ../cloop-module.templates:4
msgid "Create device nodes for a compressed loop devices?"

Do you mean "for a compressed loop device" (singular) or "for  
compressed loop devices" (plural)?

_

I hope this is useful. :)

submitted by:

Clytie Siddall, Vietnamese localization team / nhóm Việt hóa

our mailing list / hộp thư chung của nhóm chúng tôi:

[EMAIL PROTECTED]



Bug#313361: INTL:vi

2005-06-13 Thread Clytie Siddall

Package: cloop
Version: 2.01.5-4
Severity: minor
Tags: l10n, patch

The Vietnamese translation for debconf: cloop


vi.po
Description: Binary data



translated and submitted by:

Clytie Siddall, Vietnamese localization team / nhóm Việt hóa

our mailing list / hộp thư chung của nhóm chúng tôi:

[EMAIL PROTECTED]


Bug#313362: translate: utf8 encodes utf8 lines again

2005-06-13 Thread Gerfried Fuchs
Package: translate
Version: 0.6-5
Severity: important

Hi!

 Since the last upgrade translate behaves completely strange: It gives
me utf8 characters in my iso locale. When I set it to some UTF8 locale I
even get double encoded utf8 charactes...

 There's something fishy going on. :)
Alfie

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

Versions of packages translate depends on:
ii  trans-de-en   1.4-1  A German-English translation dicti

-- no debconf information
-- 
Richard had noticed that events were cowards:
they didn't occur singly, but instead they would
run in packs and leap out at him all at once.
  -- Neil Gaiman, "Neverwhere"


signature.asc
Description: Digital signature


Bug#313363: INTL:vi

2005-06-13 Thread Clytie Siddall

Package: cmucl
Version: 19a-release-20040728-11
Severity: minor
Tags: l10n, patch

The Vietnamese translation for debconf: cmucl


vi.po
Description: Binary data



(The filename was nearly longer than the file! :D )

translated and submitted by:

Clytie Siddall, Vietnamese localization team / nhóm Việt hóa

our mailing list / hộp thư chung của nhóm chúng tôi:

[EMAIL PROTECTED]


Bug#312901: CD/DVD burning doesn't work with kernel-image-2.6.11-1-k7 and ide-scsi

2005-06-13 Thread Horms
On Sun, Jun 12, 2005 at 08:12:46AM +0200, Goswin von Brederlow wrote:
> Luca <[EMAIL PROTECTED]> writes:
> 
> > Goswin von Brederlow wrote:
> >
> >>Unload the module before bruning and load it before wine.
> >>
> >>MfG
> >>Goswin
> >>
> >>
> >>
> > Unfortunately, unloading that module causes a kernel panic :-(
> 
> Then fix that.

I'd like to see ide-scsi excluded from the Debian kernel builds
and RC bugs files against any app that needs it. Its long
since debricated upstream and I hold little hope for it
being maintained long-term.

-- 
Horms


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



Bug#312973: kernel-image-2.6.11-1-686: everything is drifting, actually

2005-06-13 Thread Horms
On Sat, Jun 11, 2005 at 09:09:05PM -0500, Chris Howie wrote:
> Package: kernel-image-2.6.11-1-686
> Version: 2.6.11-5
> Followup-For: Bug #312973
> 
> As it turns out, anything that depends on syncing with time is drifting
> ahead.  This means that my MP3s are playing faster than usual -- which
> affects their speed (duh) and their pitch (ugh).  My guess is that the
> system clock and XMMS are depending on some sort of interrupt to update
> X seconds, and the interrupt is firing too fast.  (Layman's guess; I'm
> no expert on the kernel.)

Sounds like the kernel isn't accessing the hardware RTC properly.
Sadly, I'm not an expert there either.

Could you send the output of lspci -v, dmesg, that might help shed
some light on it. I'd also play around with hwclock a bit.

-- 
Horms


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



Bug#313356: heartbeat install errors

2005-06-13 Thread Horms
On Mon, Jun 13, 2005 at 02:05:26AM -0700, josiah boothby wrote:
> Package: heartbeat
> Version: 1.2.3-9
> 
> Using Sarge with kernel 2.6.8-2-k7, I get the following during installation:
> 
> $ sudo apt-get install heartbeat
> ...
> ...
> Unpacking heartbeat (from .../heartbeat_1.2.3-9_i386.deb) ...
> /var/lib/dpkg/tmp.ci/preinst: line 20: /etc/init.d/heartbeat: No such
> file or directory
> ...
> ...
> Setting up heartbeat (1.2.3-9) ...
> Heartbeat not configured: /etc/ha.d/ha.cf not found.
>  Heartbeat failure [rc=1]. Failed.
> 

I think that these are just warnings, but I will look into cleaning them up.

-- 
Horms


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



Bug#51869: Only 9 Openings Left

2005-06-13 Thread Jerry

Financial Update:

Client ID: [EMAIL PROTECTED]
Daily Earned Income: 200$ - 2000$

Since you are apart of our growing Financial Community
we have information on how to make 200$ - 2000$ daily.

About 80% of our clients succeed with this opportunity.

Give me a call anytime to find out how.
1-800-409-1495

If you got this email by mistake then call me to
be removed from the database.

Jerry Mayer
Back Pocket Inc.
Phone: 1-800-409-1495




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



Bug#61212: [Daily Income]

2005-06-13 Thread Terry

Financial Update:

Client ID: [EMAIL PROTECTED]
Daily Earned Income: 200$ - 2000$

Since you are apart of our growing Financial Community
we have information on how to make 200$ - 2000$ daily.

About 80% of our clients suceed with this opportunity.

Give me a call anytime to find out how.
1-800-409-1495


If we have contacted the incorrect client, call me 
to be removed from the database.


Terry Mcleod
Back On Top Corp.
Phone: 1-800-409-1495




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



Bug#104434: Under Roof Solutions

2005-06-13 Thread Arthur

Financial Update:

Client ID: [EMAIL PROTECTED]
Daily Earned Income: 200$ - 2000$

Since you are apart of our growing Financial Community
we have information on how to make 200$ - 2000$ daily.

About 80% of our clients succeed with this opportunity.

Give me a call anytime to find out how.
1-800-409-1495

If you got this email by mistake then call me to
be removed from the database.

Arthur Maloney
Breathing Room Inc
Phone: 1-800-409-1495




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



Bug#313365: w3m: insufficient isalpha property

2005-06-13 Thread Samuel Thibault
Package: w3m
Version: 0.5.1-3
Severity: minor

Hi,

While browsing with the 'w' key (go next word), accented letters are not
recognized as being just normal letters. It seems to come from the
myctype.c's MYCTYPE_MAP[] array.

Can't w3m just use the m17n-ized system's ctype functions when they are
available instead of (badly) reimplementing things?

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

Versions of packages w3m depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libgc1  1:6.4-1  conservative garbage collector for
ii  libgpmg11.19.6-20General Purpose Mouse - shared lib
ii  libncurses5 5.4-4Shared libraries for terminal hand
ii  libssl0.9.7 0.9.7e-3 SSL shared libraries
ii  zlib1g  1:1.2.2-4compression library - runtime

-- no debconf information

-- 
Samuel Thibault <[EMAIL PROTECTED]>
j'etais en train de nettoyer ma souris et le coup est parti...
 -+- s sur #ens-mim - et en plus c vrai... -+-


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



Bug#313362: translate: utf8 encodes utf8 lines again

2005-06-13 Thread Anibal Monsalve Salazar
On Mon, Jun 13, 2005 at 11:36:39AM +0200, Gerfried Fuchs wrote:
>Package: translate
>Version: 0.6-5
>Severity: important
>
>Hi!
>
> Since the last upgrade translate behaves completely strange: It gives
>me utf8 characters in my iso locale. When I set it to some UTF8 locale I
>even get double encoded utf8 charactes...
>
> There's something fishy going on. :)
>Alfie
>
>-- System Information:
>Debian Release: 3.1
>  APT prefers testing
>  APT policy: (500, 'testing')
>Architecture: i386 (i686)
>Shell:  /bin/sh linked to /bin/bash
>Kernel: Linux 2.4.27-alfie.3
>Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
>
>Versions of packages translate depends on:
>ii  trans-de-en   1.4-1  A German-English translation dicti
>
>-- no debconf information

Martin,

Does this have anything to do with the patch you posted to #219199?

Mit freundlichen Grüßen,

Anibal Monsalve Salazar
--
 .''`. Debian GNU/Linux
: :' : Free Operating System
`. `'  http://debian.org/
  `-   http://v7w.com/anibal


signature.asc
Description: Digital signature


Bug#312265: [Thomas Ruedas] Re: Error messages in texdoctk (was: Bug#312265: tetex-bin: texdoctk: gv is now in /usr/bin/)

2005-06-13 Thread frank
--- Begin Message ---
Hi,
just a short reply now as a sign that I haven't ignored your mail.
On Thursday 09 June 2005 10:29, frank wrote:
> If one of the actions (like view) that call external programs fail, the
> error message (spit out on stderr) is either displayed in the terminal
[...]
> many users (/usr/bin/X11/gv: No such file or directory), while "Error
> while calling 'see somefile.ps': /usr/bin/X11/gv: No such file or
Yes, that would probably be helpful. However, I can't think of an easy and 
fast fix for all instances right now, because in particular the viewer is 
started as a child process (at least if texdoctk runs in quiet mode); see 
the following bit in the sub viewslc:
  } else { # viewer messages written to /dev/null instead of terminal
if ($browser == 0) { # normal viewers or new Netscape/Mozilla
  system("perl -we 'use strict; \
my \$dump=\"\"; \
open(NULL,\">/dev/null\"); \
open (VIEWQ,\"$viewer $slcdoc |\"); \
while (\$dump=) { print NULL \$dump; } \
close(VIEWQ); \
close(NULL);' &");
} else { # open doc in existing window (Netscape or Mozilla)

That makes it difficult to capture error messages from the child for use 
in the parent (at least so it seems to me after a first look). In some 
other instances, I think one can deal more easily with this issue.
When I find some time, I will try and concoct a solution, but I can't 
promise that I come up with something soon. If you have an idea, feel 
free to tell me.
> P.S. The e-mail address you give in the about box of texdoctk is
> invalid
If it's the dlc.ku.dk one, yes - my former host instution has ceased to 
exist. In the most recent release (0.6.2) which I sent to Thomas Esser 
some months ago, my current address is given.
Regards,
Thomas
-- 

Thomas Ruedas
Geological Institute, University of Copenhagen


--- End Message ---


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


Bug#313366: ardour-gtk: Non XDG-compliant .desktop file

2005-06-13 Thread Free Ekanayaka
Package: ardour-gtk
Version: 0.9beta28-1
Severity: normal

Hi,

the  .desktop file currently  included  in the  ardour-gtk  package is
obsolete.

The legacy installation path

/usr/share/gnome/apps/Multimedia/

should be replaced by the XDG compliant location

/usr/share/applications.

and the .desktop file look something like:

[Desktop Entry]
Encoding=UTF-8

Name=Ardour GTK
Comment=Ardour Digital Audio Workstation (GTK Interface)
Exec=/usr/bin/X11/xterm -hold -e /usr/bin/ardour
Terminal=false
Type=Application
Categories=Application;AudioVideo;Audio;

(note the Categories= entry).

Cheers,

Free



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



Bug#131065: Requested Info

2005-06-13 Thread Courtney

Financial Update:

Client ID: [EMAIL PROTECTED]
Daily Earned Income: 200$ - 2000$

Since you are apart of our growing Financial Community
we have information on how to make 200$ - 2000$ daily.

About 80% of our clients suceed with this opportunity.

Give me a call anytime to find out how.
1-800-409-1495


If we have contacted the incorrect client, call me 
to be removed from the database.


Courtney Youngblood
Out-Loans Corp.
Phone: 1-800-409-1495



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



Bug#313230: sbcl: sbcl isn't installable without nptl?

2005-06-13 Thread Dmitriyi Paduchikh
Hello Peter,

Peter Van Eynde <[EMAIL PROTECTED]> writes:
> Hello Dmitriyi,
> Dmitriyi Paduchikh schreef:
>> Setting up sbcl (0.9.1.28-1) ...
>> /usr/lib/common-lisp/bin/sbcl.sh loading and dumping clc.
>> 
>> and then installation process hangs up for an indefinite amount of time.

> This version has another bug that prevents it working with a LANG=ru_UA
> or LC_ALL=ru_UA. I'm guessing that you are seeing a different symptom of
> the same problem. Could you retry with LANG=C and LC_ALL=C? As root do:

You are right, setting locale to C helps to complete installation and to
run sbcl afterwards. Thanks!

If I attempt to start sbcl with LANG=C LC_CTYPE=ru_RU.KOI8-R (ie. only
LC_CTYPE is set to ru_RU) it fails with error message:

$ LANG=C LC_CTYPE=ru_RU.KOI8-R sbcl
Linux with NPTL support (e.g. kernel 2.6 or newer) required for 
thread-enabled SBCL.  Disabling thread support.

This is SBCL 0.9.1.28, an implementation of ANSI Common Lisp.
More information about SBCL is available at .

SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses.  See the CREDITS and COPYING files in the
distribution for more information.
??internal error #29
SC: 14, Offset: 4   lispobj 0x50a4c67
fatal error encountered in SBCL pid 14994:
internal error too early in init, can't recover
The system is too badly corrupted or confused to continue at the Lisp
level. If the system had been compiled with the SB-LDB feature, we'd drop
into the LDB low-level debugger now. But there's no LDB in this build, so
we can't really do anything but just exit, sorry.
$ 

-- 
Dmitriyi Paduchikh


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



Bug#313165: po4a: remove files

2005-06-13 Thread mquinson
That's unfortunately the wanted behaviour. You cannot gettextize with the
po4a binary. You have to use po4a-gettextize manually.

I leave this open for now and will close it when we find an acceptable way
to document this or so.

Thanks for your time, and sorry for the "rm" of your files ;)

Bye, Mt.

On Sun, Jun 12, 2005 at 11:42:54AM +0200, Philippe Batailler wrote:
> Package: po4a
> Version: 0.21-1
> Severity: important
> 
> Hello,
> 
> I ran "po4a dpkg.conf" in this environment:
>  - all english files (dpkg.1) in ../man/C/
>  - all french files (dpkg.1) in ../man/fr/
>  - dpkg.conf (attached) in ../man/fr/po/
> 
> fr.po is created in ../man/fr/po/, with no translated msgstrg
> and all files in ../man/fr/ are removed :(
> 
> 
> -- System Information:
> Debian Release: 3.1
>   APT prefers unstable
>   APT policy: (500, 'unstable'), (500, 'testing')
> Architecture: i386 (i686)
> Kernel: Linux 2.6.11-1-686
> Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
> 
> Versions of packages po4a depends on:
> ii  gettext   0.14.4-2   GNU Internationalization 
> utilities
> ii  liblocale-gettext-perl1.01-17Using libc functions for 
> internati
> ii  libsgmls-perl 1.03ii-31  Perl modules for processing SGML 
> p
> ii  libterm-readkey-perl  2.21-1.3   A perl module for simple 
> terminal 
> ii  libtext-wrapi18n-perl 0.06-1 internationalized substitute of 
> Te
> ii  perl [perl5]  5.8.4-8Larry Wall's Practical 
> Extraction 
> ii  perl-modules  5.8.4-8Core Perl modules
> ii  sp1.3.4-1.2.1-43 James Clark's SGML parsing tools
> 
> -- no debconf information
> 
> Regards,
> 
> -- 
> Philippe Batailler
> 
> 
> 

> [po4a_langs] fr
> 
> # first explain where are the translator input files
> [po4a_paths] ../../C/po-doc/dpkg-doc.pot fr:./fr.po
> 
> # Then list the document to translate, their format, their translations
> # (as well as the addendums to apply to to transaltions)
> [type:man] ../../C/dpkg-deb.1 fr:../dpkg-deb.1
> #[type:man] ./dselect/dselect.8
> [type:man] ../../C/dpkg-query.1 fr:../dpkg-query.1
> [type:man] ../../C/dpkg.1 fr:../dpkg.1 
> [type:man] ../../C/deb-control.5 fr:../deb-control.5
> #[type:man] ../../C/deb-old.5
> [type:man] ../../C/deb.5 fr:../deb.5
> #[type:man] ./man/en/dpkg.cfg.5
> #[type:man] ./man/en/dselect.cfg.5
> #[type:man] ./scripts/822-date.1
> [type:man] ../../C/cleanup-info.8 fr:../cleanup-info.8
> #[type:pod] ./scripts/dpkg-architecture.pl
> [type:man] ../../C/dpkg-checkbuilddeps.1 fr:../dpkg-checkbuilddeps.1
> [type:man] ../../C/dpkg-name.1 fr:../dpkg-name.1
> [type:man] ../../C/dpkg-statoverride.8 fr:../dpkg-statoverride.8
> [type:man] ../../C/install-info.8 fr:../install-info.8
> [type:man] ../../C/update-alternatives.8 fr:../update-alternatives.8 
> [type:man] ../../C/dpkg-divert.8 fr:../dpkg-divert.8
> [type:man] ../../C/dpkg-source.1 fr:../dpkg-source.1
> [type:man] ../../C/dpkg-scanpackages.1 fr:../dpkg-scanpackages.1
> [type:man] ../../C/dpkg-split.1 fr:../dpkg-split.1
> [type:man] ../../C/start-stop-daemon.8 fr:../start-stop-daemon.8
> #[type:man] ./utils/md5sum.1



signature.asc
Description: Digital signature


Bug#123086: Under Roof Solutions

2005-06-13 Thread Terry

Financial Update:

Client ID: [EMAIL PROTECTED]
Daily Earned Income: 200$ - 2000$

Since you are apart of our growing Financial Community
we have information on how to make 200$ - 2000$ daily.

About 80% of our clients suceed with this opportunity.

Give me a call anytime to find out how.
1-800-409-1495


If we have contacted the incorrect client, call me 
to be removed from the database.


Terry Knutson
Breathing Room Inc
Phone: 1-800-409-1495



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



Bug#119604: scite: packaging proposal

2005-06-13 Thread Andrea Farruggia
Package: scite
Version: 1.64-2
Followup-For: Bug #119604

I have resolved this bug with my own packaging: 
http://akbg.ath.cx/test/scite_1.64-2_i386.deb
HTH

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

Versions of packages scite depends on:
ii  libatk1.0-0 1.10.1-2 The ATK accessibility toolkit
ii  libc6   2.3.2.ds1-23 GNU C Library: Shared libraries an
ii  libgcc1 1:4.0.0-9GCC support library
ii  libglib2.0-02.6.4-1  The GLib library of C routines
ii  libgtk2.0-0 2.6.7-2  The GTK+ graphical user interface 
ii  libpango1.0-0   1.8.1-1  Layout and rendering of internatio
ii  libstdc++5  1:3.3.6-6The GNU Standard C++ Library v3

-- no debconf information


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



Bug#313368: zynaddsubfx: Non XDG-compliant .desktop file

2005-06-13 Thread Free Ekanayaka
Package: zynaddsubfx
Version: 2.2.1-2
Severity: normal

Hi,

the   .desktop file currently included  in  the zynaddsubfx package is
obsolete.

The legacy installation path

/usr/share/gnome/apps/Multimedia/

should be replaced by the XDG compliant location

/usr/share/applications.

and the .desktop file look something like:

[Desktop Entry]
Encoding=UTF-8

Name=ZynAddSubFX
Comment=ZynAddSubFX Software Synthesizer
Exec=/usr/bin/zynaddsubfx
Terminal=false
Type=Application
Icon=/usr/share/pixmaps/zynaddsubfx.xpm
Categories=Application;AudioVideo;Audio;

(note the Categories= entry).

Cheers,

Free



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



Bug#313367: timemachine: Non XDG-compliant .desktop file

2005-06-13 Thread Free Ekanayaka
Package: timemachine
Version: 0.3.0-3
Severity: normal

Hi,

the   .desktop file currently included  in  the timemachine package is
obsolete.

The legacy installation path

/usr/share/gnome/apps/Multimedia/

should be replaced by the XDG compliant location

/usr/share/applications.

and the .desktop file look something like:

[Desktop Entry
Encoding=UTF-8

Name=JACK Timemachine
Exec=/usr/bin/timemachine
Terminal=false
Type=Application
Type=Application
Categories=Application;AudioVideo;Audio;

(note the Categories= entry).

Cheers,

Free



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



Bug#313369: RFH: mwavem -- Mwave/ACP modem support software

2005-06-13 Thread Thomas Hood
Package: wnpp
Severity: normal

I request assistance with maintaining the mwavem package.

I own a ThinkPad 600 with an Mwave modem inside and I use this
to test the mwavem packages that I prepare.  However, I do not use
the machine on a daily basis.  If possible I would like help from
someone who does use mwavem regularly.

The package description is:
 The Mwave modem support software implements a Hayes-compatible
 V.90 modem in the 3780i Mwave/ACP DSP chip which is built in
 to several discontinued IBM ThinkPad laptop computers,
 including the ThinkPad 600, 600E and 770 models.
 .
 In addition to the programs included in this package, a driver
 is required for the Mwave device. Source code for the driver,
 built as a module called 'mwave.o' or 'mwave.ko', is included
 in the latest 2.4 and 2.6 Linux kernel sources. To build the
 module, set "ACP/Mwave Modem support" to "m" at kernel
 configuration time. This module must be loaded before the
 Mwavem modem support program can be started.
 .
 This package is in the non-free section of the archive
 because it contains program binaries for the 3780i chip
 that have been furnished by IBM without source code.

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


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



Bug#135378: Only 0 Openings Left

2005-06-13 Thread Kevin

Financial Update:

Client ID: [EMAIL PROTECTED]
Daily Earned Income: 200$ - 2000$

Since you are apart of our growing Financial Community
we have information on how to make 200$ - 2000$ daily.

About 80% of our clients succeed with this opportunity.

Give me a call anytime to find out how.
1-800-409-1495

If you got this email by mistake then call me to
be removed from the database.

Kevin Hickman
Bill Payoff Inc.
Phone: 1-800-409-1495




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



Bug#313123: allow mounting local directories as qemu hard disks

2005-06-13 Thread Elrond
On Sat, Jun 11, 2005 at 07:23:49PM -0400, Michael Gilbert wrote:
> Package: qemu
> Version: 0.6.1+20050407-1
> Severity: wishlist
> 
> it would be very useful to be able to mount local directories within the
> qemu guest OS (rather than only being able to mount local disk images as
> qemu hard disks or using samba).  for example,
> 
>   qemu -hda /home/tux/os.img -mounthdb /home/tux/files

How should this be done?

The guest OS can only work with stuff, that looks like
"real hardware" to it.

It needs something, that looks like a "real harddisk".
With a "real partition table" and a "real filesystem".

Of course you can create a full fs image from the specified
directory, put it in /tmp and let qemu work against that.

qemu-make-debian-root is doing something like that for a
debian install.

For windows, you'd need to create a vfat image (as ntfs
support is still an issue).

Any changes to the temporary image would be lost after
shutting down qemu. Unless you unpack the image after
shutdown of qemu and put it back in the real fs.


All of the above sounds like a big script, that should be
put around qemu.


Elrond


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



Bug#312129: unixodbc-dev: header files should be better in /usr/include/odbc/

2005-06-13 Thread Steve Langasek
On Mon, Jun 06, 2005 at 12:14:37PM +0200, Markus Kolb wrote:
> Steve Langasek wrote on Sun, Jun 05, 2005 at 19:32:59 -0700:
> > On Sun, Jun 05, 2005 at 09:50:45PM +0200, Markus Kolb wrote:
> > > Is it possible to put the header files in /usr/include/odbc/ ?
> > > So there will be no filename conflicts with other packages because of
> > > the simple headerfilenames.

> > Why?  What conflicts with unixodbc-dev in practice?  Even libiodbc2-dev has
> > its headers under a different name.

> If I remember right there is a package conflict because of log.h.

Mmm, true; the unixodbc-dev package does already conflict with other
packages because of this.

> > > Including the headers with e.g.  is more significant,
> > > too.

> > It's also not the traditional interface used everywhere else.

> Really?! Mmh. In the unixodbc documentation odbc/ is used.

Perhaps this is what UnixODBC's documentation now *recommends*, but as I
said, historically this is not how it was done. :)  And the existing ODBC
drivers in the archive would also need to be updated to match.

It may be worth making this change anyway, but it would require some
planning.

Cheers,
-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Bug#313374: khelpcenter doesn't display audiocd kio-slave help page

2005-06-13 Thread Andreas Pakulat
Package: khelpcenter
Version: 4:3.4.1-1
Severity: normal
Tags: experimental

Hi,

I wanted to read about the audiocd:/ kio-slave, but couldn't because all
I get is a "could not read audiocd.html from
file:///usr/share/doc/kde/HTML/de/kioslaves/audiocd.html" or similar.
The same happens when changing language to en. Other kioslaves help
pages like bzip2, gzip.. work perfectly, only the audiocd help page
gives me this trouble.

Running khelpcenter from a console I see a warning about a Main template
file name being empty and then for any kioslave page a lot of undefined
entity's.

Andreas

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

Versions of packages khelpcenter depends on:
ii  kdelibs44:3.4.1-1core libraries for all KDE applica
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libgcc1 1:4.0.0-9GCC support library
ii  libqt3c102-mt   3:3.3.4-3Qt GUI Library (Threaded runtime v
ii  libstdc++5  1:3.3.6-6The GNU Standard C++ Library v3

-- no debconf information


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



Bug#313373: tar 1.14-2 doesn't build on sarge

2005-06-13 Thread Henry Jensen
Package: tar
Version: 1.14-2
Severity: normal


tar doesn't build.

This is what I do:


sh-2.05b$ apt-get source tar
Reading Package Lists... Done
Building Dependency Tree... Done
Need to get 1504kB of source archives.
Get:1 ftp://ftp.de.debian.org stable/main tar 1.14-2 (dsc) [550B]
Get:2 ftp://ftp.de.debian.org stable/main tar 1.14-2 (diff) [18.1kB]
Fetched 18.6kB in 0s (22.3kB/s)
dpkg-source: extracting tar in tar-1.14

sh-2.05b$ cd tar-1.14/
sh-2.05b$ dpkg-buildpackage -rfakeroot -uc -us
[Build begins]
...

dh_testdir
/usr/bin/make
make[1]: Entering directory `/spdeb/pub/source/tar-1.14'
cd . && /bin/sh /spdeb/pub/source/tar-1.14/config/missing --run
aclocal-1.8 -I m4
/usr/share/aclocal/tcl.m4:20: warning: underquoted definition of
SC_PATH_TCLCONFIG
  run info '(automake)Extending aclocal'
  or see
http://sources.redhat.com/automake/automake.html#Extending%20aclocal
/usr/share/aclocal/tcl.m4:124: warning: underquoted definition of
SC_PATH_TKCONFIG
/usr/share/aclocal/tcl.m4:228: warning: underquoted definition of
SC_LOAD_TCLCONFIG
/usr/share/aclocal/tcl.m4:295: warning: underquoted definition of
SC_LOAD_TKCONFIG
/usr/share/aclocal/tcl.m4:333: warning: underquoted definition of
SC_ENABLE_SHARED
/usr/share/aclocal/tcl.m4:373: warning: underquoted definition of
SC_ENABLE_FRAMEWORK
/usr/share/aclocal/tcl.m4:424: warning: underquoted definition of
SC_ENABLE_THREADS
/usr/share/aclocal/tcl.m4:560: warning: underquoted definition of
SC_ENABLE_SYMBOLS
/usr/share/aclocal/tcl.m4:617: warning: underquoted definition of
SC_ENABLE_LANGINFO
/usr/share/aclocal/tcl.m4:669: warning: underquoted definition of
SC_CONFIG_MANPAGES
/usr/share/aclocal/tcl.m4:805: warning: underquoted definition of
SC_CONFIG_CFLAGS
/usr/share/aclocal/tcl.m4:1901: warning: underquoted definition of
SC_SERIAL_PORT
/usr/share/aclocal/tcl.m4:2030: warning: underquoted definition of
SC_MISSING_POSIX_HEADERS
/usr/share/aclocal/tcl.m4:2111: warning: underquoted definition of SC_PATH_X
/usr/share/aclocal/tcl.m4:2196: warning: underquoted definition of
SC_BLOCKING_STYLE
/usr/share/aclocal/tcl.m4:2261: warning: underquoted definition of
SC_TIME_HANDLER
/usr/share/aclocal/tcl.m4:2338: warning: underquoted definition of
SC_BUGGY_STRTOD
/usr/share/aclocal/tcl.m4:2400: warning: underquoted definition of
SC_TCL_LINK_LIBS
/usr/share/aclocal/tcl.m4:2476: warning: underquoted definition of
SC_TCL_EARLY_FLAG
/usr/share/aclocal/tcl.m4:2488: warning: underquoted definition of
SC_TCL_EARLY_FLAGS
/usr/share/aclocal/tcl.m4:2520: warning: underquoted definition of
SC_TCL_64BIT_FLAGS
/usr/share/aclocal/glib.m4:8: warning: underquoted definition of
AM_PATH_GLIB
aclocal: m4/gettext.m4: 378: macro `AM_LC_MESSAGES' not found in library
aclocal: macro `jm_GLIBC21' required but not defined
make[1]: *** [aclocal.m4] Error 1
make[1]: Leaving directory `/spdeb/pub/source/tar-1.14'
make: *** [build-stamp] Error 2

My system:

Debian sarge 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-k7


sh-2.05b$ aclocal-1.8 --version
aclocal (GNU automake) 1.8.5
Written by Tom Tromey <[EMAIL PROTECTED]>

sh-2.05b$ m4 --version
GNU m4 1.4.2

sh-2.05b$ gcc -v
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.5/specs
Configured with: ../src/configure -v
--enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr
--mandir=/usr/share/man --infodir=/usr/share/info
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared
--enable-__cxa_atexit --with-system-zlib --enable-nls
--without-included-gettext --enable-clocale=gnu --enable-debug
--enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux
Thread model: posix
gcc version 3.3.5 (Debian 1:3.3.5-13)


Regards,
Henry





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



Bug#313371: annoying "Killed by signal 1" message with ProxyCommand

2005-06-13 Thread Sean Neakums
Package: openssh-client
Version: 1:4.1p1-3

When using nc or socat to bounce connections to an ssh server via an
intermediary, "Killed by signal 1." is printed when I log out.
Signal 1 is SIGHUP.  This does not happen with ssh 1:3.8.1p1-8.sarge.4.

Example commands:

ssh -o 'ProxyCommand ssh localhost socat - TCP4:%h:%p' localhost

ssh -o 'ProxyCommand ssh localhost nc %h %p' localhost

The first 'localhost' is normally the intermediary host.

-- 
Dag vijandelijk luchtschip de huismeester is dood


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



Bug#313370: INTL:vi

2005-06-13 Thread Clytie Siddall

Package: courier
Version: 0.47-4
Severity: minor
Tags: l10n, patch

The Vietnamese translation for debconf: courier


vi.po
Description: Binary data



translated and submitted by:

Clytie Siddall, Vietnamese localization team / nhóm Việt hóa

our mailing list / hộp thư chung của nhóm chúng tôi:

[EMAIL PROTECTED]


Bug#313372: INTL:vi

2005-06-13 Thread Clytie Siddall

Package: couriergraph
Version: 0.24-1
Severity: minor
Tags: l10n, patch

The Vietnamese translation for debconf: couriergraph


vi.po
Description: Binary data



translated and submitted by:

Clytie Siddall, Vietnamese localization team / nhóm Việt hóa

our mailing list / hộp thư chung của nhóm chúng tôi:

[EMAIL PROTECTED]


Bug#313104: qemu: allow mouse over mode along with standard mouse capture

2005-06-13 Thread Elrond
On Sat, Jun 11, 2005 at 03:18:32PM -0400, Michael Gilbert wrote:
> Package: qemu
> Version: 0.6.1+20050407-1
> Severity: wishlist
> 
> presently, if you move the mouse over the qemu window, the cursor within the
> qemu emulated OS does not move.  when you click, you take over the qemu 
> cursor,
> and the X cursor is hidden (i call this mouse capture mode).  it would be
> very useful if the qemu cursor could perhaps track the X cursor as it
> moves over the window.  when clicking in this mode, the qemu OS should
> be made aware of the click; however, the X cursor should not be captured
> (i call this mouse over mode).

vmware (commercial emulator) has this mode.

BUT it only works, if you install special software inside
the guest os!


Elrond


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



Bug#313352: Recent update broke xterm compability with zsh/prompt

2005-06-13 Thread Thomas Dickey

On Mon, 13 Jun 2005, Paul van Tilburg wrote:


Package: ncurses-base
Version: 5.4-5
Severity: normal

Hi,

After I updated ncurses-base to 5.4-5 and restarted my terminal emulator, I
got parts of escape sequences in my zsh prompt.  Zsh seems to insert such
escape sequences before all prompts and messages, so I have "[27m" strings
all over the place, of which zsh doesn't know that they aren't displayed so
everything gets misaligned and messy.


I'm not sure what zsh is doing - it's possible that the problem lies 
there.  But the related change in ncurses is that the termcap interface

is a little smarter for transforming "me" (sgr0 in terminfo) to remove
the alternate character set string.  That was a bug fix, exposed by
changing sgr0 from

\E[m^O

to

\E[m\E(B

in xterm's terminfo.  ncurses modifies "me" to avoid confusing screen
(and possibly other termcap applications).  When I first made that change,
I did not notice that it only worked for single-characters such as ^O.

I'm assuming that zsh is using the termcap interface rather than terminfo.
You can verify this by "nm" on zsh (or - it's probably stripped) using
"strings - /bin/zsh" and looking for tgetent.  That would be for termcap.

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


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



Bug#312818: iso9660 volumes should have "utf8" option

2005-06-13 Thread Ilya Konstantinov

Sjoerd Simons wrote:


Nice catch.  I've enabled this option for cdrom drives and iso9600 and udf
filesystems. On most debian systems this won't really matter though, because
cdroms are an static fstab entry most of the time. 


With HAL, we should be entering a new era. Gradually, things will change.


Martin is pmount doing the right thing with these kinds of devices/filesystems?

Unlike ftab-sync, pmount doesn't pay much respect to most mount options 
when specified thru HAL (see bug 310228). Instead, it decides on the 
iocharset according to the user's locale. Therefore, this patch will 
only solve the utf8 issue for fstab-sync.


pmount is affected by a different issue, which I've documented in bug 
312822.




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



  1   2   3   4   5   >