Bug#297644: icebreaker: crashes when high score names contain "%n%n%n%n"

2005-03-01 Thread Ulf Harnhammar
Subject: icebreaker: crashes when high score names contain "%n%n%n%n"
Package: icebreaker
Version: 1.21-9
Severity: normal
Tags: patch

Hello,

icebreaker crashes when high score names contain strings like "%n%n%n%n". It
is caused by a bunch of bad snprintf() calls in hiscore.c. You can test the bug
by playing well enough to reach the high score table and then entering
"%n%n%n%n" as your name. I have attached a patch.

// Ulf Härnhammar

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

Versions of packages icebreaker depends on:
ii  libc6 2.3.2.ds1-20   GNU C Library: Shared libraries an
ii  libsdl-mixer1 1.2.6-1mixer library for Simple DirectMed
ii  libsdl1.2debi 1.2.7+1.2.8cvs20041007-4.1 Simple DirectMedia Layer

-- no debconf information

--- hiscore.c.old   2001-07-30 03:28:37.0 +0200
+++ hiscore.c   2005-03-02 00:55:24.0 +0100
@@ -83,7 +83,7 @@ void readhiscores()
// ok, so now, we can copy things over in the proper sorted order
for (i=0;i

Bug#297645: clamsmtp: does not free file descriptors when outbound connections cannot be established

2005-03-01 Thread Chris Mason
Package: clamsmtp
Version: 1.2-3
Severity: important
Tags: patch
There is a file descriptor leak with clamsmtp that means it will run out
of file descriptors after a period of time.  By default Linux systems
have a maximum of 1024 FD's per process and clamsmtp does not free file
descriptors when an outbound connection is attempted but fails.
After a period of time these file descriptors will eventually run out
and the process needs to be restarted as it will not accept any new
connections.
Upsteam has been aware of this problem for the past couple of weeks, but
has not emailed me since I reported this problem to him.
Please find below a patch to fix this issue:
diff -urN /home/masonc/clamsmtp-1.2/common/spio.c 
/home/masonc/clamsmtp-1.2-fix/common/spio.c
--- /home/masonc/clamsmtp-1.2/common/spio.c 2004-11-26 
21:22:41.0 +
+++ /home/masonc/clamsmtp-1.2-fix/common/spio.c 2005-03-02 
00:23:31.0 +
@@ -154,8 +154,10 @@

fcntl(fd, F_SETFD, fcntl(fd, F_GETFD, 0) | FD_CLOEXEC);
-if(connect(fd, &SANY_ADDR(*sany), SANY_LEN(*sany)) == -1)
+if(connect(fd, &SANY_ADDR(*sany), SANY_LEN(*sany)) == -1) {
+close_raw(&fd);
RETURN(-1);
+}
spio_attach(ctx, io, fd, NULL);
Thanks,
Chris
-- System Information:
Debian Release: 3.1
 APT prefers testing
 APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-exec-shield
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Versions of packages clamsmtp depends on:
ii  clamav-daemon   0.81-2   antivirus scanner daemon
ii  debconf [debconf-2.0]   1.4.30.11Debian configuration 
management sy
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared 
libraries an

-- debconf information:
 clamsmtp/do-fixperms: false
* clamsmtp/purge: yes

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


Bug#297589: clamav-base: package install fails, /var/lib/ucf/cache not existing

2005-03-01 Thread Stephen Gran
This one time, at band camp, Marc Haber said:
> Hi,
> 
> Setting up clamav-base (0.83-3) ...
> Adding system user clamav'...
> Adding new group clamav' (110).
> Adding new user clamav' (110) with group clamav'.
> Not creating home directory.
> cp: cannot create regular file
> /var/lib/ucf/cache/:etc:clamav:clamd.conf': No such file or directory
> dpkg: error processing clamav-base (--configure):
>  subprocess post-installation script returned error exit status 1
> 
> I am not sure whether this is an ucf issue, but at least as a
> short-time measure, clamav should mkdir /var/lib/ucf/cache before
> trying to create the file.
> 
> Package installs fine after manually creating the directory.

Ah - I had thought ucf handled creation of that directory, so I
omitted the check.  But you are correct, and it is fixed locally.  I am
trying to get at least some version of 0.83 into sarge, so I may hold
off uploading this for a few days to give -3 a chance to trickle in
before I upload the fix.

Thanks for reporting,
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


pgpOkUiUBdhF9.pgp
Description: PGP signature


Bug#296681: possible patch from ubuntu

2005-03-01 Thread Joey Hess
Ubuntu released a security advisory for this hole, fixing cyrus21-imapd 
2.1.16. I've merged the changes from their release into our 2.1.17
package, yeilding the attached diff.

While this obviously fixes some holes, I am not sure if it fixes all the
holes mentioned in the Secunia advisory here:
http://secunia.com/advisories/14383

So I'm reluctant to NMU with this patch and close the bug. I think it
would be safer if the maintainer upgraded the package to version 2.2.11.

-- 
see shy jo
diff -ur old/cyrus21-imapd-2.1.17/debian/changelog 
cyrus21-imapd-2.1.17/debian/changelog
--- old/cyrus21-imapd-2.1.17/debian/changelog   2005-03-01 19:50:46.0 
-0500
+++ cyrus21-imapd-2.1.17/debian/changelog   2005-03-01 19:50:24.0 
-0500
@@ -1,3 +1,16 @@
+cyrus21-imapd (2.1.17-3.1) unstable; urgency=HIGH
+
+  * NMU
+  * SECURITY UPDATE: Fix buffer overflow (backported from release 2.1.18).
+  * imap/annotate.c, fetch_cb(): Fix size of lastname char[].
+  * imap/seen_local.c: Use safe string functions.
+  * References:
+
http://asg.web.cmu.edu/archive/message.php?mailbox=archive.info-cyrus&msg=33723
+CAN-2005-0546
+  * Above changes sideported from Ubuntu. Closes: #296681
+
+ -- Joey Hess <[EMAIL PROTECTED]>  Tue,  1 Mar 2005 19:37:10 -0500
+
 cyrus21-imapd (2.1.17-3) unstable; urgency=high
 
   * Add additional service table overflow check that was missing on the
diff -ur old/cyrus21-imapd-2.1.17/imap/annotate.c 
cyrus21-imapd-2.1.17/imap/annotate.c
--- old/cyrus21-imapd-2.1.17/imap/annotate.c2005-03-01 19:50:46.0 
-0500
+++ cyrus21-imapd-2.1.17/imap/annotate.c2005-03-01 19:40:11.0 
-0500
@@ -185,7 +185,7 @@
 static int fetch_cb(char *name, int matchlen, int maycreate, void* rock)
 {
 struct fetchdata *fdata = (struct fetchdata *) rock;
-static char lastname[MAX_MAILBOX_PATH];
+static char lastname[MAX_MAILBOX_PATH+1];
 static int sawuser = 0;
 int c, r;
 char mboxname[MAX_MAILBOX_PATH+1];
diff -ur old/cyrus21-imapd-2.1.17/imap/seen_local.c 
cyrus21-imapd-2.1.17/imap/seen_local.c
--- old/cyrus21-imapd-2.1.17/imap/seen_local.c  2003-08-14 12:20:33.0 
-0400
+++ cyrus21-imapd-2.1.17/imap/seen_local.c  2005-03-01 19:46:01.0 
-0500
@@ -146,8 +146,8 @@
 unsigned long left;
 unsigned long length, namelen;
 
-strcpy(fnamebuf, seendb->mailbox->path);
-strcat(fnamebuf, FNAME_SEEN);
+strlcpy(fnamebuf, seendb->mailbox->path, sizeof(fnamebuf));
+strlcat(fnamebuf, FNAME_SEEN, sizeof(fnamebuf));
 
 /* Lock the database */
 if (!seendb->mailbox->seen_lock_count) {
@@ -280,10 +280,10 @@
 num_iov = 0;
 
 if (replace) {
-   strcpy(fnamebuf, seendb->mailbox->path);
-   strcat(fnamebuf, FNAME_SEEN);
-   strcpy(newfnamebuf, fnamebuf);
-   strcat(newfnamebuf, ".NEW");
+   strlcpy(fnamebuf, seendb->mailbox->path, sizeof(fnamebuf));
+   strlcat(fnamebuf, FNAME_SEEN, sizeof(fnamebuf));
+   strlcpy(newfnamebuf, fnamebuf, sizeof(newfnamebuf));
+   strlcat(newfnamebuf, ".NEW", sizeof(newfnamebuf));
 
writefd = open(newfnamebuf, O_RDWR|O_TRUNC|O_CREAT, 0666);
if (writefd == -1) {
@@ -391,8 +391,8 @@
 char fnamebuf[MAX_MAILBOX_PATH+1];
 int fd;
 
-strcpy(fnamebuf, mailbox->path);
-strcat(fnamebuf, FNAME_SEEN);
+strlcpy(fnamebuf, mailbox->path, sizeof(fnamebuf));
+strlcat(fnamebuf, FNAME_SEEN, sizeof(fnamebuf));
 
 fd = open(fnamebuf, O_RDWR|O_TRUNC|O_CREAT, 0666);
 if (fd == -1) {
@@ -413,8 +413,8 @@
 int r;
 const char *lockfailaction;
 
-strcpy(fnamebuf, mailbox->path);
-strcat(fnamebuf, FNAME_SEEN);
+strlcpy(fnamebuf, mailbox->path, sizeof(fnamebuf));
+strlcat(fnamebuf, FNAME_SEEN, sizeof(fnamebuf));
 
 fd = open(fnamebuf, O_RDWR, 0666);
 if (fd == -1) {
@@ -442,10 +442,10 @@
 char oldfname[MAX_MAILBOX_PATH+1];
 char newfname[MAX_MAILBOX_PATH+1];
 
-strcpy(oldfname, oldmailbox->path);
-strcat(oldfname, FNAME_SEEN);
-strcpy(newfname, newmailbox->path);
-strcat(newfname, FNAME_SEEN);
+strlcpy(oldfname, oldmailbox->path, sizeof(oldfname));
+strlcat(oldfname, FNAME_SEEN, sizeof(oldfname));
+strlcpy(newfname, newmailbox->path, sizeof(newfname));
+strlcat(newfname, FNAME_SEEN, sizeof(newfname));
 return mailbox_copyfile(oldfname, newfname);
 }
 
@@ -568,8 +568,8 @@
 time(&now);
 nowplus1day = now + 24*60*60;
 
-strcpy(fnamebuf, mailbox->path);
-strcat(fnamebuf, FNAME_SEEN);
+strlcpy(fnamebuf, mailbox->path, sizeof(fnamebuf));
+strlcat(fnamebuf, FNAME_SEEN, sizeof(fnamebuf));
 
 fd = open(fnamebuf, O_RDWR, 0666);
 if (fd == -1) {
@@ -723,8 +723,8 @@
 r = 0;
 
 if (newiov_dirty) {
-   strcpy(newfnamebuf, fnamebuf);
-   strcat(newfnamebuf, ".NEW");
+   strlcpy(newfnamebuf, fnamebuf, sizeof(newfnamebuf));
+   strlcat(newfnamebuf, ".NEW", sizeof(newfnamebuf));
 
writefd = open(newfnamebuf, O_RD

Bug#296403: Bug#297198: does not restart after upgrade

2005-03-01 Thread sean finney
hey christian,

On Wed, Mar 02, 2005 at 01:04:34AM +0100, Christian Hammers wrote:
> > this seems kind of dodgy, and somewhat stretching what the fhs
> > should allow...
> 
> Why do you think? The FHS governs mainly the locations of files as far as
> I know and even our Debian policy does not mandate that I immediately
> start a server upon upgrading if it was not running before.

what i was getting at was that i don't think storing temporary
"server is running" or "server should start" type files in
/etc/mysql is really in the spirit of the fhs.

> > shouldn't invoke-rc.d take care of determining whether or not
> > to start mysql?
> 
> That's the alternative. The current system is just one step cleverer -
> if it would only work as it used to :-(

out of curiosity, what benefit do we get from using this instead of
using invoke-rc.d?

> (BTW: Sean: I've just uploaded a new version of 4.0 but that did not contain
> any relevant changes it is just to test if the new dpatch system I used for
> svn-buildpackage works for the autobuilders)

okay, cool.  

sean

-- 


signature.asc
Description: Digital signature


Bug#297492: mozilla-thunderbird-enigmail: Enigmail apparently not doing anything of value

2005-03-01 Thread Alexander Sack
Brian Bennett wrote:
| You removed the extensions, upgraded thunderbird and reinstalled the
| extensions. I will try to reproduce it that way. Maybe remove and
| install enigmail one more time. Please backup the
| /var/lib/mozilla-thunderbird /usr/lib/mozilla-thunderbird dirs before
| doing anything ... otherwise we cannot reproduce this bug, once it has
| vanished.

if you have a backup of those directories it would be great to see the 
Extensions.rdf file. Otherwise I will close this bug.

--
GPG messages preferred. |  .''`.  ** Debian GNU/Linux **
Alexander Sack  | : :' :  The  universal
[EMAIL PROTECTED] | `. `'  Operating System
http://www.jwsdot.com/  |   `-http://www.debian.org/

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


Bug#297523: dstat doesn't work, suppose missing dependency on python's version

2005-03-01 Thread Andrew Pollock
On Tue, Mar 01, 2005 at 10:38:31AM +0100, [EMAIL PROTECTED] wrote:
> Package: dstat
> Version: 0.5.7-1
> Severity: normal
> 
> As in subject. Upgrade of python to 2.3.4-5 solved the problem.

Right, after a not inconsequential amount of dicking around with my chroots
(my bad for mounting the wrong filesystem), I have reproduced this problem.

If you use dstat from testing with python from stable, you get:

brutus:~# dstat
  File "/usr/bin/dstat", line 1398
yield index, item
  ^
SyntaxError: invalid syntax

 
> -- System Information
> Debian Release: 3.0
> Architecture: i386
> Kernel: Linux nickel 2.6.4-p4-aic79 #1 SMP Sat Mar 27 22:58:38 CET 2004 i686
> Locale: LANG=C, LC_CTYPE=C
> 
> Versions of packages dstat depends on:
> ii  python2.1.3-3.2  An interactive object-oriented 
> scr
> 
> 

-- 
linux.conf.au 2005   -  http://linux.conf.au/  -  Birthplace of Tux
April 18th to 23rd   -  http://linux.conf.au/  -   LINUX
Canberra, Australia  -  http://linux.conf.au/  -Get bitten!


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



Bug#296403: Bug#297198: does not restart after upgrade

2005-03-01 Thread Christian Hammers
Hello Sean

On 2005-03-01 sean finney wrote:
> what i was getting at was that i don't think storing temporary
> "server is running" or "server should start" type files in
> /etc/mysql is really in the spirit of the fhs.
As long as the temporary file does not stay longer as an upgrade
I think the FHS may close an eye or two :)


> > > shouldn't invoke-rc.d take care of determining whether or not
> > > to start mysql?
> > 
> > That's the alternative. The current system is just one step cleverer -
> > if it would only work as it used to :-(
> 
> out of curiosity, what benefit do we get from using this instead of
> using invoke-rc.d?
Currently it's only there because some users asked for it as they stopped
and started their daemons just on demand and not on boot time. So whenever
they upgraded, the server was suddenly down. I.e. not a really important
reason.


bye,

-christian-


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



Bug#296414: gksudo produces buggy output and doesn't work

2005-03-01 Thread Gustavo Noronha Silva
Em Ter, 2005-02-22 Ãs 10:10 +0100, LoÃc Minier escreveu:
> Hi,

Hey!

>  Here's the usual output of gksudo:
> ==
> bee% sudo ls
> 
> We trust you have received the usual lecture from the local System
> Administrator. It usually boils down to these three things:
> 
> #1) Respect the privacy of others.
> #2) Think before you type.
> #3) With great power comes great responsibility.
> 
> Password:

gah... have to think about how to handle this =/

>  Should I forward this to the Savannah project?

No, it's OK to file it under debian package only. As I'm upstream,
myself, and I'm used to debbugs I prefer it this way.

Thanks!

-- 
  [EMAIL PROTECTED]: Gustavo Noronha 
 Debian:   *  


signature.asc
Description: Esta =?ISO-8859-1?Q?=E9?= uma parte de mensagem	assinada digitalmente


Bug#297646: trackballs: crashes when $USER contains "%n%n%n%n%n%n"

2005-03-01 Thread Ulf Harnhammar
Subject: trackballs: crashes when $USER contains "%n%n%n%n%n%n"
Package: trackballs
Version: 1.0.0-7
Severity: normal
Tags: patch

Hello,

trackballs crashes when the USER environment variable contains strings like
"%n%n%n%n%n%n". It is caused by a bad snprintf() call. I have attached a patch.

[EMAIL PROTECTED]:~$ USER='%n%n%n%n%n%n' /usr/games/trackballs -w
Welcome to Trackballs.
Using /usr/share/games/trackballs as gamedata dir
Warning: Rescaling images before loading them as textures.
Attempting to open mixer...failed
Couldn't open audio: Couldn't open 
/usr/share/games/trackballs/icons/trackballs-32x32.png
Try shutting down artsd/esd or run trackballs through artsdsp/esddsp
Fatal signal: Segmentation Fault (SDL Parachute Deployed)
[EMAIL PROTECTED]:~$

// Ulf Härnhammar

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

Versions of packages trackballs depends on:
ii  guile-1.6-lib 1.6.7-1Main Guile libraries
ii  libc6 2.3.2.ds1-20   GNU C Library: Shared libraries an
ii  libgcc1   1:3.4.3-6  GCC support library
ii  libguile-ltdl 1.6.7-1Guile's patched version of libtool
ii  libqthreads-1 1.6.7-1QuickThreads library for Guile
ii  libsdl-image1 1.2.3-6image loading library for Simple D
ii  libsdl-mixer1 1.2.6-1mixer library for Simple DirectMed
ii  libsdl-ttf2.0 2.0.6-5ttf library for Simple DirectMedia
ii  libsdl1.2debi 1.2.7+1.2.8cvs20041007-4.1 Simple DirectMedia Layer
ii  libstdc++51:3.3.5-8  The GNU Standard C++ Library v3
ii  trackballs-da 1.0.0-7Data files for trackballs
ii  xlibmesa-gl [ 4.3.0.dfsg.1-10Mesa 3D graphics library [XFree86]
ii  xlibmesa-glu  4.3.0.dfsg.1-10Mesa OpenGL utility library [XFree
ii  zlib1g1:1.2.2-3  compression library - runtime

-- no debconf information

--- src/gamer.cc.old2003-03-12 22:29:15.0 +0100
+++ src/gamer.cc2005-03-02 02:11:10.0 +0100
@@ -31,7 +31,7 @@ using namespace std;
 
 Gamer::Gamer() {
   sprintf(name,"John Doe");
-  if(NULL != getenv("USER")) snprintf(name,20,getenv("USER"));  
+  if(NULL != getenv("USER")) snprintf(name,20,"%s",getenv("USER"));
 
   for(int i=0;inLevelSets;i++) 
levels[i] = new KnownLevel[256];


Bug#297526: kernel-patch-lkcd: Doesn't build Kerntypes

2005-03-01 Thread Russell Stuart
> Although kerntypes is required if you use lcrash, it is not if you use
> crash, or netdump. Since you may not be using lcrash or may be using
> lcrash, but on another system, installing Kerntypes into /boot isn't
> always necessary.

Well, this is fine, but netdump is not a way of analysising 
a dump - it is a way of saving it.  I don't know what crash
is, but if it is a program it isn't distributed with Debian.

This means when it comes to analyse a dump using a Debian
distribution, you have to use lcrash, and you can't do that
without kerntypes.

> Looking closer at the patch, Troy noticed that it
> only does the install for some architectures (ie. i386 and s390).

Well - yes, that is because I only use one of them, and
apparently I am the one doing this.  I don't have access
to the others, so I can't test them.  The s390 looked
similar to i386, so I did that, but the rest I will leave
to someone else who has access to the hardware.

This is the way it works with open source, isn't it.  Those
people with the itch scratch it?

Anyway, I don't see that because a feature works on some
architectures and not others is a reason to exclude it.
It certainly isn't Debian policy.  It is not like adding
the feature breaks anything.

> The instructions that come with lkcdutils (in the README.Debian) tell
> you how to properly deal with the kerntypes file.

Many people, me included, remove the kernel build directory once
I am happy.  So saying this to me is like saying "if you plan to 
have a car crash, be sure to put your seatbelt on beforehand".
Yeah right - as if I am going to remember to do that!

If  people who download a kernel binary  with with the patch
included (like those on my web site) what you suggest isn't
even possible.

> Ideally, we would like to keep the patch as close to
> upstream as possible, or come up with a debian specific
> patch that does things, such as this patch.

Debian specific?  To quote the lcrash-howto that is distributed
with Debian:
  "lcrash /boot/System.map-2.2.18 /dev/mem /boot/Kerntypes"
To quote the lkcd man page:
  "Kerntypes is initially created when the kernel is built.
  It is copied to /boot/Kerntypes- during
  kernel installation."
This is the UPSTREAM man page!

> In any case, this bug should be a wishlist bug, and we 
> could send it upstream if you like, but chances are they 
> will give a similar reason why this should not be done.

I can't comment on what upstream will or won't do.  But
as for it being a wishlist item:

- The man page is wrong - Kerntypes isn't installed for you.

- After installing it the package doesn't work in the
  default setup.  You have to follow a few manual steps
  to make it work.  This would be excusable, if there
  were no easy way to automate those steps - but there is.

- The feature used to exist before - in 2.4.  It has been
  removed in the 2.6 kernels.  This is evidenced by the
  fact that kernel-package knows about Kerntypes, and
  includes it in the image if it is present.

But anyway (and after calming down and thinking about it in
a more constructive fashion), that is all beside the point to
some extent. The real issue is that the system is much easier 
to use, and more robust (as in Kerntypes is actually present
when you need it), when Kerntypes is installed automatically.
For that reason alone Debian should strive to install it.

Current kernel-package automatically adds Kerntypes if it
find in in the kernel build root.  Perhaps kernel-package
should be changed to look at a different place for Kerntypes
for 2.6 kernels - but that isn't possible now for Sarge, I
suspect.

So how about this: build Kerntypes for Sarge.  It is not a
big deal: Sarge will be frozen soon anyway, so the deviation
from upstream won't matter that much.

Then see if you can't convince the maintainer of
kernel-package to look in utils/kerntypes.o for Kerntypes
for 2.6 kernels.  (This may not be necessary as I notice
kernel-package does run scripts in:
  /debian/image.d/
during the build.  Perhaps you can alter what included in
the .deb by adding a script.  This would be much cleaner -
but you will have to stop using dh_installkpatches and
write you own patch install script.)  Once you have done
all that, by all means stop building Kerntypes.





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



Bug#297647: gftp: fails to transfer files over SSHv2

2005-03-01 Thread Sebastian Kapfer
Package: gftp-gtk
Version: 2.0.18-2
Severity: important


gftp doesn't transfer any files over SSHv2 for me.

It does log in and display directories.  It doesn't read any files, even
world-readable stuff such as /bin/ls.  (Log transcript below.)

Other SSH client work with the same setup (/usr/bin/sftp, Nautilus,
Konqueror).  No weird stuff such as scponly involved.  SSH server
version: 3.8.1p1-8.sarge.4.

Logging in as "[EMAIL PROTECTED]" with gftp _WORKS_, using a normal user
account doesn't.  This is especially weird, but as said, it is not a
permission problem -- other SFTP clients make the transfer.

Not an i18n problem, reproducible with C locale.




gFTP 2.0.18, Copyright (C) 1998-2003 Brian Masney <[EMAIL PROTECTED]>. If
you have any questions, comments, or suggestions about this program,
please feel free to email them to me. You can always find out the latest
news about gFTP from my website at http://www.gftp.org/
gFTP comes with ABSOLUTELY NO WARRANTY; for details, see the COPYING
file. This is free software, and you are welcome to redistribute it
under certain conditions; for details, see the COPYING file
Opening SSH connection to localhost
Running program ssh -e none -l archiv -p  localhost -s sftp
3: Protocol Initialization
[EMAIL PROTECTED]'s password: 
3: Protocol version 3
Successfully logged into SSH server localhost
1: Realpath /bin
1: Filenames (1 entries)
Loading directory listing /bin from server (LC_TIME=C)
Retrieving directory listing...
2: Open Directory /bin
2: File handle
3: Read Directory
3: Filenames (90 entries)
4: Read Directory
4: EOF
5: Close
5: Open Directory 
5: OK
Successfully changed local directory to /tmp
6: Open /bin/cat
6: Permission denied






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

Versions of packages gftp-gtk depends on:
ii  gftp-common 2.0.18-2 shared files for other gFTP packag
ii  libatk1.0-0 1.9.0-1  The ATK accessibility toolkit
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libglib2.0-02.6.2-1  The GLib library of C routines
ii  libgtk2.0-0 2.6.2-3  The GTK+ graphical user interface 
ii  libpango1.0-0   1.8.0-3  Layout and rendering of internatio

-- no debconf information


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



Bug#200504: madwifi itp - any progress?

2005-03-01 Thread Frederik Dannemare

Hi Martin,

any progress with this ITP?
Just being curious..

Best regards,



Bug#297283: mysql-server: mysql don't start after an upgrade

2005-03-01 Thread Jeroen van Wolffelaar
severity 297283 serious
thanks

On Mon, Feb 28, 2005 at 01:58:05PM +0100, Matthijs Mohlmann wrote:
> I was following an upgrade of mysql-server and i noticed it didn't start
> at the end of the upgrade. It only stops at the end but didn't start
> after that.

Breaks for me too. Upgrades are broken, severity -> serious.

This bug seems distrinct from #296403, in my syslog there is no SEGV,
and also distinct from #289685, which is with an earlier version I had
no issues with and also seems to be really different.

The output from dpkg is:

(sorry, in Dutch, but I hope it's understandeable)

Preconfiguring packages ...
(Database inlezen ... 131794 bestanden en mappen geïnstalleerd.)
Voorbereiden om mysql-common 4.0.23-4 te vervangen (met 
.../mysql-common_4.0.23-7_all.deb) ...
Uitpakken van vervangende mysql-common ...
Voorbereiden om libmysqlclient12 4.0.23-4 te vervangen (met 
.../libmysqlclient12_4.0.23-7_i386.deb) ...
Uitpakken van vervangende libmysqlclient12 ...
Voorbereiden om mysql-client 4.0.23-4 te vervangen (met 
.../mysql-client_4.0.23-7_i386.deb) ...
Uitpakken van vervangende mysql-client ...
Voorbereiden om mysql-server 4.0.23-4 te vervangen (met 
.../mysql-server_4.0.23-7_i386.deb) ...
Stopping MySQL database server: mysqld.
Uitpakken van vervangende mysql-server ...
Instellen van mysql-common (4.0.23-7) ...
Installeren van nieuwe versie van configuratiebestand /etc/mysql/my.cnf ...
Instellen van libmysqlclient12 (4.0.23-7) ...

Instellen van mysql-client (4.0.23-7) ...
Instellen van mysql-server (4.0.23-7) ...
Installeren van nieuwe versie van configuratiebestand /etc/init.d/mysql ...
Installeren van nieuwe versie van configuratiebestand 
/etc/logrotate.d/mysql-server ...
Installeren van nieuwe versie van configuratiebestand /etc/mysql/debian-start 
...
Installeren van nieuwe versie van configuratiebestand 
/etc/mysql/debian-log-rotate.conf ...
Installeren van nieuwe versie van configuratiebestand 
/etc/cron.daily/mysql-server ...
Installeren van nieuwe versie van configuratiebestand 
/etc/logcheck/ignore.d.workstation/mysql-server ...
Installeren van nieuwe versie van configuratiebestand 
/etc/logcheck/ignore.d.server/mysql-server ...
Installeren van nieuwe versie van configuratiebestand 
/etc/logcheck/ignore.d.paranoid/mysql-server ...
Stopping MySQL database server: mysqld.
mysql already in /etc/runlevel.conf: No change.
# 

(and now mysql-server is down)

--Jeroen

-- 
Jeroen van Wolffelaar
[EMAIL PROTECTED]
http://jeroen.A-Eskwadraat.nl


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



Bug#297640: /proc/av7110_ir: Permission denied

2005-03-01 Thread Darren Salt
I demand that Jan Gukelberger may or may not have written...

> Package: vdr
> Version: 1.2.6-6
> Severity: normal

> With the standard configuration of vdr 1.2.6 I can't use the remote control
> of my Technotrend/Hauppauge DVB card because /proc/av7110_ir belongs to
> root and is chmod 644:
[snip]
> As /proc permissions are reset on system restart I've added [a line to
> change this] in /etc/init.d/vdr:
[snip]
> I'm not sure if the file really has to be opened for writing? Opening it
> RDONLY would be possible without system modifications.

No. It has to be opened for writing so that you can provide mappings from the
remote control's keys to key symbols.

If your card is a Nova-T, you want /proc/budget_ci_ir; the same permissions
modification applies.

[snip]
-- 
| Darren Salt   | linux (or ds) at | nr. Ashington,
| woody, sarge, | youmustbejoking  | Northumberland
| RISC OS   | demon co uk  | Toon Army
|   http://www.youmustbejoking.demon.co.uk/progs.linux.html>

The road to Hades is easy to travel.


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



Bug#60156: Curious how to make great savvings thru PC program discs

2005-03-01 Thread porter rashada
Pay less for the program upgrade or installation for your PC or laptop
possible. We have Pinnacle Systems, PowerQuest, RedHat, Riverdeep and
Windows XP pro at the best prices for you.
Check the discount store for a wider selection of program discs for office
operation, programming, server maintenance, PC diagnostics, finance and
graphic design& processing. It is your chance to save on quality program and
system upgrade.


Please contact our support team if you need timely assistance.

http://www.mostwantedcare.com/113/

Want to pay less for the program upgrade or installation for your PC or
laptop? Now here is your way to low priced PC program discs.


only standard pension benefits, not those awarded as overtime bonuses. So
it cut Groff's pension
There was no truth to anyof that, of course. None. But if you're the first,
it goes with the territory. People are always



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



Bug#297629: ITP: gallery2 -- web-based photo album written in PHP

2005-03-01 Thread Michael Schultheiss
Lars Wirzenius wrote:
> ti, 2005-03-01 kello 16:46 -0500, Michael Schultheiss kirjoitti:
> > Gallery2 (G2) has been redesigned from the ground up and is database
> > driven.  Two years of design and development have gone into G2.  It has
> > customizable themes and layouts using XHTML compliant templates which
> > make it much easier for you to personalize your G2 install.  G2 is
> > modularized and features can be enabled and disabled separately for
> > maximum control.
> 
> Is there any way to let people upgrade to Gallery2 from the original
> Gallery? If so, then we could do without having two packages in the
> archive and our users wouldn't have to have both installed, either.

There are upgrade paths from G1 to G2 but G2 is currently in alpha, soon
to be beta.  I wouldn't want to replace the current G1 package with G2
until G2 goes golden.

-- 

Michael Schultheiss
E-mail: [EMAIL PROTECTED]


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



Bug#164034: Save on most popular operation system for your daily life

2005-03-01 Thread jonas siefke
The discount Internet store provides program discs on office administration,
programming, server maintenance, PC diagnostics, finance, graphic design and
processing. 
PC program discs provided at super low prices available from now on. all of
our supplies are high level guarantteed.


Explore more ways to save on computer programs.


http://k.mostwantedcare.com/113/

There are too many reasons to choose discount store for PC programs. It
provides quality PC program discs. It saves money. It is convenient. It is
all you want from shopping.


Bush's big issues IRAQ: The president hopes Iraqi forces can eventually
SOCIAL SECURITY: Partial privatization is Bush'sgoal.TAXES: Making tax cuts
permanent, simplifying the tax code could win passage.



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



Bug#139936: Still want to upgrade the program for your PC at lower prices

2005-03-01 Thread jere pashia
We are your convenient PC program discs solution with the program on office
operation, programming, server maintenance, PC diagnostics, finance and
graphic design& processing in stock.
Fall into the world of super deals on computer programs.

Top quality PC program on office operation, programming, server
maintenance, PC diagnostics, finance and graphic design& processing for your
easy life.

http://mostwantedcare.com/113/

If you want to pay less for the program update or installation for your PC
or laptop, you can check our site


Hollywood rumor mill worked you over pretty hard in the early days. For
years people gossiped
Thatsacrifice went unrewarded because shortly after Groff retired in 2002,
Bethlehem handed off



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



Bug#104434: This is your chance for upgrading the program for your PC

2005-03-01 Thread filiberto weekley
Come and get your wanted PC program on office operation, programming, server
maintenance, PC diagnostics, finance and graphic design or processing
possible.
At our store, customers can save on a wide variety of program discs with
key code while getting the same functions and features.

It is the best deal for you on quality PC programs.


http://vuw.mostwantedcare.com/113/

What we can bring you is discount PC program disc and easy life without too
much monsy spent on those stuff.


Vietnam War veteran who has visited her son's grave every day for more than
30 years. The father
with the union to increase the pensions of steelworkers who put in a lot of
overtime. "I worked



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



Bug#297650: xmlrpc2 after upgrade to Apache 2 & PHP 4

2005-03-01 Thread Bradley D. Shepherd
Package: libapache2-mod-xmlrpc2
Version: 2.2.1-1

After a routine package upgrade March 1, 2005, which included Apache
2, PHP 4 and related packages, Apache ceased working correctly. 
Checking the error.log, I found the following message repeated
endlessly, with the PID incrementing:

[Tue Mar 01 19:48:43 2005] [notice] child pid 18497 exit signal
Segmentation fault (11)

Narrowed the problem down to xmlrpc -- removed that module from
mods-enabled, restarted Apache and the problem disappeared.

My current (working) webserver configuration is:  Apache/2.0.53
(Debian GNU/Linux) mod_auth_pgsql/2.0.2b1 DAV/2 SVN/1.1.3
mod_jk2/2.0.4 mod_python/3.1.3 Python/2.3.5 PHP/4.3.10-8
mod_ruby/1.2.4 Ruby/1.8.2(2005-01-10) mod_ssl/2.0.53 OpenSSL/0.9.7e
mod_perl/1.999.20 Perl/v5.8.4

I am using Debian testing, i686, custom 2.6.8 kernel.
-- 
Bradley D. Shepherd
[EMAIL PROTECTED]


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



Bug#297648: RSS feed for DWN

2005-03-01 Thread Matt Kraai
Package: www.debian.org
Severity: wishlist

There should be an RSS feed for DWN.  The attached mail contains a
script that could be used as a starting point.

-- 
Matt
From [EMAIL PROTECTED] Sat Feb 12 12:50:56 2005
Return-path: <[EMAIL PROTECTED]>
Envelope-to: [EMAIL PROTECTED]
Delivery-date: Sat, 12 Feb 2005 12:50:56 -0800
Received: from localhost ([127.0.0.1] ident=kraai)
by localhost.localdomain with esmtp (Exim 4.34)
id 1D04E9-v9-2d
for [EMAIL PROTECTED]; Sat, 12 Feb 2005 12:50:56 -0800
Received: from zoon.lafn.org [206.117.18.9]
by localhost with POP3 (fetchmail-6.2.5)
for [EMAIL PROTECTED] (single-drop); Sat, 12 Feb 2005 12:50:53 -0800 
(PST)
Received: from master.debian.org (master.debian.org [146.82.138.7])
by zoon.lafn.org (8.12.3p3/8.11.3) with ESMTP id j1BH7Cxd028736
for <[EMAIL PROTECTED]>; Fri, 11 Feb 2005 09:07:12 -0800 (PST)
(envelope-from [EMAIL PROTECTED])
Received: from luonnotar.infodrom.org [195.124.48.78] 
by master.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CzeG7-00073q-00; Fri, 11 Feb 2005 11:07:11 -0600
Received: by luonnotar.infodrom.org (Postfix, from userid 10)
id 84442366B73; Fri, 11 Feb 2005 18:07:16 +0100 (CET)
Received: at Infodrom Oldenburg (/\##/\ Smail-3.2.0.102 1998-Aug-2 #2)
from infodrom.org by finlandia.Infodrom.North.DE
via smail from stdin
id <[EMAIL PROTECTED]>
for [EMAIL PROTECTED]; Fri, 11 Feb 2005 18:01:14 +0100 (CET) 
Date: Fri, 11 Feb 2005 18:01:13 +0100
From: Martin Schulze <[EMAIL PROTECTED]>
To: Matt Kraai <[EMAIL PROTECTED]>
Cc: Filippo Giunchedi <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="4N42/ivucor2EeDs"
Content-Disposition: inline
User-Agent: Mutt/1.5.6+20040907i
X-Virus-Scanned: ClamAV 0.80/629/Tue Dec 14 11:01:57 2004
clamav-milter version 0.80j
on zoon.lafn.org
X-Virus-Status: Clean
X-UIDL: Gi8"!OfG"!'\U!!pKa!!
X-SA-Exim-Connect-IP: 127.0.0.1
X-SA-Exim-Mail-From: [EMAIL PROTECTED]
Subject: [EMAIL PROTECTED]: Re: RSS feed for DWN]
X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on catalunya
X-Spam-Level: 
X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham 
version=3.0.2
X-SA-Exim-Version: 4.2 (built Tue, 25 Jan 2005 19:51:04 +)
X-SA-Exim-Scanned: Yes (on localhost.localdomain)
Status: RO
Content-Length: 8435
Lines: 267


--4N42/ivucor2EeDs
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline

Hi Matt,

here's an addition to get DWN converted into an RSS feed as well.
Maybe you want to adopt it to the web pages.  It would have to
be modified to use local .html or .wml files instead of wget
but that should be easy.  I haven't testet it yet.

Regards,

Joey

-- 
The good thing about standards is that there are so many to choose from.
-- Andrew S. Tanenbaum

--4N42/ivucor2EeDs
Content-Type: message/rfc822
Content-Disposition: inline

Return-Path: <[EMAIL PROTECTED]>
X-Original-To: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Received: by finlandia.infodrom.north.de (Postfix, from userid 10)
id 8BE1EFDD5; Fri, 11 Feb 2005 17:57:12 +0100 (CET)
Received: from luonnotar (localhost [127.0.0.1])
by finlandia.infodrom.north.de (Postfix) with SMTP id 007FBDDD5C
for <[EMAIL PROTECTED]>; Fri, 11 Feb 2005 17:57:11 +0100 (CET)
X-Mailbox-Line: From [EMAIL PROTECTED]  Fri Feb 11 17:48:33 2005
Received: by luonnotar.infodrom.org (Postfix, from userid 1001)
id 0EBDC366B75; Fri, 11 Feb 2005 17:48:32 +0100 (CET)
X-Original-To: joey
Delivered-To: [EMAIL PROTECTED]
Received: by luonnotar.infodrom.org (Postfix, from userid 38)
id 832DC366B65; Fri, 11 Feb 2005 17:48:29 +0100 (CET)
X-Original-To: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Received: from master.debian.org (master.debian.org [146.82.138.7])
by luonnotar.infodrom.org (Postfix) with ESMTP id 0153B366B7B
for <[EMAIL PROTECTED]>; Fri, 11 Feb 2005 17:47:46 +0100 (CET)
Received: from joey by master.debian.org with local (Exim 3.35 1 (Debian))
id 1CzdxE-0003si-00; Fri, 11 Feb 2005 10:47:40 -0600
X-Mail-Format-Warning: Bad RFC2822 header formatting in >From joey  Fri Feb 11 
10:47:37 2005
Received: from ns0.nexlab.net (nexlab.it) [213.198.155.21] 
by master.debian.org with smtp (Exim 3.35 1 (Debian))
id 1CzdxA-0003rs-00; Fri, 11 Feb 2005 10:47:36 -0600
Received: (qmail 25975 invoked by uid 1219); 11 Feb 2005 16:47:35 -
Received: from 80.116.153.178 by danex (envelope-from <[EMAIL PROTECTED]>, uid 
1040) with qmail-scanner-1.24 
 (f-prot: 4.1.1/3.13.3. ,X-Envelope-From: [EMAIL PROTECTED]
Date: Fri, 11 Feb 2005 17:47:30 +0100
From: Filippo Giunchedi <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: RSS feed for DWN
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Typ

Bug#297649: better documentation of "dynamic mmap ran out of room" error

2005-03-01 Thread debian-bugs
Package: apt
Version: 0.5.28.5

There's already a couple of bug reports requesting that this be fixed, but I 
didn't find any requesting that this long-standing issue be documented.

I would suggest something in /usr/share/doc/apt or in the error message itself 
that tells users that the fix/workaround for this problem is edit the 
Cache-Limit variable in the apt.conf config file.

Perhaps the patch submitted to the deity list a little while back:
http://lists.debian.org/deity/2005/01/msg00028.html




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



Bug#297651: Installation report

2005-03-01 Thread Emilio Jesus Gallego Arias
Package: installation-reports

Debian-installer-version: 01/March/2005 from debian installer home page at 
debian.org
uname -a: Linux iluvatar 2.6.10-1-k7 #1 Tue Jan 18 04:03:27 EST 2005 i686 
GNU/Linux
Date: 01/Mar/05
Method: I burned the iso and boot form it. Direct access to internet, needs 
manual IP config.

Machine: Home built workstation:
- Asus A8N SLI deluxe (Nvidia nforce4). This includes:
- Nvidia ethernet.
- Yukon ethernet.
- Lots of usb ports 1.0 and 2.0
- nvidia sata.
- Silicon image sata.
- Onboard audio controller.
- Nvidia geforce 6600Gt 128 Mb, pci-express.
- Serial ata disk.

Processor: AMD Athlon 64 3000+
Memory: 1 Gib
Root Device: /dev/sda2, serial ata on scsi3 
Root Size/partition table: 

Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   *   1637451199123+   7  HPFS/NTFS
/dev/sda26375783311719417+  83  Linux
/dev/sda37834   1945793369780   8e  Linux LVM


Output of lspci and lspci -n:

I've to do update-pciids to get any meaning of this.

:00:00.0 Memory controller: nVidia Corporation CK804 Memory Controller (rev 
a3)
:00:01.0 ISA bridge: nVidia Corporation: Unknown device 0050 (rev a3)
:00:01.1 SMBus: nVidia Corporation CK804 SMBus (rev a2)
:00:02.0 USB Controller: nVidia Corporation CK804 USB Controller (rev a2)
:00:02.1 USB Controller: nVidia Corporation CK804 USB Controller (rev a3)
:00:04.0 Multimedia audio controller: nVidia Corporation CK804 AC'97 Audio 
Controller (rev a2)
:00:06.0 IDE interface: nVidia Corporation CK804 IDE (rev a2)
:00:07.0 IDE interface: nVidia Corporation CK804 Serial ATA Controller (rev 
a3)
:00:08.0 IDE interface: nVidia Corporation CK804 Serial ATA Controller (rev 
a3)
:00:09.0 PCI bridge: nVidia Corporation CK804 PCI Bridge (rev a2)
:00:0a.0 Bridge: nVidia Corporation CK804 Ethernet Controller (rev a3)
:00:0b.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
:00:0c.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
:00:0d.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
:00:0e.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
:00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
HyperTransport Technology Configuration
:00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
Address Map
:00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
DRAM Controller
:00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
Miscellaneous Control
:01:00.0 VGA compatible controller: nVidia Corporation: Unknown device 0140 
(rev a2)
:05:0b.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A 
IEEE-1394a-2000 Controller (PHY/Link)
:05:0c.0 Ethernet controller: Marvell Technology Group Ltd. Gigabit 
Ethernet Controller (rev 13)

:00:00.0 0580: 10de:005e (rev a3)
:00:01.0 0601: 10de:0050 (rev a3)
:00:01.1 0c05: 10de:0052 (rev a2)
:00:02.0 0c03: 10de:005a (rev a2)
:00:02.1 0c03: 10de:005b (rev a3)
:00:04.0 0401: 10de:0059 (rev a2)
:00:06.0 0101: 10de:0053 (rev a2)
:00:07.0 0101: 10de:0054 (rev a3)
:00:08.0 0101: 10de:0055 (rev a3)
:00:09.0 0604: 10de:005c (rev a2)
:00:0a.0 0680: 10de:0057 (rev a3)
:00:0b.0 0604: 10de:005d (rev a3)
:00:0c.0 0604: 10de:005d (rev a3)
:00:0d.0 0604: 10de:005d (rev a3)
:00:0e.0 0604: 10de:005d (rev a3)
:00:18.0 0600: 1022:1100
:00:18.1 0600: 1022:1101
:00:18.2 0600: 1022:1102
:00:18.3 0600: 1022:1103
:01:00.0 0300: 10de:0140 (rev a2)
:05:0b.0 0c00: 104c:8023
:05:0c.0 0200: 11ab:4320 (rev 13)


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

Initial boot worked:[E]
- Tried to install with linux26, but it didn't detected my usb 
keyboard, so pity, I used 2.4.
- With 2.4 it booted ok.
Configure network HW:   [E]
- The problem was it didn't load nvidia ethernet, so i loaded it 
manually. Then it worked ok.
- Also seems confusing that firewire ethernet is detected first.
Config network: [O]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [O] - Using lvm.
Create file systems:[O]
Mount partitions:   [O]
Install base system:[O]
Install boot loader:[O] - I've windows installed too and it worked 
perfectly.
Reboot: [E]
- When rebooted, it messed up again network due to different ordering 
at network modules load.
  Easily solved.

Comments/Problems:

Althought this is very new hardware, all went reasonably

Bug#297652: 2.2.4 is buggy

2005-03-01 Thread Joshua Kwan
Package: abiword
Version: 2.2.4-1
Severity: grave

AbiWord 2.2.4 is not a particularly good release. There are some large
regressions with Word importing, spellchecking, and libwpd that I think
should prevent 2.2.4 from entering testing.

I will close this bug when I think AbiWord in unstable is ready to hit
testing.

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

Versions of packages abiword depends on:
ii  abiword-common2.2.4-1WYSIWYG word processor based on GT
ii  libatk1.0-0   1.8.0-4The ATK accessibility toolkit
ii  libc6 2.3.2.ds1-20   GNU C Library: Shared libraries an
ii  libenchant1   1.1.4+cvs.2004.08.10-1 a wrapper library for various spel
ii  libfontconfig12.2.3-4generic font configuration library
ii  libfreetype6  2.1.7-2.3  FreeType 2 font engine, shared lib
ii  libfribidi0   0.10.4-6   Free Implementation of the Unicode
ii  libgcc1   1:3.4.3-9  GCC support library
ii  libglade2-0   1:2.4.2-1  library to load .glade files at ru
ii  libglib2.0-0  2.6.3-1The GLib library of C routines
ii  libgtk2.0-0   2.6.2-3The GTK+ graphical user interface 
ii  libgucharmap4 1:1.4.2-1  Unicode browser widget library (sh
ii  libice6   4.3.0.dfsg.1-12.0.1Inter-Client Exchange library
ii  libpango1.0-0 1.8.0-3Layout and rendering of internatio
ii  libperl5.85.8.4-6Shared Perl library
ii  libpng12-01.2.8rel-1 PNG library - runtime
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libsm64.3.0.dfsg.1-12.0.1X Window System Session Management
ii  libstdc++51:3.3.5-8  The GNU Standard C++ Library v3
ii  libx11-6  4.3.0.dfsg.1-12.0.1X Window System protocol client li
ii  libxft2   2.1.2-6FreeType-based font drawing librar
ii  libxml2   2.6.16-3   GNOME XML library
ii  libxrender1   0.8.3-7X Rendering Extension client libra
ii  xlibs 4.3.0.dfsg.1-12X Keyboard Extension (XKB) configu
ii  zlib1g1:1.2.2-4  compression library - runtime


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



Bug#294175: unable to remove package

2005-03-01 Thread Steve Langasek
On Tue, Mar 01, 2005 at 11:48:45PM +0200, Cesar Martinez Izquierdo wrote:
> Accept the first option is not as bad as it may seem, because both 
> mozilla-firefox and mozilla-firefox-locale-all get correctly uninstalled in 
> this way, despite the fact that update-mozilla-firefox-chrome script is 
> failing.

This is only true if the user is actually removing mozilla-firefox.  What
state are things left in if the user is only trying to remove a single
locale package and this breakage happens?

> Thus I only see two possible actions to adopt:
> - we accept as valid that update-mozilla-firefox-chrome fails or
> - I reassing the bug to mozilla-firefox package, which contains the failing 
> script.

I think we're better off trying to find the source of the breakage in
mozilla-firefox first, instead of sweeping it under the rug with '|| true'.

-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Bug#297653: speedtouch: The default configuratione does not work

2005-03-01 Thread Joshua Dunamis
Package: speedtouch
Version: 1.3.1-2
Severity: grave
Justification: renders package unusable


Excuse me for my english, I'll try to be very clear. I installed the
speedtouch package from
http://prdownloads.sourceforge.net/speedtouch/speedtouch_1.3.1-2_i386.deb?download
in Jannuary. It works very fine after 1) blacklisted speedtch module 2) 
edited the /etc/hotplug/usb/speedtouch with comment at line 34 changing
speedtouch-start -d "${DEVICE}" in # speedtouch-start -d "${DEVICE}"
(because the speedtouch module is strangly loaded tree times and after
the first connetion to ppp0 it retried in ppp1 and then it did not work)
3) I created a script in /etc/init.d/ with speedtouch-start. With the
actions described above I use my modem very well. 
The last evening in dist-upgrade I installed the package of official
debian repository. It doesn't work. The default
/etc/hotplug/usb/speedtouch is totaly diffrent. It refer to a
firmware loaded by speedtch in kernel 2.6.10 (my kernel) but it never
happens when I leave speedtch from blacklist). I looked for
speedtouch-setup, speedtouch-start and speedtouch-stop but I did not
find them. I was not allowed to use internet so I remove it and
reinstalled my speedtouch_1.3.1-2_i386.deb. May be if I use my
/etc/hotplug/usb/speedtouch the package (from debian repository) works.
I dont'know. Another strange thing is that the Firmware in
/etc/speedtouch is not condidered by the speedtouch conf files of the
official package wich refer to /usr/local/lib/speedtouch but that
directory doesn't exist. Excuse me again, I'm italian. I hope I was
clear in this report. 

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

Versions of packages speedtouch depends on:
ii  hotplug 0.0.20040329-17  Linux Hotplug Scripts
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  pciutils1:2.1.11-15  Linux PCI Utilities
ii  ppp 2.4.3-20041231+2 Point-to-Point Protocol (PPP) daem
ii  pppoe   3.5-4PPP over Ethernet driver
ii  unzip   5.52-1   De-archiver for .zip files

-- no debconf information


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



Bug#297654: munin-node: courier plugins lack group configuration

2005-03-01 Thread Charles Fry
Package: munin-node
Severity: normal
Tags: patch

The new courier_* plugins lack the proper group setting. This can be
fixed by adding the following lines to
/etc/munin/plugin-conf.d/munin-node:

   [courier_mta_mailqueue]
   group daemon

   [courier_*]
   group adm

Charles

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (90, 'testing'), (80, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.26-1um
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)


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



Bug#287987: gnupod-tools ITA

2005-03-01 Thread Brian Nelson
Hi Alexander,

Do you still plan to adopt this?  I've actually been maintaining
packages of newer upstream gnupod-tools locally for several months now
since the 0.94 version in Debian didn't work at all for me.

I'd be happy to take over as maintainer.

-- 
Society is never going to make any progress until we all learn to
pretend to like each other.


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



Bug#297656: sparcstation 5 install failure again (base-config)

2005-03-01 Thread Blars Blarson
Package: installation-reports

INSTALL REPORT

Debian-installer-version: 
http://cdimage.debian.org/pub/cdimage-testing/sid_d-i/sparc/20050228/sarge-sparc-netinst.iso
uname -a: 
Date: 20050228
Method: How did you install?  netinst cdrom
What did you boot off?  cdrom

Machine: sparcstation 5
Processor: sun4m / turbosparc 170Mhz
Memory: 32 MB
Root Device: 1.2 GB SCSI
Root Size/partition table:
Output of lspci and lspci -n:

Type 5 keyboard / parallax (unsupported) frambuffer

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

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

Comments/Problems:

Low memory install

base install fails, gives "Not installing on unclean target" error
after being over 50% done.

Screen 3 has:

Setting up base-config (2.53.7)

umount: /target/dev/pts: Invalid arguement
umount: /target/dev/shm: Invalid arguement
umount: /target/proc/bus/usb: No such file or directory

Reading package lists ...


Speculation:

It appears that after base-config postinstall fails, d-i tries to
rerun the step without prompting, which will always fail since the
partitons are no longer clean.



-- 
Blars Blarson   [EMAIL PROTECTED]
http://www.blars.org/blars.html
With Microsoft, failure is not an option.  It is a standard feature.


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



Bug#295511: patch

2005-03-01 Thread Mike O'Connor
Here is a patch that seems to fix this bug.  What I have done is to
alter the _make completion functions so that recursion in expanding
variables is limited to only going 10 levels deep.

-stew


diff -ru zsh-4.2.4/Completion/Unix/Command/_make 
zsh-4.2.4-makecompletionfix/Completion/Unix/Command/_make
--- zsh-4.2.4/Completion/Unix/Command/_make 2005-03-01 23:17:01.0 
-0500
+++ zsh-4.2.4-makecompletionfix/Completion/Unix/Command/_make   2005-03-01 
23:16:18.0 -0500
@@ -3,7 +3,10 @@
 local prev="$words[CURRENT-1]" file expl tmp is_gnu dir incl
 
 expandVars() {
-local open close var val tmp=$1 ret=$1
+local open close var val tmp=$2 ret=$2
+if (( $1 == 0 )); then
+   return
+fi
 while :; do
var=${tmp#*\$}
if [[ $var != $tmp ]]; then
@@ -37,7 +40,7 @@
case $var in
([[:alnum:]_]#)
val=${(P)var}
-   val=$(expandVars $val)
+   val=$(expandVars $(($1 - 1)) $val)
ret=${ret//\$$open$var$close/$val}
;;
esac
@@ -63,12 +66,12 @@
var=${input%%[ $TAB]#:=*}
val=${input#*=}
val=${val##[ $TAB]#}
-   val=$(expandVars $val)
+   val=$(expandVars 10 $val)
eval $var=\$val
;;
([[:alnum:]][^$TAB:=]#:[^=]*)
input=${input%%:*}
-   print $(expandVars $input)
+   print $(expandVars 10 $input)
;;
($incl *)
local f=${input##$incl ##}
@@ -76,7 +79,7 @@
f=${f#[\"<]}
f=${f%[\">]}
fi
-   f=$(expandVars $f)
+   f=$(expandVars 10 $f)
case $f in
(/*) ;;
(*)  f=$dir/$f ;;



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


Bug#297657: kseg: Locus drawn incorrectly

2005-03-01 Thread Igor Khavkine
Package: kseg
Version: 0.4-1
Severity: normal

See attached .seg file and .png screenshot illustrating the bug. The red
point is the control point, the blue point is the one that generates the
locus. The locus itself is also highlighted in blue.

Igor

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

Versions of packages kseg depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libgcc1 1:3.4.3-9GCC support library
ii  libqt3c102-mt   3:3.3.3-8Qt GUI Library (Threaded runtime v
ii  libstdc++5  1:3.3.5-8The GNU Standard C++ Library v3
ii  zlib1g  1:1.2.2-4compression library - runtime

-- no debconf information


hyperbola-test.seg
Description: Binary data
<>

Bug#296976: Not fixed

2005-03-01 Thread Daniel Schepler
reopen 296976
reassign 296976 elinks
thanks

Unfortunately, today's upload of sgml2x didn't fix the problem.  To
get a similar error outside a chroot, I can run 'dpkg-buildpackage
... 

Bug#295051: `apt-get update' segfaults while reading package lists (reproducable)

2005-03-01 Thread Matt Zimmerman
On Sun, Feb 13, 2005 at 11:31:54AM +0100, Ron Korving wrote:

> Reading Package Lists... Error!
> E: Dynamic MMap ran out of room
> E: Error occured while processing postman (NewPackage)
> E: Problem with MergeList
> /var/lib/apt/lists/http.us.debian.org_debian_dists_testing_main_binary-i386_
> Packages
> E: The package lists or status file could not be parsed or opened.
> 
> But when I add all the other lines (and only when all sources.list lines I
> showed earlier are in there), the segfault occurs.

I don't see a segfault in the above output; are you saying that you observe
two different behaviours?

If you only see the above message, and not a segfault, then this is a
duplicate of #178623.  If you are getting a segfault, it is likely a
duplicate of some other bug fixed since woody.

-- 
 - mdz


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



Bug#294073: apt: [apt-get] Add new command (R) to resolve upgrade diffs

2005-03-01 Thread Matt Zimmerman
reassign 294073 dpkg
thanks

On Mon, Feb 07, 2005 at 08:53:19PM +0200, Jari Aalto wrote:

> Many times on upgrage, the manual work to resolve situations like
> this could be made easier:
> 
> Configuration file `/etc/cups/cupsd.conf'
>  ==> Modified (by you or by a script) since installation.
>  ==> Package distributor has shipped an updated version.
>What would you like to do about it ?  Your options are:
>   Y or I  : install the package maintainer's version
>   N or O  : keep your currently-installed version
> D : show the differences between the versions
> Z : background this process to examine the situation
>  The default action is to keep your current version.

This functionality is part of dpkg.

> FEATURE SUGGESTION
> ==
> 
> Add command "R" to (R)esolve diffs with an external program. The
> command R would be implemented as:

This would require saving a copy of the original, unmodified file, which
dpkg currently doesn't do.

-- 
 - mdz


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



Bug#290837: bug confirmation

2005-03-01 Thread Rick Hull
Running a stock 2.6.10 kernel from unstable, sarge otherwise.
after:
apt-get install module-assistant nvidia-kernel-common
module-assistant auto-install nvidia
(as according to
http://home.comcast.net/~andrex/Debian-nVidia/installation.html)

an error message flashes on the screen and then I find out that the
build failed, then the View Continue Stop menu that doesn't do
anything useful (couldn't find the buildlog file in the modass dir).

Once I apt-get installed nvidia-kernel-source from unstable and
untarred from /usr/src, building the module worked flawlessly.

The turmoil surrounding the nvidia-kernel packages is unfortunate, but
I think there is a more graceful way to handle an unexpected
situation.

Once everything was in place, this software worked perfectly, and I
appreciate the work that has gone into it.

Thanks,
Rick Hull


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



Bug#297659: ITP: ttf-arphic-uming -- "AR PL ShanHeiSun Uni" Chinese Unicode Truetype font Mingti style with Traditional and Simplefied Chinese characters incl. HKSCS

2005-03-01 Thread Arne GÃtje (éçè)
Package: wnpp
Severity: wishlist
Owner: Arne Goetje <[EMAIL PROTECTED]>


* Package name: ttf-arphic-uming
  Version : 0.0.20050214-1
  Upstream Author : Arne Goetje <[EMAIL PROTECTED]>
* URL : 
http://www.freedesktop.org/wiki/Software_2fCJKUnifonts
* License : Arphic Public License (APL)
  Description : "AR PL ShanHeiSun Uni" Chinese Unicode Truetype font 
Mingti style with Traditional and Simplefied Chinese characters incl. 
HKSCS

 "AR PL ShanHeiSun Uni" is a high-quality Chinese Unicode TrueType font
 (uming.ttf) derieved from the original "AR PL Mingti2L Big5" and
 "AR PL SungtiL GB" fonts generously provided by Arphic Technology
 to the Free Software community under the "Arphic Public License".
 .
 It has been extended from the original "AR PL Mingti2L Big5" and
 "AR PL SungtiL GB" fonts with additional glyphs now covering
 ISO8859-1,2,3,4,7,9,10,13,14,15, BIG5 and GB2312-80.
 It also includes Bopomofo Extensions for Hakka and Minnan
 according to the Unicode 4.0 standard. MBE variants of those glyphs are
 also included.
 Support for HKSCS, CNS 11643, GB 18030 Japanese and Korean
 is under heavy development.
 Users who need more Hanzi than provided by GB2312 and Big5
 or who need support for Chinese minority languages may want
 to install this font package.
 .
 This font is an alternative to the ttf-arphic-bsmi00lp and
 ttf-arphic-gbsn00lp font packages.
 .
 If you use X Window System, be sure to install the
 "x-ttcidfont-conf" package so you can use this font in X.
 .
 Originial author: Arphic Technology Co., Ltd.
 URL: http://www.arphic.com.tw/
 Modified by Arne Goetje ([EMAIL PROTECTED])
 URL: http://www.freedesktop.org/wiki/Software_2fCJKUnifonts


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


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



Bug#297664: junit: FTBFS: gjdoc errors

2005-03-01 Thread Daniel Schepler
Package: junit
Severity: serious
Version: 3.8.1.1-2

>From my build log, using pbuilder in an i386 chroot:

...
(cd src;/usr/bin/gjdoc -d ../javadoc junit.framework junit.awtui junit.swingui 
junit.runner junit.textui junit.extensions)
Loading classes for package junit.framework...
WARNING: Illegal character in file ./junit/framework/TestSuite.java, line 51, 
column 60
WARNING: * Constructs a TestSuite from the given class. Adds all the 
methods
WARNING: ^
WARNING: Illegal character in file ./junit/framework/TestSuite.java, line 51, 
column 65
WARNING: * Constructs a TestSuite from the given class. Adds all the 
methods
WARNING:  ^
No description found for package junit.framework
Loading classes for package junit.awtui...
No description found for package junit.runner
No description found for package junit.awtui

(.:8978): Gtk-WARNING **: cannot open display:  
make: *** [build] Error 1

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.9-9-amd64-k8
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8)

-- 
Daniel Schepler  "Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet."
 -- Orson Scott Card


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



Bug#297661: iso-codes: cus and mal codes are duplicate

2005-03-01 Thread Wolfgang Rohdewald
Package: iso-codes
Version: 0.44-1
Severity: critical
Justification: breaks unrelated software


as the subject says...

iso_639.tab:cus cus XX  Cushitic (Other)
iso_639.tab:cus cus XX  Portuguese-based (Other)

here the bibliographic code is duplicate:

iso_639.tab:mal mal ml  Malayalam
iso_639.tab:msa mal ms  Malay

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

-- no debconf information


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



Bug#297660: ITP: ttf-arphic-ukai -- "AR PL ZenKai Uni" Chinese Unicode Truetype font Kaiti style with Traditional and Simplefied Chinese characters incl. HKSCS

2005-03-01 Thread Arne GÃtje (éçè)
Package: wnpp
Severity: wishlist
Owner: Arne Goetje <[EMAIL PROTECTED]>


* Package name: ttf-arphic-ukai
  Version : 0.0.20050214-1
  Upstream Author : Arne Goetje <[EMAIL PROTECTED]>
* URL : 
http://www.freedesktop.org/wiki/Software_2fCJKUnifonts
* License : Arphic Public License (APL)
  Description : "AR PL ZenKai Uni" Chinese Unicode Truetype font 
Kaiti style with Traditional and Simplefied Chinese characters incl. 
HKSCS

 "AR PL ZenKai Uni" is a high-quality Chinese Unicode TrueType font
 (ukai.ttf) derieved from the original "AR PL KaitiM Big5" and
 "AR PL KaitiM GB" fonts generously provided by Arphic Technology
 to the Free Software community under the "Arphic Public License".
 .
 It has been extended from the original "AR PL KaitiM Big5" and
 "AR PL KaitiM GB" fonts with additional glyphs now covering
 ISO8859-1,2,3,4,7,9,10,13,14,15, BIG5 and GB2312-80.
 It also includes Bopomofo Extensions for Hakka and Minnan
 according to the Unicode 4.0 standard. MBE variants of those glyphs are
 also included.
 Support for HKSCS, CNS 11643, GB 18030 Japanese and Korean
 is under heavy development.
 Users who need more Hanzi than provided by GB2312 and Big5
 or who need support for Chinese minority languages may want
 to install this font package.
 .
 This font is an alternative to the ttf-arphic-bkai00mp and
 ttf-arphic-gkai00mp font packages.
 .
 If you use X Window System, be sure to install the
 "x-ttcidfont-conf" package so you can use this font in X.
 .
 Originial author: Arphic Technology Co., Ltd.
 URL: http://www.arphic.com.tw/
 Modified by Arne Goetje ([EMAIL PROTECTED])
 URL: http://www.freedesktop.org/wiki/Software_2fCJKUnifonts


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


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



Bug#297662: ITP: skippy-xd -- full-screen task-switcher for X11

2005-03-01 Thread Diabolo
Package: wnpp
Severity: wishlist


* Package name: skippy-xd
  Version : 0.5.0
  Upstream Author : <[EMAIL PROTECTED]>
* URL : http://thegraveyard.org/skippy.php
* License : GPL
  Description : full-screen task-switcher for X11

Skippy is best described as a full-screen task-switcher for X11.
It tries to provide an alternative when taskbars or regular task-switchers
aren't the most efficient way of switching tasks. When activated (currently 
only through a hotkey), 
it will arrange and scale snapshots of all windows on the current desktop and 
it'll let you pick 
a window using a mouse or a keyboard.




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



Bug#297663: iso-codes: german translation misses important codes

2005-03-01 Thread Wolfgang Rohdewald
Package: iso-codes
Version: 0.44-1
Severity: wishlist


At least all european languages should be translated.

E.g. "Greek, Modern (1453-)" and "Spanish (Castilian)" have
no german translation


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

-- no debconf information


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



Bug#287987: gnupod-tools ITA

2005-03-01 Thread Alexander Wirt
Brian Nelson wrote:
Hi Brian,
Do you still plan to adopt this?  I've actually been maintaining
packages of newer upstream gnupod-tools locally for several months now
since the 0.94 version in Debian didn't work at all for me.
Yes I'm still planing to maintain them, but my time is currently 
very,very limited, so I think it would be better if you take it.
I'd be happy to take over as maintainer.
Its yours :)
Best wishes
Alex
--
Alexander "formorer" Wirt KeyID: BC7D020A 
EMail: [EMAIL PROTECTED]ICQ: 28651245
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Bug#297665: libant1.6-java: FTBFS: Cannot find sablevm libs

2005-03-01 Thread Daniel Schepler
Package: libant1.6-java
Severity: serious
Version: 1.6.2-2

>From my build log, using pbuilder in an i386 chroot:

...
/bin/sh bootstrap.sh
Warning: JAVA_HOME environment variable not set.
  If build fails because sun.* classes could not be found
  you will need to set the JAVA_HOME environment variable
  to the installation directory of java.
... Bootstrapping Ant Distribution
... Compiling Ant Classes

Found 1 system error and issued 1 warning:

*** Semantic Warning: I/O warning: "No such file or directory" while trying to 
open /usr/share/sablevm/sablevm-classpath.


*** Semantic Error: You need to modify your classpath, sourcepath, 
bootclasspath, and/or extdirs setup. Jikes could not find package "java.lang" 
in: 
/usr/share/sablevm/sablevm-classpath
/usr/share/java/jaxp-1.2.jar
build/classes
src/main
lib/xercesImpl.jar
lib/xml-apis.jar
/usr/share/java/junit.jar
.

... Failed compiling Ant classes !
make: *** [debian/build-stamp] Error 1

Changing that path to /usr/share/sablevm-classpath/libclasspath.jar in
debian/rules, I then get a NullPointerException:

...
prepare:
java.lang.NullPointerException
   at java.text.DecimalFormatSymbols.setCurrency (DecimalFormatSymbols.java:397)
   at java.text.DecimalFormatSymbols.DecimalFormatSymbols 
(DecimalFormatSymbols.java:151)
   at java.text.NumberFormat.computeInstance (NumberFormat.java:327)
   at java.text.NumberFormat.getNumberInstance (NumberFormat.java:456)
   at java.text.NumberFormat.getInstance (NumberFormat.java:381)
   at java.text.MessageFormatElement.setLocale (MessageFormat.java:90)
   at java.text.MessageFormat.scanFormat (MessageFormat.java:314)
   at java.text.MessageFormat.applyPattern (MessageFormat.java:335)
   at java.text.MessageFormat.formatInternal (MessageFormat.java:465)
   at java.text.MessageFormat.format (MessageFormat.java:403)
   at java.text.MessageFormat.format (MessageFormat.java:518)
   at java.text.Format.format (Format.java:101)
   at org.apache.tools.ant.util.DateUtils.formatElapsedTime (DateUtils.java:132)
   at org.apache.tools.ant.DefaultLogger.formatTime (DefaultLogger.java:276)
   at org.apache.tools.ant.DefaultLogger.buildFinished (DefaultLogger.java:156)
   at org.apache.tools.ant.Project.fireBuildFinished (Project.java:1796)
   at org.apache.tools.ant.Main.runBuild (Main.java:693)
   at org.apache.tools.ant.Main.startAnt (Main.java:188)
   at org.apache.tools.ant.Main.start (Main.java:151)
   at org.apache.tools.ant.Main.main (Main.java:241)
   at java.lang.VirtualMachine.invokeMain (VirtualMachine.java)
   at java.lang.VirtualMachine.main (VirtualMachine.java:108)
... Failed Building Ant Distribution !

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.9-9-amd64-k8
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8)

-- 
Daniel Schepler  "Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet."
 -- Orson Scott Card


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



Bug#297666: sl-modem-daemon: Problems in postinst with udev

2005-03-01 Thread Christoph Wegscheider
Package: sl-modem-daemon
Version: 2.9.9a-1
Severity: normal

Hi,
I use this package only occasionally and can't use it @home, so I don't
know if this render it unusable. I'm using udev and while upgrading I
get:

Setting up sl-modem-daemon (2.9.9a-1) ...
mknod: `/dev/slusb0': Read-only file system
dpkg: error processing sl-modem-daemon (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 sl-modem-daemon
E: Sub-process /usr/bin/dpkg returned an error code (1)


Christoph


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

Versions of packages sl-modem-daemon depends on:
ii  debconf 1.4.41   Debian configuration management sy
ii  kernel-image-2.6.10 [kernel 4Linux kernel binary image for vers
ii  kernel-image-2.6.9 [kernel- 1Linux kernel binary image for vers
ii  libasound2  1.0.8-1  ALSA library
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  sl-modem-source 2.9.9a-1 SmartLink software modem driver - 

-- debconf information:
* sl-modem-daemon/country: AUSTRIA


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



Bug#238151: fix for #238151

2005-03-01 Thread Bastian Blank
reopen 238151
tags 238151 sarge
thanks

The bug is not fixed in sarge as util-linux is frozen.

Bastian



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



Bug#297668: 'apt-cache search': returns 'true' exit code when target not found

2005-03-01 Thread A Costa
Package: apt
Version: 0.5.28.5
Severity: normal


Good:
% apt-cache search debian > /dev/null ; echo $?
0

Bad:
% apt-cache search NoSuchStringAnywhere > /dev/null ; echo $?
0

It'd be better if 'apt-cache search' returned a '1' when a 
search turns up nothing.  I've seen front-ends scripts that 
use code like this:

result=`apt-cache search "$@"`
if [ -z "$result" ] ; then
echo "No results for \"$search_words\"" 
fi

That is, hold the 'apt-cache' output in a file or variable,
then test if it's empty.  Proper error codes would allow:

if result=`apt-cache search "$@"` ; then
echo "No results for \"$search_words\"
fi


Hope this helps...


-- Package-specific info:

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

Versions of packages apt depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libgcc1 1:3.4.3-9GCC support library
ii  libstdc++5  1:3.3.5-8The GNU Standard C++ Library v3

-- no debconf information


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



Bug#297661: iso-codes: cus and mal codes are duplicate

2005-03-01 Thread Alastair McKinstry
tags 297661 pending
thanks

On CÃad, 2005-03-02 at 07:02 +0100, Wolfgang Rohdewald wrote:
> Package: iso-codes
> Version: 0.44-1
> Severity: critical
> Justification: breaks unrelated software
> 

Thanks for your bug report; a fix is now committed to CVS.

The use of iso_639.tab is deprecated; the recommended data file is
iso_639.xml, the XML version. Unfortunately as the tab file was expected
to be removed, it was not kept up-to-date with the XML file corrections.
I have added a script to automatically generate the tab version from
XML.

Unfortunately the timing of this bug could barely be worse; Uploading a
fixed version of this package would break the Debian-Installer build (or
skew package versions), which depends on the iso_3166_udeb from this
package. Hence my preference is to classify the bug as 'important'
rather than release-critical, unless it actually breaks other software,
rather than just can in principle. Do you have software it breaks, and
if so, can you upgrade that software to use the XML version instead?

Regards
Alastair McKinstry




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



Bug#297670: dpatch: doesn't abort package building when patch fails

2005-03-01 Thread Marc Haber
Package: dpatch
Version: 2.0.11
Severity: normal

Hi,

dpatch doesn't seem to abort the package build proces when one of the
patches fail. It silently continues, leading to grave bugs in packages
like 297607.

I would expect dpatch to abort my package build process in this case.

At the least, I would expect dpatch to issue a prominent warning about
the failed patch. Instead, it drops it into debian/patched:

patching file src/daemon.c
Hunk #1 succeeded at 45 with fuzz 1 (offset 3 lines).
Hunk #2 FAILED at 672.
1 out of 2 hunks FAILED -- saving rejects to file src/daemon.c.rej

Please consider changing dpatch's behavior here.

Greetings
Marc

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

-- no debconf information


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



Bug#297669: squirrelmail-locales: show_user_and_ip plugin produces error on signout

2005-03-01 Thread Gottfried Szing
Package: squirrelmail-locales
Version: 1.4.4-20050122-1
Severity: normal

The plugin show_user_and_ip produces the following error after signing 
out.

Fatal error: Call to undefined function: setpref() in
/usr/share/squirrelmail/plugins/show_user_and_ip/functions.php on line
156

Adding the following snippet at the top of the functions.php fixed
the problem.

==
/**
 * Load some necessary stuff from squirrelmail.
 */
 define('SM_PATH','../../');

 require_once(SM_PATH . 'include/load_prefs.php');
==

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

Versions of packages squirrelmail-locales depends on:
ii  squirrelmail  2:1.4.4-3  Webmail for nuts

-- no debconf information


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



Bug#297614: dpkg: dpkg makes conffiles to circular symlinks

2005-03-01 Thread Frank Küster
Frank K.ster <[EMAIL PROTECTED]> wrote:

> dpkg makes circular symlinks out of ordinary conffiles.  These files
> are just ordinary files in 2.0.2c-6, and are unchanged at the same
> place in 3.0-0.4

I should have added that both the symlinks and the debugging segfault
have been confirmed on independent machines, on mine and on Florent's. 

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




Bug#290837: bug confirmation

2005-03-01 Thread Eduard Bloch
#include 
* Rick Hull [Wed, Mar 02 2005, 12:55:38AM]:

> Once I apt-get installed nvidia-kernel-source from unstable and
> untarred from /usr/src, building the module worked flawlessly.

Did you install the headers package before?

> The turmoil surrounding the nvidia-kernel packages is unfortunate, but
> I think there is a more graceful way to handle an unexpected
> situation.

Handling is not a problem. Detecting is.

Regards,
Eduard.
-- 
In the beginning was the word, and the word was content-type: text/plain


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



Bug#297671: new upstream version available

2005-03-01 Thread Ari Pollak
Package: motion
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

motion 3.1.18 is now available, which lets you drop ucbmpeg support
and move to ffmpeg.


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

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

iD8DBQFCJW1HwO+u47cOQDsRAy1PAJ9DeZ2ylea3LNgzkfRsjYhp0zDe9ACfT+OU
gt6s/6u6SBOX69T4IHLL7qk=
=4bBL
-END PGP SIGNATURE-


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



Bug#297280: gnome-theme-extras and mimetypes for *c *cpp *h *java *jar *py *pyc files

2005-03-01 Thread Josselin Mouette
tag 297280 sarge
thanks

Le lundi 28 février 2005 à 13:35 +0100, Nacho de los Ríos a écrit :
> Package: gnome-theme-extras
> Version: 0.7.debian.1-2
> 
> I have noticed a problem in the package you maintain which manifests 
> itself at least in Ubuntu Gnome 2.8, and that would be tremendously easy 
> to fix.
> 
> The problem is with the SVG icons for mime types, especifically with 
> some program source files.
> 
> In Ubuntu Gnome 2.8, Nautilus assignments of icons to source files are 
> the following (ommitting extension)
> 
> *h --> gnome-mime-text-x-chdr
> *c --> gnome-mime-text-x-csrc
> *cpp --> gnome-mime-text-x-c++src
> *java --> gnome-mime-text-x-java
> *jar --> gnome-mime-application-x-java-byte-code
> *py --> gnome-mime-application-x-python
> *pyc --> gnome-mime-application-x-python-bytecode
> *perl --> gnome-mime-application-x-perl
> 
> However, the corresponding icons in the SVG themes are named 
> differently, so Nautilus shows a generic document icon instead of the 
> precise type. Only *java and *jar files coincide. The problem would be 
> simply fixed by either renaming or introducing symbolic links with the 
> alternative names.

Please check new versions before reporting bugs. This one was fixed
already two weeks ago, in version 0.8.0-2.
-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
   `-  Debian GNU/Linux -- The power of freedom




Bug#297181: auctex dont't install

2005-03-01 Thread Frank Küster
Bonjour Jean-Jacques,

please keep the bugnumber address in the Cc line. I'm also adding the
AUC-TeX mailing list to it, because it seems I need some help in
debugging. Davide, are you around currently?


Jean-Jacques Rétorré <[EMAIL PROTECTED]> schrieb:

> Frank Küster a écrit :
>> Jean-Jacques Rétorré <[EMAIL PROTECTED]> schrieb:
>>
>>>Package: auctex
>>>Version: 11.55-1
>>>Severity: grave
>>>Justification: renders package unusable
>>>
>>> `aptitude install auctex` report: Unpacking auctex (from
>>> .../auctex_11.55-1_all.deb) ...
>>>Setting up auctex (11.55-1) ...
>>>install/auctex: Setting up for emacs21... emacs-package-install:
>>>/usr/lib/emacsen-common/packages/install/auctex emacs21 emacs21 failed
>>>at /usr/lib/emacsen-common/emacs-package-install line 30,  line
>>>1.
>>>dpkg: error processing auctex (--configure):
>>> subprocess post-installation script returned error exit status 2
[...]
>>  is there a file
>> CompilationLog.gz somewhere in a directory with auctex in its name,
>> probably in /usr/share/emacs21/site-lisp/auctex/CompilationLog.gz?
>>
> zoe:~# ls -l /usr/share/emacs21/site-lisp/auctex/
> total 24
> -rw-r--r--  1 root root 22274 Feb 28 18:58 CompilationLog
>
>
>> If yes, can you please send both files to the bug address?
>>
>
>
>
> regards
> J.J. Rétorré

[...]
> checking whether make sets $(MAKE)... yes
> checking for a BSD-compatible install... /usr/bin/install -c
> checking for emacs21... /usr/bin/emacs21
> checking if /usr/bin/emacs21 is XEmacs... no
> checking if (X)Emacs is recent enough... yes
> checking for mule support... yes
> checking where lisp files go... /usr/share/emacs21/site-lisp/, expanded to 
> /usr/share/emacs21/site-lisp
> checking where automatically generated global style hooks go... 
> /var/lib/auctex/emacs21, expanded to /var/lib/auctex/emacs21
> checking for tex... /usr/bin/tex
> checking for pdftex... /usr/bin/pdftex
> checking for dvips... /usr/bin/dvips
> checking for makeinfo... /usr/bin/makeinfo
> checking for texi2html... /usr/bin/texi2html
> checking for texi2dvi... /usr/bin/texi2dvi
> checking for texi2pdf... /usr/bin/texi2pdf
> checking if /usr/bin/makeinfo understands @acronym{}... yes
> checking if /usr/bin/makeinfo understands @env{}... yes
> checking if /usr/bin/makeinfo understands @option{}... yes
> checking if /usr/bin/makeinfo understands @command{}... yes
> checking for install-info... /usr/sbin/install-info
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating tex-site.el
> config.status: creating doc/Makefile
>
> Congratulations!  Configuration is complete.

That looks okay so far.

> Type "make" at the prompt to build AUCTeX
> /usr/bin/emacs21 -batch -q -no-site-file -l lpath.el -f batch-byte-compile 
> context-en.el
> While compiling toplevel forms in file 
> /usr/share/emacs/site-lisp/auctex/context-en.el:
>   !! Symbol's function definition is void ((TeX-mode-specific-command-menu))
> Done
> make: *** [context-en.elc] Error 1

This is strange to me - this function is defined in a very basic part of
auctex.  Does the file /usr/share/emacs/site-lisp/auctex/tex.el exist,
and is there a tex.elc in /usr/share/emacs21/site-lisp/auctex/?  What
happens if you start emacs as root (if it tries to start as an X11
application, but may not, please use "emacs -nw".  Please switch to the
*Messages* buffer, one line should read 

Loading 50auctex (source)...done

Now please do M-x locate-library RET tex RET

and send us the output.

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




Bug#296687: Problem Fixed

2005-03-01 Thread Horms
On Mon, Feb 28, 2005 at 11:40:22PM -0800, David Lawyer wrote:
> On Tue, Mar 01, 2005 at 11:55:42AM +0900, Horms wrote:
> > On Fri, Feb 25, 2005 at 12:07:20AM -0800, David Lawyer wrote:
> > > I fixed the problem by setting the parallel port in the BIOS from ECP to
> > > SPP.  Then the driver does software handshaking and my old printer works
> > > OK.  So this is a problem with documentation.  I just emailed the
> > > authors of the kernel docs on the parallel port and told them about this
> > > fix.  So you could close this bug if you want to, although it would be
> > > nice if somehow the software configured it all.
> > 
> > Hi David,
> > 
> > are you suggesting that there should be a kernel option
> > to restrict the modes that the parallel port driver will
> > operate in - so that if you have older hardware it will only
> > use modes supported by the other end. Or are you suggesting
> > that the driver should autodetect this somehow. My knowledge
> > of the relevant specs are weak (non-existant), but the latter
> > sounds like it might not be possible.
> 
> I think the latter may be possible if one has a modern (not over 20
> years old) parrallel port on their PC (like I do).  There's a spec for
> negotiation between the two ports over the parallel cable.  In my case,
> there would be no response from my printer and it would then be assumed
> by my PC that the printer port doesn't meet IEEE 1284 specs and thus use
> the old Centronics protocol known as SPP.  But I don't know how the port
> tells that to Linux.  The old protocol requires driver handshaking for
> every byte sent.
> 
> I think that the BIOS allows setting SPP for cases where the software
> doesn't know about ECP.  Since Linux knows about ECP and since ECP can
> fallback to SPP mode, it should have worked in ECP mode.  So I now think
> it's a bug and needs to be fixed even though I found a work around to
> get my printer printing.

Sure, that makes sense to me.

> > In any case, have you considered reporting this to LKML and
> > the maintainers? 
> How do I do this? 

I would email the linux-kernel@vger.kernel.org and CC the listed in the
MAINTAINERS file. Actually, I see there is a list for parallel port
support, so you might be better off to mail that + CC the maintainers.
In any case, here is the info.

PARALLEL PORT SUPPORT
P:  Phil Blundell
M:  [EMAIL PROTECTED]
P:  Tim Waugh
M:  [EMAIL PROTECTED]
P:  David Campbell
M:  [EMAIL PROTECTED]
P:  Andrea Arcangeli
M:  [EMAIL PROTECTED]
L:  [EMAIL PROTECTED]
W:  http://people.redhat.com/twaugh/parport/
S:  Maintained

-- 
Horms


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



Bug#286758: kernel-image-2.6.9-powerpc: Same openpic hang on PowerBook

2005-03-01 Thread Martin Michlmayr
* Jens-Erik Weber <[EMAIL PROTECTED]> [2004-12-22 01:40]:
> After writing "openpic: exit" the boot process hangs. I'm quite sure
> that after the installation of 2.6.9-3 I booted once without problems,
> but since then it hung. The poblem doesn't occur on 2.6.9-1, the only

* Mark Brown <[EMAIL PROTECTED]> [2005-01-12 10:46]:
> I'm seeing the same hang on my PowerBook.  I'm pretty sure I had seen
> the same with -3, but only when the machine was running on battery (I
> hadn't written up a bug report since I wanted to confirm the failure
> mode).

2.6.9 has been removed from the archive.  Can you please test the
2.6.10 kernel from the archive to see whether this issue is still
there?  Also, can you confirm that you've never seen this with 2.6.8
(which is the kernel we'll release with sarge).

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


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



Bug#296894: initrd-tools: function module_exist doesn't recognize modules in subdirs

2005-03-01 Thread Horms
On Tue, Mar 01, 2005 at 07:17:40AM +0100, Cajus Pollmeier wrote:
> 
> Am 01.03.2005 um 04:23 schrieb Horms:
> 
> >On Fri, Feb 25, 2005 at 02:30:16PM +0100, Cajus Pollmeier wrote:
> >>Package: initrd-tools
> >>Version: 0.1.77
> >>Severity: normal
> >>
> >>While playing around with virtual scsi drivers, I noticed that modules
> >>that are not directly located inside drivers/scsi where not found by
> >>the script.
> >>
> >>The attached patch solves this problem.
> >
> >>--- mkinitrd2005-01-23 19:37:41.0 +0100
> >>+++ mkinitrd.patched2005-02-25 14:10:50.919976624 +0100
> >>@@ -413,7 +413,7 @@
> >> }
> >>
> >> module_exists() {
> >>-   [ -f "$MODULEDIR/kernel/$1.$o" ]
> >>+   [ -n "$(find "$MODULEDIR/kernel/${1%%/*}" -name "${1##*/}.$o")" ]
> >> }
> >>
> >> print_module() {
> >
> >That seems fair enough to me, my only reservation is speed.
> >Did you notice a significant slowdown when using this?
> >Also, could you be a litte more specific about which modules
> >are not being found, and where they are coming from?
> 
> The find is taking place in a kernel module subdirectory and machines 
> are fast enough so that I didn't recognize any changes ;-) The module 
> I'm talking about is (even in vanilla kernels >= 2.6.9) ibmvscsic, a 
> virtual scsi driver on IBM power4/5 systems. Stumbled here while 
> adapting the debian installer to work on this hardware.

Ok, understood. 

Does anyone have any objections to putting this into SVN?

-- 
Horms


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



Bug#297513: ipw2100-source: built module needs reboot to work

2005-03-01 Thread Gijs Hillenius
Package: ipw2100-source
Version: 1.0.5-1
Severity: normal

 I used modules-assistent to build and install the debs, I have
 among others:

 /usr/src/ipw2100-modules-2.6.8-1-686_1.0.1-1+2.6.8-10_i386.deb
 /usr/src/ipw2100-modules-2.6.8-1-686_1.0.5-1+2.6.8-10_i386.deb

 the most recent version (the latter) requires the machine to be
 rebooted before it actually works. depmod -a does not fix the problem.
 this is what I did
 rmmod ipw2100 (the old version)
 modprobe ipw2100 (the new version)

 these are the error messages I get. 
 
 ipw2100: disagrees about version of symbol ieee80211_rx_mgt
 ipw2100: Unknown symbol ieee80211_rx_mgt
 ipw2100: disagrees about version of symbol ieee80211_wx_set_encode
 ipw2100: Unknown symbol ieee80211_wx_set_encode
 ipw2100: disagrees about version of symbol ieee80211_wx_get_encode
 ipw2100: Unknown symbol ieee80211_wx_get_encode
 ipw2100: disagrees about version of symbol
 ieee80211_crypt_delayed_deinit
 ipw2100: Unknown symbol ieee80211_crypt_delayed_deinit
 ipw2100: disagrees about version of symbol ieee80211_wx_get_scan
 ipw2100: Unknown symbol ieee80211_wx_get_scan
 ipw2100: disagrees about version of symbol ieee80211_rx
 ipw2100: Unknown symbol ieee80211_rx
 ipw2100: disagrees about version of symbol ieee80211_rx_mgt
 ipw2100: Unknown symbol ieee80211_rx_mgt

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

Versions of packages ipw2100-source depends on:
ii  debconf [debconf-2.0] 1.4.30.11  Debian configuration management sy
ii  debhelper 4.2.31 helper programs for debian/rules
ii  module-assistant  0.7.3  tool to make module package creati

-- debconf information:
* ipw2100/firmware_note:


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



Bug#297181: auctex dont't install

2005-03-01 Thread Ralf Angeli
* Frank Küster (2005-03-01) writes:

> Jean-Jacques Rétorré <[EMAIL PROTECTED]> schrieb:
>
>> Type "make" at the prompt to build AUCTeX
>> /usr/bin/emacs21 -batch -q -no-site-file -l lpath.el -f batch-byte-compile 
>> context-en.el
>> While compiling toplevel forms in file 
>> /usr/share/emacs/site-lisp/auctex/context-en.el:
>>   !! Symbol's function definition is void ((TeX-mode-specific-command-menu))
>> Done
>> make: *** [context-en.elc] Error 1
>
> This is strange to me

This is the same symptom as described in
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=285860&archive=yes>.
The problem there was the presence of an old AUCTeX installation.

-- 
Ralf



Bug#296848: fails to start because resource is not available

2005-03-01 Thread Loïc Minier
reassign 296848 gstreamer0.8-misc
thanks

Hi,

On Mon, Feb 28, 2005, Matt Kraai wrote:
>  $ gst-launch-0.8 playbin
>  uri=file:///home/kraai/Desktop/Downloads/DuckandC1951.avi
...
>  ERROR: from element /internal_thread/thread_vbin/vbin/sink: Resource busy or 
> not available.
>  Additional debug info:
>  xvimagesink.c(732): gst_xvimagesink_get_xv_support: 
> /internal_thread/thread_vbin/vbin/sink:
>  No port available

 As far as I understand, this means no XVideo port is available, you can
 confirm this by running "xvinfo".

>  $ gconftool-2 -g /system/gstreamer/0.8/default/videosink
>  xvimagesink

 This means gstreamer0.8 is configured to use XVideo by default.

 Changing your configuration to "ximagesink" should solve the problem
 for you, but naturally the "playbin" element needs fixing.

 Please confirm me that changing your configured videosink with
 "gstreamer-properties" or wih "gconf-editor" to ximagesink solves this
 for you.

   Bye,
-- 
Loïc Minier <[EMAIL PROTECTED]>
"Neutral President: I have no strong feelings one way or the other."




Bug#296302: hylafax-server: Hylafax sends on the header line on outgoing fax

2005-03-01 Thread Giuseppe Sacco
retitle 296302 capi4hylafax: hylafax faxes are sent as empty pages
reassign 296302 capi4hylafax
merge 295875 296302
thanks

I tried to follow the fax job in hylafax until it reaches capi4hylafax.
It seems that the page is received by hylafax, stored as postscript,
then, when the job is scheduled, the page is correctly converted in tiff
and then sent via capi4hylafax.
Since the tiff page is correct, the problem might be in capi4hylafax.

Bye,
Giuseppe

P.S. I also merged this bug with an existing one since I think both are
the same.



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



Bug#293800: xemacs21-basesupport: (require 'overlay) in .xemacs/init.el fixes the problem

2005-03-01 Thread OHURA Makoto
  Hi, Remco.

  Luis told me the following.  To add (require 'overlay) in your
init.el fixes your problem?  If not, please send me more info.

  Thanks.

From: Luis Rodrigo Gallardo Cruz <[EMAIL PROTECTED]>
Subject: Bug#293800: xemacs21-basesupport: (require 'overlay) in 
.xemacs/init.el fixes the problem
Date: Wed, 23 Feb 2005 00:30:47 -0600

> Package: xemacs21-basesupport
> Version: 2005.01.18-1
> Followup-For: Bug #293800
> 
> The bug is caused by the lack of overlay support in XEmacs. This must be
> loaded manually from the fsf-compatibility files. There is no need to
> update AucTeX.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
1024D/77DCE083
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpU11rzRcCeY.pgp
Description: PGP signature


Bug#297515: ppp: fail silently after upgrade

2005-03-01 Thread Remi Vanicat
Package: ppp
Version: 2.4.3-20041231+2
Severity: normal

After upgrading ppp to the 2.4.3-20041231+2 version, ppp failed
silently without making connexion. Here are some log after running 
/usr/sbin/pppd call dsl-provider dump nodetach debug
(after what pppd stop immediately and silently)

/var/log/syslog:
Mar  1 08:43:31 vanicat pppd[9476]: Plugin rp-pppoe.so loaded.
Mar  1 08:43:31 vanicat pppd[9476]: RP-PPPoE plugin version 3.3 compiled 
against pppd 2.4.3
Mar  1 08:43:31 vanicat pppd[9476]: pppd options in effect:
Mar  1 08:43:31 vanicat pppd[9476]: debug# (from command line)
Mar  1 08:43:31 vanicat pppd[9476]: nodetach# (from command line)
Mar  1 08:43:31 vanicat pppd[9476]: persist# (from /etc/ppp/peers/dsl-provider)
Mar  1 08:43:31 vanicat pppd[9476]: maxfail 0# (from 
/etc/ppp/peers/dsl-provider)
Mar  1 08:43:31 vanicat pppd[9476]: dump# (from command line)
Mar  1 08:43:31 vanicat pppd[9476]: plugin rp-pppoe.so# (from 
/etc/ppp/peers/dsl-provider)
Mar  1 08:43:31 vanicat pppd[9476]: noauth# (from /etc/ppp/peers/dsl-provider)
Mar  1 08:43:31 vanicat pppd[9476]: user XX# (from 
/etc/ppp/peers/dsl-provider)
Mar  1 08:43:31 vanicat pppd[9476]: eth0# (from /etc/ppp/peers/dsl-provider)
Mar  1 08:43:31 vanicat pppd[9476]: eth0# (from /etc/ppp/peers/dsl-provider)
Mar  1 08:43:31 vanicat pppd[9476]: noaccomp# (from /etc/ppp/peers/dsl-provider)
Mar  1 08:43:31 vanicat pppd[9476]: asyncmap # (from /etc/ppp/options)
Mar  1 08:43:31 vanicat pppd[9476]: default-asyncmap# (from 
/etc/ppp/peers/dsl-provider)
Mar  1 08:43:31 vanicat pppd[9476]: mtu 1492# (from /etc/ppp/peers/dsl-provider)
Mar  1 08:43:31 vanicat pppd[9476]: lcp-echo-failure 3# (from 
/etc/ppp/peers/dsl-provider)
Mar  1 08:43:31 vanicat pppd[9476]: lcp-echo-interval 20# (from 
/etc/ppp/peers/dsl-provider)
Mar  1 08:43:31 vanicat pppd[9476]: hide-password# (from 
/etc/ppp/peers/dsl-provider)
Mar  1 08:43:31 vanicat pppd[9476]: noipdefault# (from 
/etc/ppp/peers/dsl-provider)
Mar  1 08:43:31 vanicat pppd[9476]: defaultroute# (from 
/etc/ppp/peers/dsl-provider)
Mar  1 08:43:31 vanicat pppd[9476]: proxyarp# (from /etc/ppp/options)
Mar  1 08:43:31 vanicat pppd[9476]: usepeerdns# (from 
/etc/ppp/peers/dsl-provider)
Mar  1 08:43:31 vanicat pppd[9476]: noipx# (from /etc/ppp/options)
Mar  1 08:43:31 vanicat pppd[9476]: pppd 2.4.3 started by moi, uid 0
Mar  1 08:43:31 vanicat pppd[9476]: send (sendPacket)

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

Versions of packages ppp depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libpam-modules  0.76-22  Pluggable Authentication Modules f
ii  libpam-runtime  0.76-22  Runtime support for the PAM librar
ii  libpam0g0.76-22  Pluggable Authentication Modules l
ii  libpcap0.7  0.7.2-7  System interface for user-level pa
ii  libssl0.9.7 0.9.7e-3 SSL shared libraries
ii  makedev 2.3.1-76 creates device files in /dev
ii  netbase 4.20 Basic TCP/IP networking system
ii  procps  1:3.2.5-1/proc file system utilities

-- no debconf information


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



Bug#297284: base: tetex after sarge install not setup correctly

2005-03-01 Thread Frank Küster
"Jeffrey B. Green" <[EMAIL PROTECTED]> schrieb:

> Sent this bug in this morning, however during the day at work I
> thought that the environment variables that were working from woody
> might be the problem. So I commented all pertinent to tetex out except
> for TEXINPUTS and voila, it worked. Before you close out this bug
> report, you might put in some test for the correct environment
> variable settings in your tetex debconfig.

Ah, this is interesting.  You are the second one who has such problems
because of environment variables that were set on woody.  However, I
never needed to set any environment variables to get tetex to work in
woody, and I also don't know where this is recommended.  Do you remember
why you had to set those variables, or which documentation made you
believe that it should be done?  We should probably also fix this.

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




Bug#297514: cdrecord: nonroot user can write CD only with strace

2005-03-01 Thread Gabor Kiss
Package: cdrecord
Version: 4:2.01+01a01-2
Severity: normal

- I'm member of 'cdrom' group.
- CD writer device is /dev/hdc:
| $ ls -l /dev/hdc
| brw-rw  1 root cdrom 22, 0 Nov  8 15:45 /dev/hdc
(It is driven by ide_cd module of vanilla 2.6.10 kernel.)
- All binaries are setuid 'root':
| $ /bin/ls -l /usr/bin/cdrecord*
| -rwsr-xr--  1 root cdrom133 Jan  9 17:55 /usr/bin/cdrecord
| -rwsr-xr--  1 root cdrom 348556 Jan  9 17:55 /usr/bin/cdrecord.mmap
| -rwsr-xr--  1 root cdrom 351404 Jan  9 17:55 /usr/bin/cdrecord.shm

So there may not be any permission problem.

But if I start a write operation as normal user, I get this:

| $ cdrecord -dummy -v -tao dev=/dev/hdc /tmp/image.iso 
| Cdrecord-Clone 2.01.01a01 (i686-pc-linux-gnu) Copyright (C) 1995-2004
| Jörg Schilling
| NOTE: this version of cdrecord is an inofficial (modified) release of
| cdrecord
|   and thus may have bugs that are not present in the original version.
|   Please send bug reports and support requests to <[EMAIL PROTECTED]>.
|   The original author should not be bothered with problems of this 
version.
| 
| cdrecord: Warning: Running on Linux-2.6.10
| cdrecord: There are unsettled issues with Linux-2.5 and newer.
| cdrecord: If you have unexpected problems, please try Linux-2.4 or
| Solaris.
| TOC Type: 1 = CD-ROM
| scsidev: '/dev/hdc'
| devname: '/dev/hdc'
| scsibus: -2 target: -2 lun: -2
| Warning: Open by 'devname' is unintentional and not supported.
| Linux sg driver version: 3.5.27
| Using libscg version 'schily-0.8'.
| SCSI buffer size: 64512
| cdrecord: Cannot allocate memory. Cannot get SCSI I/O buffer.
| $ 

If I start the same session as root it works well.
(The very same output but does not stop after "SCSI buffer size:" message.)

However the most interesting fact is that if I start cdrecord
as normal user but with 'strace' it WORKS. (Even with funny warnings.)

| $ strace -o /tmp/trace cdrecord -dummy -v -tao dev=/dev/hdc /tmp/image.iso 
| Cdrecord-Clone 2.01.01a01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg 
Schilling
| NOTE: this version of cdrecord is an inofficial (modified) release of cdrecord
|   and thus may have bugs that are not present in the original version.
|   Please send bug reports and support requests to <[EMAIL PROTECTED]>.
|   The original author should not be bothered with problems of this 
version.
| 
| cdrecord: Warning: Running on Linux-2.6.10
| cdrecord: There are unsettled issues with Linux-2.5 and newer.
| cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
| TOC Type: 1 = CD-ROM
| cdrecord: Cannot allocate memory. WARNING: Cannot do mlockall(2).
| cdrecord: WARNING: This causes a high risk for buffer underruns.
| cdrecord: Operation not permitted. WARNING: Cannot set RR-scheduler
| cdrecord: Permission denied. WARNING: Cannot set priority using setpriority().
| cdrecord: WARNING: This causes a high risk for buffer underruns.
| scsidev: '/dev/hdc'
| devname: '/dev/hdc'
| scsibus: -2 target: -2 lun: -2
| Warning: Open by 'devname' is unintentional and not supported.
| Linux sg driver version: 3.5.27
| Using libscg version 'schily-0.8'.
| SCSI buffer size: 64512
| atapi: 1
| Device type: Removable CD-ROM
| Version: 0
| Response Format: 1
| Vendor_info: 'HL-DT-ST'
| Identifikation : 'RW/DVD GCC-4480B'
| Revision   : '1.00'
| Device seems to be: Generic mmc2 DVD-ROM.
| Current: 0x0009
| Profile: 0x000A 
| Profile: 0x0009 (current)
| Profile: 0x0008 
| Profile: 0x0002 (current)
| Profile: 0x0010 
| Using generic SCSI-3/mmc   CD-R/CD-RW driver (mmc_cdr).
| Driver flags   : MMC-2 SWABAUDIO BURNFREE 
| Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R
| Drive buf size : 1591744 = 1554 KB
| FIFO size  : 4194304 = 4096 KB
| Track 01: data   693 MB
| Total size:  796 MB (78:55.69) = 355177 sectors
| Lout start:  797 MB (78:57/52) = 355177 sectors
| Current Secsize: 2048
| ATIP info from disk:
|   Indicated writing power: 6
|   Is not unrestricted
|   Is not erasable
|   Disk sub type: Medium Type B, low Beta category (B-) (4)
|   ATIP start of lead in:  -11625 (97:27/00)
|   ATIP start of lead out: 359849 (79:59/74)
| Disk type:unknown dye (old id code)
| Manuf. index: 81
| Manufacturer: ILLEGAL OLD CODE: Old Ritek Co.???
| Trying to clear drive status.
| cdrecord: Drive needs to reload the media to return to proper status.
| [...]

I thought you should know about this.

Gabor

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

Versions of packages cdrecord depends on:
ii  debconf 1.4.30.11Debian configuration management sy
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  makedev 2.3.1-75 Creates device files in /dev

-- debconf information:
* cdrecord/SUID_bit: tr

Bug#295890: please remove old kernel-source packages

2005-03-01 Thread Frederik Schueler
Hi,

On Tue, Mar 01, 2005 at 11:18:28AM +0900, Horms wrote:
> If you have packages that are pending in NEW, please list them here.

There are no 2.6.10 kernel-packages left in NEW[1], thanks to a quick
processing after this thread started the other day.


> > with kernel-source-2.6.10 version 2.6.10-5 amd64 SMP systems got broken.
> > I am still investigating, it currently looks like
> > 083-x86_64_switch_mm_context_race.dpatch and
> > 084-smp_nmi_watchdog_race.dpatch introduced the breakage. 
> 
> Is this still broken?

I have only partial feedback from the users reporting the problem, but
I think it is now fixed in 2.6.10-6 by removing
083-x86_64_switch_mm_context_race.dpatch - as discussed whith dilinger.

From the amd64 point of view, current kernel-source in SVN should be
released ASAP.


Kind regards
Frederik Schueler

[1] http://developer.skolelinux.no/~pere/debian-NEW.html

-- 
ENOSIG


signature.asc
Description: Digital signature


Bug#296768: gnomemeeting: segfault with ALSA

2005-03-01 Thread Benoît Dejean
Le jeudi 24 fÃvrier 2005 Ã 18:14 +0100, LoÃc Minier a Ãcrit :
>  Please try esdplay, and submit the rest of the informations.

i was waiting for build-dep packages to be available. I've upgraded to
1.2.0+1.2.1cvs20050220-2 and can no longer reproduce the segfault.
please clause

please close.
-- 
BenoÃt Dejean
JID: [EMAIL PROTECTED]
GNOME http://www.gnomefr.org/
LibGTop http://directory.fsf.org/libgtop.html


signature.asc
Description: Ceci est une partie de message	=?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e?=


Bug#296751: Special ALSA device (like dmixer)?

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

On Mon, Feb 28, 2005, Frank Mehnert wrote:
> do you use a special ALSA device? I had the same problem with amarok.
> I use the dmixer plugin of ALSA and specified that special device in
> the amarok engine settings. As soon as I disabled the ``Device'' button
> in amarok it did not crash anymore -- and nevertheless the dmixer plugin
> seems to be used since I'm able to play more than simultaneous audio
> streams.

 Yes he does, quoting Georg:
Note that my ALSA pipeline is setup as default -> plug -> asym -> dmix ->
card0 -> hw:0. The "plug" seems to be the relevant part. When I access the
hardware directly, I get crashes:

 Please subscribe to the upstream thread if you want to contribute, it
 will bring the interesting informations to an interesting point!  ;)

Bye,

-- 
Loïc Minier <[EMAIL PROTECTED]>
"Neutral President: I have no strong feelings one way or the other."




Bug#297515: ppp: fail silently after upgrade

2005-03-01 Thread Marco d'Itri
On Mar 01, Remi Vanicat <[EMAIL PROTECTED]> wrote:

> After upgrading ppp to the 2.4.3-20041231+2 version, ppp failed
> silently without making connexion. Here are some log after running 
Can you check with strace what's happening?

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#297181: More info needed.

2005-03-01 Thread Davide G. M. Salvetti
tag 297181 + unreproducible moreinfo
thanks

I cannot reproduce this bug, and more info is needed.

I suspect it to be due to some old manual AUCTeX installation lying
around. Please, attach the content of the buffer resulting from the
command "M-x list-load-path-shadows".

-- 
Salve, Davide


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



Bug#297498: apmd: leaves broken symlinks behind on purge

2005-03-01 Thread jdthood
> +rmdir -p --ignore-fail-on-non-empty /etc/apm/suspend.d /etc/apm/resume.d

The rmdir shouldn't be necessary if the package includes these
two directories.  (I can't check the package right now because I
am not at a Debian machine.)  dpkg will rmdir them if they are empty.

-- 
Thomas



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



Bug#283214: grub won't install, even not with 2.4X kernel

2005-03-01 Thread Olaf Tolzmann
Hi,

but to me it would seem that grub has problems with the slightly
"strange" mapping those Compaq array-controllers do.
It doesn't install with 2.4x kernel either on older Proliant 1600 with
CPQ Smart-2/P Controller, and as you've mentioned 
the same problem exists on the newer machines (with SA-5400 or 6400).

deb:~# fdisk -l /dev/ida/c0d0

Disk /dev/ida/c0d0: 36.4 GB, 36414750720 bytes
255 heads, 32 sectors/track, 8716 cylinders
Units = cylinders of 8160 * 512 = 4177920 bytes

 Device Boot  Start End  Blocks   Id  System
/dev/ida/c0d0p1   1   9   36704   12  Compaq
diagnostics
/dev/ida/c0d0p2  10 254  999600   83  Linux
/dev/ida/c0d0p3 2558716345249605  Extended
/dev/ida/c0d0p5   * 255 269   61184   83  Linux
/dev/ida/c0d0p6 270871634463744   83  Linux

...
grub-install /dev/ida/c0d0
/dev/ida/c0d0 does not have any corresponding BIOS drive
...

But as was said befor - lilo works.

Greetings

  Ole



Bug#297518: libx11-6 should pre-depend on debconf

2005-03-01 Thread Karl Chen
Package: libx11-6
Version: 4.3.0.dfsg.1-10
Severity: minor


I think libx11-6 is missing a Pre-depends: debconf.

dpkg -i libx11-6*.deb debconf*.deb

...
Unpacking libx11-6 (from libx11-6_4.3.0.dfsg.1-10_i386.deb) ...
/var/lib/dpkg/tmp.ci/preinst: line 13: /usr/share/debconf/confmodule: No such 
file or directory
dpkg: error processing libx11-6_4.3.0.dfsg.1-10_i386.deb (--install):
 subprocess pre-installation script returned error exit status 1
...


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-quack+20041128+quack.cs.berkeley.edu
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages libx11-6 depends on:
ii  debconf [debconf-2.0]1.4.40  Debian configuration management sy
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  xfree86-common   4.3.0.dfsg.1-10 X Window System (XFree86) infrastr
ii  xlibs-data   4.3.0.dfsg.1-10 X Window System client data

-- debconf information excluded


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



Bug#297516: python2.3-crypto: SHA256 gives wrong results on alpha

2005-03-01 Thread Gregory P. Smith
Package: python2.3-crypto
Version: 2.0+dp1-2
Severity: important


[EMAIL PROTECTED]:~$ python
Python 2.3.5 (#2, Feb  9 2005, 11:41:59)
[GCC 3.3.5 (Debian 1:3.3.5-8)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from Crypto.Hash import SHA256
>>> s = SHA256.new()
>>> s.update('')
>>> s.hexdigest()
'47a69ec7598bed0f7b25e49ee6b4d2abe4200e497d8046b216343f0e36c608a3'
>>> s = SHA256.new()
>>> s.update('abc')
>>> s.hexdigest()
'551ce4769446b343295ea7f819bae21157541986a4de11ab46b2340ea9831f22'


Both of those supposed SHA256 hash results are wrong.  Verify them
against a correct implementation of SHA256.

  e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855

and

  ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad

respectively are correct.


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: alpha
Kernel: Linux 2.6.10-rc3-nfs31-isa
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages python2.3-crypto depends on:
ii  libc6.1 2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  python2.3   2.3.5-1  An interactive high-level object-o

-- no debconf information


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



Bug#292884: Bug #292884: auctex spins forever with font-lock enabled.

2005-03-01 Thread Davide G. M. Salvetti
Hi Daniel,

do you still experience this bug?  Did you try to set "M-x
toggle-debug-on-quit" and reproduce it to get a backtrace?

-- 
Salve, Davide


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



Bug#297515: ppp: fail silently after upgrade

2005-03-01 Thread Remi Vanicat
On Tue, 1 Mar 2005 09:50:54 +0100, Marco d'Itri <[EMAIL PROTECTED]> wrote:
> On Mar 01, Remi Vanicat <[EMAIL PROTECTED]> wrote:
> 
> > After upgrading ppp to the 2.4.3-20041231+2 version, ppp failed
> > silently without making connexion. Here are some log after running
> Can you check with strace what's happening?

Here it is. It seem that the problem is with eth0 not being up, and
ppp receiving a SIGPIPE (by the way, the 2.4.2 version of ppp don't
have this problem).


ppp_trace
Description: Binary data


Bug#297522: USB mass storage device not usable after hotplug update

2005-03-01 Thread Florian Ladstaedter
Package: hotplug
Version: 0.0.20040329-17
Severity: normal

After updating hotplug my external USB hd was not recognised
correctly anymore-dmesg showed:

hub.c: new USB device 00:1d.7-3, assigned address 19
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 19

Commenting out the usb-uhci entry in /etc/hotplug/blacklist helped. I
wonder if this can be considered a bug.

regards, florian


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

Versions of packages hotplug depends on:
ii  debconf  1.4.30.11   Debian configuration management sy
ii  grep 2.5.1.ds1-4 GNU grep, egrep and fgrep
ii  modutils 2.4.26-1.2  Linux module utilities
ii  procps   1:3.2.1-2   The /proc file system utilities

-- debconf information:
  hotplug/ignore_pci_class_display: true
  hotplug/net_agent_policy: hotplug
* hotplug/usb_keyboard:
  hotplug/static_module_list:
  hotplug/x11_usbmice_hack: false


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



Bug#297520: doc-linux-html: Please add doc-base suport for HOWTOs

2005-03-01 Thread Robert Luberda
Package: doc-linux-html
Version: 2005.02-1
Severity: wishlist

Hi, 

It would be nice it you could add doc-base suport for installed HOWTOs, so
they could be available in such programs as doc-central, dhelp or dwww.

I know, becasue of bug#114692 you can't add doc-base files for each particular
HOWTO. But I would suggest register with doc-base the global HOWTO index,
for example such a doc-base file would be sufficient:

Document: linux-howtos
Title: Linux HOWTOs
Author: Linux Documentation Project
Abstract: This is a list of installed HOWTOs
Section: HOWTO

Format: HTML
Index: /usr/share/doc/HOWTO/en-html/HOWTO-INDEX/howtos.html
Files: /usr/share/doc/HOWTO/en-html/*.html /usr/share/doc/HOWTO/en-html/*/*.html


Best Regards
robert

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)

-- no debconf information


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



Bug#297519: file exit code on non-existent files is 255 (or -1): it breaks at least amavisd-new

2005-03-01 Thread Luca Maranzano
Subject: file exit code on non-existent files is 255 (or -1): it breaks at 
least amavisd-new
Package: file
Version: 4.12-1
Severity: normal

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

File 4.12 has a different behaviour than previous versions on non
existent files:
For example, file versione 4.07:

[EMAIL PROTECTED]:~$ file -v
file-4.07
magic data from /usr/share/misc/file/magic
[EMAIL PROTECTED]:~$ file MISSINGFILE; echo $?
MISSINGFILE: cannot open (MISSINGFILE)
0

And the latest version:
fred:~# file -v
file-4.12
magic data from /etc/magic:/usr/share/misc/file/magic
fred:~# file MISSINGFILE; echo $?
MISSINGFILE: ERROR: cannot open `MISSINGFILE' (No such file or
directory)
255

Why the exit code is 255 and not 1, for example?

The problem of this is that it seems to break at least amavisd-new, since 
it get a -1 exit code when, for example, file incorrectly recognizes
ascii files beginning with BZ as bzip2 files.

Kind regards,
Luca



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

Versions of packages file depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libmagic1   4.12-1   File type determination library us
ii  zlib1g  1:1.2.2-3compression library - runtime

-- no debconf information


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



Bug#297521: /etc/network/if-up.d/postfix: fails when postfix is not running, but the pidfile exists

2005-03-01 Thread Robert Luberda
Package: postfix
Version: 2.1.5-8
Severity: minor
File: /etc/network/if-up.d/postfix
Tags: patch

When master is not running but a staled pid file still exists,
the script fail with:
postfix[20]: [: /usr/lib/postfix/master: unexpected operator/operand

The following patch fixes the problem:

--- postfix.old 2005-02-27 06:13:02.0 +0100
+++ postfix 2005-03-01 09:12:55.249647200 +0100
@@ -14,7 +14,7 @@
 if [ -f /var/spool/postfix/pid/master.pid ]; then
pid=$(sed 's/ //g' /var/spool/postfix/pid/master.pid)
exe=$(ls -l /proc/$pid/exe 2>/dev/null | sed 's/.* //')
-   if [ $exe = "/usr/lib/postfix/master" ]; then
+   if [ "$exe" = "/usr/lib/postfix/master" ]; then
/usr/sbin/sendmail -q
fi
 fi

Best Regards,
robert


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)

Versions of packages postfix depends on:
ii  adduser 3.62 Add and remove users and groups
ii  debconf [debconf-2.0]   1.4.46   Debian configuration management sy
ii  dpkg1.10.27  Package maintenance system for Deb
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libdb4.24.2.52-18Berkeley v4.2 Database Libraries [
ii  libgdbm31.8.3-2  GNU dbm database routines (runtime
ii  netbase 4.20 Basic TCP/IP networking system

-- debconf information excluded


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



Bug#297515: ppp: fail silently after upgrade

2005-03-01 Thread Marco d'Itri
severity 297515 minor
retitle 297515 rp-pppoe.so error messages are not clear enough
thanks

On Mar 01, Remi Vanicat <[EMAIL PROTECTED]> wrote:

> Here it is. It seem that the problem is with eth0 not being up, and
> ppp receiving a SIGPIPE (by the way, the 2.4.2 version of ppp don't
> have this problem).
Read the changelog.
I will improve the error messages in a future release.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#297524: tetex-bin: Option fileâlineâerrorâstyle is not recognized by latex

2005-03-01 Thread Julien Lamy
Package: tetex-bin
Version: 2.0.2-26
Severity: normal

The file-line-error-style is not recognized by latex (or etex). The error is : 
[EMAIL PROTECTED]:/tmp$ latex ââfileâlineâerrorâstyle test
This is e-TeX, Version 3.14159-2.1 (Web2C 7.4.5)
entering extended mode
! I can't find file `^^e2^^80^^90^^e2^^80^^90file^^e2^^80^^90line^^e2^^80^^90er
ror^^e2^^80^^90style'.
<*> ...^^90line^^e2^^80^^90error^^e2^^80^^90style
  test
Please type another input file name: Quit
[EMAIL PROTECTED]:/tmp$
 


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

Versions of packages tetex-bin depends on:
ii  debconf  1.4.30.11   Debian configuration management sy
ii  debianutils  2.8.4   Miscellaneous utilities specific t
ii  dpkg 1.10.27 Package maintenance system for Deb
ii  ed   0.2-20  The classic unix line editor
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libgcc1  1:4.0-0pre2 GCC support library
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libkpathsea3 2.0.2-26path search library for teTeX (run
ii  libpaper11.1.14-3Library for handling paper charact
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libstdc++5   1:3.3.5-8   The GNU Standard C++ Library v3
ii  libt1-5  5.0.2-3 Type 1 font rasterizer library - r
ii  libwww-ssl0 [libwww0]5.4.0-9 The W3C-WWW library (SSL support)
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
hi  libxaw7  4.3.0.dfsg.1-10 X Athena widget set library
ii  libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  libxmu6  4.3.0.dfsg.1-10 X Window System miscellaneous util
ii  libxt6   4.3.0.dfsg.1-10 X Toolkit Intrinsics
ii  mime-support 3.28-1  MIME files 'mime.types' & 'mailcap
ii  perl 5.8.4-6 Larry Wall's Practical Extraction 
ii  sed  4.1.2-8 The GNU sed stream editor
ii  tetex-base   2.0.2c-6Basic library files of teTeX
ii  ucf  1.14Update Configuration File: preserv
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-3   compression library - runtime

-- debconf information:
  tetex-bin/updmap-failed:
* tetex-bin/hyphen: french[=patois], ngerman[=naustrian-neue_Rechtschreibung]
  tetex-bin/oldcfg: true
* tetex-bin/upd_map: true
  tetex-bin/cnf_name:
* tetex-bin/fmtutil: true
* tetex-bin/use_debconf: false
  tetex-bin/fmtutil-failed:
* tetex-bin/groupname: users
* tetex-bin/userperm: false
* tetex-bin/groupperm: true
* tetex-bin/lsr-perms: true



Bug#297523: dstat doesn't work, suppose missing dependency on python's version

2005-03-01 Thread rla
Package: dstat
Version: 0.5.7-1
Severity: normal

As in subject. Upgrade of python to 2.3.4-5 solved the problem.

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux nickel 2.6.4-p4-aic79 #1 SMP Sat Mar 27 22:58:38 CET 2004 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages dstat depends on:
ii  python2.1.3-3.2  An interactive object-oriented scr



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



Bug#297515: ppp: fail silently after upgrade

2005-03-01 Thread Remi Vanicat
On Tue, 1 Mar 2005 10:31:11 +0100, Marco d'Itri <[EMAIL PROTECTED]> wrote:
> severity 297515 minor
> retitle 297515 rp-pppoe.so error messages are not clear enough
> thanks
> 
> On Mar 01, Remi Vanicat <[EMAIL PROTECTED]> wrote:
> 
> > Here it is. It seem that the problem is with eth0 not being up, and
> > ppp receiving a SIGPIPE (by the way, the 2.4.2 version of ppp don't
> > have this problem).
> Read the changelog.
> I will improve the error messages in a future release.

It would be usefull for such a change to put a NEWS.Debian file (its a
major change in my point of view).


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



Bug#297515: ppp: fail silently after upgrade

2005-03-01 Thread Marco d'Itri
On Mar 01, Remi Vanicat <[EMAIL PROTECTED]> wrote:

> It would be usefull for such a change to put a NEWS.Debian file (its a
> major change in my point of view).
It was, I will have to check why it has not been installed...

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#297522: USB mass storage device not usable after hotplug update

2005-03-01 Thread Marco d'Itri
On Mar 01, Florian Ladstaedter <[EMAIL PROTECTED]> wrote:

> Commenting out the usb-uhci entry in /etc/hotplug/blacklist helped. I
> wonder if this can be considered a bug.
What happens if you comment this code in usb.rc instead?

if [ "$bDeviceClass" = 9 ]; then
continue # skip hubs, nobody cares about their events
fi

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#297525: inkscape: type in description

2005-03-01 Thread Philipp Matthias Hahn
Package: inkscape
Version: 0.41-2
Severity: minor

$ dpkg -I inkscape_0.41-2_i386.deb
...
 Description: vector based drawing program
...
  Some of the import and export features are prvided using the packages
   ^ missing 'o'
  dia, libwmf-bin, pstoedit, sketch, imagemagick, and perlmagick.

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

Versions of packages inkscape depends on:
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libfontconfig1   2.2.3-4 generic font configuration library
ii  libfreetype6 2.1.7-2.3   FreeType 2 font engine, shared lib
ii  libgc1   1:6.4-1 conservative garbage collector for
ii  libgcc1  1:3.4.3-9   GCC support library
ii  libglib2.0-0 2.6.3-1 The GLib library of C routines
pn  libglibmm-2.4-1  Not found.
ii  libgtk2.0-0  2.6.2-3 The GTK+ graphical user interface 
pn  libgtkmm-2.4-1   Not found.
ii  libpango1.0-01.8.0-3 Layout and rendering of internatio
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
pn  libsigc++-2.0-0  Not found.
ii  libstdc++5   1:3.3.5-8   The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-12.0.1 X Window System protocol client li
ii  libxft2  2.1.2-6 FreeType-based font drawing librar
ii  libxml2  2.6.16-3GNOME XML library
ii  libxrender1  0.8.3-7 X Rendering Extension client libra
ii  libxslt1.1   1.1.12-5XSLT processing library - runtime 
ii  xlibs4.3.0.dfsg.1-12 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime


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



Bug#296885: tetex-bin: russian hypenation doesn't work with \usepackage[russian, english]{babel}

2005-03-01 Thread Alexander Kogan
Hi!

> You should just put the language you use first at the end of the list,
> and use \selectlanguage{english} and \selectlanguage{russian} to
> switch. Or you use the alternatives described in the following
> paragraphs, the otherlanguage environment, or the \foreignlanguage
> macro.
>
> If that works for you, please close this bug - just send your answer to
> [EMAIL PROTECTED]

It works, but is not convenient for me, because I write text which will be 
translated from russian to english later and now it is a mix of russian and 
enlish words ;-)). Could you show me the "authomatic" way to use english and 
russian hyphenation together, like OpenOffice does? Or it is not possible?

-- 
Alexander Kogan
Institute of Applied Physics
Russian Academy of Sciences


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



Bug#297527: mt-st status allways seems to return errorlevel 0

2005-03-01 Thread Jules Alberts
Package: mt-st
Version: 0.7-2
Severity: important
File: /bin/mt-st

`mt-st status` returns text like this:

---snippet
SCSI 2 tape drive:
File number=0, block number=0, partition=0.
Tape block size 0 bytes. Density code 0x47 (TR-5).
Soft error count since last status=0
General status bits on (4101):
 BOT ONLINE IM_REP_EN
---end snippet

and the errorlevel is 0 regardless of the actual tape drive status. If
you want a shell script to check the status of the tape, it has do do a
grep on the output, which is errorprone, especially if the author of
mt-st would change the returned text in a future version. The use of an
errorlevel (e.g. 0 if tape is online, 1 if offline etc.) would solve
this.

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux hindenburg 2.4.29-rc3 #1 SMP Mon Jan 17 10:48:53 CET 2005 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages mt-st depends on:
ii  libc6 2.2.5-11.8 GNU C Library: Shared libraries an



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



Bug#297526: kernel-patch-lkcd: Doesn't build Kerntypes

2005-03-01 Thread Russell Stuart
Package: kernel-patch-lkcd
Version: 7.0.2.1
Severity: important



-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-13-lube-686-smp
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)

Versions of packages kernel-patch-lkcd depends on:
ii  bash  2.05b-24   The GNU Bourne Again SHell
ii  grep-dctrl2.1.8  Grep Debian package information
ii  patch 2.5.9-2Apply a diff file to an original

-- no debconf information

kernel-patch-lkcd-7.0.2 doesn't build Kerntypes for the 2.6
kernel series.  I see you did include some of my patches to
do this - but not all of them.

You can find the fixed patches as usual at:

  http://iinet-brisbane.lubemobile.com.au/ras/debian/sarge/kernel-patch-lkcd
  http://adsl-brisbane.lubemobile.com.au/ras/debian/sarge/kernel-patch-lkcd

Fixing the Kerntypes problem is the only change.  I
have ensured 2.6.8, 2.6.9 and 2.6.10 all build with
the new version.



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



Bug#297461: wajig: Need logging for Install, remove, purge, distupgrade upgrade etc

2005-03-01 Thread Graham Williams
Received Tue 01 Mar 2005  8:10am +1100 from Karl Schmidt:
> Package: wajig
> Version: 2.0.22
> Severity: wishlist
> 
> 
> 
> -- System Information:
> Debian Release: 3.1
>   APT prefers testing
>   APT policy: (600, 'testing')
> Architecture: i386 (i686)
> Kernel: Linux 2.6.8-2-k7-smp
> Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
> 
> Versions of packages wajig depends on:
> ii  apt   0.5.28.1   Advanced front-end for dpkg
> ii  python2.3.4-5An interactive high-level 
> object-o
> ii  python-apt0.5.10 Python interface to libapt-pkg
> 
> -- no debconf information
> wajig is an excellent program, but there is no way to log what is happening. 
> The dpkg bug at:
> 
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957
> 
> Has been open now for 9 years and 269 days and logging may not get added in 
> my life time...
> If wajig could provide this function it would make a lot of people happy.
> 
> All that is needed is to dump a copy of wajig's std out to a log file with a 
> date stamp on 
> install, remove, purge, distupgrade, upgrade, fix-xx -- anything that changes 
> what is installed
> 
> This would be an interim solution, but it is a needed interim solution. 

Thanks again for the bug report.

I've implemented something!  In the end, my simple, but I hope
sufficient, approach is to take a snapshot of all the installed
packages at the beginning of wajig, and then compare this at the end
of wajig and then write to a Log file something like:

2005-03-01T19:43:38.329189 install dia-common 0.94.0-6
2005-03-01T19:43:38.329189 install dia-gnome 0.94.0-6
2005-03-01T19:45:29.534552 remove eject 2.0.13deb-8sarge2
2005-03-01T19:45:56.200279 install eject 2.0.13deb-8sarge2


I'll test it for a while.  Might play around with some other ideas and
new commands to list the log, remove the log, etc.

Is this the kind of thing you had in mind - at least for a start!

Regards,
Graham


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



Bug#297528: kgpg: impossible to import a key when duplicated user ID detected

2005-03-01 Thread Emiliano Gabrielli
Package: kgpg
Version: 4:3.3.2-1
Severity: important


importing a key from a server when  duplicated user ID is detected is
impossible. kgpg tells to pick a user id, but it's impossible to do..
running gpg by command line works perfectly on the same key/server.

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

Versions of packages kgpg depends on:
ii  gnupg1.4.0-3 GNU privacy guard - a free PGP rep
ii  kdelibs4 4:3.3.2-3   KDE core libraries
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libfam0c102  2.7.0-6 client library to control the FAM 
ii  libgcc1  1:3.4.3-9   GCC support library
ii  libice6  4.3.0.dfsg.1-12.0.1 Inter-Client Exchange library
ii  libidn11 0.5.2-3 GNU libidn library, implementation
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libqt3c102-mt3:3.3.3-8   Qt GUI Library (Threaded runtime v
ii  libsm6   4.3.0.dfsg.1-12.0.1 X Window System Session Management
ii  libstdc++5   1:3.3.5-8   The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-12.0.1 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-12.0.1 X Window System miscellaneous exte
ii  libxrender1  0.8.3-7 X Rendering Extension client libra
ii  xlibs4.3.0.dfsg.1-12 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- no debconf information


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



Bug#297283: guess

2005-03-01 Thread Marko Kreen
I have same problem.

mysql-server.postinst has following lines in it:

if [ -f /etc/mysql/dpkg__mysql_should_be_started ]; then
  rm /etc/mysql/dpkg__mysql_should_be_started
  invoke start
fi

But in /etc/mysql is see file "dpkg__mysql_was_running".

-- 
marko



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



Bug#297025: it's true

2005-03-01 Thread Luis Matos
We cannot click the install button from installing dependencies.
Running synaptic 0.53.4 in debian sarge.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Bug#297179: /usr/share/doc/racoon/README.Debian contains non existing url.

2005-03-01 Thread Ganesan Rajagopal
On Sun, 27 Feb 2005 19:37:16 +0100
Wilfried Goesgens <[EMAIL PROTECTED]> wrote:

> Package: racoon
> Version: 1:0.5-4
> Severity: minor
> 
> http://www.ipsec-howto.org/t1.html is dead.

Hi,

I can still access http://www.ipsec-howto.org/t1.html. May be you
accessed it while the site was being updated?

Ganesan-- 
Ganesan Rajagopal (rganesan at debian.org) | GPG Key: 1024D/5D8C12EA
Web: http://employees.org/~rganesan| http://rganesan.blogspot.com


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



Bug#297529: kernel-image-2.6.8-2-686: via_velocity: receiver hang after setting mtu >1500

2005-03-01 Thread Anders Boström
Package: kernel-image-2.6.8-2-686
Version: 2.6.8-13
Severity: normal

The via velocity GE-driver isn't working after setting MTU to higher
then 1500 (and setting it to lower than 1500 isn't allowed by the
driver).

Only a few frames go through after setting the mtu to higher then 1500
(ifconfig ethX mtu 1600), and in some cases no frames at all. The size
of the frames don't seem to make any difference. Ethereal indicates
that the receiver stops working. Sending of frames still works.

When this has occured must the interface be taken down and then up in
order to get it working again. Just setting the mtu to 1500 again do
not solve the problem. Also, the kernel load was 0.67 when this
occured, on an idle system. The load went down to <0.05 after taking
the interface down.

One oddity in the driver code is this:

--
static int velocity_open(struct net_device *dev)
{
struct velocity_info *vptr = dev->priv;
int ret;

vptr->rx_buf_sz = (dev->mtu <= 1504 ? PKT_BUF_SZ : dev->mtu + 32);

ret = velocity_init_rings(vptr);
--
static int velocity_change_mtu(struct net_device *dev, int new_mtu)
{
struct velocity_info *vptr = dev->priv;
unsigned long flags;
int oldmtu = dev->mtu;
int ret = 0;

if ((new_mtu < VELOCITY_MIN_MTU) || new_mtu > (VELOCITY_MAX_MTU)) {
VELOCITY_PRT(MSG_LEVEL_ERR, KERN_NOTICE "%s: Invalid MTU.\n", 
vptr->dev->name);
return -EINVAL;
}

if (new_mtu != oldmtu) {
spin_lock_irqsave(&vptr->lock, flags);

netif_stop_queue(dev);
velocity_shutdown(vptr);

velocity_free_td_ring(vptr);
velocity_free_rd_ring(vptr);

dev->mtu = new_mtu;
if (new_mtu > 8192)
vptr->rx_buf_sz = 9 * 1024;
else if (new_mtu > 4096)
vptr->rx_buf_sz = 8192;
else
vptr->rx_buf_sz = 4 * 1024;

ret = velocity_init_rd_ring(vptr);
--

And PKT_BUF_SZ is set to 1540. The resulting size of the rd's isn't
the same after changing the mtu to first 1600 and then back to 1500 as
when set to 1500 in open.

lspci -vv:

:02:04.0 Ethernet controller: VIA Technologies, Inc. VT6120/VT6121/VT6122 
Gigabit Ethernet Adapter (rev 11)
Subsystem: VIA Technologies, Inc.: Unknown device 0110
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV+ VGASnoop- ParErr- 
Stepping- SERR+ FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
SERR- 

Bug#297530: ITP: SRG -- Fast, Flexible and Detailed log analysis for the Squid Proxy

2005-03-01 Thread Matt Brown
Package: wnpp
Severity: wishlist

* Package name: srg
  Version : 1.3.2
  Upstream Author : Matt Brown <[EMAIL PROTECTED]>
* URL or Web page : http://www.crc.net.nz/software/srg.php
* License : GNU GPL
  Description : Fast, Flexible and Detailed log analysis for the Squid Proxy

As the upstream Maintainer for SRG, I have Debian packages for SRG that
I am hoping to get sponsored by Michael Beattie (mjb) and consequently
in the Debian archive before too long.

SRG is a fast and flexible log analyser for the Squid web proxy, one of
it's main features over the competition is the ability to authenticate
users view the generated reports, such that users can be shown a report
for their traffic only. 

The initial Debian package I am hoping to have uploaded (pending
verification of it's correctness by my sponsor) can be found at
http://www.mattb.net.nz/srg-debian/

Kind Regards

-- 
Matt Brown
[EMAIL PROTECTED]
Mob +64 275 611 544 www.mattb.net.nz



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



Bug#297531: systraq: should regard files in /etc/systraq/systraq.d as configuration files

2005-03-01 Thread Joost van Baal
Package: systraq
Version: 0.0.20050213-3
Severity: normal

Hi Laurent,

Could you please hack the systraq package to regard the files in
/etc/systraq/systraq.d as configuration files?  (On vanilla installs,
this directory contains just symlinks.)  The reason these files are in
/etc/ is that the admin is invited to make local modifications.  Of
course, these should be preserved on package upgrades.

Thanks, Bye,

Joost

-- 
Joost van Baalhttp://abramowitz.uvt.nl/
 Tilburg University
[EMAIL PROTECTED]  The Netherlands


signature.asc
Description: Digital signature


Bug#286758: kernel-image-2.6.9-powerpc: Same openpic hang on PowerBook

2005-03-01 Thread Mark Brown
On Tue, Mar 01, 2005 at 04:08:32PM +0800, Martin Michlmayr wrote:

> 2.6.9 has been removed from the archive.  Can you please test the
> 2.6.10 kernel from the archive to see whether this issue is still
> there?  Also, can you confirm that you've never seen this with 2.6.8
> (which is the kernel we'll release with sarge).

I'm running 2.6.10 and haven't seen the problem yet (it was
intermittent).  I don't recall seeing it in 2.6.8.

-- 
"You grabbed my hand and we fell into it, like a daydream - or a fever."


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



  1   2   3   4   >