Bug#431299: RC bug status graph timescale is too long

2007-09-25 Thread Frank Küster
Lucas Nussbaum [EMAIL PROTECTED] wrote:

 I was annoyed by the timescale on those graphs, so I gave it a try. The
 results are in http://qa.debian.org/~lucas/dograph/

 First, dograph.diff simply implements the proposal: limit the timescale
 to two years. Result can be seen in graph.png.

 But then, I made some other changes in dograph-better.diff:
 - I generate three graphs, for:
   + overall graph
   + last 2 years
   + last 6 months
 - I added titles, because I always have to think for a while before
   understanding the meaning of the curves
 Results can be seen in graph-*.png.
 Ideally, you would display the 2-year graph by default, and add links
 for the two other graphs.

IMHO it would be great if there was a since last release graph, either
instead of in addition to the 2-year graph.

And once that is implemented, people will want to look at the graph of
former release cycles, or compare them to the current one...

Regards, Frank

-- 
Frank Küster
Debian Developer (teTeX/TeXLive)




Bug#444074: nitpic: depends on old binutils 2.16.91

2007-09-25 Thread Ioannis Ioannou
Package: nitpic
Version: 0.1-11
Severity: important

Tried to run nitpic and got: 

error while loading shared libraries: libbfd-2.16.91.so
Got the etch sources and recompiled and everything was ok.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.22-1-686
Locale: LANG=C, LC_CTYPE=el_GR (charmap=ISO-8859-7)

Versions of packages nitpic depends on:
ii  binutils   2.17-3The GNU assembler, linker and bina
ii  libc6  2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii  libgcc11:4.1.1-21GCC support library
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxaw71:1.0.2-4 X11 Athena Widget library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxmu61:1.0.2-2 X11 miscellaneous utility library
ii  libxt6 1:1.0.2-2 X11 toolkit intrinsics library

nitpic recommends no packages.

-- no debconf information



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



Bug#443821: Problem found

2007-09-25 Thread Michael Guntsche
Ok, so I took a further look at it and noticed that the problem is  
the trailing input/inputx that's added in 2.6.23.


pci:00/:00:1d.0/usb1/1-2/1-2:1.0/input/input6
Everything is ok up to here ---^

input and input6 shouldn't be parsed since we already found the  
necessary module.
I just haven't figured out the best way to handle this in Hardware.pm  
yet, given the fact that my perl is a little bit rusty.


/Michael



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



Bug#444048: apache2: CGI scripts entirely broken

2007-09-25 Thread Ralf Mattes
On Tue, 2007-09-25 at 14:42 -0700, Nick Price wrote:
 It does actually begin with #!/usr/bin/perl -w and then the single
 line of code.  I wasn't sure what you meant.
 
 [EMAIL PROTECTED]:~$ env -i LANG=C PATH=/usr/local/bin:/bin ./test.pl
 Content-type: text/html
 
 [EMAIL PROTECTED]:~$
 
 To invoke the script via commandline earlier, I did the same thing
 without forcing the env variables.

Ok, I had a closer look at your script - as others already mentioned:
HTTP headers end with Carriage-Return,Newline. If I test locally with
your version I get the same error message, if I use \r\n\r\n I get the
expected, correct behavior.

 HTH Ralf Mattes
 
 
 On 9/25/07, Ralf Mattes [EMAIL PROTECTED] wrote:
 On Tue, 2007-09-25 at 13:36 -0700, Nick Price wrote: 
  That script I pasted, as well as the latest version of
 awstats
  (http://awstats.sourceforge.net/), and uber-uploader
  (http://uber-uploader.sourceforge.net/)
 
 You mean your script looks like this:
 
 *-
 | print Content-type: text/html\n\n;
 |
 
 Nothing more? No #!-line at the begining? 
 How do you invoke your script from the command line?
 What does the following produce:
 
 $ sudo -s
 # su - www-data
 $ env -i LANG=C
 PATH=/usr/local/bin:/usr/bin:/bin ./your-script-name
 
 Cheers, RalfD 
 
  They were all working just fine until after an apt-get
 upgrade, I
  didn't catch which version of apache was previously running,
  unfortunately.
 
  On 9/25/07, Ralf Mattes [EMAIL PROTECTED] wrote:
  On Tue, 2007-09-25 at 13:08 -0700, Nick Price wrote:
   I've tried with several known-good scripts as
 well, and with
  \r\n\r\n
   and still nothing.  The permissions are correct on
 the 
  script and I am
   not using suexec.
  
   Any ideas?
 
  Yes, many. But you might help us by providing the
 _exact_
  script you try 
  to run. This smells like a not-working sheebang
 line. How do
  you specify
  the perl interpreter? Remember: apache2 runs in a
 rather
  restricted
  environment: 
 
  ENV=env -i LANG=C
 PATH=/usr/local/bin:/usr/bin:/bin
 
  HTH Ralf Mattes
 
  
   On 9/25/07, martin f krafft [EMAIL PROTECTED] 
 wrote:
   also sprach Nick Price [EMAIL PROTECTED]
  [2007.09.25.1918
   +0100]:
I have a perl script that is simply
print Content-type: text/html\n\n;
  
   I believe this has to be \r\n\r\n. 
  
   --
   .''`.   martin f. krafft
 [EMAIL PROTECTED]
   : :'  :  proud Debian developer, author, 
  administrator, and
   user
   `. `'`   http://people.debian.org/~madduck
 -
   http://debiansystem.info
 `-  Debian - when you have better things
 to do
  than fixing
   systems
   
   -BEGIN PGP SIGNATURE-
   Version: GnuPG v1.4.6 (GNU/Linux)
  
   iD8DBQFG
  
 
 +WgeIgvIgzMMSnURAgIwAJ9HVrWvWyEaOGA3DFaie39C6ssoHgCgw4NX 
   ozbk8SYOOMs7s7X+QzeYThM=
   =d1yx
   -END PGP SIGNATURE-
  
  
 
 
 
 




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



Bug#443746: Add wontfix tag

2007-09-25 Thread mkraai
tag 443746 wontfix
thanks

According to upstream, this bug won't be fixed.  See

 
http://www.x.org/wiki/FAQVideoModes#head-d174fd476064edf62ed05d71d8a91b3dc4307324
 https://bugs.freedesktop.org/show_bug.cgi?id=5007
 https://bugs.freedesktop.org/show_bug.cgi?id=5063

The comments indicate that fixing it is probably nearly impossible.

Matt

P.S. Sorry for the footer.

The server made the following annotations 
-
This message contains information that may be privileged or confidential and is 
the property of Beckman Coulter, Inc. It is intended only for the person to 
whom it is addressed. If you are not the intended recipient, you are not 
authorized to read, print, retain, copy, disseminate, distribute or use this 
message or any part thereof. If you receive this message in error, please 
notify the sender immediately and delete all copies of this message.

-



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



Bug#444042: offers to upgrade to current version

2007-09-25 Thread Ryan Schultz
On Tuesday 25 September 2007 03:35:41 pm Francesco Rossi wrote:
 Il Tuesday 25 September 2007 19:32:38 Philippe Cloutier ha scritto:
  Package: ksudoku
  Version: 0.4-1.1
  Severity: normal
 
  ksudoku 0.4 offers to upgrade from 0.3 to 0.4:
 
  Your program version is 0.3, the latest version is  풿4풿Ҏ�� [EMAIL 
  PROTECTED] �.
  Do you want to update?
 
  --- System information. ---
  Architecture: i386
  Kernel:   Linux 2.6.21-2-486

 yes it would be nice if it was upgraded.
 Anyway ksudoku will be included in kdegames4.

This is curious; the version in Debian is most certainly 0.4, yet when doing 
Web - Check for Updates it says 


Your program version is 0.3, the latest version is 0.4.
Do you want to update?


Forwarding to upstream.

-- 
Ryan Schultz
If a man has talent and cannot use it, he has failed. -- Thomas Wolfe




Bug#444048: apache2: CGI scripts entirely broken

2007-09-25 Thread Stefan Fritsch
On Tuesday 25 September 2007, Nick Price wrote:
 I had 755 set, but I tried 777 as well on the scripts.
 As for the directory, it is physically located under my public_html
 directory in my ~, and I use .htaccess with addhandler cgi-script
 .pl As user www-data i can execute the script.

Try starting apache with

strace -f /etc/init.d/apache2 start 21 |fgrep test.pl

(test.pl being the name of your script, of course) and do the request. 
What ist the output? You might have to install the package strace 
first, and you will have to kill apache from a different shell after 
the test.

 Scriptlog doesn't give me anything we didn't already know:

 %% [Tue Sep 25 15:58:57 2007] GET /cgi-bin/test.pl HTTP/1.1
 %% 500 /home/nick/public_html/cgi-bin/test.pl

This is strange, the request does not contain ~nick. 
Is /cgi-bin/test.pl the request you do in the browser? How is it 
mapped to /home/nick/public_html/cgi-bin/test.pl ?

Cheers,
Stefan



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



Bug#444076: nagios-mysql will not replace deleted config file /etc/nagios/database.cfg

2007-09-25 Thread Scott Serr

Package: nagios-mysql
Version: 1.4-3

I'm using Debian 4.0-r1 for Sparc.

I hand deleted /etc/nagios/database.cfg at some point.  Trying to 
re-install everything with:

apt-get --purge remove nagios-mysql
apt-get install nagios-mysql

Gives this output (note line 10 from the bottom Not replacing deleted 
config file):


# apt-get install nagios-mysql
Reading package lists... Done
Building dependency tree... Done
Suggested packages:
 nagios-nrpe-plugin
Recommended packages:
 nagios-images
The following NEW packages will be installed:
 nagios-mysql
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/917kB of archives.
After unpacking 2707kB of additional disk space will be used.
Selecting previously deselected package nagios-mysql.
(Reading database ... 35947 files and directories currently installed.)
Unpacking nagios-mysql (from .../nagios-mysql_2%3a1.4-3_sparc.deb) ...
Setting up nagios-mysql (1.4-3) ...
dbconfig-common: writing config to /etc/dbconfig-common/nagios-mysql.conf

Creating config file /etc/dbconfig-common/nagios-mysql.conf with new version
Not replacing deleted config file /etc/nagios/database.cfg
chown: cannot access `/etc/nagios/database.cfg': No such file or directory
chmod: cannot access `/etc/nagios/database.cfg': No such file or directory
granting access to database nagiosmysql for [EMAIL PROTECTED]: success.
verifying access for [EMAIL PROTECTED]: success.
creating database nagiosmysql: success.
verifying database nagiosmysql exists: success.
populating database via sql...  done.
dbconfig-common: flushing administrative password
Starting nagios monitoring daemon: nagios.




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



Bug#444048: apache2: CGI scripts entirely broken

2007-09-25 Thread Nick Price
As mentioned earlier, i did try with \r\n\r\n and got the same problem.

On 9/25/07, Ralf Mattes [EMAIL PROTECTED] wrote:

 On Tue, 2007-09-25 at 14:42 -0700, Nick Price wrote:
  It does actually begin with #!/usr/bin/perl -w and then the single
  line of code.  I wasn't sure what you meant.
 
  [EMAIL PROTECTED]:~$ env -i LANG=C PATH=/usr/local/bin:/bin ./test.pl
  Content-type: text/html
 
  [EMAIL PROTECTED]:~$
 
  To invoke the script via commandline earlier, I did the same thing
  without forcing the env variables.

 Ok, I had a closer look at your script - as others already mentioned:
 HTTP headers end with Carriage-Return,Newline. If I test locally with
 your version I get the same error message, if I use \r\n\r\n I get the
 expected, correct behavior.

 HTH Ralf Mattes

 
  On 9/25/07, Ralf Mattes [EMAIL PROTECTED] wrote:
  On Tue, 2007-09-25 at 13:36 -0700, Nick Price wrote:
   That script I pasted, as well as the latest version of
  awstats
   (http://awstats.sourceforge.net/), and uber-uploader
   (http://uber-uploader.sourceforge.net/)
 
  You mean your script looks like this:
 
  *-
  | print Content-type: text/html\n\n;
  |
 
  Nothing more? No #!-line at the begining?
  How do you invoke your script from the command line?
  What does the following produce:
 
  $ sudo -s
  # su - www-data
  $ env -i LANG=C
  PATH=/usr/local/bin:/usr/bin:/bin ./your-script-name
 
  Cheers, RalfD
 
   They were all working just fine until after an apt-get
  upgrade, I
   didn't catch which version of apache was previously running,
   unfortunately.
  
   On 9/25/07, Ralf Mattes [EMAIL PROTECTED] wrote:
   On Tue, 2007-09-25 at 13:08 -0700, Nick Price wrote:
I've tried with several known-good scripts as
  well, and with
   \r\n\r\n
and still nothing.  The permissions are correct on
  the
   script and I am
not using suexec.
   
Any ideas?
  
   Yes, many. But you might help us by providing the
  _exact_
   script you try
   to run. This smells like a not-working sheebang
  line. How do
   you specify
   the perl interpreter? Remember: apache2 runs in a
  rather
   restricted
   environment:
  
   ENV=env -i LANG=C
  PATH=/usr/local/bin:/usr/bin:/bin
  
   HTH Ralf Mattes
  
   
On 9/25/07, martin f krafft [EMAIL PROTECTED] 
  wrote:
also sprach Nick Price [EMAIL PROTECTED]
   [2007.09.25.1918
+0100]:
 I have a perl script that is simply
 print Content-type: text/html\n\n;
   
I believe this has to be \r\n\r\n.
   
--
.''`.   martin f. krafft
  [EMAIL PROTECTED]
: :'  :  proud Debian developer, author,
   administrator, and
user
`. `'`   http://people.debian.org/~madduck
  -
http://debiansystem.info
  `-  Debian - when you have better things
  to do
   than fixing
systems
   
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
   
iD8DBQFG
   
  
  +WgeIgvIgzMMSnURAgIwAJ9HVrWvWyEaOGA3DFaie39C6ssoHgCgw4NX
ozbk8SYOOMs7s7X+QzeYThM=
=d1yx
-END PGP SIGNATURE-
   
   
  
  
 
 




Bug#444077: libftdi: does not build API docs

2007-09-25 Thread Marco Amadori
Package: libftdi
Severity: wishlist
Tags: patch

I saw that the package does not build dep on doxygen and it does not build the 
API html docs, could this behaviour be reversed?

A stupid patch for that is included here below:


$ diff -urNa libftdi-0.10 libftdi-0.10.new
diff -urNa libftdi-0.10/debian/control libftdi-0.10.new/debian/control
--- libftdi-0.10/debian/control 2007-09-26 00:04:52.0 +0200
+++ libftdi-0.10.new/debian/control 2007-09-25 23:58:44.829165079 +0200
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Aurelien Jarno [EMAIL PROTECTED]
-Build-Depends: debhelper (= 4.0.0), autotools-dev, libtool, automake1.4, 
autoconf, libusb-dev (= 2:0.1.11), pkg-config (= 0.18)
+Build-Depends: debhelper (= 4.0.0), autotools-dev, libtool, automake1.4, 
autoconf, libusb-dev (= 2:0.1.11), pkg-config (= 0.18), doxygen
 Standards-Version: 3.7.2

 Package: libftdi0
diff -urNa libftdi-0.10/debian/libftdi-dev.docs 
libftdi-0.10.new/debian/libftdi-dev.docs
--- libftdi-0.10/debian/libftdi-dev.docs1970-01-01 01:00:00.0 
+0100
+++ libftdi-0.10.new/debian/libftdi-dev.docs2007-09-26 00:02:51.343213114 
+0200
@@ -0,0 +1 @@
+doc/html

-- 
ESC:wq


libftdi-0.10_addedd-docs-build.diff.bz2
Description: BZip2 compressed data


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


Bug#444071: epiphany-browser: Doesn't display graphics etc now under 2.20

2007-09-25 Thread Josselin Mouette
Le mercredi 26 septembre 2007 à 09:36 +1200, Ian McDonald a écrit :
 Package: epiphany-browser
 Version: 2.20.0-1
 Severity: grave
 Justification: renders package unusable
 
 
 When this was installed epiphany became unusable. No graphics were
 displayed on web pages and many HTML elements not shown.
 
 Examples are:
 http://www.nzherald.co.nz
 http://www.stuff.co.nz

This is because you have installed the webkit backend, which is still
experimental. I will add a comment in the description to that effect.

In short, you just need to install epiphany-gecko.
-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#444057: darcs: option --ssh-cm doesn't work and hangs

2007-09-25 Thread David Roundy
This is a known bug, and is why --ssh-cm is no longer the default.  The bug
is hard to reproduce (in our experience), and has been difficult to track
down.

David



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



Bug#444048: apache2: CGI scripts entirely broken

2007-09-25 Thread Nick Price
[EMAIL PROTECTED]:~# strace -f /etc/init.d/apache2 start 21 |fgrep test.pl
[pid 18057] read(19, GET /cgi-bin/test.pl HTTP/1.1\r\nH..., 8000) = 422
[pid 18056] read(19, GET /cgi-bin/test.pl HTTP/1.1\r\nH..., 8000) = 418
[pid 18056] stat64(/home/nick/public_html/cgi-bin/test.pl,
{st_mode=S_IFREG|0777, st_size=60, ...}) = 0
[pid 18056] open(/home/nick/public_html/cgi-bin/test.pl/.htaccess,
O_RDONLY|O_LARGEFILE) = -1 ENOTDIR (Not a directory)


as for how the site points, here is how it's handled (i've replaced my IP
and domain for security reasons):

Virtualhost 0.0.0.0
ServerName domain.com
ServerAlias domain.com
DocumentRoot /home/nick/public_html
CustomLog /home/nick/access_log combined
ScriptLog /home/nick/script_log
/VirtualHost

And in case it was missed, in my public_html directory there is a .htaccess
file which contains the following:
addhandler cgi-script .pl


On 9/25/07, Stefan Fritsch [EMAIL PROTECTED] wrote:

 On Tuesday 25 September 2007, Nick Price wrote:
  I had 755 set, but I tried 777 as well on the scripts.
  As for the directory, it is physically located under my public_html
  directory in my ~, and I use .htaccess with addhandler cgi-script
  .pl As user www-data i can execute the script.

 Try starting apache with

 strace -f /etc/init.d/apache2 start 21 |fgrep test.pl

 (test.pl being the name of your script, of course) and do the request.
 What ist the output? You might have to install the package strace
 first, and you will have to kill apache from a different shell after
 the test.

  Scriptlog doesn't give me anything we didn't already know:
 
  %% [Tue Sep 25 15:58:57 2007] GET /cgi-bin/test.pl HTTP/1.1
  %% 500 /home/nick/public_html/cgi-bin/test.pl

 This is strange, the request does not contain ~nick.
 Is /cgi-bin/test.pl the request you do in the browser? How is it
 mapped to /home/nick/public_html/cgi-bin/test.pl ?

 Cheers,
 Stefan



Bug#444075: wine-utils: QuickPar stopped working after dist-upgrade

2007-09-25 Thread Gary Dale
Package: wine-utils
Version: 0.9.44-1
Severity: normal

I'm running the 64bit Wine you released a while ago. It has been working 
quite well until a few days ago. Now when I try to run QuickPar, it 
won't let me open files. QuickPar starts up and even lets me open the 
file open dialog. However, if I try to open a file on my Linux file 
system, things get weird.

For example, if I select the Z: drive, it brings up the file system as 
expected. But if I then select say /home, it leaves me at the file 
system (but shows home as the current directory). Selecting /home a 
second time brings up the home directory (and still shows home as the 
current directory). Opening a directory inside /home gives me nothing.

Selecting Y: (mapped to my home directory) give similar results only 
relative to my home directory.

Selecting a drive mapped lower in my home directory causes QuickPar to 
crash. I get:
fixme:actctx:parse_depend_manifests Could not find dependent assembly LMicrosof
t.Windows.Common-Controls
wine: Unhandled page fault on read access to 0x00350722 at address 0x7e9acc03 
(thread 0009), starting debugger...

Usage:
winedbg [ [ --gdb ] [ prog-name [ prog-args ] | num | file.mdmp | 
--help ]

This is only happening with QuickPar. I can use other Windows programs 
(that I've tried anyway - I don't use many of them) without the same 
problem.


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

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

Versions of packages wine-utils depends on:
ii  libwine   0.9.44-1   Windows API Implementation (Librar
ii  wine-bin  0.9.44-1   Windows API Implementation (Binary

wine-utils recommends no packages.

-- no debconf information



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



Bug#431750: ITP: compizconfig-settings-manager -- Compiz configuration settings manager

2007-09-25 Thread Lucas Nussbaum
On 04/07/07 at 19:10 +0200, sean finney wrote:
 Package: wnpp
 Severity: wishlist
 Owner: sean finney [EMAIL PROTECTED]
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 * Package name: compizconfig-settings-manager
   Version : 0.0+git20070703
   Upstream Author : Quinn Storm [EMAIL PROTECTED]
 * URL : http://www.opencompositing.org
 * License : GPL
   Programming Lang: C
   Description : Compiz configuration settings manager
 
 The OpenCompositing Project brings 3D desktop visual effects that
 improve usability of the X Window System and provide increased
 productivity.
 
 This package contains the compizconfig settings manager.
 
 (Note: this is different software from the seperately ITP'd and non-uploaded
  gnome-compiz-manager)

Hi Sean,

What's the status on this ITP and the compiz-fusion-plugins-* ones ? Is
there anything blocking ?

Also, have you considered maintaining those packages in a team ? compiz
is maintained by debian-x@, so it would probably make sense to maintain
those packages there as well. (aren't releases of compiz and
compiz-fusion going to be somehow synchronized in the future?)
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



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



Bug#444071: epiphany-browser: Doesn't display graphics etc now under 2.20

2007-09-25 Thread Ian McDonald
On 9/26/07, Josselin Mouette [EMAIL PROTECTED] wrote:
 This is because you have installed the webkit backend, which is still
 experimental. I will add a comment in the description to that effect.

 In short, you just need to install epiphany-gecko.

Well dist-upgrade installed it for me when trying to resolve which
packages to upgrade.

This is because of this I suspect (which will get resolved with more
uploads I presume)

The following packages are BROKEN:
  epiphany-extensions [2.18.3-1]
The following packages have been automatically kept back:
  ekiga [2.0.9-3 - 2.0.11-1] libwnck-common [2.18.3-1 - 2.20.0-1]
The following NEW packages will be automatically installed:
  python-elementtree [1.2.6-11] xulrunner-gnome-support [1.8.1.6-1]
The following packages have been kept back:
  libopal-2.2 [2.2.8~dfsg1-2 - 2.2.11~dfsg1-1]
The following NEW packages will be installed:
  epiphany-gecko [2.20.0-1] python-elementtree [1.2.6-11]
xulrunner-gnome-support [1.8.1.6-1]
0 packages upgraded, 4 newly installed, 0 to remove and 3 not upgraded.
Need to get 501kB/1363kB of archives. After unpacking 4235kB will be used.
The following packages have unmet dependencies:
  epiphany-extensions: Depends: epiphany-browser ( 2.19) but 2.20.0-1
is installed.
Resolving dependencies...
The following actions will resolve these dependencies:

Keep the following packages at their current version:
epiphany-extensions [Not Installed]

Leave the following dependencies unresolved:
epiphany-gecko recommends epiphany-extensions
Score is -141



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



Bug#444048: apache2: CGI scripts entirely broken

2007-09-25 Thread Stefan Fritsch
On Tuesday 25 September 2007, Ralf Mattes wrote:
 Ok, I had a closer look at your script - as others already
 mentioned: HTTP headers end with Carriage-Return,Newline.

They are CGI headers, not HTTP headers. AFAIK the CGI spec allows 
simple \n as line endings.

 If I test 
 locally with your version I get the same error message, if I use
 \r\n\r\n I get the expected, correct behavior.

That's weird. The \n\n version works fine, here :-/



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



Bug#444071: epiphany-browser: Doesn't display graphics etc now under 2.20

2007-09-25 Thread Ian McDonald
On 9/26/07, Ian McDonald [EMAIL PROTECTED] wrote:
 Well dist-upgrade installed it for me when trying to resolve which
 packages to upgrade.

 This is because of this I suspect (which will get resolved with more
 uploads I presume)

 The following packages are BROKEN:
   epiphany-extensions [2.18.3-1]
 The following packages have been automatically kept back:
   ekiga [2.0.9-3 - 2.0.11-1] libwnck-common [2.18.3-1 - 2.20.0-1]
 The following NEW packages will be automatically installed:
   python-elementtree [1.2.6-11] xulrunner-gnome-support [1.8.1.6-1]
 The following packages have been kept back:
   libopal-2.2 [2.2.8~dfsg1-2 - 2.2.11~dfsg1-1]
 The following NEW packages will be installed:
   epiphany-gecko [2.20.0-1] python-elementtree [1.2.6-11]
 xulrunner-gnome-support [1.8.1.6-1]
 0 packages upgraded, 4 newly installed, 0 to remove and 3 not upgraded.
 Need to get 501kB/1363kB of archives. After unpacking 4235kB will be used.
 The following packages have unmet dependencies:
   epiphany-extensions: Depends: epiphany-browser ( 2.19) but 2.20.0-1
 is installed.
 Resolving dependencies...
 The following actions will resolve these dependencies:

 Keep the following packages at their current version:
 epiphany-extensions [Not Installed]

 Leave the following dependencies unresolved:
 epiphany-gecko recommends epiphany-extensions
 Score is -141


My apologies for this previous update. When I type y this time around
it installed epiphany-gecko just fine. I think dist-upgrade just got a
bit confused with the epiphany-extensions not being at 2.20 yet.

Ian



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



Bug#444078: rxvt-unicode: not acept unicode characters

2007-09-25 Thread Ruben Pollan
Package: rxvt-unicode
Version: 8.3-2
Severity: important

When I try to use unicode characters (non-english) it show them wrong or don't
show them.

If I type from the keyboard an unicode character (like a written accent) urxvt
don't show it. If I copy some text and paste it urxvt show the international
characters wrong, like that:
espa?a, r?o Ebro

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

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

Versions of packages rxvt-unicode depends on:
ii  base-passwd   3.5.13 Debian base system master password
ii  libc6 2.6.1-5GNU C Library: Shared libraries
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libgcc1   1:4.2.1-5  GCC support library
ii  libperl5.85.8.8-7Shared Perl library
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxft2   2.1.12-2   FreeType-based font drawing librar
ii  libxpm4   1:3.5.7-1  X11 pixmap library
ii  libxrender1   1:0.9.3-1  X Rendering Extension client libra
ii  ncurses-base  5.6+20070908-1 Descriptions of common terminal ty

rxvt-unicode recommends no packages.

-- no debconf information



signature.asc
Description: Digital signature


Bug#444071: epiphany-browser: Doesn't display graphics etc now under 2.20

2007-09-25 Thread Josselin Mouette
Le mercredi 26 septembre 2007 à 10:21 +1200, Ian McDonald a écrit :
 My apologies for this previous update. When I type y this time around
 it installed epiphany-gecko just fine. I think dist-upgrade just got a
 bit confused with the epiphany-extensions not being at 2.20 yet.

Yes, hopefully epiphany-extensions 2.20 should be available very soon
for your architecture.

Cheers,
-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#336398: emacs-goodies-el: please add longlines.el

2007-09-25 Thread Rogério Brito

Hi, Peter.

On Sep 24, 2007, at 8:03 PM, Peter S Galbraith wrote:


intrigeri [EMAIL PROTECTED] wrote:

longlines.el is included in Emacs 22, so I guess this bug could be
closed, couldn't it ?


I guess so.


No problems with me. That seems to be the right thing to do.


Rogério, this was a good suggestion but Emacs itself beat me to it!


Well, I didn't know the suggestion would be as good as it was for  
including it in Emacs proper, but it seems to be that way. :-)



I apologise for dropping it between cracks for two years.


No problems. Now, Emacs 22 is just way more comfortable than Emacs  
21. The wait was worth it. :-)



Regards, Rogério.

--
Rogério Brito : [EMAIL PROTECTED],ime.usp}.br : GPG key 1024D/7C2CAEB8
http://www.ime.usp.br/~rbrito : http://meusite.mackenzie.com.br/rbrito
Projects: algorithms.berlios.de : lame.sf.net : vrms.alioth.debian.org







Bug#443923: svn-buildpackage: svn-inject fails with native packages

2007-09-25 Thread Julian Mehnle
Not only that, but it fails specifically for repository layouts of type 2 
as well, i.e. `svn-inject -l 2`!


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


Bug#444079: fai-server: Default NFSROOT file does not support default config access method NFS [patch]

2007-09-25 Thread Achim Bohnet
Package: fai-server
Version: 3.2.1
Severity: normal
Tags: patch

subject and patch explain it all.

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

Kernel: Linux 2.6.22-12-generic (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
=== modified file 'conf/NFSROOT'
--- conf/NFSROOT2007-09-25 22:07:53 +
+++ conf/NFSROOT2007-09-25 22:20:36 +
@@ -12,6 +12,9 @@
 live-initramfs
 linux-image-generic
 
+# Depends on the used config method(s): nfs-common, git-core, subversion ...
+nfs-common
+
 # needed for the simple examples
 cfengine2 libapt-pkg-perl
 



Bug#444080: pybliographer: sorry to bother again... 1.3.4 is out...

2007-09-25 Thread Yaroslav Halchenko
Package: pybliographer
Version: 1.3.2-1
Severity: wishlist

heh heh -- me again... 
sorry to bother but 1.3.4 is out and it has gnome interface now ;-) It
would be fascinating to see it in experimental.

Thanks once again!

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

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

Versions of packages pybliographer depends on:
ii  python2.4.4-6An interactive high-level object-o
ii  python-elementtree1.2.6-11   Light-weight toolkit for XML proce
ii  python-support0.6.4  automated rebuilding support for p

pybliographer recommends no packages.

-- no debconf information



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



Bug#431750: ITP: compizconfig-settings-manager -- Compiz configuration settings manager

2007-09-25 Thread sean finney
On Wednesday 26 September 2007 12:20:50 am Lucas Nussbaum wrote:
 What's the status on this ITP and the compiz-fusion-plugins-* ones ? Is
 there anything blocking ?

not at this point, now that i've helped get a more recent compiz into unstable 
(which was blocking the rest).  now it's mostly an issue of free time, and 
sorting out the horrible, horrible mess that upstream(s) have made of all 
this stuff.

 Also, have you considered maintaining those packages in a team ? compiz
 is maintained by debian-x@, so it would probably make sense to maintain
 those packages there as well. (aren't releases of compiz and
 compiz-fusion going to be somehow synchronized in the future?)

yes to basically all of that.  the wiki doc is already a bit out of date, but 
more or less summarizes the situation:

http://wiki.debian.org/XStrikeForce/Compiz

and you can always ask on #debian-x where i'm likely to be found lurking, and 
the rest of the xsf is vaguely aware of what's going on.



sean


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


Bug#443647: xkb-data missing some characters in gurmukhi (gur) keymap

2007-09-25 Thread H. S.
On 9/24/07, Mohammed Adnène Trojette [EMAIL PROTECTED] wrote:

 On Sun, Sep 23, 2007, H. S. wrote:
  am guessing it can be put as SHIFT+A30), line no. 50 in
 /etc/X11/xkb/symbols/

 Hi!

 What we need is a patch against /usr/share/X11/xkb/symbols/in
 (/etc/X11/xkb/symbols/ is obsolete).

 Please could you tell me whether the attached patch fixes the issue?



Hello,

Thanks for the patch. The line change for the character 0A5C works (for ੜ),
but the last one for A71 does not. It is probably becuase I am not sure what
is my modifier key in guru keyboard layout (I am in KDE). I have tried
CTRL-, CTRL+ALT, and these two keys on the right hand side of the space
bars. None worked.

regards,
-HS


--
 Mohammed Adnène Trojette




Bug#443923: svn-buildpackage: svn-inject fails with native packages

2007-09-25 Thread Julian Mehnle
Julian Mehnle wrote:
 Not only that, but it fails specifically for repository layouts of type
 2 as well, i.e. `svn-inject -l 2`!

... for native packages, I meant to say.  (The patch from #433536 seems to 
support non-native packages OK.)


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


Bug#444081: totem: jackd stuff is awefully talkative

2007-09-25 Thread Michael Gilbert
Package: totem
Version: 2.20.0-1
Severity: normal

if jackd is not installed when totem is run, there will be an error
message sh: jackd: command not found.  and even if jackd is installed
the message JACK tmpdir identified as [/dev/shm] is presented during
gnome start up.  none of this information is really useful to the user
and should be supressed.

mike

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

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

Versions of packages totem depends on:
ii  totem-gstreamer   2.20.0-1   A simple media player for the Gnom

totem recommends no packages.

-- no debconf information



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



Bug#444078: rxvt-unicode: is not a bug, is my fault

2007-09-25 Thread Ruben Pollan
Package: rxvt-unicode
Followup-For: Bug #444078

I must apologize. That is not a bug. Is my configuration. When I upgrade the
system it change magicaly to ANSI_X3.4-1968, and is not using unicode anymore.

Sorry for bore you.


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

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

Versions of packages rxvt-unicode depends on:
ii  base-passwd   3.5.13 Debian base system master password
ii  libc6 2.6.1-5GNU C Library: Shared libraries
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libgcc1   1:4.2.1-5  GCC support library
ii  libperl5.85.8.8-7Shared Perl library
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxft2   2.1.12-2   FreeType-based font drawing librar
ii  libxpm4   1:3.5.7-1  X11 pixmap library
ii  libxrender1   1:0.9.3-1  X Rendering Extension client libra
ii  ncurses-base  5.6+20070908-1 Descriptions of common terminal ty

rxvt-unicode recommends no packages.

-- no debconf information

-- 
Rub\xC3\xA9n Poll\xC3\xA1n  | jabber:[EMAIL PROTECTED]
   http://meskio.cauterized.net/blog/
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 Cuando los que mandan pierden la verg\xC3\xBCenza,
los que obedecen pierden el respeto.
---
Ahora la red actua
http://compartiresbueno.net


signature.asc
Description: Digital signature


Bug#444076: (no subject)

2007-09-25 Thread Scott Serr

I was able to reproduce this on a fresh net-install of Etch on i386.

apt-get install mysql-server
apt-get install nagios-mysql
rm /etc/nagios/database.cfg
apt-get --purge remove nagios-mysql
apt-get install nagios-mysql

I've also tried 'dpkg-reconfigure nagios-mysql with the same result.

People normally(?) solve a removed config file by doing apt-get --purge 
remove pkgname and then apt-get install pkgname but this does not 
work with nagios-mysql.


http://ubuntuforums.org/showthread.php?t=171211
http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg386505.html




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



Bug#442271: courier-pop-ssl: pop3s does not work any more

2007-09-25 Thread Matthias Wimmer

Defining TLS_PROTOCOL to SSL2 is a bit problematic.

When left at SSL3 courier only accepts SSL3.x handshakes (not 
SSL2.0-compatibility ones). When defining the variable to be set to 
SSL2 courier only accepts SSL2.0 and SSL2.0-compatibility handshakes. 
Therefore the setting SSL2 makes real SSL3.0 and TLS1.0 handshakes to 
fail. This affects all mail clients, that do use GnuTLS instead of 
OpenSSL which does not use the old SSL2.0 compatible handshake (because 
it is not SSL2.0 compatibile) but uses a real SSL3.0 or TLS handshake.


The value SSL23 really should get added to the debian package also for 
 version 0.56.0 as a debian add-on. The patch is trivial:


--- libcouriertls.c.orig2007-09-26 00:51:36.002558776 +0200
+++ libcouriertls.c 2007-09-26 00:08:10.081264858 +0200
@@ -419,6 +419,7 @@
ctx=SSL_CTX_new(protocol  strcmp(protocol, SSL2) == 0
? SSLv2_method():
protocol  strcmp(protocol, SSL3) == 0 ? SSLv3_method():
+   protocol  strcmp(protocol, SSL23) == 0 ? 
SSLv23_method():

TLSv1_method());

if (!ctx)



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



Bug#444082: ITP: cothreads -- concurrent programming library for OCaml

2007-09-25 Thread Sylvain Le Gall
Package: wnpp
Severity: wishlist
Owner: Sylvain Le Gall [EMAIL PROTECTED]


* Package name: cothreads
  Version : 0.10
  Upstream Author : Zheng Li [EMAIL PROTECTED]
* URL : http://cothreads.sourceforge.net/
* License : GPL
  Programming Lang: OCaml
  Description : concurrent programming library for OCaml

 This library enhances the Threads library of the standard OCaml
 distribution in two dimensions:
 .
  - It implements the same API of the standard Threads library on
different execution engines (process, networker(todo)), so that a
single copy of source code can be compiled and deployed to different
environments without modification.
   - It is also a super set of the standard Threads library, with extra
 components (STM etc.), functions (spawn etc.) and features (object-level
 compatibility etc.).

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

Kernel: Linux 2.6.22.6-vs2.2.0.3-core2 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash




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



Bug#390029:

2007-09-25 Thread Michael Gilbert
note that i also disabled disc automounting the other day via

# hal-disable-polling --device /dev/hda

which may explain why the behavior under gnome changed.



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



Bug#390029:

2007-09-25 Thread Michael Gilbert
 Totem 2.20 was uploaded today, and it contains a fix for a somewhat
 similar bug, 423512.

 I'm interested to know what effect it has on your bug. (I hope that this
 is the last new version I need to ask you to test ;-) )

it looks like some progress is being made!  but it is still not
working flawlessly.

if i do

$ umount /cdrom
$ mount /cdrom
$ totem /cdrom

the dvd _will_ play correctly!  however, if i do

$ umount /cdrom
$ mount /cdrom
$ totem
then click Movie - Play Disc

i will get an error message Totem cannot play this type of media
(DVD) because it does not have the appropriate plugins to be able to
read from the disc.

strange that it works differently depending on whether the action was
specified via the command line vs. via the menus.

note that this behavior is now consistent for both xfce and gnome.
previous versions had different behaviors under the two desktop
environments.

any more information i can provide?  can anyone confirm this problem?



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



Bug#443898: [Pkg-telepathy-maintainers] Bug#443898: Bug#443898: missing dependency

2007-09-25 Thread Laurent Bigonville
Hi,

I've asked a binNMU that should quickly fix this bug.

Regards

Laurent


pgp9Pwi0cE85U.pgp
Description: PGP signature


Bug#444083: monopd: when I try to create a game on the server it goes into infinite loop

2007-09-25 Thread Guyang Mao
Package: monopd
Version: 0.9.3-3
Severity: important

As the subject says, when I connect to the server and try to create a game, the
server goes into an infinite loop.

I've tried the below clients:

0.4.2 gtkatlantic (amd64 linux, current package version)
0.4.1 gtkatlantic (win32)
0.7.5 atlantik (amd64 linux, current package version)

This may be platform specific, I haven't another available machine to test
monopd for other archs at the moment.

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

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

Versions of packages monopd depends on:
ii  libc6 2.6.1-5GNU C Library: Shared libraries
ii  libcapsinetwork0c2a   0.3.0-3C++ network server library
ii  libgcc1   1:4.2.1-5  GCC support library
ii  libmath++0c2a 0.0.4-3C++ Math Type Library
ii  libstdc++64.2.1-5The GNU Standard C++ Library v3

monopd recommends no packages.

-- no debconf information



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



Bug#443562: roundcube: Reply fails to set To: address

2007-09-25 Thread Andrew Schulman
 OoO Lors de la soirée naissante du samedi 22 septembre 2007, vers 17:23,

 Andrew Schulman [EMAIL PROTECTED] disait:
  These two times seem to be about the times that I tried to send the
  two messages that I referred to in my earlier reports.  However, I've
  just tried again to reply and forward some messages, and although I
  get the same results, no more messages appear in error.log (I ran sync
  too).

 Which IMAP server do you connect to? Dovecot? uw-imapd? courier? Can you
 try to  configure another  IMAP server (from  your ISP for  example)? If
 not, I will provide you an account on my IMAP server to test.

I use bincimap.  My ISP doesn't offer IMAP.  I suppose I could configure 
Dovecot to see if the same problem occurs, but it would take some time.  
Let me know if you need me to do this.

 The problem seems to already have been reported to upstream:
  http://trac.roundcube.net/trac.cgi/ticket/1484422
  http://trac.roundcube.net/trac.cgi/ticket/1484460

OK, I'll add my report to the 1st of those.  The reporter there was using 
Lumisoft IMAP, so it seems unlikely that it's a problem with a particular 
IMAP implementation.

Thanks,
Andrew.




Bug#442165: apt-spy: Destroys sources.list file

2007-09-25 Thread Hans-Georg Bork
Hi Jeff,

I believe that there is still a file called /etc/apt/sources.list.bak
created by apt-spy; at least I have it on my system (sid with apt-spy
3.1-16).

Fort the remainder I think you're by suggesting something like a
tempfile in which all new source lines are written and only copied over
(or appended) to sources.list (after a backup) if apt-spy was
successful.

Kind regards
-- hgb




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



Bug#443819: confirming the bug

2007-09-25 Thread Yaroslav Halchenko
block 442613 by 443819
tags 443819 + confirmed
thanks

Just wanted to confirm that encountered the same issue. that library
belongs to konsole package but I wonder how much it is related to
python-kde3 and it might be not a dependency issue at all..

This bug blocks me from building keyjnotegui so its bug is blocked by
this one...

-- 
Yaroslav Halchenko
Research Assistant, Psychology Department, Rutgers-Newark
Student  Ph.D. @ CS Dept. NJIT
Office: (973) 353-5440x263 | FWD: 82823 | Fax: (973) 353-1171
101 Warren Str, Smith Hall, Rm 4-105, Newark NJ 07102
WWW: http://www.linkedin.com/in/yarik



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



Bug#361346: Debian astrolog ITA

2007-09-25 Thread Thanasis Kinias
Greetings [EMAIL PROTECTED],

I just filed my ITA on the Debian astrolog package, which I've been
working on for a month or so now -- I've updated the building, patched
some code, fixed various bugs and policy violations, etc.  I've also
been in contact with the upstream author about clarifying the licensing.
I hadn't filed a formal ITA yet until today, though.  Nobody had touched
the package in a log time, but I'm anticipating being ready to upload in
the next couple of days, as soon as I finish writing the man page and
hear back from the -legal folks.

Anyway, I just noticed that you sent a message to the O: bug yesterday
saying:

 ITA, i wans to adopt this package
 thank you

but you didn't actually _do_ the ITA by taking ownership and retitling.

It's a rather bizarre coincidence that after all this time we both
started working on it so close together!

Have you done much work on this yet?  I really don't want to get into a
struggle over adoption of the package, but I've done rather a lot of
work already and would like to continue, especially if I can get the
package moved out of non-free (and I'm optimistic this can happen).

-- 
Thanasis Kinias
Doctoral Candidate, Department of History, and
  Instructor, Professional Enhancement Programs
Arizona State University, Tempe, Arizona, U.S.A.
.
Je ne viens d'aucun pays, d'aucune cité, d'aucune tribu.  Je suis fils de la
route, ma patrie est caravane, et ma vie la plus inattendue des traversées.
  -- Amin Maalouf, _Léon l'Africain_




Bug#444084: tex4ht: you-on gets extra space

2007-09-25 Thread Junichi Uekawa
Package: tex4ht
Version: 20070904-1
Severity: normal


Japanese text usually does not use space inside sentences (space is
not a delimiter). tex4ht seems to insert spaces after 'you-on'
(small-letters: ゃゅょっャュョッ)

The original tex formatting is as follows:
「ところで,Debian Weekly News (DWN)は読んでいますか?Debian 界隈でおきていることについて書いているDebian Weekly 
News.  
毎回読んでいるといろいろと分かって来ますが,一人で読んでいても,解説が少ないので,意味がわからないところもあるかも知れません.みんなでDWNを読んでみましょう.」

But it is rendered on HTML as:
「ところで, Debian Weekly News (DWN) は読んでいますか? Debian 界隈でおきていることについて書いて いる Debian 
Weekly News. 毎回読んでいるといろいろと分かっ て来ますが, 一人で読んでいても, 解説が少ないので, 
意味がわからないところもあるかも知れません. みんなで DWN を読んでみま しょ う.」

A HTML snippet looks like (there is extra space in /span span after っ)
class=dmjhira-10x-x-101か/spanspan 
class=dmjhira-10x-x-101っ/span span 
class=dmjhira-10x-x-101て/spanspan 




I'm using modified htlatex command to generate, called htplatex, as follows to 
use ptex-bin to process Japanese.


#!/bin/sh
#htplatex debianmeetingresume200708.tex jp,2,sections+
#apt-get install dvi2ps-fontdata-a2n dvi2dvi dvipng

if command -v xhtex  /dev/null 21 ; then
true
else
export PATH=/usr/share/tex4ht:$PATH
fi

platex $5 
'\makeatletter\def\HCode{\futurelet\HCode\HChar}\def\HChar{\ifx\HCode\def\HCode##1[EMAIL
 PROTECTED]@[EMAIL 
PROTECTED],html]{tex4ht}}\let\HCode\documentstyle\def\documentstyle{\let\documentstyle\HCode\expandafter\def\csname
 tex4ht\endcsname{#1,html}\def\HCode1{\documentstyle[tex4ht,[EMAIL 
PROTECTED] '$2'.a.b.c.\input ' $1
platex $5 
'\makeatletter\def\HCode{\futurelet\HCode\HChar}\def\HChar{\ifx\HCode\def\HCode##1[EMAIL
 PROTECTED]@[EMAIL 
PROTECTED],html]{tex4ht}}\let\HCode\documentstyle\def\documentstyle{\let\documentstyle\HCode\expandafter\def\csname
 tex4ht\endcsname{#1,html}\def\HCode1{\documentstyle[tex4ht,[EMAIL 
PROTECTED] '$2'.a.b.c.\input ' $1
platex $5 
'\makeatletter\def\HCode{\futurelet\HCode\HChar}\def\HChar{\ifx\HCode\def\HCode##1[EMAIL
 PROTECTED]@[EMAIL 
PROTECTED],html]{tex4ht}}\let\HCode\documentstyle\def\documentstyle{\let\documentstyle\HCode\expandafter\def\csname
 tex4ht\endcsname{#1,html}\def\HCode1{\documentstyle[tex4ht,[EMAIL 
PROTECTED] '$2'.a.b.c.\input ' $1
dvi2dvi -F a2n ${1/.tex/.dvi}  ${1/.tex/.dvi.tmp}
mv ${1/.tex/.dvi.tmp} ${1/.tex/.dvi}
tex4ht -f/$1   -itex4ht/ht-fonts/mozilla/nttsub/$3
t4ht -f/$1 $4 -dhtml/



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

Kernel: Linux 2.6.23-rc5dancer (PREEMPT)
Locale: LANG=ja_JP.EUC-JP, LC_CTYPE=ja_JP.EUC-JP (charmap=EUC-JP) (ignored: 
LC_ALL set to ja_JP.eucJP)
Shell: /bin/sh linked to /bin/bash

Versions of packages tex4ht depends on:
ii  libc6 2.6.1-2GNU C Library: Shared libraries
ii  libkpathsea4  2007-14TeX Live: path search library for 
ii  tex4ht-common 20070904-1 LaTeX and TeX for Hypertext (HTML)
ii  texlive-base-bin  2007-14TeX Live: Essential binaries

tex4ht recommends no packages.

-- no debconf information



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



Bug#444046: libgammu2: segfault on startup

2007-09-25 Thread Michal Čihař
Hi

On Tue, 25 Sep 2007 19:05:44 +0100
Samuel Mimram [EMAIL PROTECTED] wrote:

 Package: libgammu2
 Version: 1.13.0-1
 Severity: important
 
 Hi,
 
 Since wammu does not work for now, I tried gammu... which segfaults on
 startup even when no phone is connected:
 
 % gdb --args gammu identify

Can you please enable debugging and run it as gammu textall identify and
send me output?

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#443635: svn-buildpackage: calling tput w/o TERM causes errors

2007-09-25 Thread Mark A. Hershberger
I use eshell (emacs lisp shell) sometimes and it doesn't set TERM.  I can 
provide patches to fix this if I didn't already.




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



Bug#444085: libstdc++6-4.2-dev: typeinfo seems to be broken

2007-09-25 Thread Andreas Pakulat
Package: libstdc++6-4.2-dev
Version: 4.2.1-5
Severity: important

Hi,

it seems that the typeinfo file from /usr/include/c++/4.2 is somehow
broken. Compiling a program that includes this file indirectly I get:
In file included from /usr/include/c++/4.2/bits/locale_facets.tcc:42,
 from /usr/include/c++/4.2/locale:46,
 from /usr/include/c++/4.2/bits/ostream.tcc:46,
 from /usr/include/c++/4.2/ostream:572,
 from /usr/include/c++/4.2/iterator:70,
 from /usr/include/boost/next_prior.hpp:15,
 from /usr/include/boost/utility.hpp:16,
 from /usr/include/boost/thread/thread.hpp:12,
 from /usr/include/boost/thread.hpp:10,
 from src/core/thread.h:24,
 from src/net/clientthread.h:24,
 from src/net/common/clientstate.cpp:21:
/usr/include/c++/4.2/typeinfo: At global scope:
/usr/include/c++/4.2/typeinfo:41: error: expected unqualified-id before end of 
line
/usr/include/c++/4.2/typeinfo:41: error: expected `}' before end of line
/usr/include/c++/4.2/typeinfo:41: error: expected `}' before end of line
/usr/include/c++/4.2/typeinfo:41: error: expected `}' before end of line
/usr/include/c++/4.2/typeinfo:41: error: expected declaration before end of line

Line 41 in /usr/include/c++/4.2 and surroundings look like this:
36  #ifndef _TYPEINFO
37  #define _TYPEINFO
38
39  #include exception
40
41  #pragma GCC visibility push(default)
42
43  extern C++ {

Removing the pragma there and on line 166 lets the compiler go on.

Andreas

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

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

Versions of packages libstdc++6-4.2-dev depends on:
ii  g++-4.2   4.2.1-5The GNU C++ compiler
ii  gcc-4.2-base  4.2.1-5The GNU Compiler Collection (base 
ii  libc6-dev 2.6.1-5GNU C Library: Development Librari
ii  libstdc++64.2.1-5The GNU Standard C++ Library v3

libstdc++6-4.2-dev recommends no packages.

-- no debconf information



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



Bug#444086: konqueror: Right-click context menus missing on target=blank mailto links

2007-09-25 Thread Karsten M. Self
Package: konqueror
Version: 4:3.5.7-3
Severity: wishlist

When attempting to raise a (usually) right-click context menu on links
using target=_new or target=_blank hrefs (to force opening in a new
tab/window) or mailto links, the right-click context menu is disabled.

Instead, the cursor is modified to a hand + new page mini-icon.

This behavior does not appear to be user-defineable, or based on
javascript.  Following HTML sample reproduces the problem:

   - save to file
   - view file in konqueror
   - right-click the No Menu link
   - No context menu appears (preference is that context menu appears).

   - right-click on Menu link
   - Context menu appears (this is expected behavior).

   - right-click on No menu mailto link
   - No context menu appears (preference is that context menu appears).


I'd appreciate if Konqueror would *NOT* disable right-click context
menus, particularly where web authors explicitly state behavior, as the
*user* should be able to specify preferred methods of managing content,
not arbitrary site authors.


Thanks.


foo.html

!DOCTYPE html PUBLIC -//W3C//DTD HTML 3.2//EN
html
head
meta name=generator content=
HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org
titleKonqueror link context menu test HTML/title
/head
body

a target=_blank href=http://localhost/no-menu;No Menu/abr
a href=http://localhost/menu;Menu/abr
a href=mailto:[EMAIL PROTECTED]No Menu mailto link/a

/body
/html



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

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

Versions of packages konqueror depends on:
ii  kcontrol4:3.5.7-3control center for KDE
ii  kdebase-kio-plugins 4:3.5.7-3core I/O slaves for KDE
ii  kdelibs4c2a 4:3.5.7.dfsg.1-7 core libraries and binaries for al
ii  kdesktop4:3.5.7-3miscellaneous binaries and files f
ii  kfind   4:3.5.7-3file-find utility for KDE
ii  libacl1 2.2.42-1 Access control list shared library
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libattr11:2.4.32-1.2 Extended attribute shared library
ii  libaudio2   1.9-2+b1 The Network Audio System (NAS). (s
ii  libc6   2.6.1-1+b1   GNU C Library: Shared libraries
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libgamin0 [libfam0] 0.1.8-2  Client library for the gamin file 
ii  libgcc1 1:4.2.1-4GCC support library
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libidn111.1-1GNU libidn library, implementation
ii  libjpeg62   6b-14The Independent JPEG Group's JPEG 
ii  libkonq44:3.5.7-3core libraries for Konqueror
ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
ii  libqt3-mt   3:3.3.7-8Qt GUI Library (Threaded runtime v
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libstdc++6  4.2.1-4  The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  libxi6  2:1.1.3-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxrandr2  2:1.2.2-1X11 RandR extension library
ii  libxrender1 1:0.9.3-1X Rendering Extension client libra
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

konqueror recommends no packages.

-- no debconf information

-- 
Karsten M. Self [EMAIL PROTECTED]
SFI / Cadence Design Systems 

http://linuxhelp.cadence.com/wiki/index.php/User:Kself



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



Bug#444087: klibc-utils: ipconfig fails on sparc64: eth0: socket(AF_INET): Function not implemented

2007-09-25 Thread Vagrant Cascadian
Package: klibc-utils
Version: 1.5.5-1
Severity: normal


snippet from attached log:

Begin: Running /scripts/init-premount ...
sunhme.c:v3.00 June 23, 2006 David S. Miller ([EMAIL PROTECTED])
eth0: HAPPY MEAL (PCI/CheerIO) 10/100BaseT Ethernet 08:00:20:c0:68:9a
Done.
Begin: Mounting root file system... ...
Begin: Running /scripts/nfs-top ...
DonUnimplemented SPARC system call 97
Kernel panic - not syncing: Attempted to kill init!
Press Stop-A (L1-A) to return to the boot prom
e.
ipconfig: eth0: socket(AF_INET): Function not implemented
ipconfig: no devices to configure
/init: .: 165: Can't open /tmp/net-eth0.conf

i also tried configuring networking manually, with:

boot net:dhcp ip=10.7.7.15:10.7.7.1:::255.255.255.0:eth0:off 
nfsroot=10.7.7.1:/opt/ltsp/sparc BOOT=nfs

but the error message didn't change at all

full boot log attached.

live well,
  vagrant

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: sparc (sparc64)

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

Versions of packages klibc-utils depends on:
ii  libklibc  1.5.5-1minimal libc subset for use with i

klibc-utils recommends no packages.

-- no debconf information
Sun Ultra 5/10 UPA/PCI (UltraSPARC-IIi 440MHz), Keyboard Present
OpenBoot 3.25, 128 MB (60 ns) memory installed, Serial #12609690.
Ethernet address 8:0:20:c0:68:9a, Host ID: 80c0689a.



Rebooting with command: boot
Boot device: net:dhcp  File and args:
7ad800
Remapping the kernel... done.
Booting Linux...

PROMLIB: Sun IEEE Boot Prom 'OBP 3.25.1 2000/01/14 13:40'
PROMLIB: Root node compatible:
Linux version 2.6.22-2-sparc64 (Debian 2.6.22-4) ([EMAIL PROTECTED]) (gcc 
version 4.1.3 20070812 (prerelease) (Debian 4.1.2-15)) #1 Fri Sep 7 14:56:53 
UTC 2007
ARCH: SUN4U
Ethernet address: 08:00:20:c0:68:9a
PROM: Built device tree with 42337 bytes of memory.
Built 1 zonelists.  Total pages: 15733
Kernel command line:
PID hash table entries: 512 (order: 9, 4096 bytes)
clocksource: mult[245d1] shift[16]
clockevent: mult[70a3d70a] shift[32]
Console: colour dummy device 80x25
Dentry cache hash table entries: 16384 (order: 4, 131072 bytes)
Inode-cache hash table entries: 8192 (order: 3, 65536 bytes)
Memory: 107728k available (2392k kernel code, 840k data, 152k init) 
[f800,07f4c000]
Calibrating delay using timer specific routine.. 880.49 BogoMIPS (lpj=1760992)
Security Framework v1.0.0 initialized
SELinux:  Disabled at boot.
Capability LSM initialized
Mount-cache hash table entries: 512
NET: Registered protocol family 16
PCI: Probing for controllers.
/[EMAIL PROTECTED],0: SABRE PCI Bus Module
/[EMAIL PROTECTED],0: PCI IO[1fe0200] MEM[1ff]
PCI: Scanning PBM /[EMAIL PROTECTED],0
ebus0: [auxio] [power] [SUNW,pll] [se] [su] [su] [ecpp] [fdthree] [eeprom] 
[flashprom] [SUNW,CS4231]
power: Control reg at 1fff1724000 ... powerd running.
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
AUXIO: Found device at /[EMAIL PROTECTED],0/[EMAIL PROTECTED],1/[EMAIL 
PROTECTED]/[EMAIL PROTECTED],726000
/[EMAIL PROTECTED],0/[EMAIL PROTECTED],1/[EMAIL PROTECTED]/[EMAIL PROTECTED],0: 
Clock regs at 01fff100
Time: tick clocksource has been installed.
NET: Registered protocol family 2
IP route cache hash table entries: 1024 (order: 0, 8192 bytes)
TCP established hash table entries: 4096 (order: 3, 65536 bytes)
TCP bind hash table entries: 4096 (order: 2, 32768 bytes)
TCP: Hash tables configured (established 4096 bind 4096)
TCP reno registered
checking if image is initramfs... it is
Freeing initrd memory: 4118k freed
audit: initializing netlink socket (disabled)
audit(1190766074.024:1): initialized
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 8192 bytes)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
Console: switching to mono PROM 80x34
rtc_init: no PC rtc found
[drm] Initialized drm 1.1.0 20060810
/[EMAIL PROTECTED],0/[EMAIL PROTECTED],1/[EMAIL PROTECTED]/[EMAIL 
PROTECTED],3083f8: Keyboard port at 1fff13083f8, irq 6
/[EMAIL PROTECTED],0/[EMAIL PROTECTED],1/[EMAIL PROTECTED]/[EMAIL 
PROTECTED],3062f8: Mouse port at 1fff13062f8, irq 7
f006159c: ttyS0 at MMIO 0x1fff140 (irq = 5) is a SAB82532 V3.2
Console: ttyS0 (SAB82532)
f006159c: ttyS1 at MMIO 0x1fff1400040 (irq = 5) is a SAB82532 V3.2
Floppy drive(s): fd0 is 1.44M
FDC 0 is a National Semiconductor PC87306
RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize
loop: module loaded
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
rtc_sun_init: Registered Mostek RTC driver.
mice: PS/2 

Bug#444088: Build rtorrent with xmlrpc support

2007-09-25 Thread Christopher Seufert
Package: rtorrent
Version: 0.7.7-1
Severity: wishlist

There is an xmprpc server able to be built in to rtorrent, can you make this 
part of the standard package, or have a 2nd package for it. Apparently all you 
need todo is have libxmlrpc-c and configure --with-xmprpc-c

See http://libtorrent.rakshasa.no/wiki/RTorrentXMLRPCGuide

I dont see this as a security problem, because it will need to be configured 
before it is 'open'.

I'm close to having a working patch to the source package to enable this, if 
your interested.


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

Kernel: Linux 2.6.21-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages rtorrent depends on:
ii  libc6   2.6.1-5  GNU C Library: Shared libraries
ii  libcurl37.16.4-5 Multi-protocol file transfer libra
ii  libgcc1 1:4.2.1-5GCC support library
ii  libidn111.1-1GNU libidn library, implementation
ii  libkrb531.6.dfsg.1-7 MIT Kerberos runtime libraries
ii  libncurses5 5.6+20070908-1   Shared libraries for terminal hand
ii  libsigc++-2.0-0c2a  2.0.17-2 type-safe Signal Framework for C++
ii  libssh2-0   0.14+20070102-1  SSH2 client-side library
ii  libssl0.9.8 0.9.8e-8 SSL shared libraries
ii  libstdc++6  4.2.1-5  The GNU Standard C++ Library v3
ii  libtorrent100.11.8-1 a C++ BitTorrent library
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

rtorrent recommends no packages.

-- no debconf information



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



Bug#444089: openipmi: FTBFS: Build-Depends on unavailable libsnmp10-dev

2007-09-25 Thread Daniel Schepler
Package: openipmi
Version: 2.0.11-1
Severity: serious
Tags: sid

As the subject says: openipmi Build-Depends on libsnmp10-dev, which can no 
longer be satisfied in unstable.
-- 
Daniel Schepler



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



Bug#444046: libgammu2: segfault on startup

2007-09-25 Thread Michal Čihař
tags 444046 pending
thanks

On Tue, 25 Sep 2007 19:05:44 +0100
Samuel Mimram [EMAIL PROTECTED] wrote:

 Here is the contents of my .gamurc file:

I found the issue. Gammu wrongly parses your config file.

 [ gammu ]

Deleting spaces around gammu should fix the crash. I just commited fix
to upstream, so it will not crash in further releases.

 port = /dev/ttyACM0
 connection = at19200
 model = at

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#444090: fvwm: FvwmM4 segfault on startup

2007-09-25 Thread Brian S Enyart
Package: fvwm
Version: 1:2.5.23-2
Severity: normal

I've got this startup segfault on startup that's related to my use of 
the FvwmM4 preprocessor.

It fails with my standard startup:

/usr/bin/fvwm2 -cmd FvwmM4 -m4-prefix $HOME/.fvwm2rc -debug

But works fine with either of these:

/usr/bin/fvwm2 -cmd FvwmM4 -m4-prefix $HOME/.fvwm2rc -debug -lock
/usr/bin/fvwm2 -f $HOME/.fvwm/fvwmrc.debug
  (where .fvwm/fvwmrc.debug is the processed /tmp/fvwmrc from above)



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

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

Versions of packages fvwm depends on:
ii  debconf [debconf-2.0]   1.5.14   Debian configuration management sy
ii  gdk-imlib11 1.9.15-3 imaging library for use with gtk
ii  libc6   2.6.1-5  GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1 The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libfribidi0 0.10.7-4 Free Implementation of the Unicode
ii  libglib1.2ldbl  1.2.10-19The GLib library of C routines
ii  libglib2.0-02.14.1-3 The GLib library of C routines
ii  libgtk1.2   1.2.10-18.1  The GIMP Toolkit set of widgets fo
ii  libgtk2.0-0 2.12.0-2 The GTK+ graphical user interface 
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libncurses5 5.6+20070908-1   Shared libraries for terminal hand
ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
ii  libreadline55.2-3GNU readline and history libraries
ii  librplay3   3.3.2-11 Shared libraries for the rplay net
ii  librsvg2-2  2.18.2-1 SAX-based renderer library for SVG
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libstroke0  0.5.1-6  mouse strokes library -- runtime f
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  libxi6  2:1.1.3-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxpm4 1:3.5.7-1X11 pixmap library
ii  libxrender1 1:0.9.4-1X Rendering Extension client libra
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

Versions of packages fvwm recommends:
ii  fvwm-icons  2001.08.13-6 XPMs icons from fvwm development s

-- debconf information:
* fvwm/upgrade/pre_2.5.8: true



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



Bug#444091: lirc: [INTL:ja] updated Japanese debconf translation

2007-09-25 Thread Kenshi Muto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: lirc
Severity: wishlist
Version: 0.8.0-13
Tags: l10n patch

Hi,

I updated Japanese translation of debconf messages (ja.po).
Please apply this.

Thanks,
- -- 
Kenshi Muto
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8+ http://mailcrypt.sourceforge.net/

iEYEARECAAYFAkb5sPIACgkQQKW+7XLQPLHwfQCgtxzuqaGIfdx7AqSjF5IaUl1O
yd8An3X/8XPpysJisyuB9fLnTd45lqyR
=Bn7n
-END PGP SIGNATURE-


ja.po.gz
Description: Binary data


Bug#444092: xnec2c does not show UI, but three processes running

2007-09-25 Thread Nate Bargmann
Package: xnec2c
Version: 1.0b-3
Severity: grave
Justification: renders package unusable


After installing the xnec2c pacakge today, it does not display any UI on
screen.  When starting in a term only the following message is printed:

$ xnec2c

xnec2c: child process exited

At this point there are three processes running as shown by ps ax:

 3447 pts/2S+ 0:00 xnec2c
 3448 pts/2S+ 0:00 xnec2c
 3449 pts/2S+ 0:00 xnec2c

The only way out is Ctl-C from the controlling terminal:

xnec2c: exiting via user interrupt
xnec2c: exiting via user interrupt
xnec2c: exiting via user interrupt

I can try any commands you think may help with debugging.

73, de Nate 

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

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

Versions of packages xnec2c depends on:
ii  libatk1.0-0   1.20.0-1   The ATK accessibility toolkit
ii  libc6 2.6.1-5GNU C Library: Shared libraries
ii  libcairo2 1.4.10-1   The Cairo 2D vector graphics libra
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libglib2.0-0  2.14.1-3   The GLib library of C routines
ii  libgtk2.0-0   2.12.0-2   The GTK+ graphical user interface 
ii  libpango1.0-0 1.18.2-1   Layout and rendering of internatio
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxcursor1   1:1.1.9-1  X cursor management library
ii  libxext6  1:1.0.3-2  X11 miscellaneous extension librar
ii  libxfixes31:4.0.3-2  X11 miscellaneous 'fixes' extensio
ii  libxi62:1.1.3-1  X11 Input extension library
ii  libxinerama1  1:1.0.2-1  X11 Xinerama extension library
ii  libxrandr22:1.2.2-1  X11 RandR extension library
ii  libxrender1   1:0.9.4-1  X Rendering Extension client libra

Versions of packages xnec2c recommends:
ii  nec2c 0.6-1  translation of the NEC2 FORTRAN so

-- no debconf information



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



Bug#444067: coreutils: Please add a --files-from option to du

2007-09-25 Thread Bob Proulx
Géraud Meyer wrote:
 please add a `--files-from' option to du that reads a NEWLINE
 separated list of files from a given file.  ...  P.S. Making other
 programs of the coreutils package able to deal with NULL terminated
 lines would also be nice.

How this is not satisfied by using the 'xargs' program?  Could you say
a few words about how you are trying to use this command?  Does this
following example satisfy your needs?

  head datafile | xargs -r du

Also you may not be aware of the new find options now available.
POSIX defines the find -exec command {} + arguments now to
efficiently process arguments to commands.  This may be used with du.
Here is one simple example.

  find . -type f -exec du {} +

Bob




Bug#444093: xmms-scrobbler: plugin has problems with umlauts in UTF-8 encoded tags

2007-09-25 Thread Wouter Van Hemel
Package: xmms-scrobbler
Version: 0.4.0-2
Severity: normal

Hello,

Some songs with accents and umlauts show up as garbled crap on 
AudioScrobbler's website. UTF-8 sequences seem to end up interpreted as 
individual characters, as if encoded in ASCII or Latin1 character sets.

It's probably due to UTF-8 issues with XMMS and GTK1. Maybe the tags 
should be send as-is or sniffed for character set by the plugin?


Thanks for listening,

  Wouter

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

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

Versions of packages xmms-scrobbler depends on:
ii  libc6 2.6.1-5GNU C Library: Shared libraries
ii  libcurl3-gnutls   7.17.0-1   Multi-protocol file transfer libra
ii  libkrb53  1.6.dfsg.1-7   MIT Kerberos runtime libraries
ii  libmusicbrainz4c2 2.1.5-1Second generation incarnation of t
ii  libstdc++64.2.1-5The GNU Standard C++ Library v3
ii  libtag1c2a1.4-8+b1   TagLib Audio Meta-Data Library
ii  libtagc0  1.4-8+b1   TagLib Audio Meta-Data Library (C 
ii  xmms  1:1.2.10+20070601-1+b1 Versatile X audio player

xmms-scrobbler recommends no packages.

-- no debconf information



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



Bug#444084: tex4ht: you-on gets extra space

2007-09-25 Thread Eitan Gurari

Junichi,

Can you place on the web the following files, and provide a pointer to
their locations.

1. A COMPLETE MINIMAL MINIATURE source latex file exhibiting the problem
2. The dvi file produced by platex, before being processed by dvi2dvi
3. The dvi file produced by dvi2dvi
4. A pdf or postscript output of the file

-eitan


  Japanese text usually does not use space inside sentences (space is
  not a delimiter). tex4ht seems to insert spaces after 'you-on'
  (small-letters: $B$c$e$g$C%c%e%g%C(B)

  A HTML snippet looks like (there is extra space in /span span after 
  $B$C(B)
  class=dmjhira-10x-x-101$B$+(B/spanspan 
  class=dmjhira-10x-x-101$B$C(B/span span 
  class=dmjhira-10x-x-101$B$F(B/spanspan 

  platex $5 
  '\makeatletter\def\HCode{\futurelet\HCode\HChar}\def\HChar{\ifx\HCode\def\HCode##1[EMAIL
   PROTECTED]@[EMAIL 
  PROTECTED],html]{tex4ht}}\let\HCode\documentstyle\def\documentstyle{\let\documentstyle\HCode\expandafter\def\csname
   tex4ht\endcsname{#1,html}\def\HCode1{\documentstyle[tex4ht,[EMAIL 
  PROTECTED] '$2'.a.b.c.\input ' $1
  dvi2dvi -F a2n ${1/.tex/.dvi}  ${1/.tex/.dvi.tmp}
  mv ${1/.tex/.dvi.tmp} ${1/.tex/.dvi}
  tex4ht -f/$1   -itex4ht/ht-fonts/mozilla/nttsub/$3



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



Bug#417165: nautilus: error writing to floppy

2007-09-25 Thread Brent S. Elmer, Ph.D.
Not exactly the same problem.  If I insert a floppy, click on the gnome
Computer shortcut, right click on the floppy icon and select mount,
then left click to browse, I see the contents of the floppy and I can
write to it.  However, if I insert a floppy, click on the gnome
Computer shortcut, then left click to browse without mounting it
first, it acts like it mounts the floppy but the Nautilus browser window
that opens is browsing / on the hard drive instead of the floppy and of
course I can't write to /.

On Mon, 2007-09-24 at 16:34 +0200, Sven Arvidsson wrote:
 Hi,
 
 Do you still experience this problem? 
 
 The closest I can find in the upstream bug tracker is bug 170257.
 Changing /etc/fstab to use vfat instead of auto fixed that problem. See
 http://bugzilla.gnome.org/show_bug.cgi?id=170257
 
 You could also try if other filesystems gives the same error by
 formatting a floppy to ext2 or something else.
 




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



Bug#444094: /etc/logcheck/ignore.d.workstation/kernel: bttv PLL ignore rules

2007-09-25 Thread Frédéric Brière
Package: logcheck-database
Version: 1.2.62
Severity: wishlist
File: /etc/logcheck/ignore.d.workstation/kernel

The bttv kernel module (used for those Hauppauge TV tuner cards) has a
tendency to issue these two messages when starting xawtv for the first
time, or when running it again as a different user (or under a different
X session, I'm not sure which is the trigger):

  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: bttv[[:digit:]]+: PLL: 28636363 = 
35468950 \.\. ok$
  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: bttv[[:digit:]]+: PLL can sleep, 
using XTAL \(28636363\)\.$


I'm honestly not sure what they mean, but they show up often enough when
googling for bttv logs, so I think it's safe to assume they are
perfectly normal.  (I can query the V4L mailing-list about this if you
wish.)

And yes, these seemingly random numbers are always the same for me and
anybody else.  Go figure.


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

Kernel: Linux 2.6.21-2-k7 (SMP w/1 CPU core)
Locale: LANG=en_CA.utf-8, LC_CTYPE=en_CA.utf-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- debconf information excluded



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



Bug#444095: audacious-plugins-extra: Scrobbler plugin has character set problems: UTF-8 shows up wrong

2007-09-25 Thread Wouter Van Hemel
Package: audacious-plugins-extra
Version: 1.3.5-3
Severity: normal

Hello,

Some tags with accents and umlauts that are by my knowledge valid UTF-8 
and are shown correctly in the interface, show up wrong on the last.fm 
website. On that website, multi-byte characters look as if they are broken 
up into individual characters, so instead of an accented letter you get 
two weird symbols. This is with both MP3 and FLAC files.

My locale is set to en_GB.utf8. Locales are installed and work in all 
applications, so the bug is somewhere in the scrobbler plugin... or 
perhaps a bad update to the last.fm scrobbler website, who knows.

Either way, I can't get some tags to show correctly on the last.fm website.


Thanks for your time,

  Wouter

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

Kernel: Linux 2.6.22
Locale: LANG=C, LC_CTYPE=en_GB.utf8 (charmap=UTF-8) (ignored: LC_ALL set to 
en_GB.utf8)
Shell: /bin/sh linked to /bin/bash

Versions of packages audacious-plugins-extra depends on:
ii  audacious   1.3.2-4  Small and fast audio player which 
ii  audacious-plugins   1.3.5-3  Base plugins for audacious
ii  libartsc0   1.5.7-2  aRts sound system C support librar
ii  libasound2  1.0.14a-2ALSA library
ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libaudacious5   1.3.2-4  Audacious C++ shared library
ii  libaudiofile0   0.2.6-7  Open-source version of SGI's audio
ii  libc6   2.6.1-5  GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1 The Cairo 2D vector graphics libra
ii  libcurl3-gnutls 7.17.0-1 Multi-protocol file transfer libra
ii  libesd0 0.2.36-3 Enlightened Sound Daemon - Shared 
ii  libfluidsynth1  1.0.7a-1 Real-time MIDI software synthesize
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libgcc1 1:4.2.1-5GCC support library
ii  libglib2.0-02.14.1-3 The GLib library of C routines
ii  libgtk2.0-0 2.12.0-2 The GTK+ graphical user interface 
ii  libjack00.103.0-6JACK Audio Connection Kit (librari
ii  libkrb531.6.dfsg.1-7 MIT Kerberos runtime libraries
ii  liblircclient0  0.8.0-12 LIRC client library
ii  libmpcdec3  1.2.2-1  Musepack (MPC) format library
ii  libpango1.0-0   1.18.2-1 Layout and rendering of internatio
ii  libpulse0   0.9.6-2  PulseAudio client libraries
ii  libresid-builder0c2a2.1.1-6  SID chip emulation class based on 
ii  libsamplerate0  0.1.2-5  audio rate conversion library
ii  libsdl1.2debian 1.2.11-9 Simple DirectMedia Layer
ii  libsidplay2 2.1.1-6  SID (MOS 6581) emulation library
ii  libstdc++6  4.2.1-5  The GNU Standard C++ Library v3
ii  libtag1c2a  1.4-8+b1 TagLib Audio Meta-Data Library
ii  libwavpack1 4.41.0-1 an audio codec (lossy and lossless
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcomposite1  1:0.3.2-1+b1 X11 Composite extension library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  2:1.1.3-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxml2 2.6.30.dfsg-2GNOME XML library
ii  libxrandr2  2:1.2.2-1X11 RandR extension library
ii  libxrender1 1:0.9.4-1X Rendering Extension client libra
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

audacious-plugins-extra recommends no packages.

-- no debconf information



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



Bug#444093: Acknowledgement (xmms-scrobbler: plugin has problems with umlauts in UTF-8 encoded tags)

2007-09-25 Thread Wouter Van Hemel

By the way, this was working until last week:

S��lstafir – Nature Strutter
19 Sep 2007, 00:22

Sólstafir – Ljósfari
16 Sep 2007, 02:47

I don't know if it shows up correctly this way, but the one on 16 Sep has
an up-right accent on the 'o' in Solstafir (correct), while the one on 19
Sep has two weird symbols instead of the accented 'o'.

I have not changed locale or edited the tags. I have updated Debian
(unstable) a few times since then though.




Bug#436554: pending

2007-09-25 Thread Eddy Petrișor
tags 436554 pending
thanks

Package: svn-buildpackage
Version: 0.6.21

Thanks for the patch you sent. I have merged it in svn-buildpackage's trunk.

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.21-2-amd64

Debian Release: lenny/sid
  900 testing www.emdebian.org
  900 testing snapshot.debian.net
  900 testing security.debian.org
  900 testing ftp.ro.debian.org
  900 testing eddyp.homelinux.net
   10 unstableftp.ro.debian.org
   10 unstableeddyp.homelinux.net

--- Package information. ---
Depends  (Version) | Installed
==-+-===
subversion | 1.4.4dfsg1-1
devscripts | 2.10.8
perl   | 5.8.8-7
libsvn-perl| 1.4.4dfsg1-1
file   | 4.21-3
wget   | 1.10.2-3
unp| 1.0.12
liburi-perl| 1.35.dfsg.1-1




signature.asc
Description: OpenPGP digital signature


Bug#433316: emboss-lib: ajax.h #includes files which are not available

2007-09-25 Thread Charles Plessy
Dear Johannes,

I have solved the problem by moving all the header files to either
/usr/include/ajax or /usr/include/nucleus, and keeping the internal
headers of EMBOSS' old copy of libpcre in /usr/include/ajax.  Therefore,
to build EMBOSS third-party applications in Debian, one will have to
pass -I/usr/include/ajax -I/usr/include/nucleus to the compiler.

Is this solution satisfying for you ? I am open to other strategies.

Have a nice day,

-- 
Charles Plessy
http://charles.plessy.org
Wako, Saitama, Japan



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



Bug#444096: /etc/logcheck/ignore.d.workstation/kernel: usb0: register/unregister 'zaurus'

2007-09-25 Thread Frédéric Brière
Package: logcheck-database
Version: 1.2.62
Severity: wishlist
File: /etc/logcheck/ignore.d.workstation/kernel

Messages like these are triggered by the zaurus kernel module when I put
my Sharp Zaurus in its USB cradle, or when I take it out:

  usb0: register 'zaurus' at usb-:00:07.2-2, Sharp Zaurus SL-5x00, 
5e:2b:26:82:40:f3
  usb0: unregister 'zaurus' usb-:00:07.2-2, Sharp Zaurus SL-5x00

Here are the matching rules, to which I added the other device
descriptions as taken from the kernel source:

  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: usb[[:digit:]]+: register 'zaurus' 
at usb-[0-9:.-]+, (Sharp Zaurus SL-5x00|Sharp Zaurus, PXA-2xx based|Olympus 
R1000|pseudo-MDLM =\(BLAN\) device), [0-9a-f:]+$
  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: usb[[:digit:]]+: unregister 
'zaurus' usb-[0-9:.-]+, (Sharp Zaurus SL-5x00|Sharp Zaurus, PXA-2xx 
based|Olympus R1000|pseudo-MDLM =\(BLAN\) device)$



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

Kernel: Linux 2.6.21-2-k7 (SMP w/1 CPU core)
Locale: LANG=en_CA.utf-8, LC_CTYPE=en_CA.utf-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- debconf information excluded



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



Bug#207657: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Svante Wood
Sep 26 07:07:29 MSK 2007



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



Bug#218251: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Kieran Hamilton
Sep 26 07:07:29 MSK 2007



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



Bug#272727: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Al Hall
Sep 26 07:07:29 MSK 2007



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



Bug#444097: /etc/logcheck/ignore.d.server/ddclient: 2 rules to get you started

2007-09-25 Thread Frédéric Brière
Package: logcheck
Version: 1.2.62
Severity: wishlist

Here are two rules for ddclient, a client for dynamic IP services such
as DynDNS or DynIP:

  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ddclient\[[[:digit:]]+\]: SUCCESS:  
updating [._[:alnum:]-]+: good: IP address set to [:[:xdigit:].]+$
  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ddclient\[[[:digit:]]+\]: WARNING:  
forcing update of [._[:alnum:]-]+ from [:[:xdigit:].]+ to [:[:xdigit:].]+; 
[[:digit:]]+ days since last update on \w{3} \w{3} [ :0-9]{16}\.$


Looking at the code, the first rule should match most (though not all)
services.  It's more or less impossible to say for sure, though -- who's
to say that all services return good upon success, for example.  All I
can say is that it works for me and my static DynDNS address.  (Let the
other users file their own bug reports.  g)

As for the second rule, despite being issued as a warning, it's
perfectly normal for static DynDNS hosts, and will appear once a month
if your address doesn't change.  (Basically, DynDNS prohibits updating
with the same IP over and over, but will allow such an update after 28
days, as their record expires after 35 days.  ddclient thus forces an
update after 30 days to be safe.)

BTW, I filed this report under the server level, as it is quite
conceivable to have a (small) server running behind a dynamic IP, for
example as a router.  (I myself am maintaining two such machines.)


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

Kernel: Linux 2.6.21-2-k7 (SMP w/1 CPU core)
Locale: LANG=en_CA.utf-8, LC_CTYPE=en_CA.utf-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages logcheck depends on:
ii  adduser  3.105   add and remove users and groups
ii  cron 3.0pl1-100  management of regular background p
ii  lockfile-progs   0.1.11  Programs for locking and unlocking
ii  logtail  1.2.62  Print log file lines that have not
ii  mailx1:8.1.2-0.20070424cvs-1 A simple mail user agent
ii  postfix [mail-tr 2.4.5-4 High-performance mail transport ag
ii  sysklogd [system 1.5-1   System Logging Daemon

Versions of packages logcheck recommends:
ii  logcheck-database 1.2.62 database of system log rules for t

-- no debconf information



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



Bug#359044: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Sangho Rivera
Sep 26 07:07:29 MSK 2007



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



Bug#223734: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Gregor Stone
Sep 26 07:07:29 MSK 2007



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



Bug#231222: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Cecilia Perkins
Sep 26 07:07:29 MSK 2007



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



Bug#78526: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Clarissa Frost
Sep 26 07:07:29 MSK 2007



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



Bug#435137: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Patricia Elliott
Sep 26 07:07:29 MSK 2007



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



Bug#87520: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Jem Mathews
Sep 26 07:07:29 MSK 2007



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



Bug#66684: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Novorolsky Spencer
Sep 26 07:07:29 MSK 2007



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



Bug#64468: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Vadim Harris
Sep 26 07:07:29 MSK 2007



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



Bug#94713: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Laura Wells
Sep 26 07:07:29 MSK 2007



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



Bug#54138: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Sedovic Miller
Sep 26 07:07:29 MSK 2007



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



Bug#93435: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Donna Hartman
Sep 26 07:07:29 MSK 2007



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



Bug#128950: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Francis Wood
Sep 26 07:07:29 MSK 2007



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



Bug#78371: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Bernard Wells
Sep 26 07:07:29 MSK 2007



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



Bug#69271: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Theodore Brown
Sep 26 07:07:29 MSK 2007



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



Bug#84074: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Dustin Powell
Sep 26 07:07:29 MSK 2007



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



Bug#443741: boinc-manager: Program crashes on certain GUI-related operations

2007-09-25 Thread Frank S. Thomas
block 443741 by 441766
thanks

 On Sun, 2007-09-23 at 21:06 +0200, Frank S. Thomas wrote:
  On Sunday 23 September 2007, Alex Malinovich wrote:
   Using the advanced view of boincmgr, the program will crash when
   running any operations that cause a pop-up window to be displayed.
   Going to Options, Preferences, etc, causes the program to crash (but
   not fully exit. Ctrl-C or kill is still required.). I believe this
   might be related to the recent GTK update but I'm not sure. The below
   message gets printed to the console at each crash:
 
  I'm running an up to date sid and can't confirm this bug. Can you please
  install the boinc-dbg package and post the backtrace again.

My suspicion is that the reason for this is #441766, a bug in wxWidgets GTK 
library. For more information please have a look at:
  http://bugs.debian.org/441766
  http://bugs.debian.org/443776
  http://bugs.debian.org/443955
  http://lists.debian.org/debian-devel/2007/06/msg01008.html


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


Bug#293644: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Jurevis Barnes
Sep 26 07:07:29 MSK 2007



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



Bug#66684: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Skeeter Bradley
and 5ave 9O% 0n 50FT\/\/ARE



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



Bug#60639: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Metin Gomez
and 5ave 9O% 0n 50FT\/\/ARE




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



Bug#121756: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Tuan Adams
and 5ave 9O% 0n 50FT\/\/ARE



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



Bug#76361: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Dominick Boyd
and 5ave 9O% 0n 50FT\/\/ARE



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



Bug#444100: /etc/logcheck/ignore.d.server/telnetd: connect from $X and ttloop: peer died: EOF

2007-09-25 Thread Frédéric Brière
Package: logcheck
Version: 1.2.62
Severity: wishlist

Yeah, I know, I'm the only person left who's foolish enough to run
telnetd.  g  But just in case there's someone else out there, here are
two rules to weed out the boring stuff:

  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ in\.telnetd\[[[:digit:]]+\]: connect from 
[._[:alnum:]-]+ \([:[:xdigit:].]+\)$
  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ telnetd\[[[:digit:]]+\]: ttloop: peer 
died: EOF$


(Actually, I use telnetd-ssl, but their log messages appear identical.)

The second rule occurs whenever someone connects and hangs up
afterwards, which people apparently love to do.  (Maybe they're confused
by the attempt at a SSL handshake.)

BTW, a similar version of that second rule appears in ignore.d.paranoid.
It shouldn't match anything anymore if my look at telnetd's source is
correct, and I'm kind of puzzled as to what it's doing there in the
first place.  Just thought you might want to know.


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

Kernel: Linux 2.6.21-2-k7 (SMP w/1 CPU core)
Locale: LANG=en_CA.utf-8, LC_CTYPE=en_CA.utf-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages logcheck depends on:
ii  adduser  3.105   add and remove users and groups
ii  cron 3.0pl1-100  management of regular background p
ii  lockfile-progs   0.1.11  Programs for locking and unlocking
ii  logtail  1.2.62  Print log file lines that have not
ii  mailx1:8.1.2-0.20070424cvs-1 A simple mail user agent
ii  postfix [mail-tr 2.4.5-4 High-performance mail transport ag
ii  sysklogd [system 1.5-1   System Logging Daemon

Versions of packages logcheck recommends:
ii  logcheck-database 1.2.62 database of system log rules for t

-- no debconf information



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



Bug#80360: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Emily Harris
and 5ave 9O% 0n 50FT\/\/ARE



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



Bug#444099: alacarte: Does not start - reports permission denied error

2007-09-25 Thread Mark
Package: alacarte
Version: 0.8-5
Severity: important

*** Please type your report below this line ***
When I try to start alacarte from the drop down menu it tries to start
up but the window does not appear. When I start it from the shell with
the alacarte  command I get the follow message:

Traceback (most recent call last):
  File /usr/bin/alacarte, line 26, in ?
main()
  File /usr/bin/alacarte, line 23, in main
GnomeFront()
  File /var/lib/python-support/python2.4/Alacarte/GnomeFront.py, line
69, in __init__
self.dialogs = DialogHandler(self.tree, self.icon)
  File
/var/lib/python-support/python2.4/Alacarte/GnomeDialogHandler.py, line
41, in __init__
for name in os.listdir(path):
OSError: [Errno 13] Permission denied: '/usr/local/bin'



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

Versions of packages alacarte depends on:
ii  python 2.4.4-2   An interactive high-level
object-o
ii  python-glade2  2.8.6-8   GTK+ bindings: Glade support
ii  python-gnome2  2.12.4-6  Python bindings for the
GNOME desk
ii  python-gtk22.8.6-8   Python bindings for the
GTK+ widge
ii  python-libxml2 2.6.27.dfsg-1 Python bindings for the
GNOME XML
ii  python-support 0.5.6 automated rebuilding
support for p
ii  python-xdg 0.15-1.1  A python library to access
freedes

alacarte recommends no packages.

-- no debconf information




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



Bug#79693: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Sassan Turner
and 5ave 9O% 0n 50FT\/\/ARE



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



Bug#443991: installation-reports

2007-09-25 Thread Christian Perrier

 Trying to install debian testing with dmraid=true. Formatting went OK.
 Partitioning went right, but when installing base system there is an error
 in 'Creating device files'.


Could you switch to VT4 at that moment and explain what output you are
seeing ?



signature.asc
Description: Digital signature


Bug#443962: partman does not recognize existing partitions

2007-09-25 Thread Christian Perrier

 Once more: When I enter into manual partition mode, I see one line
 corresponding to my harddrive only. This line shows the harddrive
 itself. It should display a list of partitions below this line, right?


Hmmm, have you tried hitting Enter to select the drive that's
displayed?

*That* should show you the partitions to display, IIRC.







signature.asc
Description: Digital signature


Bug#444067: coreutils: Please add a --files-from option to du

2007-09-25 Thread Géraud Meyer
Bob Proulx wrote:
 Géraud Meyer wrote:
   
 please add a `--files-from' option to du that reads a NEWLINE
 separated list of files from a given file.  ...  P.S. Making other
 programs of the coreutils package able to deal with NULL terminated
 lines would also be nice.
 

 How this is not satisfied by using the 'xargs' program?  Could you say
 a few words about how you are trying to use this command?  Does this
 following example satisfy your needs?

   head datafile | xargs -r du
   
First the command line length is limited, which in certain cases (when
the number of files is gigantic) can make this command fail. It is the
case if someone (like me) creates lists of all the files, not just of
some directories. N.B. The -n option of xargs cannot be used to overcome
this limitation if one would like du to produce a grand total.

Second by default xargs considers any blank character a separator and
interprets certain characters, so that it must be used with still
another option: `-d \n'.
 Also you may not be aware of the new find options now available.
 POSIX defines the find -exec command {} + arguments now to
 efficiently process arguments to commands.  This may be used with du.
 Here is one simple example.

   find . -type f -exec du {} +
   
Thanks but the example you give has problems similar to the one above:
1) The command line may not be arbitrarily long.
2) You cannot easily filter the list after find.

And it has an additional major drawback:
3) Each time you want to run du on the list, you have to recreate the
list (which can take a lot of time).
 Bob
   
I never said that it is impossible to use du together with other
programs. I said that the absence of the --files-from option makes it
harder by bounding the user to using non default options of almost all
the other programs, or to converting the list-file used (e.g. with ` tr
$'\n' $'\0' ') before using it with du. See the example below.

What I mean is that it makes sense and a coherent coreutils package to
also implement --files-from. Furthermore, as --files0-from is already
implemented, it should not be much work to add the almost identical
--files-from option.

Example:
$ find dir -options files.list
# create a NL-separated list of files
$ wc -l files.list
# wc could not be used to count NUL-separated items
# (another more complex program would be needed)
$ sed -i -e expr files.list
# sed is designed for regular lines (NL-terminated)
$ wc -l files.list
$ emacs files.list
# editing a NUL-separated list in emacs would be inconvenient
$ tr $'\n' $'\0' files.list files0.list
# an additional command that I would like not to type
$ du -csb --from-files0 files0.list | tail -n1
# note the additional tail command that also could be avoided
# if there were an option to only display the grand total
$ IFS=$'\n' for i in `cat files.list`; do archive $i; done
# if the list is not too long
# does not work with NUL-separated lists (or I do not know how)
$ xargs -n1 -d \\n --arg-file=files.list archive
# if the list is very long
# here files0.list could be used

Géraud

P.S. The possibility for the --files0-from option to use the standard
input should be added to the documentation.
The info page for du mentions the fact that the --files0-from option is
useful when the list of file names is so long that it may exceed a
command line length limitation.



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



Bug#443953: kdebase: autostart order unreliable

2007-09-25 Thread Robert Gomulka

 You could try using the KDE environment extender mechanism instead.

 For this you create a file with .sh extension and put it into .kde/env/
 It will be read (sourced) by the KDE startup script startkde.

 It might also work with a different autostart phase, see /usr/share/autostart
 for .desktop files with different X-KDE-autostart-phase entries.

 Cheers,
 Kevin

Thank you very much for your answer.
Unfortunately, neither method worked.
As for ~/.kde/env. I put my xmodmap.sh file there, set 755
permissions. And it wasn't executed (checked with xmodmap -pke). Then
I executed part of the startkde manually and it worked (checked again
with xmodmap -pke). I don't know the reason. Is startkde executed when
I login using kdm and not invoking startkde?
As for the second solution. I put there following line:
X-KDE-autostart-phase=0
(1 - 0). And effect was exactly the same - I had to restart xmms in
order to get my multimedia keys working in it.
What do you think about it?

Regards,
Robert



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



Bug#363674: tex4ht: Should run bibtex when needed

2007-09-25 Thread Kapil Hari Paranjape
tags 363674 + moreinfo
thanks

Hello,

On Thu, 20 Apr 2006, Frank Küster wrote:
 When processing a document that uses bibtex with mk4ht, it does not run
 bibtex.  The bibliography is only included if bibtex has been run before
 to produce a LaTeX document.  I noticed this because I copied the tex
 file to a Debian unstable chroot with the latest tex4ht version.
 
 When bibtex needs to be run, the TeX output and the log file contains
 warnings like:
 
 Package natbib Warning: Citation `Brown-1980' undefined on input line 494.
 
 (I'm not sure about the warning with other citation packages or plain \cite)

I believe that htlatex should be thought of as a version of latex
that produces HTML (or other hypertext). In that case the way to
solve this problem would be to run:
htlatex document 
bibtex document 
makeidx document
htlatex document
I suppose replacing the first htlatex document with latex
document would work just as well.

Please let me know whether you agree with this approach.

Thanks and regards,

Kapil.
--


signature.asc
Description: Digital signature


Bug#384958: tex4ht: some grouping issues with oolatex math

2007-09-25 Thread Kapil Hari Paranjape
tags 384958 + moreinfo
thanks

Hello,

On Mon, 28 Aug 2006, Tobias Schlemmer wrote:
 mk4ht oolatex test.tex  seems to produce incorrect output.
 At least my oowriter (2.0.3) does not like the double indices $x_{i_j}$ 
 without further grouping.
 In oomath input syntax it produces x_i_j, which should be x_{i_j}.

On Tue, 29 Aug 2006, Eitan Gurari wrote:
 I'm not sure, however, what effort it will take for non-trivial
 cases, and I don't see where I can find the time for this job in
 the near futute.  I'm also wondering whether such a fix is not more
 appropriate for the OO people to do.

Since I do not use OO, I am not sure whether this issue has been
resolved. Could you please provide some information on the current
state?

Thanks and regards,

Kapil.
--




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



Bug#444098: icedove: Crash on composing/forwarding email (invalid pointer)

2007-09-25 Thread Siddhesh Poyarekar
Package: icedove
Version: 2.0.0.4.dfsg1-2
Severity: grave
Justification: renders package unusable

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

Hi,

Icedove crashes for me too when I try to compose/forward an email.
When starting from console, I get the following info on my console
when I click on the forward button. I'll try to pitch in more info if
possible later in the day.


*** glibc detected *** /usr/lib/icedove/icedove-bin: free(): invalid
pointer: 0x08c06d70 ***
=== Backtrace: =
/lib/i686/cmov/libc.so.6[0xb7454ce5]
/lib/i686/cmov/libc.so.6(cfree+0x90)[0xb7458780]
/usr/lib/libglib-2.0.so.0(g_free+0x31)[0xb7684961]
/usr/lib/icedove/components/libgfx_gtk.so[0xb54d5618]
/usr/lib/icedove/components/libgfx_gtk.so[0xb54f4293]
/usr/lib/icedove/components/libgklayout.so[0xb4fc370d]
/usr/lib/icedove/components/libgklayout.so[0xb4fc4487]
/usr/lib/icedove/components/libgklayout.so[0xb5004772]
/usr/lib/icedove/components/libgklayout.so[0xb5116b31]
/usr/lib/icedove/components/libgklayout.so[0xb51169a2]
/usr/lib/icedove/components/libgklayout.so[0xb5116637]
/usr/lib/icedove/components/libgklayout.so[0xb5116a95]
/usr/lib/icedove/components/libgklayout.so[0xb51169a2]
/usr/lib/icedove/components/libgklayout.so[0xb5116637]
/usr/lib/icedove/components/libgklayout.so[0xb5116a95]
/usr/lib/icedove/components/libgklayout.so[0xb51169a2]
/usr/lib/icedove/components/libgklayout.so[0xb5116637]
/usr/lib/icedove/components/libgklayout.so[0xb5116a95]
/usr/lib/icedove/components/libgklayout.so[0xb51169a2]
/usr/lib/icedove/components/libgklayout.so[0xb5116637]
/usr/lib/icedove/components/libgklayout.so[0xb5116a95]
/usr/lib/icedove/components/libgklayout.so[0xb51169a2]
/usr/lib/icedove/components/libgklayout.so[0xb5116637]
/usr/lib/icedove/components/libgklayout.so[0xb5116a95]
/usr/lib/icedove/components/libgklayout.so[0xb51169a2]
/usr/lib/icedove/components/libgklayout.so[0xb5116637]
/usr/lib/icedove/components/libgklayout.so[0xb5116a95]
/usr/lib/icedove/components/libgklayout.so[0xb51169a2]
/usr/lib/icedove/components/libgklayout.so[0xb5116637]
/usr/lib/icedove/components/libgklayout.so[0xb5116a95]
/usr/lib/icedove/components/libgklayout.so[0xb51169a2]
/usr/lib/icedove/components/libgklayout.so[0xb5116637]
/usr/lib/icedove/components/libgklayout.so[0xb5116a95]
/usr/lib/icedove/components/libgklayout.so[0xb51169a2]
/usr/lib/icedove/components/libgklayout.so[0xb5116637]
/usr/lib/icedove/components/libgklayout.so[0xb5116a95]
/usr/lib/icedove/components/libgklayout.so[0xb5001059]
/usr/lib/icedove/components/libgklayout.so[0xb5000ea4]
/usr/lib/icedove/components/libgklayout.so[0xb5000727]
/usr/lib/icedove/components/libgklayout.so[0xb4fdc831]
/usr/lib/icedove/components/libgklayout.so[0xb52a2fa5]
/usr/lib/icedove/components/libgklayout.so[0xb52a5ba0]
/usr/lib/icedove/components/libgklayout.so[0xb52abc7c]
/usr/lib/icedove/components/libgklayout.so[0xb52ad174]
/usr/lib/icedove/components/libgklayout.so[0xb52adb0c]
/usr/lib/icedove/components/libgklayout.so[0xb52a2ca6]
/usr/lib/icedove/components/libwidget_gtk2.so[0xb5e39cfe]
/usr/lib/icedove/components/libwidget_gtk2.so[0xb5e31d62]
/usr/lib/icedove/components/libwidget_gtk2.so[0xb5e31de9]
/usr/lib/libgtk-x11-2.0.so.0(_gtk_marshal_BOOLEAN__BOXED+0x64)[0xb7b4bca4]
/usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x129)[0xb76fd619]
/usr/lib/libgobject-2.0.so.0[0xb7711e0f]
/usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x617)[0xb7713787]
/usr/lib/libgobject-2.0.so.0(g_signal_emit+0x29)[0xb7713da9]
/usr/lib/libgtk-x11-2.0.so.0[0xb7c69c97]
/usr/lib/libgtk-x11-2.0.so.0(gtk_main_do_event+0x326)[0xb7b461d6]
/usr/lib/libgdk-x11-2.0.so.0[0xb799cc1b]
/usr/lib/libgdk-x11-2.0.so.0(gdk_window_process_all_updates+0xac)[0xb799d25c]
/usr/lib/libgdk-x11-2.0.so.0[0xb799d2bb]
/usr/lib/libgdk-x11-2.0.so.0[0xb798357b]
/usr/lib/libglib-2.0.so.0[0xb767b5d1]
/usr/lib/libglib-2.0.so.0(g_main_context_dispatch+0x176)[0xb767d186]
/usr/lib/libglib-2.0.so.0[0xb7680512]
=== Memory map: 
08048000-0805a000 r-xp  08:01 896468 /usr/lib/icedove/icedove-bin
0805a000-0805c000 rw-p 00011000 08:01 896468 /usr/lib/icedove/icedove-bin
0805c000-0915c000 rw-p 0805c000 00:00 0  [heap]
b0d0-b0d21000 rw-p b0d0 00:00 0
b0d21000-b0e0 ---p b0d21000 00:00 0
b0e1e000-b1021000 rw-p b0e1e000 00:00 0
b1021000-b1022000 ---p b1021000 00:00 0
b1022000-b1822000 rw-p b1022000 00:00 0
b1822000-b1823000 ---p b1822000 00:00 0
b1823000-b2023000 rw-p b1823000 00:00 0
b2023000-b2024000 ---p b2023000 00:00 0
b2024000-b2824000 rw-p b2024000 00:00 0
b2824000-b285a000 r-xp  08:01 472476 /lib/libsepol.so.1
b285a000-b285b000 rw-p 00035000 08:01 472476 /lib/libsepol.so.1
b285b000-b2865000 rw-p b285b000 00:00 0
b2865000-b2879000 r-xp  08:01 472477 /lib/libselinux.so.1
b2879000-b287b000 rw-p 00013000 08:01 472477 /lib/libselinux.so.1
b287b000-b2883000 r-xp  08:01 321295 /usr/lib/libfam.so.0.0.0
b2883000-b2884000 rw-p 7000 08:01 321295 

Bug#390869: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Those Olsen
and 5ave 9O% 0n 50FT\/\/ARE



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



Bug#413391: (no subject)

2007-09-25 Thread Peter Enzerink
I am also having this problem on Ubuntu Gutsy where it works from other 
clients but not from the machine that actually runs apt-cacher. I 
installed 1.5.4 to no avail.



Output from aptitude:


Err http://192.168.0.2 gutsy/restricted linux-generic 2.6.22.12.15
 500 read timeout
E: Failed to fetch 
http://192.168.0.2:3142/au.archive.ubuntu.com/ubuntu/pool/restricted/l/linux-meta/linux-generic_2.6.22.12.15_i386.deb: 
500 read timeout



Output in /var/log/apt-cacher/error.log:


Wed Sep 26 13:21:26 2007|local|debug [3700]: Apt-Cacher started with 
Debug output enabled, accepting connections...
Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3700]: Connection from 
192.168.0.2

Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3706]: New HTTP connection open
Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3706]: testing denied_hosts
Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3706]: Client 192.168.0.2 
passed access control rules
Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3706]: Processing a new 
request line
Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3706]: got: GET 
http://192.168.0.2:3142/au.archive.ubuntu.com/ubuntu/pool/restricted/l/linux-meta/linux-generic_2.6.22.12.15_i386.deb 
HTTP/1.1
Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3706]: Processing a new 
request line
Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3706]: got: Host: 
192.168.0.2:3142
Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3706]: Processing a new 
request line
Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3706]: got: User-Agent: 
Ubuntu APT-HTTP/1.3 (0.7.6ubuntu11)
Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3706]: Processing a new 
request line

Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3706]: got:
Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3706]: new filename with 
just basename: linux-generic_2.6.22.12.15_i386.deb
Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3706]: looking for 
/var/cache/apt-cacher/packages/linux-generic_2.6.22.12.15_i386.deb
Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3706]: Entering critical 
section : file download decision
Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3706]: no fetcher running, 
forcing download
Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3706]: file does not exist 
or so, creating it

Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3706]: MISS
Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3700]: registred child 
process: 3706

Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3707]: Exiting critical section
Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3707]: fetcher: try to fetch 
http://192.168.0.2:3142/au.archive.ubuntu.com/ubuntu/pool/restricted/l/linux-meta/linux-generic_2.6.22.12.15_i386.deb
Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3706]: registered child 
process: 3707
Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3706]: checks done, can 
return now
Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3707]: download agent: 
getting 
http://192.168.0.2:3142/au.archive.ubuntu.com/ubuntu/pool/restricted/l/linux-meta/linux-generic_2.6.22.12.15_i386.deb
Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3700]: Connection from 
192.168.0.2

Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3708]: New HTTP connection open
Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3700]: registred child 
process: 3708

Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3708]: testing denied_hosts
Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3708]: Client 192.168.0.2 
passed access control rules
Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3708]: Processing a new 
request line
Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3708]: got: GET 
/au.archive.ubuntu.com/ubuntu/pool/restricted/l/linux-meta/linux-generic_2.6.22.12.15_i386.deb 
HTTP/1.1
Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3708]: Processing a new 
request line
Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3708]: got: TE: 
deflate,gzip;q=0.3
Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3708]: Processing a new 
request line

Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3708]: got: Keep-Alive: 300
Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3708]: Processing a new 
request line
Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3708]: got: Connection: 
Keep-Alive, TE
Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3708]: Processing a new 
request line
Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3708]: got: Host: 
192.168.0.2:3142
Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3708]: Processing a new 
request line
Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3708]: got: User-Agent: 
libwww-perl/5.805
Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3708]: Processing a new 
request line

Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3708]: got:
Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3708]: new filename with 
just basename: linux-generic_2.6.22.12.15_i386.deb
Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3708]: looking for 
/var/cache/apt-cacher/packages/linux-generic_2.6.22.12.15_i386.deb
Wed Sep 26 13:21:33 2007|192.168.0.2|debug [3708]: Entering critical 
section : file download decision

Wed Sep 26 13:21:33 

<    1   2   3   4   5   >