Bug#500202: cron job removes file shipped in package

2008-09-26 Thread Michal Čihař
Package: roundcube
Version: 0.1.1-8
Severity: normal
File: /etc/cron.daily/roundcube-core
Tags: patch

Hi

cron job installed as /etc/cron.daily/roundcube-core silently removes
file /var/lib/roundcube/temp/.htaccess, which is shipped with package.
This make later fail integrity check using debsums and allows access to
the files in cache. Attached patch fixes cron job to ignore .htaccess
file.

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


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

Kernel: Linux 2.6.26-1-vserver-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages roundcube-core depends on:
ii  dbconfig-common   1.8.40 common framework for packaging dat
ii  debconf [debconf-2.0] 1.5.23 Debian configuration management sy
ii  libmagic1 4.26-1 File type determination library us
ii  lighttpd [httpd]  1.4.19-4   A fast webserver with minimal memo
ii  php-auth  1.6.1-1PHP PEAR modules for creating an a
ii  php-db1.7.13-2   PHP PEAR Database Abstraction Laye
ii  php-mail-mime 1.5.2-0.1  PHP PEAR module for creating MIME 
ii  php-net-smtp  1.3.1-1PHP PEAR module implementing SMTP 
ii  php-net-socket1.0.9-1PHP PEAR Network Socket Interface 
ii  php5  5.2.6-3server-side, HTML-embedded scripti
ii  php5-mcrypt   5.2.6-3MCrypt module for php5
ii  roundcube-mysql [roundcube-db 0.1.1-8metapackage providing MySQL depend
ii  tinymce2  2.1.3-1platform independent web based Jav
ii  ucf   3.0010 Update Configuration File: preserv

roundcube-core recommends no packages.

roundcube-core suggests no packages.

Versions of packages roundcube depends on:
ii  roundcube-mysql [roundcube-db 0.1.1-8metapackage providing MySQL depend

-- debconf information excluded
--- /tmp/roundcube-core 2008-09-26 08:03:30.0 +0200
+++ /etc/cron.daily/roundcube-core  2008-09-26 08:04:00.0 +0200
@@ -6,4 +6,4 @@
. /etc/default/roundcube-core
 fi
 
-find /var/lib/roundcube/temp -type f -mtime +$MAX_TMPFILE_LIFETIME -print0 | 
xargs -0 -r rm
+find /var/lib/roundcube/temp -type f -not -name .htaccess -mtime 
+$MAX_TMPFILE_LIFETIME -print0 | xargs -0 -r rm


Bug#500203: [INTL:gu] Gujarati translation for console-common

2008-09-26 Thread Kartik Mistry
package: console-common
severity: wishlist
version: 0.7.80
tags: patch l10n

Please find Gujarati (gu) translation of console-common package.

Thanks.

-- 
 Cheers,
 Kartik Mistry | 0xD1028C8D | IRC: kart_
 Homepage: people.debian.org/~kartik
 Blog.en: ftbfs.wordpress.com
 Blog.gu: kartikm.wordpress.com


console-common-gu.po
Description: Binary data


Bug#500204: winbind: win2008 ADS Problem

2008-09-26 Thread Christoph Kaminski
Package: winbind
Version: 2:3.2.3-2
Severity: important

45min-1h after start of winbind it doenst work anymore:

wbinfo -t shows:

checking the trust secret via RPC calls failed
error code was NT_STATUS_DOMAIN_CONTROLLER_NOT_FOUND (0xc233)
Could not check secret

I need to rejoin the ADS of W2K8 (net ads join), then it works the next 45min-1h


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

Kernel: Linux 2.6.26-1-xen-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 winbind depends on:
ii  adduser  3.110   add and remove users and groups
ii  libc62.7-13  GNU C Library: Shared libraries
ii  libcomerr2   1.41.1-3common error description library
ii  libkrb53 1.6.dfsg.4~beta1-4  MIT Kerberos runtime libraries
ii  libldap-2.4-22.4.10-3OpenLDAP libraries
ii  libpam0g 1.0.1-4 Pluggable Authentication Modules l
ii  libpopt0 1.14-4  lib for parsing cmdline parameters
ii  libtalloc1   1.2.0~git20080616-1 hierarchical pool based memory all
ii  libwbclient0 2:3.2.3-2   client library for interfacing wit
ii  lsb-base 3.2-20  Linux Standard Base 3.2 init scrip
ii  samba-common 2:3.2.3-2   Samba common files used by both th

winbind recommends no packages.

winbind suggests no packages.

-- no debconf information



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



Bug#483564: [Pkg-xfce-devel] Bug#483564: reassign?

2008-09-26 Thread Yves-Alexis Perez
On Fri, Sep 26, 2008 at 07:24:59AM +0200, Alexandre Rossi wrote:
 Hi,
 
 This has been bugging me for months. Thanks for the clues about the
 roots of the problem. Could you please point me to a specific patch?
 Is this fixed in 2.6.26.5?

I only use debian kernel so I'm not sure.
 
 As a side note, shouldn't this be reassigned to the linux-source-*
 (source packages as linux-image-* do not seem to be built with
 CONFIG_PREEMPT enabled)?

Well, as CONFIG_PREMPT is not used, I don't think kernel team will do
anything about this. But you can try. I think you'd better report the
bug upstream, if it's not already done.

Cheers,
-- 
Yves-Alexis



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



Bug#499660: German nearly 100% officially

2008-09-26 Thread Christian Perrier
Quoting Olivier Berger ([EMAIL PROTECTED]):

 Only problem, I need a kind sponsor... if you'd like to do it : 
 http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=twiki-ldapcontrib
  has an updated source package.


I just sponsored the upload.

This made me look at the debconf templates and the French translation.

You indeed should get both reviewed.the first in
debian-l10n-english, the latter on -french.




signature.asc
Description: Digital signature


Bug#500205: [PATCH] Plugin for diff files, to jump to the source file

2008-09-26 Thread Philipp Marek
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
X-Reportbug-Version: 3.45
X-Debbugs-Cc: [EMAIL PROTECTED]
Package: vim
Version: 2:7.2.000-3
Severity: wishlist
Tags: patch

Well, it's not a patch, but a new file, ... anyway, please put the 
attached file in
/usr/share/vim/vimcurrent/plugin/diff.vim
so you can press CR at the @@ -x,x +x,x @@ lines in a diff
to jump to that chunk in the file.

Very nice if you're doing things like
svn diff  /tmp/a.patch
vi /tmp/a.patch
to review your changes.



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

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

Versions of packages vim depends on:
ii  libacl1   2.2.47-2   Access control list shared library
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  libgpm2   1.20.4-2   General Purpose Mouse - shared lib
ii  libncurses5   5.6+20080920-1 shared libraries for terminal hand
ii  libselinux1   2.0.65-5   SELinux shared libraries
ii  vim-common2:7.2.000-3Vi IMproved - Common files
ii  vim-runtime   2:7.2.000-3Vi IMproved - Runtime files

vim recommends no packages.

Versions of packages vim suggests:
ii  exuberant-ctags [ctags]   1:5.7-4build tag file indexes of source c
pn  vim-doc   none (no description available)
pn  vim-scripts   none (no description available)

-- no debconf information
 Plugin to allow pressing CR on the line number information lines
 ( @@ -xx,xx +xx,xx @@ ) in unified diffs, to jump to that position in that
 file.


noremap silent buffer cr :call DiffJump()CR

function! DiffJump()
	let line=getline(.)
	if line =~ '^@@ -\d\+,\d\+ +\d\+,\d\+ @@'
		 Maybe allow to go to the old line?
		let dest=matchstr(line, '+\d\+')
		let filename_linenumber=search('^+++ ', bnW)
		 With the given pattern the filename always starts in byte 5.
		let t1=strpart(getline(filename_linenumber), 4)
		 Remove tab and all behind.
		let file=substitute(t1, '\t.*$', '', '')
		exe edit  . dest .   . file
	else
		echo Line doesn't include line numbers
	endif
endfunction



Bug#500132: [release-notes] [l10n] CJK users need to install poppler-data (non-free) package to view PDF files with evince or so

2008-09-26 Thread W. Martin Borgert
On 2008-09-26 08:01, Hideki Yamane wrote:
  Most of PDF files are not able to view without poppler-data.
  For example, http://www.sony.jp/ServiceArea/impdf/pdf/2159504011.pdf
  Could you see above PDF file well?

Only with poppler-data installed :~(



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



Bug#499963: [Calendarserver-maintainers] Bug#499963: calendarserver: caldavd fails to authenticate and autocreate principal when running with NssDirectoryService

2008-09-26 Thread Guido Günther
Hi Ben,
On Thu, Sep 25, 2008 at 11:36:44AM -0700, Ben Poliakoff wrote:
[..snip..] 
 And /var/spool/caldavd/principals/users/benp is not created (even though
 the caldavd user has full privs on the /var/spool/caladavd directory).
What filesystem is this? You do have to set user_xattr:
 /usr/share/doc/calendarserver/README.Debian
but the error should look different then.

 Trying with another caldav client Thunderbird/Lightning (using the url
 https://host.name.here:8443/calendars/users/benp/calendar/; since
 Lightning doesn't support the /principals stuff yet) my calendar is
 marked as unavailable.  Here are access.log entries from calendarserver
 as I try to an event (*nothing* shows up in the error.log):
 
 134.10.15.21 - - [25/Sep/2008:11:13:02 -0700] PUT \
 /calendars/users/benp/calendar/36cd9363-ffe6-4afd-9de2-0998e3f4f6ed.ics \
 HTTP/1.1 404 186 - Mozilla/5.0 (X11; U; Linux i686; en-US; \
 rv:1.8.1.16)  Gecko/20080707 Lightning/0.9 Thunderbird/2.0.0.16 [190.6 \
 ms]
 134.10.15.21 - - [25/Sep/2008:11:14:10 -0700] PROPFIND
 /calendars/users/benp/calendar/ HTTP/1.1 404 146 - Mozilla/5.0 (X11; \
 U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080707 Lightning/0.9 Thund \
 erbird/2.0.0.16 [196.0 ms]
 134.10.15.21 - - [25/Sep/2008:11:14:11 -0700] OPTIONS \
 /calendars/users/benp/ HTTP/1.1 404 137 - Mozilla/5.0 (X11; U; Linux \
 i686; en-US; rv:1.8.1.16) Gecko/20080707 Lightning/0.9 Thunderbird/2.0 \
 .0.16 [232.1 ms]
 
 The PROPFIND/OPTIONS lines go on continuously until I quit Thunderbird.
They show up every second?

What's displayed if you go to:
 https://host.name.here:8443/calendars/users/benp/calendar/
with firefox? The calendar should be provisioned then too.

Could you doublecheck the permissions on /var/spool/caladvd - maybe by
su -s /bin/bash caldavd
touch /var/spool/caldvd/test
Cheers,
 -- Guido



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



Bug#500202: cron job removes file shipped in package

2008-09-26 Thread Vincent Bernat
OoO En  ce doux  début de  matinée du vendredi  26 septembre  2008, vers
08:09, Michal Čihař [EMAIL PROTECTED] disait :

 cron job installed as /etc/cron.daily/roundcube-core silently removes
 file /var/lib/roundcube/temp/.htaccess, which is shipped with package.
 This make later fail integrity check using debsums and allows access to
 the files in cache. Attached patch fixes cron job to ignore .htaccess
 file.

Hi Michal!

The lighttpd config file contains:
$HTTP[url] =~ ^/roundcube/config|/roundcube/temp|/roundcube/logs {
  url.access-deny = (  )
}

Therefore, the directory should not be accessible. Maybe the file is not
clear enough about what to modify when changing roundcube location.

In fact, .htaccess should not be shipped with roundcube.

Thanks for the report.
-- 
I WAS NOT TOLD TO DO THIS
I WAS NOT TOLD TO DO THIS
I WAS NOT TOLD TO DO THIS
-+- Bart Simpson on chalkboard in episode 5F13


pgprFjsLTVk2z.pgp
Description: PGP signature


Bug#500193: netbase (without ifupdown installed) does not bring up the loopback device

2008-09-26 Thread Ciprian Dorin Craciun
On Fri, Sep 26, 2008 at 12:46 AM, Marco d'Itri [EMAIL PROTECTED] wrote:
 On Sep 25, Ciprian Dorin Craciun [EMAIL PROTECTED] wrote:

 As stated if ifupdown is not installed, then even the loopback adapter is not
 brought up.
 Please explain in detail why I should bother adding code to support
 systems without a working ifupdown installed.

 --
 ciao,
 Marco

Well, the answer is very simple: if I want a lighweight
installation of Debian (with the minimum number of packets -- mostly
for virtual servers / appliances), many applications rely on 127.0.0.1
to work properly, which doesn't happen. Thus I could consider the
setup to be broken. (Meaning the package can be installed but can not
be used.)
(Another solution is to put ifupdown as a dependency not recommendation.)

I don't know how to put this other than this: in today's Linux
environments loopback adapter is mandatory, even if the computer is
not connected to a network. (For example CUPS relies on it for
administration, Xorg for some clients, etc.)

Ciprian Craciun.



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



Bug#500206: [installation-guide] 4.4.1. Copying the files the easy way needs greater care to avoid data loss

2008-09-26 Thread Filipus Klutiero
Package: installation-guide
Severity: normal
Tags: security

Section 4.4.1. Copying the files — the easy way contains:

You only have to extract it directly to your USB stick: 
# zcat boot.img.gz  /dev/sda

Sounds simple and easy, doesn't it? Granted, there's a bold Warning just 
below:
Using this method will destroy anything already on the device. Make sure that 
you use the correct device name for your USB stick.

The fact that the device can be something else than /dev/sda is mentioned in 
the introduction of 4.4:
try to find out which SCSI device the USB stick has been mapped to (in this 
example /dev/sda is used)

This needs to be more clear. Users *need* to find out which device their USB 
stick is mapped to, and the fact that /dev/sda is only an example shouldn't 
be mentioned *in parentheses*. Also, the sentence introducing the command 
should be more like

If and only if your USB stick is mapped to /dev/sda, you can extract 
boot.img.gz directly with the following command:

I also suggest obscuring the command by replacing /dev/sda with a variable, 
say $DEVICE, so that the reader has to take the time to stop and read a bit. 
The device suggested could be /dev/sdb, so that a laptop user with 1 SATA 
hard drive won't lose his primary disk with that command.

Furthermore, since the warning starts with Using this method will destroy 
anything already on the device., one may think Oh OK, that warning is just 
going to tell me to save the data on my USB key elsewhere, but I have nothing 
of value on the key, so let's skip the second sentence and run the command.
It should be clear from the first sentence, that running this may corrupt your 
primary hard drive.



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



Bug#477800: Same problem after update (cause module snd-mixer-oss not loaded)

2008-09-26 Thread Benjamin Mesing
After a recent upgrade of my whole system, I'm encountering the same
problem here. It seems that the module snd-mixer-oss is no longer loaded
by default. Loading the module by hand does fix the issue. 

I am not sure that is a bug in tkmixer though. It's probably supposed to
work only for OSS. Though the error message could be improved...

Best regards 

Ben




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



Bug#499916: opening files from Samba share opens empty document

2008-09-26 Thread petes-bugs
Local .html files are opened OK.

I read https://bugs.launchpad.net/ubuntu/+source/bluefish/+bug/207189 and
have found that in $HOME/.local/share/applications I have the following
files with the follwing 'command' sections:

Bluefish - /usr/bin/bluefish
Bluefish - /usr/bin/bluefish
Bluefish - /usr/bin/bluefish
Bluefish Editor - bluefish %F
Bluefish Editor - bluefish %F
Bluefish Editor - bluefish %F
Bluefish Editor - bluefish %F
Bluefish Editor - bluefish %F

Pete Boyd





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



Bug#500207: hpijs: Error 'unable to read device-id' in logs

2008-09-26 Thread Frans Pop
Package: hpijs
Version: 2.8.6.b-1
Severity: normal

With recent print jobs (I only seldomly use my printer) I'm seeing the
following error in the syslog:
Sep 26 08:56:39 faramir kernel: ppdev0: registered pardevice
Sep 26 08:56:41 faramir kernel: ppdev0: registered pardevice
Sep 26 08:56:41 faramir hpijs: io/hpmud/pp.c 627: unable to read device-id 
ret=-110
Sep 26 08:56:41 faramir hpijs: io/hpmud/pp.c 627: unable to read device-id 
ret=-110
Sep 26 08:57:48 faramir kernel: ppdev0: unregistered pardevice
Sep 26 08:57:54 faramir kernel: ppdev0: unregistered pardevice


-- Package-specific info:

HP Linux Imaging and Printing System (ver. 2.8.6b)
Dependency/Version Check Utility ver. 14.0

Copyright (c) 2001-8 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

Note: hp-check can be run in three modes:
1. Compile-time check mode (-c or --compile): Use this mode before compiling 
the HPLIP
supplied tarball (.tar.gz or .run) to determine if the proper dependencies are  
  
installed to successfully compile HPLIP.
  
2. Run-time check mode (-r or --run): Use this mode to determine if a distro 
supplied 
package (.deb, .rpm, etc) or an already built HPLIP supplied tarball has the 
proper   
dependencies installed to successfully run. 
  
3. Both compile- and run-time check mode (-b or --both) (Default): This mode 
will 
check both of the above cases (both compile- warning: Invalid ppd_dir value: 
None
error: NOT FOUND OR FAILED TO LOAD!
error: SIP not installed or version not found.
error: Version: (Not available. CUPS may not be installed or not running.)
and run-time dependencies).  

Saving output in log file: hp-check.log

Initializing. Please wait...

---
| SYSTEM INFO |
---

Basic system information:
Linux faramir 2.6.27-rc7 #17 SMP Mon Sep 22 06:01:38 CEST 2008 x86_64 GNU/Linux

Distribution:
debian unstable

HPOJ running?
No, HPOJ is not running (OK).

Checking Python version...
OK, version 2.5.2 installed

Checking PyQt version...

Checking SIP version...

Checking for CUPS...
Status: scheduler is running

Checking for dbus/python-dbus...
dbus daemon is running.
python-dbus version: 0.83.0



| RUNTIME DEPENDENCIES |



Checking for dependency: cups - Common Unix Printing System...
OK, found.

Checking for dependency: cups-ddk - CUPS driver development kit...
OK, found.

Checking for dependency: GhostScript - PostScript and PDF language interpreter 
and previewer...
OK, found.

Checking for dependency: PIL - Python Imaging Library (required for commandline 
scanning witherror: NOT FOUND! This is a REQUIRED/RUNTIME ONLY dependency. 
Please make sure that this dependency is installed before installing or running 
HPLIP.
warning: NOT FOUND! This is an OPTIONAL/RUNTIME ONLY dependency. Some HPLIP 
functionality may not function properly.
warning: NOT FOUND! This is an OPTIONAL/RUNTIME ONLY dependency. Some HPLIP 
functionality may not function properly.
 hp-scan)...
OK, found.

Checking for dependency: ppdev - Parallel port support kernel module
OK, found.

Checking for dependency: PyQt - Qt interface for Python...

Checking for dependency: python-ctypes - A foreign function library for 
Python...
OK, found.

Checking for dependency: python-dbus - Python bindings for dbus...
OK, found.

Checking for dependency: Python 2.3 or greater - Required for fax 
functionality...
OK, found.

Checking for dependency: Reportlab - PDF library for Python...

Checking for dependency: SANE - Scanning library...
OK, found.

Checking for dependency: scanimage - Shell scanning program...
OK, found.

Checking for dependency: xsane - Graphical scanner frontend for SANE...


--
| HPLIP INSTALLATION |
--


Currently installed HPLIP version...
HPLIP 2.8.6b currently installed in '/usr/share/hplip'.

Current contents of '/etc/hp/hplip.conf' file:
# hplip.conf.  Generated from hplip.conf.in by configure.

[hplip]
version=2.8.6b

[dirs]
home=/usr/share/hplip
run=/var/run
ppd=/usr/share/ppd/hpijs/HP
ppdbase=/usr/share/ppd/hpijs
doc=/usr/share/doc/hplip-doc/HTML
icon=no
cupsbackend=/usr/lib/cups/backend
cupsfilter=/usr/lib/cups/filter
drv=/usr/share/cups/drv

# Following values are determined at configure time and cannot be changed.
[configure]
network-build=yes
pp-build=yes
gui-build=yes
scanner-build=yes
fax-build=yes
dbus-build=yes
cups11-build=no
doc-build=yes
shadow-build=no
foomatic-drv-install=yes
foomatic-ppd-install=no
foomatic-rip-hplip-install=no
internal-tag=2.8.6.20b


---
| DISCOVERED PARALLEL DEVICES |
---

No devices found.

--
| DISCOVERED USB DEVICES |

Bug#403407: [DRE-maint] Bug#403407: Request for comment

2008-09-26 Thread Lucas Nussbaum
On 25/09/08 at 12:21 -0400, Joseph Method wrote:
 Can we reconsider the status of this ticket in light of the proposal on
 https://bugs.launchpad.net/ubuntu/+source/libgems-ruby/+bug/145267 ?
 
 As I understand it, Neil Wilson patches Rubygems to link files into
 /usr/local/bin and uses the alternatives system to decide whether to load
 ruby1.9 or ruby1.8 gems (I may not understand this part). Many objections
 were raised about creating divergence between Debian and Ubuntu, and also an
 objection was raised about using alternatives as a Debian-only tool. There
 was also a complaint about the use of patching tool.
 
 Virtues of Neil Wilson's approach are that it avoids adding
 /var/rubygems/bin to the $PATH (by far the easiest approach IMO; I don't
 quite understand the objections myself). I can help with cleaning up his
 patch if his is considered a sound approach.

I think that we should just install the binary wrappers to
/usr/local/bin instead of /var/.../1.{8,9}/bin. That's what rubygems
upstream does anyway (or almost does, I think it installs to /usr/bin).
-- 
| 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#393521: co-worker frustration

2008-09-26 Thread Heretik
My vote of frustration... yes, about the package name.

-- 
Heretik



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



Bug#500202: cron job removes file shipped in package

2008-09-26 Thread Michal Čihař
Hi

Dne Fri, 26 Sep 2008 09:04:54 +0200
Vincent Bernat [EMAIL PROTECTED] napsal(a):

 The lighttpd config file contains:
 $HTTP[url] =~ ^/roundcube/config|/roundcube/temp|/roundcube/logs {
   url.access-deny = (  )
 }
 
 Therefore, the directory should not be accessible. Maybe the file is not
 clear enough about what to modify when changing roundcube location.

I know that both apache and lighttpd files contain rules to limit
access, thats why I did not consider it as a security issue :-).

 In fact, .htaccess should not be shipped with roundcube.

That's also a solution...

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


signature.asc
Description: PGP signature


Bug#483564: [Pkg-xfce-devel] Bug#483564: reassign?

2008-09-26 Thread Alexandre Rossi
 As a side note, shouldn't this be reassigned to the linux-source-*
 (source packages as linux-image-* do not seem to be built with
 CONFIG_PREEMPT enabled)?

 Well, as CONFIG_PREMPT is not used, I don't think kernel team will do
 anything about this. But you can try. I think you'd better report the
 bug upstream, if it's not already done.

If it is fixed in 2.6.27rc1, as said above, I do not need to.

And I guess that the kernel team has more important things to do than
fixing stuff that does not trigger in linux-image-* ...

But I'm still very interested in the fix for this ;)

Alex



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



Bug#481394: Still bugged dokuwiki in Lenny

2008-09-26 Thread Lorenzo Cappelletti
Gosh!  I didn't notice Dmitry provided his solution to fix this bug.

Anyway, here it is mine which also tries to add support to lighttpd webserver.

-- 
Lorenzo


dokuwiki_0.0.20080505-2-lc1.diff
Description: Binary data


Bug#495360: dokuwiki: post-installation script fails with exit status 21

2008-09-26 Thread Ondra Medek
Hi,

I have changed the line in /var/lib/dpkg/info/dokuwiki.postinst from

 if ( system( dpkg --compare-versions $version lt 0\.0\.20080411\~rc\.1) )

to

 if ( system( dpkg --compare-versions '$version' lt 0\.0\.20080411\~rc\.1) )

end it helped.

Cheers
-- 
Ondra Medek



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



Bug#499203: libpam-pwdfile and hidden symbols

2008-09-26 Thread Bastian Blank
On Thu, Sep 25, 2008 at 08:49:44AM -0700, Larry Doolittle wrote:
 Please excuse my idle kibitzing.  I read
   http://lists.debian.org/debian-release/2008/09/msg01046.html
 and
   http://bugs.debian.org/cgi-bin/bugreport.cgi?archive=nobug=445507
 at close enough to the same time to wonder if libpam-pwdfile with
 newly added -fvisibility=hidden will work properly on mips and mipsel.
 If you haven't tested yet, it might be a good idea.

No, this is something completely different.

Bastian

-- 
Our missions are peaceful -- not for conquest.  When we do battle, it
is only because we have no choice.
-- Kirk, The Squire of Gothos, stardate 2124.5




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



Bug#500132: [release-notes] [l10n] CJK users need to install poppler-data (non-free) package to view PDF files with evince or so

2008-09-26 Thread Noritada Kobayashi
Hi,

2008/9/26 Hideki Yamane [EMAIL PROTECTED]:
 On Thu, 25 Sep 2008 17:57:07 +0200
 Jens Seidel [EMAIL PROTECTED] wrote:
 Please explain in more detail. I have no problem viewing
 /usr/share/doc/Debian/quick-reference/quick-reference.ja.pdf.gz
 using evince 2.22.2-2 without poppler-data. Also xpdf, ... works well.

  Most of PDF files are not able to view without poppler-data.

To explain clearly, we cannot display fonts that are not embedded in
the displayed PDF file, although we have no problems viewing PDF files
in which CJK fonts are embedded.

# I don't know which is the majority, whether embedding fonts in PDF
# files or not, but I usually do not embed fonts when creating PDF
# files with pLaTeX + dvipdfmx. ;-)

This is basically due to the Adobe CMAP issue that CMAP files for
PS/PDF are not approved to be modified (and thus cannot be included in
the main section in Debian).  This issue is problematic for (at
least) Japanese users for around ten years (sigh...) and we work
around the issue by additionally installing
cmap-adobe-{cns1,gb1,japan1,japan2,korea1}, gs-cjk-resource, and
xpdf-japanese for viewing PS/PDF files.

Poppler, which is based on Xpdf, used to read CMAP files from the same
place as Xpdf did.  So, we need only above packages to display CJK
fonts using Poppler.  In recent versions, however, Poppler reads CMAPs
from its own path.  So, we must additionally install poppler-data
which installs CMAPs for Poppler.

# I think it would be better to make Xpdf and Poppler share CMAP files
# again, but at least we have no time for lenny. ;-)

Is this explanation comprehensible to you, Jens?

Many thanks,

-nori



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



Bug#499897: illustration

2008-09-26 Thread Christian Perrier
Quoting Thomas Viehmann ([EMAIL PROTECTED]):
 Hi,
 
 the following is more an illustration of how things could work (or not).
 In particular, the questions of defaults / Valid-Until: eternity are
 not addressed.


Of course everybody will notice that this introduces more i18n'ed
messages, which need a translation round, etc.

And translating such important messages *is* to be done. I strongly
suggest that, would such a patch be adopted, we have to go for an l10n
update round (18 languages are complete for APT, that's not nothing,
and that's not something that can be done in 2 days).

As soon as a patch is blessed for this bug report, please (Michael?)
regenerate to PO files in po/ for the debian-sid branch...or,
alternatively, send me an updated set of PO files so that I can handle
that l10n update round.





signature.asc
Description: Digital signature


Bug#500146: banshee is unable to manage my files on the ipod

2008-09-26 Thread Jo Shields
On Thu, 2008-09-25 at 11:19 -0300, Gustavo Noronha Silva wrote:
 Package: banshee
 Version: 1.2.1-3
 Severity: normal
 
 I tried banshee 1.0, 1.2 and 1.4 (custom built package). I have an
 ipod nano, and when I try to copy files to it, even though banshee
 says it copied the files, and then says it is sync'ing, no files show
 up on the ipod.
 
 I tried hipo, but it is buggy as hell; gtkpod works just fine.

Please file a bug with the upstream Banshee bug tracker, and post a link
to it here - this seems like a bug with Banshee rather than with the
packaging, and they're much better equipped to isolate and fix that kind
of bug than we are in the packaging team (for one, I don't own an iPod!)




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



Bug#417580: Aramaic and archaic fonts

2008-09-26 Thread Hilmar Preusse
On 03.04.07 Frank Küster ([EMAIL PROTECTED]) wrote:

Hi Emanuele,

Are you the one hwo submitted this bug:
http://bugs.debian.org/417580?

Can you confirm that the problem does not occur in TL 2007. If yes, I
suggest to close this bug.

 Package: texlive-fonts-extra
 Version: 2005.dfsg.3-1
 Severity: normal
 Submitter: Emanuele Rodo [EMAIL PROTECTED]
 Notfound: 2007-1
 
 Emanuele Rodo [EMAIL PROTECTED] wrote:
 
  and I cannot even locate it:
 
  [EMAIL PROTECTED]:~/Desktop/Sprach/archaic$ dlocate sarabian.sty
  [EMAIL PROTECTED]:~/Desktop/Sprach/archaic$
 
  so I cannot help with your further inquire.
  Please consider that the texlive-fonts-extra version I use is 2005.dfsg.3-1.
 
 Sorry, I missed this.  I think it would be better if you just use
 reportbug next time.  It makes it easier to track this kind of
 information - the last days I mainly dealt with people who were using
 texlive 2007.
 
 There is indeed a bug in texlive-fonts-extra_2005..., it cannot process
 its own included asamples.tex (although the error I get, on a clean
 install, is a different one:
 
 # cp /usr/share/doc/texlive-fonts-extra/fonts/archaic/asamples.tex.gz .
 # gunzip asamples.tex.gz 
 # latex asamples.tex 
 This is pdfeTeX, Version 3.141592-1.30.5-2.2 (Web2C 7.5.5)
 entering extended mode
 (./asamples.tex
 LaTeX2e 2003/12/01
 Babel v3.8g and hyphenation patterns for english, usenglishmax, dumylang, 
 noh
 yphenation, loaded.
 (/usr/share/texmf-texlive/tex/latex/base/article.cls
 Document Class: article 2004/02/16 v1.4f Standard LaTeX document class
 (/usr/share/texmf-texlive/tex/latex/base/size10.clo))
 (/usr/share/texmf-texlive/tex/latex/archaic/protosem.sty)
 (/usr/share/texmf-texlive/tex/latex/archaic/phoenician.sty)
 (/usr/share/texmf-texlive/tex/latex/archaic/greek6cbc.sty)
 (/usr/share/texmf-texlive/tex/latex/archaic/greek4cbc.sty)
 (/usr/share/texmf-texlive/tex/latex/archaic/etruscan.sty)
 (/usr/share/texmf-texlive/tex/latex/archaic/runic.sty)
 (/usr/share/texmf-texlive/tex/latex/archaic/linearb.sty)
 (/usr/share/texmf-texlive/tex/latex/archaic/cypriot.sty)
 (/usr/share/texmf-texlive/tex/latex/archaic/hieroglf.sty
 (/usr/share/texmf-texlive/tex/latex/archaic/oands.sty))
 (/usr/share/texmf-texlive/tex/latex/archaic/ugarite.sty)
 (/usr/share/texmf-texlive/tex/latex/archaic/oldprsn.sty) (./asamples.aux)
 (./asamples.toc) [1] [2]
 (/usr/share/texmf-texlive/tex/latex/archaic/ot1proto.fd)
 (/usr/share/texmf-texlive/tex/latex/archaic/ot1phnc.fd)
 ! Undefined control sequence.
 l.84 ABGDEFVZH\TTheta
   IKLMN\TXi OP\Tsade QRST \\
 ? x
 Output written on asamples.dvi (2 pages, 1880 bytes).
 Transcript written on asamples.log.
 
 It seems as if the file was either non-functional on CTAN at a certain
 point in time, or the update of texlive 2005 was incomplete.  As I said
 earlier in the thread, there is no problem in the 2007 packages in
 experimental (or in NEW, rather) and tug.org.
 

-- 
sigmentation fault



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




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



Bug#500208: make-fai-nfsroot deletes nfs-mounted mirror

2008-09-26 Thread Henning Sprang

Package: fai-server

Ryan, filing your isse as a bug to the BTS.

Seems like make-fai-nfsroot will delete a mirror mounted via NFS.

When reading again, what I don't reall understand here, why the nfs 
mount takes place on the server, anyway, I'd think that the install 
_client_ mounts the mirror via nfs, while on the server this mount is 
never necessary (hmm, or, is it, for dirinstall?)


Henning


 Original Message 
Subject: fai-setup running potentially disastrous command?
Date: Thu, 25 Sep 2008 15:21:12 -0400
From: Ryan Steele [EMAIL PROTECTED]
To: linux-fai [EMAIL PROTECTED]

Hey list,

I was in the middle of testing an FAI install today, and had to re-run
'fai-setup -v'.  However, I noticed that it was taking a long, long time
to delete the old nfsroot, and noticed something extremely alarming.
The nfsroot is located at '/srv/fai/nfsroot', as defined in
make-fai-nfsroot.conf:

NFSROOT=/srv/fai/nfsroot

And, the mount point for the mirror is defined as /media/mirror in fai.conf:

MNTPOINT=/media/mirror

However, I noticed that this appears to be relative to
/srv/fai/nfsroot/live/filesystem.dir:

[EMAIL PROTECTED]:~# mount | grep nfsroot
remotenfshost:/path/to/repo on
/srv/fai/nfsroot/live/filesystem.dir/media/mirror type nfs
(rw,remount,noatime,rsize=8192,addr=10.x.x.x)

When running 'fai-setup -v', it detected that there was an existing
nfsroot, and it went to delete that, but disturbingly, it did so with
the following command:

root 27858  0.7  0.1   2952   660 pts/0S+   18:48   0:04 rm -rf
/srv/fai/nfsroot/.??* /srv/fai/nfsroot/live

Correct me if I'm wrong, but doesn't this mean that the mirror located
at /srv/fai/nfsroot/live/filesystem.dir/media/mirror is going to be
blown away if it was mounted rw, as seen above?  I happened to catch
this, but I'm not sure all what was lost yet.  This was using FAI
3.2.8.  I really, really hope I'm mistaken here, and am glad to be told
that I am, but am now afraid to do any further testing until I can
figure out what happened here.

Thanks




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



Bug#491762: Announce of an upcoming upload for the nas package

2008-09-26 Thread Christian Perrier
Dear maintainer of nas and Debian translators,

Some days ago, I sent a notice to the maintainer of the nas Debian
package, mentioning the status of at least one old po-debconf translation 
update in the BTS.

The package maintainer and I agreed for a translation update round. At
the end of this period, I will send him|her a full patch so that 
an l10n upload can happen.
The full planned schedule is available at the end of this mail.

The package is currently translated to: 
ca cs da de es fi fr gl it nl pt pt_BR ru sv vi

Among these, the following translations are incomplete: ca da es pt_BR

If you did any of the, currently incomplete, translations you will get
ANOTHER mail with the translation to update.

Other translators also have the opportunity to create new translations
for this package. Once completed, please send them as a bug report
against the nas package so I can incorporate them in the build.

The deadline for receiving updates and new translations is Thursday, October 
02, 2008. If you
are not in time you can always send your translation to the BTS.

The POT file is attached to this mail.

Schedule:

 Thursday, September 25, 2008   : send the first intent to NMU notice to
 the package maintainer.
 Friday, September 26, 2008   : send this notice
 Thursday, October 02, 2008   : (midnight) deadline for receiving 
translation updates
 Friday, October 03, 2008   : Send a summary to the maintainer. Maintainer 
uploads
 when possible.

Thanks for your efforts and time.

-- 


-- 


# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR [EMAIL PROTECTED], YEAR.
#
#, fuzzy
msgid 
msgstr 
Project-Id-Version: PACKAGE VERSION\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-09-22 09:00+0200\n
PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n
Last-Translator: FULL NAME [EMAIL PROTECTED]\n
Language-Team: LANGUAGE [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=CHARSET\n
Content-Transfer-Encoding: 8bit\n

#. Type: boolean
#. Description
#: ../nas.templates:2001
msgid Should nasd release /dev/dsp?
msgstr 

#. Type: boolean
#. Description
#: ../nas.templates:2001
msgid 
By default, the NAS server will open the configured audio device at startup, 
and then keep it open until the server is stopped. This will stop any non-
NAS-aware audio clients from using the audio device.
msgstr 

#. Type: boolean
#. Description
#: ../nas.templates:2001
msgid 
The daemon can be configured to release the audio device when it is not 
using it, with some delay after the application completes before the device 
is available.
msgstr 

#. Type: boolean
#. Description
#: ../nas.templates:2001
msgid 
An alternative is to use the \audiooss\ package to wrap any programs that 
use /dev/dsp to make them use equivalent NAS calls.
msgstr 

#. Type: boolean
#. Description
#: ../nas.templates:3001
msgid Should nasd change mixer settings at startup?
msgstr 

#. Type: boolean
#. Description
#: ../nas.templates:3001
msgid 
If you choose this option, the NAS server will change the mixer settings at 
startup as follows:
msgstr 

#. Type: boolean
#. Description
#: ../nas.templates:3001
#, no-c-format
msgid 
 - set PCM volume to 50%;\n
 - change the record input device to LINE.
msgstr 


signature.asc
Description: Digital signature


Bug#498596: alsa-source 1.0.17 fixes the issue

2008-09-26 Thread Sjoerd Hardeman

After updating to 1.0.17, the issue was solved. Thanks.

Sjoerd



signature.asc
Description: OpenPGP digital signature


Bug#500209: epiphany-data: Short description not quite exact

2008-09-26 Thread Heretik
Package: epiphany-data
Severity: minor


The short description of this package should be Data files for Epiphany
game instead of required maps for epiphany game, because it doesn't
only contain maps, but also sounds, musics, images, etc. And so it'll be
consistent with other game data packages.

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

Kernel: Linux 2.6.26-1-686 (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

-- 
Heretik



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



Bug#498593: Also doesn't work in b/g mode

2008-09-26 Thread Sjoerd Hardeman
I tried to set the speed of the access point lower, and I still cannot 
connect to my access point (a linksys wrt350n). So it has to be 
something else.
What happens is that negotiating the wireless connection seems to go 
fine, but then the dhcp request times out. Please tell me how I can get 
some more useful information out, except the messages in /var/log/syslog 
that just show that the dhcp requests time out.


Sjoerd



signature.asc
Description: OpenPGP digital signature


Bug#390139: maybe german should install hunspell

2008-09-26 Thread Fabian Greffrath

_rene_ OOo originally used myspell as spellchecking engine, and mozilla did 
too
_rene_ then with 2.0.2 OOo switched to hunspell, which is fully compatible 
with myspell and its dictionaries
_rene_ so, for OOo alone, you could use hunspell-*
_rene_ but as mozilla still uses myspell as their engine, this doesn't work


AFAIUI, both OOo and Iceweasel use hunspell these days, so maybe it is 
appropriate now to switch the dependency to hunspell-de*.


--
Dipl.-Phys. Fabian Greffrath

Ruhr-Universität Bochum
Lehrstuhl für Energieanlagen und Energieprozesstechnik (LEAT)
Universitätsstr. 150, IB 3/134
D-44780 Bochum

Telefon: +49 (0)234 / 32-26334
Fax: +49 (0)234 / 32-14227
E-Mail:  [EMAIL PROTECTED]



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



Bug#500208: make-fai-nfsroot deletes nfs-mounted mirror

2008-09-26 Thread Thomas Lange
Please add the version of you FAI packages.
-- 
regards Thomas



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



Bug#332782: Your contribution to the Debian release notes

2008-09-26 Thread Kobayashi Noritada
Hi,

I allow that my contribution to the Debian GNU/Linux release
notes can be distributed under any DFSG-free license.

Sorry for being late.  I thought I had sent this message already.

Best regards,

-nori



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



Bug#500208: make-fai-nfsroot deletes nfs-mounted mirror

2008-09-26 Thread Thomas Lange
I'm really wondering why the mirror is mounted rw? This is from
make-fai-nfsroot:

 mount -o ro,noatime,rsize=8192 $FAI_DEBMIRROR $NFSROOT/$MNTPOINT

Are you using dirinstall? This may be slightly different.
We need more information on this bug.

-- 
regards Thomas



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



Bug#500210: perldoc perlrun spits out junk in synopsis

2008-09-26 Thread Gerfried Fuchs
Package: perl-doc
Version: 5.10.0-14
Severity: normal

Hi!

 When running perldoc perlrun I have strange characters in the output of
it, and I managed to pin it down to a short POD snippet like this:

#v+
=head1 SYNOPSIS

Bperl S[ B-sTtUWX ]
#v-

 The S[ ] does strange stuff with the spaces it has in there. For
LC_ALL=C it puts a [C2] infront of the space, which turns into an LATIN
CAPITAL LETTER A WITH CIRCUMFLEX in my usual utf8 locale.

 Hope this can get easy fixed, it really looks ugly.
Rhonda

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

Kernel: Linux 2.6.26-1-powerpc
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages perl-doc depends on:
ii  perl  5.10.0-14  Larry Wall's Practical Extraction 

perl-doc recommends no packages.

Versions of packages perl-doc suggests:
pn  groff   none   (no description available)
ii  konqueror [man-browser] 4:3.5.9.dfsg.1-5 KDE's advanced file manager, web b
ii  man-db [man-browser]2.5.2-3  on-line manual pager

-- no debconf information



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



Bug#498655: Suggested solution for mge-utalk bug

2008-09-26 Thread Martin Loyer
Hi,

 

I just add you bug report by Arnaud Quette.

 

I am responsible of this regression bug.

 

Source of this bug was a bug with Pulsar ESV models.

 

Previously, mge-utalk was sending too many Ax 1 command. In consequence,
Pulsar ESV UPS were over flooded. Then UPS restart and all switching plug
were cut OFF than ON (who cut power to plugged PC).

 

To avoid it, I modify enable_ups_comm() to only send init command (Ax 1)
if link was not established with UPS. As Si command is answered only when
link is established, I used it as a test. I ignored by that time that echo
could broke it :(

 

By removing this test, Pulsar ESV UPS will bug again.

 

What I suggest is to make a double test (with and without echo) to avoid
both bugs.

 

Regards,

 

Martin Loyer



Bug#500211: koffice-data: error while update

2008-09-26 Thread Matthias Weiss
Package: koffice-data
Version: 1%3a1.9.98.0-1
Severity: important

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

Doing an update from koffice-data version 
1:1.9.96.0~that.is.really.1.9.95.10-1 to  1%3a1.9.98.0-1 with aptitude 
resulted in the following error message:

Errors were encountered while processing:   

 /var/cache/apt/archives/koffice-data_1%3a1.9.98.0-1_all.deb

E: Sub-process /usr/bin/dpkg returned an error code (1) 

A package failed to install.  Trying to recover:

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

Kernel: Linux 2.6.26
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash







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



Bug#491419: Patch for the l10n upload of x-ttcidfont-conf

2008-09-26 Thread Christian Perrier

Dear maintainer of x-ttcidfont-conf,

On Friday, September 19, 2008 I sent you a notice announcing my intent to 
upload a
NMU of your package to fix its pending l10n issues, after an initial
notice sent on Thursday, September 18, 2008.

We finally agreed that you would do the update yourself at the end of
the l10n update round.

That time has come.

To help you out, here's the patch which I would have used for an NMU.
Please feel free to use all of it...or only the l10n part of it.

The corresponding changelog is:


Source: x-ttcidfont-conf
Version: 29+nmu1
Distribution: unstable
Urgency: low
Maintainer: Christian Perrier [EMAIL PROTECTED]
Date: Fri, 26 Sep 2008 07:35:37 +0200
Closes: 491419
Changes: 
 x-ttcidfont-conf (29+nmu1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix pending l10n bugs. Debconf translations:
 - Swedish. Closes: #491419

-- 


diff -Nru x-ttcidfont-conf-29+nmu1.old/debian/changelog x-ttcidfont-conf-29+nmu1/debian/changelog
--- x-ttcidfont-conf-29+nmu1.old/debian/changelog	2008-09-16 22:27:23.950248753 +0200
+++ x-ttcidfont-conf-29+nmu1/debian/changelog	2008-09-26 07:35:53.272430865 +0200
@@ -1,3 +1,11 @@
+x-ttcidfont-conf (29+nmu1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix pending l10n bugs. Debconf translations:
+- Swedish. Closes: #491419
+
+ -- Christian Perrier [EMAIL PROTECTED]  Fri, 26 Sep 2008 07:35:37 +0200
+
 x-ttcidfont-conf (29) unstable; urgency=low
 
   * New Maintainer. Closes: #485091
diff -Nru x-ttcidfont-conf-29+nmu1.old/debian/po/sv.po x-ttcidfont-conf-29+nmu1/debian/po/sv.po
--- x-ttcidfont-conf-29+nmu1.old/debian/po/sv.po	2008-09-16 22:27:23.934248388 +0200
+++ x-ttcidfont-conf-29+nmu1/debian/po/sv.po	2008-09-26 07:35:20.99243 +0200
@@ -1,21 +1,22 @@
 # Swedish translation of x-ttcidfont-conf.
-# Copyright (C) 2005 THE x-ttcidfont-conf'S COPYRIGHT HOLDER
+# Copyright (C) 2005, 2008
 # This file is distributed under the same license as the x-ttcidfont-conf package.
-# Daniel Nylander [EMAIL PROTECTED], 2005.
-# , fuzzy
-#
 #
+# Daniel Nylander [EMAIL PROTECTED], 2005.
+# Martin Ågren [EMAIL PROTECTED], 2008.
 msgid 
 msgstr 
-Project-Id-Version: x-ttcidfont-conf 19\n
+Project-Id-Version: x-ttcidfont-conf_29_sv\n
 Report-Msgid-Bugs-To: [EMAIL PROTECTED]
 POT-Creation-Date: 2008-06-08 04:09+\n
-PO-Revision-Date: 2005-10-09 17:15+0200\n
-Last-Translator: Daniel Nylander [EMAIL PROTECTED]\n
-Language-Team: Swedish [EMAIL PROTECTED]\n
+PO-Revision-Date: 2008-07-19 11:30+0200\n
+Last-Translator: Martin Ågren [EMAIL PROTECTED]\n
+Language-Team: Swedish [EMAIL PROTECTED]\n
 MIME-Version: 1.0\n
-Content-Type: text/plain; charset=iso-8859-1\n
+Content-Type: text/plain; charset=ISO-8859-1\n
 Content-Transfer-Encoding: 8bit\n
+X-Generator: KBabel 1.11.4\n
+Plural-Forms:  nplurals=2; plural=(n != 1);\n
 
 #. Type: select
 #. Description
@@ -27,26 +28,23 @@
 #. Description
 #: ../templates:2001
 msgid Two backends can handle TrueType fonts: FreeType and X-TT.
-msgstr 
+msgstr Två baksystem kan hantera Truetype-fonter: FreeType och X-TT.
 
 #. Type: select
 #. Description
 #: ../templates:2001
-#, fuzzy
 msgid 
 The standard FreeType has simple features, while X-TT offers a TrueType 
 fonts decoration mechanism that can create bold and oblique faces from a 
 single font.
 msgstr 
-XFree86 4.x har två baksystem för hantering av TrueType-typsnitt, FreeType 
-och X-TT. FreeType (ett enkelt baksystem) är standard medans X-TT är ett 
-alternativ och har en mekanism för att dekorera TrueType-typsnitt som kan 
-skapa fet och kursiv text från ett enda typsnitt.
+FreeType är standard och har enklare funktioner, medan X-TT har en mekanism 
+för att dekorera TrueType-typsnitt som kan skapa fet och kursiv text från 
+ett enda typsnitt.
 
 #. Type: select
 #. Description
 #: ../templates:2001
-#, fuzzy
 msgid If in doubt, you should choose FreeType.
 msgstr Om du är osäker, välj FreeType.
 
@@ -54,14 +52,13 @@
 #. Description
 #: ../templates:3001
 msgid Prefer speed over quality while rendering?
-msgstr Föredra hastighet framför kvalité under uppritning?
+msgstr Föredra hastighet framför kvalitet under uppritning?
 
 #. Type: boolean
 #. Description
 #: ../templates:3001
-#, fuzzy
 msgid There are two ways for X-TT to calculate the font metrics:
-msgstr Det finns två sätt för XTT att räkna fram mätvärden för typsnitt.
+msgstr Det finns två sätt för X-TT att räkna fram mätvärden för typsnitt:
 
 #. Type: boolean
 #. Description
@@ -70,6 +67,8 @@
  - user header info:  fast and lightweight but fallible;\n
  - calculate every glyph: slow and heavyweight but reliable.
 msgstr 
+ - användarhuvudinformation:   snabb och lättviktig men felkänslig;\n
+ - beräkna varje teckenbild:   långsam och tung men pålitlig.
 
 #. Type: boolean
 #. Description
@@ -78,46 +77,5 @@
 With a fast CPU and enough memory, you should decline this option and X-TT 
 will calculate every glyph.
 msgstr 
-
-#~ msgid FontPath of TrueType and CID managed by defoma is 

Bug#498655: Suggested solution for mge-utalk bug

2008-09-26 Thread martin.loyer
Marek,

 

I'll try your suggested solution (send 'Z' on startup, while keeping
Si test) with Pulsar ESV model and let you know.

 

Regards,

 

Martin Loyer



Bug#417580: Aramaic and archaic fonts

2008-09-26 Thread Emanuele Rodo


Hi Hilmar:

yes, everything is in place in TL 2007, you can safely close this bug.


Kind regards.


Emanuele.



On 26/set/08, at 10:09, Hilmar Preusse wrote:


On 03.04.07 Frank Küster ([EMAIL PROTECTED]) wrote:

Hi Emanuele,

Are you the one hwo submitted this bug:
http://bugs.debian.org/417580?

Can you confirm that the problem does not occur in TL 2007. If yes, I
suggest to close this bug.


Package: texlive-fonts-extra
Version: 2005.dfsg.3-1
Severity: normal
Submitter: Emanuele Rodo [EMAIL PROTECTED]
Notfound: 2007-1

Emanuele Rodo [EMAIL PROTECTED] wrote:


and I cannot even locate it:

[EMAIL PROTECTED]:~/Desktop/Sprach/archaic$ dlocate sarabian.sty
[EMAIL PROTECTED]:~/Desktop/Sprach/archaic$

so I cannot help with your further inquire.
Please consider that the texlive-fonts-extra version I use is  
2005.dfsg.3-1.


Sorry, I missed this.  I think it would be better if you just use
reportbug next time.  It makes it easier to track this kind of
information - the last days I mainly dealt with people who were using
texlive 2007.

There is indeed a bug in texlive-fonts-extra_2005..., it cannot  
process

its own included asamples.tex (although the error I get, on a clean
install, is a different one:

# cp /usr/share/doc/texlive-fonts-extra/fonts/archaic/ 
asamples.tex.gz .

# gunzip asamples.tex.gz
# latex asamples.tex
This is pdfeTeX, Version 3.141592-1.30.5-2.2 (Web2C 7.5.5)
entering extended mode
(./asamples.tex
LaTeX2e 2003/12/01
Babel v3.8g and hyphenation patterns for english, usenglishmax,  
dumylang, noh

yphenation, loaded.
(/usr/share/texmf-texlive/tex/latex/base/article.cls
Document Class: article 2004/02/16 v1.4f Standard LaTeX document  
class

(/usr/share/texmf-texlive/tex/latex/base/size10.clo))
(/usr/share/texmf-texlive/tex/latex/archaic/protosem.sty)
(/usr/share/texmf-texlive/tex/latex/archaic/phoenician.sty)
(/usr/share/texmf-texlive/tex/latex/archaic/greek6cbc.sty)
(/usr/share/texmf-texlive/tex/latex/archaic/greek4cbc.sty)
(/usr/share/texmf-texlive/tex/latex/archaic/etruscan.sty)
(/usr/share/texmf-texlive/tex/latex/archaic/runic.sty)
(/usr/share/texmf-texlive/tex/latex/archaic/linearb.sty)
(/usr/share/texmf-texlive/tex/latex/archaic/cypriot.sty)
(/usr/share/texmf-texlive/tex/latex/archaic/hieroglf.sty
(/usr/share/texmf-texlive/tex/latex/archaic/oands.sty))
(/usr/share/texmf-texlive/tex/latex/archaic/ugarite.sty)
(/usr/share/texmf-texlive/tex/latex/archaic/oldprsn.sty) (./ 
asamples.aux)

(./asamples.toc) [1] [2]
(/usr/share/texmf-texlive/tex/latex/archaic/ot1proto.fd)
(/usr/share/texmf-texlive/tex/latex/archaic/ot1phnc.fd)
! Undefined control sequence.
l.84 ABGDEFVZH\TTheta
 IKLMN\TXi OP\Tsade QRST \\
? x
Output written on asamples.dvi (2 pages, 1880 bytes).
Transcript written on asamples.log.

It seems as if the file was either non-functional on CTAN at a  
certain
point in time, or the update of texlive 2005 was incomplete.  As I  
said

earlier in the thread, there is no problem in the 2007 packages in
experimental (or in NEW, rather) and tug.org.



--
sigmentation fault



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



--
Emanuele Rodo
[EMAIL PROTECTED]



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


Bug#500187: wireless-key does not work on eeePC 900A

2008-09-26 Thread Damyan Ivanov
-=| InSa, Fri, Sep 26, 2008 at 10:56:30AM +0200 |=-
 Same problem here. If I switch off wlan (Fn+F2) the only way to get
 it work again it is to reboot and to enable it from bios.
 
 kern.log:
 --
 Sep 26 10:31:42 cheyenne kernel: [  440.461395] ath_pci :01:00.0: 
 enabling device ( - 0002)
 Sep 26 10:31:42 cheyenne kernel: [  440.461414] ACPI: PCI Interrupt 
 :01:00.0[A] - GSI 18 (level, low) - IRQ 18
 Sep 26 10:31:42 cheyenne kernel: [  440.461434] PCI: Setting latency timer of 
 device :01:00.0 to 64
 Sep 26 10:31:42 cheyenne kernel: [  440.465627] MadWifi: unable to attach 
 hardware: 'Hardware didn't respond as expected' (HAL status 3)
 Sep 26 10:31:42 cheyenne kernel: [  440.465656] ACPI: PCI interrupt for 
 device :01:00.0 disabled
 --

The HAL status 3 error rings a bell from the past. Please verify 
that

 * you have ath5k blacklisted (and initrds updated)
 * you use the madwifi-source package from sid and build the kernel 
   module package from it with m-a

Instructions for blacklisting, rebuilding initrd and building 
madwifi-modules with module-assistants can be found in the wiki.

Please report if you still have the problem after the above steps. If 
you do, I hope someone with similar hardware can help you.

 + echo 1
 + detect_wlan
 + lspci
 + grep -i network controller
 + grep -q RaLink
 + lspci
 + grep -i atheros
 + grep -q -i wireless
 + WLAN_IF=ath0
 + WLAN_MOD=ath_pci
 + echo Detected WLAN module ath_pci on ath0
 Detected WLAN module ath_pci on ath0
 + [ ath_pci = ath_pci ]
 + modprobe ath_pci
 + sleep 1
 + ifconfig ath0 up
 ath0: ERROR while getting interface flags: No such device

 If I reboot and enable wlan from bios, ath0 exists and works fine.

Hmm. Perhaps another sleep is needed *before* the modprobe in the 
Atheros case? (that's in /etc/acpi/actions/wireless.sh)

-- 
damJabberID: [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#499916: opening files from Samba share opens empty document

2008-09-26 Thread Daniel Leidert
[EMAIL PROTECTED] wrote:
 Local .html files are opened OK.

 I read https://bugs.launchpad.net/ubuntu/+source/bluefish/+bug/207189 and
 have found that in $HOME/.local/share/applications I have the following
 files with the follwing 'command' sections:

 Bluefish - /usr/bin/bluefish
 Bluefish - /usr/bin/bluefish
 Bluefish - /usr/bin/bluefish
 Bluefish Editor - bluefish %F
 Bluefish Editor - bluefish %F
 Bluefish Editor - bluefish %F
 Bluefish Editor - bluefish %F
 Bluefish Editor - bluefish %F

Can you do me a favour and send me the output of

gnomevfs-info (-s) $file_on_sambe_share

I'm interested, which MIME types are deteced by gnomevfs - with (using the -s
switch) and without slow detection.

Regards, Daniel




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



Bug#500211: update of aptitude fixed the problem

2008-09-26 Thread Matthias
I did an update of aptitude and got these messages:

Preparing to replace koffice-data 1:1.9.96.0~that.is.really.1.9.95.10-1 (using 
.../koffice-data_1%3a1.9.98.0-1_all.deb) ...
Unpacking replacement koffice-data ...
Preparing to replace libept0 0.5.22 (using .../libept0_0.5.25_i386.deb) ...
Unpacking replacement libept0 ...
Preparing to replace aptitude 0.4.11.9-1 (using 
.../aptitude_0.4.11.10-1_i386.deb) ...
Unpacking replacement aptitude ...
Setting up koffice-data (1:1.9.98.0-1) ...
Setting up libept0 (0.5.25) ...
Setting up aptitude (0.4.11.10-1) ...
Setting up krita (1:1.9.98.0-1) ...
Setting up koffice-libs (1:1.9.98.0-1) ...

Hm. So why did koffice-data extract correctly at the 2nd attempt?

regards
matthias



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



Bug#500212: live-helper: rescue list contains lsusb package

2008-09-26 Thread Luca Bruno
Package: live-helper
Version: 1.0.0-2
Severity: normal

The rescue list contains a package named lsusb which is not present in any
Debian distribution. This stops lh_build.


-- Package-specific info:

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

Kernel: Linux 2.6.26-1-amd64 (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 live-helper depends on:
ii  cdebootstrap  0.5.3  Bootstrap a Debian system
ii  debootstrap   1.0.10 Bootstrap a basic Debian system
ii  gettext-base  0.17-3 GNU Internationalization utilities

live-helper recommends no packages.

Versions of packages live-helper suggests:
ii  dosfstools2.11-6 utilities for making and checking 
ii  fakeroot  1.9.5  Gives a fake root environment
ii  genisoimage   9:1.1.8-1  Creates ISO-9660 CD-ROM filesystem
ii  grub  0.97-47GRand Unified Bootloader (Legacy v
pn  memtest86+ | memtest86none (no description available)
ii  mtools3.9.11-1   Tools for manipulating MSDOS files
pn  partednone (no description available)
pn  squashfs-tools | genext2fs |  none (no description available)
ii  sudo  1.6.9p17-1 Provide limited super user privile
pn  uuid-runtime  none (no description available)
pn  win32-loader  none (no description available)

-- no debconf information



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



Bug#498098: ITP: ncmpcpp -- Clone of old ncmpc with some new features (written in C++)

2008-09-26 Thread Max Kellermann
On 2008/09/08 14:58, Sebastian Harl [EMAIL PROTECTED] wrote:
 Can this be used as a complete drop-in replacement for ncmpc? In that
 case and since ncmpc upstream basically is dead, ncmpcpp could
 completely replace ncmpc in Squeeze by providing appropriate transition
 packages and symlinks.

Slightly off-topic side note: ncmpc was dead until I decided to
continue its development several weeks ago.  Here is the new upstream
repository (including nearly 200 new patches):

 http://git.musicpd.org/cgit/cirrus/ncmpc.git/

It is not yet clear when I will be able to release the upcoming
version 0.12, but I will let Sebastian know.

Max



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



Bug#500213: [python-processing] Dependence on python-ctypes is invalid for python2.5

2008-09-26 Thread Ondrej Pacovsky

Package: python-processing
Version: 0.52-1
Severity: normal

--- Please enter the report below this line. ---

Python-ctypes is included since python2.5 and thus not available as a 
separate package. As8 python-processing depends on python-ctypes,  it is 
impossible to install python-processing with only python2.5 installed.


I believe the deps should instead be:
python = 2.5 OR (python = 2.4 AND python-ctypes)

--- System information. ---
Architecture: amd64
Kernel: Linux 2.6.26-1-amd64

Debian Release: lenny/sid
990 testing security.debian.org
990 testing ftp.cz.debian.org
990 testing debian-multimedia.org
500 unstable ftp.cz.debian.org
1 experimental ftp.cz.debian.org

--- Package information. ---
Depends (Version) | Installed
=-+-===
python ( 2.6) | 2.5.2-2
python (= 2.4) | 2.5.2-2
python-support (= 0.7.1) | 0.8.4
libc6 (= 2.7-1) | 2.7-13
python-ctypes |




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



Bug#500214: xorg: X freezes on high load (kernel seems to enter in deadlock)

2008-09-26 Thread BERTRAND Joel

Package: xorg
Version: 1:7.3+16
Severity: important

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

X randomly freezes system. Bug is reproductible. I have written a 
program that

does some fork(), each process using 1,7 GB. I have 4 GB of RAM and 6 GB for
swap. If I run this program under X, system quickly freezes (load average :
10). I don't see anything in log or in console. If I try to run the same
program without X, system does not freeze anymore (load average : greater
than 30).

cauchy:[~]  lspci | grep VGA
01:00.0 VGA compatible controller: ATI Technologies Inc M76 [Radeon 
Mobility HD

2600 Series]

I use official radeonhd driver.

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

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

Versions of packages xorg depends on:
ii  gnome-terminal [x-terminal-em 2.22.3-2   The GNOME 2 terminal 
emulator appl
ii  libgl1-mesa-glx [libgl1]  7.0.3-5A free implementation of 
the OpenG
ii  libglu1-mesa  7.0.3-5The OpenGL utility library 
(GLU)

ii  mlterm [x-terminal-emulator]  2.9.4-4MultiLingual TERMinal
ii  rxvt-beta [x-terminal-emulato 2.7.10-6   VT102 terminal emulator for 
the X
ii  rxvt-unicode-ml [x-terminal-e 9.05-1 multi-lingual terminal 
emulator wi

ii  x11-apps  7.3+3  X applications
ii  x11-session-utils 7.3+1  X session utilities
ii  x11-utils 7.3+2  X11 utilities
ii  x11-xfs-utils 7.3+1  X font server utilities
ii  x11-xkb-utils 7.4+1  X11 XKB utilities
ii  x11-xserver-utils 7.3+5  X server utilities
ii  xauth 1:1.0.3-2  X authentication utility
ii  xfonts-100dpi 1:1.0.0-4  100 dpi fonts for X
ii  xfonts-75dpi  1:1.0.0-4  75 dpi fonts for X
ii  xfonts-base   1:1.0.0-5  standard fonts for X
ii  xfonts-scalable   1:1.0.0-6  scalable fonts for X
ii  xfonts-utils  1:7.4+1X Window System font 
utility progr

ii  xinit 1.0.9-2X server initialisation tool
ii  xkb-data  1.3-2  X Keyboard Extension (XKB) 
configu

ii  xserver-xorg  1:7.3+16   the X.Org X server
ii  xterm [x-terminal-emulator]   235-1  X terminal emulator

Versions of packages xorg recommends:
ii  xorg-docs 1:1.4-3Miscellaneous documentation 
for th


xorg suggests no packages.

-- no debconf information



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



Bug#500215: snort-common: snort-stat misses alerts generated by preprocessors

2008-09-26 Thread Gábor Gombás
Package: snort-common
Version: 2.7.0-19
Severity: normal
Tags: patch


Hi,

I've found that snort-stat misses alerts that are not generated by rules
but the preprocessors. The reason is that it wants the 2nd line of the
report to contain both [Classification: ...] and [Priority: ...] but
alerts generated by preprocessors contain [Priority: ...] only. The
following patch fixes it for me. It also fixes the incorrect setting of
$alert-{PRIORITY} for alerts generated by rules, although the value
does not seem to be used anywhere.

--- snort-stat.orig 2008-08-09 22:38:29.0 +0200
+++ snort-stat  2008-09-26 11:40:39.0 +0200
@@ -68,7 +68,11 @@
   }
   if ( $line =~ m/^\[Classification\:([^\]]*)\]\s
   \[Priority\:\s(\d+)\]/ox) {
-$alert-{CLASS} = $1; $alert-{CONTENT} = $2; $alert-{PRIORITY} = $3;
+$alert-{CLASS} = $1; $alert-{PRIORITY} = $2;
+   $line=;
+  }
+  if ( $line =~ m/^\[Priority\:\s(\d+)\]/ox) {
+$alert-{PRIORITY} = $1;
$line=;
   }
   if ( $line =~ m/^(\d+)\/(\d+)(?:\/\d+)?\-(\d+)\:(\d+)\:(\d+)\.(\d+)\s

Gabor

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

Kernel: Linux 2.6.27-rc7 (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/dash

Versions of packages snort-common depends on:
ii  adduser   3.110  add and remove users and groups
ii  debconf [debconf-2.0] 1.5.23 Debian configuration management sy
ii  lsb-base  3.2-20 Linux Standard Base 3.2 init scrip
ii  perl-modules  5.10.0-14  Core Perl modules
ii  sysklogd [system-log-daemon]  1.5-5  System Logging Daemon

snort-common recommends no packages.

Versions of packages snort-common suggests:
ii  snort-doc 2.8.1-2Documentation for the Snort IDS [d

-- debconf information excluded



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



Bug#500216: libpam0g: when no restart-services are found, prompts anyway

2008-09-26 Thread Gerfried Fuchs
Package: libpam0g
Version: 1.0.1-4
Severity: minor

Hi!

 I have a system that has quite few stuff installed and the upgrade of
libpam0g on it did prompt for services to restart with an empty list.

 In my opinion I would expect the prompting to /not/ appear when it
doesn't find any services it might want to restart.

 Thanks,
Rhonda



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



Bug#500217: claws-mail: Marking all messages as read doesn't apply to hidden messages

2008-09-26 Thread Michael Below
Package: claws-mail
Version: 3.5.0-2
Severity: minor


I have set a filter rule to hide messages from an annoying person in a news
group. Now even if I read all new messages I can see, the troll messages are
still unread, so the group is marked as containing  unread messages in the
folders list. This is logical. Now I want to mark all messages in the
group as read (via context menu, right mouse button in the folders list).
This doesnt't work, the hidden messages are not marked.

I think it is right to apply operations inside a folder, in the messages
list, only to the visible messages, but the operations in the left hand window 
(folders list) are not working on specific messages, here whole folders are
concerned. In this context, mark all messages should mean all messages.
Otherwise, there seems to be no easy way to mark hidden messages as read.

(Now I've worked around it by expanding the filter rule to mark the troll
messages as read at once, so it's not really an urgent bug.)

Thanks,

Michael Below

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

Kernel: Linux 2.6.26cyberjack (PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to de_DE.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages claws-mail depends on:
ii  libaspell15   0.60.6-1   GNU Aspell spell-checker runtime l
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  libcairo2 1.6.4-6The Cairo 2D vector graphics libra
ii  libcompfaceg1 1:1.5.2-4  Compress/decompress images for mai
ii  libdbus-glib-1-2  0.76-1 simple interprocess messaging syst
ii  libetpan130.54-3 mail handling library
ii  libglib2.0-0  2.16.5-1   The GLib library of C routines
ii  libgtk2.0-0   2.12.11-3  The GTK+ graphical user interface 
ii  libice6   2:1.0.4-1  X11 Inter-Client Exchange library
ii  libldap-2.4-2 2.4.10-3   OpenLDAP libraries
ii  libpango1.0-0 1.20.5-2   Layout and rendering of internatio
ii  libpisock90.12.3-5   library for communicating with a P
ii  libsm62:1.0.3-2  X11 Session Management library
ii  libssl0.9.8   0.9.8g-13  SSL shared libraries

Versions of packages claws-mail recommends:
ii  aspell-de [aspell-dictionary] 20071211-1 German dictionary for aspell
ii  aspell-en [aspell-dictionary] 6.0-0-5.1  English dictionary for GNU Aspell
ii  claws-mail-i18n   3.5.0-2Locale data for Claws Mail (i18n s
ii  xfonts-100dpi 1:1.0.0-4  100 dpi fonts for X
ii  xfonts-100dpi-transcoded  1:1.0.0-4  100 dpi fonts for X (transcoded fr
ii  xfonts-75dpi  1:1.0.0-4  75 dpi fonts for X

Versions of packages claws-mail suggests:
ii  chimera2 [www 2.0a19-5   Web browser for X
ii  claws-mail-do 3.5.0-2User documentation for Claws Mail 
ii  claws-mail-to 3.5.0-2Helper and utility scripts for Cla
ii  dillo [www-br 0.8.6-3Small and fast web browser
ii  elinks [www-b 0.11.4-2   advanced text-mode WWW browser
ii  epiphany-geck 2.22.3-3   Intuitive GNOME web browser - Geck
ii  epiphany-webk 2.22.3-3   Intuitive GNOME web browser - webk
ii  gedit 2.22.3-1   official text editor of the GNOME 
ii  iceape-browse 1.1.11-1   Iceape Navigator (Internet browser
ii  iceweasel [ww 3.0.1-1lightweight web browser based on M
ii  konqueror [ww 4:3.5.9.dfsg.1-5   KDE's advanced file manager, web b
ii  lynx-cur [www 2.8.7dev9-2Text-mode WWW Browser with NLS sup
ii  midori [www-b 0.0.21-1   Fast and lightweight web browser
ii  mousepad  0.2.13-2   simple Xfce oriented text editor
ii  w3-el-e21 [ww 4.0pre.2001.10.27.nodocs-5 Web browser for GNU Emacs 21
ii  w3m [www-brow 0.5.2-2+b1 WWW browsable pager with excellent

-- no debconf information



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



Bug#498049: spamassassin: fills the logs with messages about redefined functions

2008-09-26 Thread Justin Mason

Francesco, thanks for all that config!  I was able to repro and fix the
bug (in 3.3.0 at least).  Can you try out the patch at
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5989 and tell me
if it works for your site?

--j.



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



Bug#500009: Workaround

2008-09-26 Thread Vladislav Kurz
I did some experiments and found a workaround.

Don't use rsync --exclude, but $Conf{BackupFilesExclude}

That works fine.

But anyway this bug should be investigated and fixed.



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



Bug#500218: vsftpd calls update-inetd in postinst unconditionally without dependency

2008-09-26 Thread Gerfried Fuchs
Package: vsftpd
Version: 2.0.6-1.1
Severity: serious
Justification: Policy 7.2

Hi!

 vsftpd doesn't have a depends on update-inetd but uses it directly in
its postinst without checking wether the program is available.
update-inetd is priority important but that doesn't mean it's required
to be installed on all systems.

 So long,
Rhonda



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



Bug#499376: Inform 6 in PeaZip

2008-09-26 Thread giorgio.tani.software Gmail

As for as I know, Inform 6 is not used in PeaZip.
PeaZip is written in FreePascal; it is compiled with Lazarus and then  
packed as rpm with RPMPM on an OpenSuse 10.3 machine, and converted to deb  
with alien on a Debian 4 machine.
I'll try to track how and when Inform 6 gets in PeaZip dependencies as  
stated in this bug report, however as for I can see about Inform 6 it is  
Open Source software even with a custom license, here are sources I found  
about Inform 6 license:

http://www.inform-fiction.org/source/index.html
http://en.wikipedia.org/wiki/Inform



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



Bug#500219: heartbeat: please don't include hidden files

2008-09-26 Thread Ferenc Wagner
Package: heartbeat
Version: 2.1.3-6
Severity: wishlist

Hi,

Chkrootkit stumbles upon the hidden files under /usr/lib:

/etc/cron.daily/chkrootkit:
The following suspicious files and directories were found:
/usr/lib/ocf/resource.d/heartbeat/.ocf-binaries
/usr/lib/ocf/resource.d/heartbeat/.ocf-directories
/usr/lib/ocf/resource.d/heartbeat/.ocf-returncodes
/usr/lib/ocf/resource.d/heartbeat/.ocf-shellfuncs

Please avoid using such names if possible.

Thanks,
Feri.

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

Kernel: Linux 2.6.18-6-xen-686 (SMP w/4 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 heartbeat depends on:
ii  adduser3.110 add and remove users and groups
ii  gawk   1:3.1.5.dfsg-4.1  GNU awk, a pattern scanning and pr
ii  iproute20080725-2networking and traffic control too
ii  iputils-ping   3:20071127-1  Tools to test the reachability of 
ii  libbz2-1.0 1.0.5-1   high-quality block-sorting file co
ii  libc6  2.7-13GNU C Library: Shared libraries
ii  libcurl3   7.18.2-5  Multi-protocol file transfer libra
ii  libglib2.0-0   2.16.5-1  The GLib library of C routines
ii  libgnutls262.4.1-1   the GNU TLS library - runtime libr
ii  libltdl3   1.5.26-4  A system independent dlopen wrappe
ii  libncurses55.6+20080830-1shared libraries for terminal hand
ii  libnet11.1.2.1-2 library for the construction and h
ii  libopenhpi22.12.0-1  OpenHPI libraries (runtime and sup
ii  libpam-runtime 1.0.1-4   Runtime support for the PAM librar
ii  libpam0g   1.0.1-4   Pluggable Authentication Modules l
ii  libsnmp15  5.4.1~dfsg-8.1SNMP (Simple Network Management Pr
ii  libssl0.9.80.9.8g-13 SSL shared libraries
ii  libuuid1   1.41.0-3  universally unique id library
ii  libwrap0   7.6.q-16  Wietse Venema's TCP wrappers libra
ii  libxml22.6.32.dfsg-4 GNOME XML library
ii  libxml2-utils  2.6.32.dfsg-4 XML utilities
ii  psmisc 22.6-1Utilities that use the proc filesy
ii  python 2.5.2-2   An interactive high-level object-o
ii  python-central 0.6.8 register and build utility for Pyt
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages heartbeat recommends:
ii  iptables  1.4.1.1-3  administration tools for packet fi
ii  logrotate 3.7.1-3Log rotation utility
ii  sysklogd [system-log-daemon]  1.5-5  System Logging Daemon

heartbeat suggests no packages.

-- no debconf information



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



Bug#474947: some (expensive) variant of resolution

2008-09-26 Thread Eugene V. Lyubimkin
Hello apt devel team!

I took a look to this bug (E: DynamicMMap ran out of room!) and tried
to write a patch.

I have successfully written a patch to DynamicMMap class to make it
self-extendable, but this change also requires to change 'Base' pointer,
so all places of apt that use Mmap::Data() must to be rewritten to use
pointer-to-pointer instead of pointer. So, full implementation would be
big and expensive :( Should I work in this direction further?

Please CC me in replies.

Regards,
-- 
Eugene V. Lyubimkin aka JackYF



signature.asc
Description: OpenPGP digital signature


Bug#500210: perldoc perlrun spits out junk in synopsis

2008-09-26 Thread Niko Tyni
tag 500210 patch fixed-upstream
thanks

On Thu, Sep 25, 2008 at 11:37:21PM +0200, Gerfried Fuchs wrote:
 Package: perl-doc
 Version: 5.10.0-14
 Severity: normal

  When running perldoc perlrun I have strange characters in the output of
 it, and I managed to pin it down to a short POD snippet like this:

 =head1 SYNOPSIS
 
 Bperl S[ B-sTtUWX ]

Thanks for noticing this. It's fixed in podlators-2.1.3:

* lib/Pod/Man.pm (format_text): Stop remapping the code point for
non-breaking space.  This should not be necessary and was wrong
when the string from Pod::Simple was a character string and not a
byte string.  It was papering over a bug in setting the encoding
of an input POD file.

Patch from upstream git attached.  I'd certainly like to fix this for
Lenny, we'll see what the release team thinks.
-- 
Niko Tyni   [EMAIL PROTECTED]
diff --git a/ChangeLog b/ChangeLog
index f0c727e..25850bc 100644
diff --git a/lib/Pod/Man.pm b/lib/Pod/Man.pm
index 38c4e3d..203ef4a 100644
--- a/lib/Pod/Man.pm
+++ b/lib/Pod/Man.pm
@@ -362,13 +362,6 @@ sub format_text {
 $text =~ s/([^\x00-\x7F])/$ESCAPES{ord ($1)} || X/eg;
 }
 
-# For Unicode output, unconditionally remap ISO 8859-1 non-breaking spaces
-# to the correct code point.  This is really a bug in Pod::Simple to be
-# embedding ISO 8859-1 characters in the output stream that we see.
-if ($$self{utf8}  ASCII) {
-$text =~ s/\xA0/\xC2\xA0/g;
-}
-
 # Ensure that *roff doesn't convert literal quotes to UTF-8 single quotes,
 # but don't mess up our accept escapes.
 if ($literal) {


Bug#500220: gmpc: Upstream version availible

2008-09-26 Thread Juan Pedro Bolivar Puente
Package: gmpc
Version: 0.15.5.0-2.2
Severity: normal


Version 0.16.1 is already out there. We gmpc fans would thank a lot an 
upgrade :)

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

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

Versions of packages gmpc depends on:
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc6  2.7-13GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6   The Cairo 2D vector graphics libra
ii  libcurl3-gnutls7.18.2-7  Multi-protocol file transfer libra
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.16.5-1  The GLib library of C routines
ii  libgtk2.0-02.12.11-3 The GTK+ graphical user interface 
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libmpd00.15.0-3  High-level client library for acce
ii  libpango1.0-0  1.20.5-2  Layout and rendering of internatio
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libx11-6   2:1.1.5-1 X11 client-side library
ii  libxml22.6.32.dfsg-4 GNOME XML library

gmpc recommends no packages.

Versions of packages gmpc suggests:
ii  mpd   0.13.2-1   Music Player Daemon

-- no debconf information



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



Bug#500222: ITP: libdevel-globaldestruction-perl: -- Expose PL_dirty, the flag which marks global destruction

2008-09-26 Thread eloy
Package: wnpp
Severity: wishlist
Owner: Krzysztof Krzyżaniak (eloy) [EMAIL PROTECTED]


* Package name: libdevel-globaldestruction-perl
  Version : 0.02
  Upstream Author : Yuval Kogman [EMAIL PROTECTED]
* URL : http://search.cpan.org/dist/Devel-GlobalDestruction/
* License : GPL/Artistic
  Programming Lang: C, Perl
  Description : Expose PL_dirty, the flag which marks global destruction

 Perl's global destruction is a little tricky to deal with WRT finalizers
 because it's not ordered and objects can sometimes disappear.
 .
 Writing defensive destructors is hard and annoying, and usually if global
 destruction is happenning you only need the destructors that free up non
 process local resources to actually execute.
 .
 For these constructors you can avoid the mess by simply bailing out if global
 destruction is in effect.

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



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



Bug#500223: colordiff: Please install cdiff from upstream sources

2008-09-26 Thread Daniel Baumann
Package: colordiff
Severity: wishlist

Hi,

please ship cdiff.sh from the upstream sources as /usr/bin/cdiff.

Regards,
Daniel

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#466912: git-buildpackage: add ability to add options got

2008-09-26 Thread Robert Wohlrab
git 1.6.0 has such a feature. You can use .gitattributes for that. Just add it 
to your git project directory:

cat  EOF  .gitattributes 

   
.gitignore  export-ignore
.gitattributes  export-ignore
EOF



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



Bug#285888: Here is your verification link

2008-09-26 Thread ViralClassified Support
Please immediately click on the following hyperlink to verify
your email address and activate your website on ViralClassified.com
When you click this link, you will see a page with some exciting
information about how you can get even more value out of your
membership.

http://tmgcldatgkfbamkq.ViralClassified.com/?222
a 
href=http://tmgcldatgkfbamkq.ViralClassified.com/?222http://tmgcldatgkfbamkq.ViralClassified.com/?222/a

After you verify, you can use the edit profile function in the
Members Areaa to change your ad.

Sincerely,
ViralClassified Support



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



Bug#500225: liblapack-doc: man pages missing

2008-09-26 Thread Meik Hellmund
Package: liblapack-doc
Version: 3.1.1-3
Severity: normal


It seems that the manual pages of all the Lapack routines went away 
with the lapack-doc - liblapack-doc transition. 
Where can I find them? Without them, lapack is nearly useless 
since only the man pages document the precise synopsis of the 
lapack routines.


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

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

-- no debconf information



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



Bug#497873: (no subject)

2008-09-26 Thread Rainer Stumbaum
Hi Bastian,

I just upgraded my sid to the 2.6.26 kernel and had to immediately revert back 
to 2.6.23 since I run my network from my debian-box using prism54 in master 
mode. After some searching found this on 
http://wireless.kernel.org/en/users/Download:

* prism54, p54pci, p54usb? 

We don't provide prism54 in this package because distributions already provide 
it. p54 is its replacement. prism54 works only with full MAC cards. p54 works 
with both full MAC and soft MAC cards. p54 just doesn't yet support ad-hoc, and 
AP mode. Should prism54 get any new updates we'll start packaging it here. 


So please provide prism54 again as a module and blacklist it. People needing 
prism54 for master mode will be able to find the blacklisting and revert back 
from p54 to prism54 without the need of compiling a custom kernel.

Cheers
Rainer

__
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen 
Massenmails. 
http://mail.yahoo.com



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



Bug#500226: munin-node: cpu sensor info is incorect if HZ!=100

2008-09-26 Thread Valentin Vidic
Package: munin-node
Version: 1.2.6-6
Severity: normal


On systems with HZ value different than the 100 (ie. ia64
with HZ=1024), the graphs look incorrect - values are too
big or not displayed at all.

Attached is a patch for cpu plugin that scales the values
down to the assumed HZ=100. Value of HZ is acquired using
getconf CLK_TCK.

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

Kernel: Linux 2.6.26-1-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 munin-node depends on:
ii  adduser 3.110add and remove users and groups
ii  gawk1:3.1.5.dfsg-4.1 GNU awk, a pattern scanning and pr
ii  libnet-server-perl  0.97-1   An extensible, general perl server
ii  lsb-base3.2-20   Linux Standard Base 3.2 init scrip
ii  perl5.10.0-14Larry Wall's Practical Extraction 
ii  procps  1:3.2.7-9/proc file system utilities

Versions of packages munin-node recommends:
ii  libnet-snmp-perl  5.2.0-1Script SNMP connections

Versions of packages munin-node suggests:
pn  acpi | lm-sensors none (no description available)
pn  ethtool   none (no description available)
ii  libdbd-pg-perl2.10.7-1   Perl DBI driver for the PostgreSQL
pn  liblwp-useragent-determined-p none (no description available)
pn  libnet-irc-perl   none (no description available)
ii  libwww-perl   5.813-1WWW client/server library for Perl
pn  munin none (no description available)
pn  munin-plugins-extra   none (no description available)
ii  mysql-client-5.0 [mysql-clien 5.0.51a-15 MySQL database client binaries
ii  python2.5.2-2An interactive high-level object-o
pn  smartmontools none (no description available)

-- no debconf information
--- cpu.dist2008-09-26 10:29:36.0 +0200
+++ cpu 2008-09-26 10:21:02.0 +0200
@@ -117,10 +117,12 @@
exit 0
 fi
 
+HZ=`getconf CLK_TCK`
 
 if [ ! -z $extinfo ]
 then
-   awk '/^cpu / { print user.value  $2 \nnice.value  $3 
\nsystem.value  $4 \nidle.value  $5 \niowait.value  $6 \nirq.value  $7 
\nsoftirq.value  $8 }'  /proc/stat
+   awk -v HZ=$HZ 'BEGIN { factor=100/HZ } /^cpu / { for (i=2; i=8; i++) { 
$i = int($i * factor) }; print user.value  $2 \nnice.value  $3 
\nsystem.value  $4 \nidle.value  $5 \niowait.value  $6 \nirq.value  $7 
\nsoftirq.value  $8 }'  /proc/stat
+
 else
-   awk '/^cpu / { print user.value  $2 \nnice.value  $3 
\nsystem.value  $4 \nidle.value  $5 }'  /proc/stat
+   awk -v HZ=$HZ 'BEGIN { factor=100/HZ } /^cpu / { for (i=2; i=5; i++) { 
$i = int($i * factor) }; print user.value  $2 \nnice.value  $3 
\nsystem.value  $4 \nidle.value  $5 }'  /proc/stat
 fi


Bug#463541: acpitool: Typo in output

2008-09-26 Thread Reuben Thomas

On Sat, 20 Sep 2008, Daniel Baumann wrote:


tags 463541 +moreinfo
thanks

Hi Reuben,

could you please retry with acpitool 0.5-1?


It now says ok instead of activ, which is fine, but still no degree sign 
in UTF-8 locales.


--
http://rrt.sc3d.org/ | Language is provisional, action definitive



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



Bug#500227: lxr-cvs: Please sort references by files _and_ by lines.

2008-09-26 Thread Cyril Brulebois
Package: lxr-cvs
Version: 0.9.5+cvs20071020-1
Severity: wishlist
Tags: patch upstream

Hi,

it'd be nice if the references on the identifier search results page could be
sorted also by lines and not only by files. Please find attached a patch to do
so.

I'm also mailing upstream through X-Debbugs-Cc.

Cheers,

-- 
Cyril Brulebois
--- a/ident
+++ b/ident
@@ -89,7 +91,7 @@ sub usesexpand {
my @uses = $index-getreference($identifier, $release);
my $file_hits = 0;
my $last_file;
-   foreach my $ref (sort { $$a[0] cmp $$b[0] } @uses) {
+   foreach my $ref (sort { $$a[0] cmp $$b[0] || $$a[1] cmp $$b[1] } @uses) 
{
my ($file, $line) = @$ref;
$file_hits++ if $file ne $last_file;
$last_file = $file;


Bug#497873: linux-image-2.6.26-1-686: Please enable prism54 module

2008-09-26 Thread Rainer Stumbaum
Hi Bastian,

I just upgraded my sid to the 2.6.26 kernel and had to
immediately revert back to 2.6.23. I run my network
from my debian-box using prism54 in master mode. After some
searching found this on
http://wireless.kernel.org/en/users/Download:

* prism54, p54pci, p54usb? 

We don't provide prism54 in this package because
distributions already provide it. p54 is its replacement.
prism54 works only with full MAC cards. p54 works with both
full MAC and soft MAC cards. p54 just doesn't yet
support ad-hoc, and AP mode. Should prism54 get any new
updates we'll start packaging it here. 


So please provide prism54 again as a module and blacklist
it. People needing prism54 for master mode will be able to
find the blacklisting and revert back from p54pci to prism54
without the need of compiling a custom kernel.

Cheers
Rainer


__
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen 
Massenmails. 
http://mail.yahoo.com



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



Bug#500228: System is shutdown when using the actions menu

2008-09-26 Thread Patrick Schoenfeld
Package: gdm
Version: 2.20.7-3
Severity: serious

Hi,

on a system I've just upgraded GDM shows a strange behaviour:

If I open up the Actions menu and click anywhere it forces a shutdown
of the system without asking for feedback about this action. Please note
that this does not even require me clicking on the OK button. Because of
this it is impossible to

- reboot the system via this dialog
- suspend the system via this dialog
- start the xdmcp-chooser from this dialog
- configure gdm via this dialog

I'm not sure if it affects other systems as well, so possibly its worth
to downgrade the bug to important. However I think that this is not
really ready for release so I've choosen serious as the severity.

Best Regards,
Patrick

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

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
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 gdm depends on:
ii  adduser3.110 add and remove users and groups
ii  debconf [debconf-2.0]  1.5.22Debian configuration management sy
ii  fluxbox [x-window-mana 1.0.0+deb1-8  Highly configurable and low resour
ii  gksu   2.0.0-5   graphical frontend to su
ii  gnome-session [x-sessi 2.22.3-1  The GNOME 2 Session Manager
ii  gnome-terminal [x-term 2.22.3-2  The GNOME 2 terminal emulator appl
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D graphi
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libattr1   1:2.4.43-1Extended attribute shared library
ii  libc6  2.7-13GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6   The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.1-3   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.76-1simple interprocess messaging syst
ii  libdmx11:1.0.2-3 X11 Distributed Multihead extensio
ii  libfontconfig1 2.6.0-1   generic font configuration library
ii  libfreetype6   2.3.7-2   FreeType 2 font engine, shared lib
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.16.5-1  The GLib library of C routines
ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented display
ii  libgtk2.0-02.12.11-3 The GTK+ graphical user interface 
ii  libpam-modules 1.0.1-4   Pluggable Authentication Modules f
ii  libpam-runtime 1.0.1-4   Runtime support for the PAM librar
ii  libpam0g   1.0.1-4   Pluggable Authentication Modules l
ii  libpango1.0-0  1.20.5-2  Layout and rendering of internatio
ii  librsvg2-2 2.22.2-2  SAX-based renderer library for SVG
ii  librsvg2-common2.22.2-2  SAX-based renderer library for SVG
ii  libselinux12.0.65-5  SELinux shared libraries
ii  libwrap0   7.6.q-16  Wietse Venema's TCP wrappers libra
ii  libx11-6   2:1.1.5-1 X11 client-side library
ii  libxau61:1.0.3-3 X11 authorisation library
ii  libxdmcp6  1:1.0.2-3 X11 Display Manager Control Protoc
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxi6 2:1.1.3-1 X11 Input extension library
ii  libxinerama1   2:1.0.3-2 X11 Xinerama extension library
ii  libxml22.6.32.dfsg-4 GNOME XML library
ii  lsb-base   3.2-20Linux Standard Base 3.2 init scrip
ii  metacity [x-window-man 1:2.22.0-1A lightweight GTK2 based Window Ma
ii  mlterm [x-terminal-emu 2.9.4-4   MultiLingual TERMinal
ii  mrxvt [x-terminal-emul 0.5.3-2   lightweight multi-tabbed X termina
ii  rxvt-unicode [x-termin 9.05-1RXVT-like terminal emulator with U
ii  xterm [x-terminal-emul 235-1 X terminal emulator
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages gdm recommends:
ii  dialog1.1-20080316-1 Displays user-friendly dialog boxe
ii  gdm-themes0.6Themes for the GNOME Display Manag
ii  whiptail  0.52.2-11.3Displays user-friendly dialog boxe
ii  xnest 2:1.4.2-5  Nested X server
ii  xserver-xorg  1:7.3+16   the X.Org X server
ii  zenity2.22.1-1   Display graphical dialog boxes fro

Versions of packages gdm suggests:
ii  libpam-gnome-keyring  2.22.3-1   PAM module to unlock the GNOME key
ii  locales   2.7-13 GNU C Library: National Language (
ii  uswsusp   

Bug#497694: libaudio-cd-perl: problematic license

2008-09-26 Thread gregor herrmann
On Mon, 08 Sep 2008 16:47:11 +0200, gregor herrmann wrote:

  * contacted the author of disc-cover (Audio::CD 0.05 is downloaded
from the disc-cover homepage) and asked him for help
 And I already got a helpful reply, sorting out the details now.

Update: we will get an e-mail with clarified licensing terms for
inclusion in debian/copyright.

Cheers,
gregor 
-- 
 .''`.   Home: http://info.comodo.priv.at/{,blog/} / GPG Key ID: 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT, SPI Inc., fellow of FSFE | http://got.to/quote/
   `-NP: Van Morrison


signature.asc
Description: Digital signature


Bug#500231: mouse (buttons) not properly working in gnome

2008-09-26 Thread Patrick Schoenfeld
Package: gnome-settings-daemon
Version: 2.22.2.1-1
Severity: important
File: gnome

Hi,

I'm not exactly sure if this is the right package to report the bug
against, so please reassign if appropriate.

The problem is as following:
In GNOME my mouse is not working properly. It seems that single-clicking
always results in a double-click. Because of that I need to keep the
mouse button clicked in order to access the menus and to not do things I
don't want to do, when using the desktop context menu. Changing the
double-click-interval in both possible directions did not help in any
way.

The problem is specific to GNOME, because fluxbox appearently works the
right way (tm).

I only gave this severity important, but I don't think that this is
ready for this way. GNOME is effectively unusable if this problem
exists.

Best Regards,
Patrick

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

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
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 gnome-settings-daemon depends on:
ii  gconf2 2.22.0-1  GNOME configuration database syste
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D graphi
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-7   Open-source version of SGI's audio
ii  libbonobo2-0   2.22.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.22.0-1  The Bonobo UI library
ii  libc6  2.7-13GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6   The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.1-3   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.76-1simple interprocess messaging syst
ii  libesd00.2.36-3  Enlightened Sound Daemon - Shared 
ii  libfontconfig1 2.6.0-1   generic font configuration library
ii  libfreetype6   2.3.7-2   FreeType 2 font engine, shared lib
ii  libgconf2-42.22.0-1  GNOME configuration database syste
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.16.5-1  The GLib library of C routines
ii  libgnome-desktop-2 2.22.3-1  Utility library for loading .deskt
ii  libgnome2-02.20.1.1-1The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented display
ii  libgnomekbd2   2.22.0-1  GNOME library to manage keyboard c
ii  libgnomeui-0   2.20.1.1-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.22.0-4GNOME Virtual File System (runtime
ii  libgstreamer-plugins-b 0.10.19-2 GStreamer libraries from the base
ii  libgstreamer0.10-0 0.10.19-3 Core GStreamer libraries and eleme
ii  libgtk2.0-02.12.11-3 The GTK+ graphical user interface 
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  liborbit2  1:2.14.13-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.20.5-2  Layout and rendering of internatio
ii  libpixman-1-0  0.10.0-2  pixel-manipulation library for X a
ii  libpng12-0 1.2.27-1  PNG library - runtime
ii  libpopt0   1.14-4lib for parsing cmdline parameters
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libstartup-notificatio 0.9-1 library for program launch feedbac
ii  libx11-6   2:1.1.5-1 X11 client-side library
ii  libxi6 2:1.1.3-1 X11 Input extension library
ii  libxklavier12  3.5-2 X Keyboard Extension high-level AP
ii  libxml22.6.32.dfsg-4 GNOME XML library
ii  libxrandr2 2:1.2.3-1 X11 RandR extension library
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  libxxf86misc1  1:1.0.1-3 X11 XFree86 miscellaneous extensio
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

gnome-settings-daemon recommends no packages.

gnome-settings-daemon suggests no packages.

-- no debconf information



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



Bug#499771: webkit: several vulnerabilities (CVE-2008-3950 CVE-2008-3632)

2008-09-26 Thread Steffen Joeris
On Tue, 23 Sep 2008 03:11:34 am Mike Hommey wrote:
 On Mon, Sep 22, 2008 at 05:51:02PM +1000, Steffen Joeris wrote:
  Package: webkit
  Severity: grave
  Tags: security, patch
  Justification: user security hole
 
  Hi,
  the following CVE (Common Vulnerabilities  Exposures) ids were
  published for webkit.
 
  CVE-2008-3950[0]:
  | Off-by-one error in the
  | _web_drawInRect:withFont:ellipsis:alignment:measureOnly function in
  | WebKit in Safari in Apple iPhone 1.1.4 and 2.0 and iPod touch 1.1.4
  | and 2.0 allows remote attackers to cause a denial of service (browser
  | crash) via a JavaScript alert call with an argument that lacks
  | breakable characters and has a length that is a multiple of the memory
  | page size, leading to an out-of-bounds read.
 
  CVE-2008-3632[1]:
  | Use-after-free vulnerability in WebKit in Apple iPod touch 1.1 through
  | 2.0.2, and iPhone 1.0 through 2.0.2, allows remote attackers to
  | execute arbitrary code or cause a denial of service (application
  | crash) via a web page with crafted Cascading Style Sheets (CSS) import
  | statements.
 
  If you fix the vulnerabilities please also make sure to include the
  CVE ids in your changelog entry.
 
  Please don't get confused by the very Apple-centric descriptions, it
  affects webkit. A fix for CVE-2008-3632 can be found here[2]. I am not
  sure about CVE-2008-3950 and it might not affect the webkit package (I
  couldn't even find the function mentioned), but I thought I'd mention it
  as well, in case you have more information.

 It's also strange, as
 _web_drawInRect:withFont:ellipsis:alignment:measureOnly doesn't sound
 remotely related to the javascript alert() call.
I've had a look again and I don't see, how this CVE affects our debian 
packages.
This leaves us with only one issue for webkit, did you consider the other 
patch yet? I didn't see an obvious problem with it, but didn't test anything 
yet. Did you intend to get 1.0.1-3 into lenny? I guess it would be good to go 
through unstable with fixing the last CVE, what do you think?

Cheers
Steffen


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


Bug#500229: Acknowledgement (GDM is logging a lot of assertion failures at startup)

2008-09-26 Thread Patrick Schoenfeld
Hi,

attached is the syslog with the assertion errors (and what else has been
logged by gdm).

Best Regards,
Patrick
Sep 26 13:08:59 teekanne gdm[15780]: System wird neu gestartet …
Sep 26 13:10:38 teekanne gdm[2889]: GLib-CRITICAL: g_key_file_get_value: 
assertion `key_file != NULL' failed 
Sep 26 13:10:38 teekanne gdm[2889]: GLib-CRITICAL: 
g_key_file_get_locale_string: assertion `key_file != NULL' failed 
Sep 26 13:10:38 teekanne gdm[2889]: GLib-CRITICAL: g_key_file_get_value: 
assertion `key_file != NULL' failed 
Sep 26 13:10:38 teekanne gdm[2889]: GLib-CRITICAL: 
g_key_file_get_locale_string: assertion `key_file != NULL' failed 
Sep 26 13:10:38 teekanne gdm[2889]: GLib-CRITICAL: g_key_file_get_value: 
assertion `key_file != NULL' failed 
Sep 26 13:10:38 teekanne gdm[2889]: GLib-CRITICAL: g_key_file_get_keys: 
assertion `key_file != NULL' failed 
Sep 26 13:10:38 teekanne gdm[2889]: GLib-CRITICAL: g_key_file_get_value: 
assertion `key_file != NULL' failed 
Sep 26 13:10:58 teekanne gdm[2890]: WARNING: X-Server konnte nicht in kurzen 
Zeitabständen gestartet werden; Anzeige :0 wird deaktiviert 
Sep 26 13:13:45 teekanne gdm[3181]: GLib-CRITICAL: g_key_file_get_value: 
assertion `key_file != NULL' failed 
Sep 26 13:13:45 teekanne gdm[3181]: GLib-CRITICAL: 
g_key_file_get_locale_string: assertion `key_file != NULL' failed 
Sep 26 13:13:45 teekanne gdm[3181]: GLib-CRITICAL: g_key_file_get_value: 
assertion `key_file != NULL' failed 
Sep 26 13:13:45 teekanne gdm[3181]: GLib-CRITICAL: 
g_key_file_get_locale_string: assertion `key_file != NULL' failed 
Sep 26 13:13:45 teekanne gdm[3181]: GLib-CRITICAL: g_key_file_get_value: 
assertion `key_file != NULL' failed 
Sep 26 13:13:45 teekanne gdm[3181]: GLib-CRITICAL: g_key_file_get_keys: 
assertion `key_file != NULL' failed 
Sep 26 13:13:45 teekanne gdm[3181]: GLib-CRITICAL: g_key_file_get_value: 
assertion `key_file != NULL' failed 
Sep 26 13:13:45 teekanne gdm[3181]: WARNING: GDM läuft bereits. Abbruch! 
Sep 26 13:13:52 teekanne gdm[3194]: GLib-CRITICAL: g_key_file_get_value: 
assertion `key_file != NULL' failed 
Sep 26 13:13:52 teekanne gdm[3194]: GLib-CRITICAL: 
g_key_file_get_locale_string: assertion `key_file != NULL' failed 
Sep 26 13:13:52 teekanne gdm[3194]: GLib-CRITICAL: g_key_file_get_value: 
assertion `key_file != NULL' failed 
Sep 26 13:13:52 teekanne gdm[3194]: GLib-CRITICAL: 
g_key_file_get_locale_string: assertion `key_file != NULL' failed 
Sep 26 13:13:52 teekanne gdm[3194]: GLib-CRITICAL: g_key_file_get_value: 
assertion `key_file != NULL' failed 
Sep 26 13:13:52 teekanne gdm[3194]: GLib-CRITICAL: g_key_file_get_keys: 
assertion `key_file != NULL' failed 
Sep 26 13:13:52 teekanne gdm[3194]: GLib-CRITICAL: g_key_file_get_value: 
assertion `key_file != NULL' failed 
Sep 26 13:14:10 teekanne gdm[3195]: WARNING: X-Server konnte nicht in kurzen 
Zeitabständen gestartet werden; Anzeige :0 wird deaktiviert 
Sep 26 13:16:41 teekanne gdm[4400]: GLib-CRITICAL: g_key_file_get_value: 
assertion `key_file != NULL' failed 
Sep 26 13:16:41 teekanne gdm[4400]: GLib-CRITICAL: 
g_key_file_get_locale_string: assertion `key_file != NULL' failed 
Sep 26 13:16:41 teekanne gdm[4400]: GLib-CRITICAL: g_key_file_get_value: 
assertion `key_file != NULL' failed 
Sep 26 13:16:41 teekanne gdm[4400]: GLib-CRITICAL: 
g_key_file_get_locale_string: assertion `key_file != NULL' failed 
Sep 26 13:16:41 teekanne gdm[4400]: GLib-CRITICAL: g_key_file_get_value: 
assertion `key_file != NULL' failed 
Sep 26 13:16:42 teekanne gdm[4400]: GLib-CRITICAL: g_key_file_get_keys: 
assertion `key_file != NULL' failed 
Sep 26 13:16:42 teekanne gdm[4400]: GLib-CRITICAL: g_key_file_get_value: 
assertion `key_file != NULL' failed 
Sep 26 13:17:13 teekanne gdm[4449]: GLib-CRITICAL: g_key_file_get_value: 
assertion `key_file != NULL' failed 
Sep 26 13:17:13 teekanne gdm[4449]: GLib-CRITICAL: 
g_key_file_get_locale_string: assertion `key_file != NULL' failed 
Sep 26 13:17:13 teekanne gdm[4449]: GLib-CRITICAL: g_key_file_get_value: 
assertion `key_file != NULL' failed 
Sep 26 13:17:13 teekanne gdm[4449]: GLib-CRITICAL: 
g_key_file_get_locale_string: assertion `key_file != NULL' failed 
Sep 26 13:17:13 teekanne gdm[4449]: GLib-CRITICAL: g_key_file_get_value: 
assertion `key_file != NULL' failed 
Sep 26 13:17:13 teekanne gdm[4449]: GLib-CRITICAL: g_key_file_get_keys: 
assertion `key_file != NULL' failed 
Sep 26 13:17:13 teekanne gdm[4449]: GLib-CRITICAL: g_key_file_get_value: 
assertion `key_file != NULL' failed 
Sep 26 13:18:38 teekanne gdm[4586]: GLib-CRITICAL: g_key_file_get_value: 
assertion `key_file != NULL' failed 
Sep 26 13:18:39 teekanne gdm[4586]: GLib-CRITICAL: 
g_key_file_get_locale_string: assertion `key_file != NULL' failed 
Sep 26 13:18:39 teekanne gdm[4586]: GLib-CRITICAL: g_key_file_get_value: 
assertion `key_file != NULL' failed 
Sep 26 13:18:39 teekanne gdm[4586]: GLib-CRITICAL: 
g_key_file_get_locale_string: assertion `key_file != NULL' failed 
Sep 26 13:18:39 teekanne gdm[4586]: 

Bug#500229: GDM is logging a lot of assertion failures at startup

2008-09-26 Thread Patrick Schoenfeld
Package: gdm
Version: 2.20.7-3
Severity: important

Hi,

on a system I've just upgraded to lenny GDM is logging a lot of
assertion errors on startup.

I'll add 'grep gdm /var/log/syslog' to the report.

Best Regards,
Patrick

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

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
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 gdm depends on:
ii  adduser3.110 add and remove users and groups
ii  debconf [debconf-2.0]  1.5.22Debian configuration management sy
ii  fluxbox [x-window-mana 1.0.0+deb1-8  Highly configurable and low resour
ii  gksu   2.0.0-5   graphical frontend to su
ii  gnome-session [x-sessi 2.22.3-1  The GNOME 2 Session Manager
ii  gnome-terminal [x-term 2.22.3-2  The GNOME 2 terminal emulator appl
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D graphi
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libattr1   1:2.4.43-1Extended attribute shared library
ii  libc6  2.7-13GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6   The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.1-3   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.76-1simple interprocess messaging syst
ii  libdmx11:1.0.2-3 X11 Distributed Multihead extensio
ii  libfontconfig1 2.6.0-1   generic font configuration library
ii  libfreetype6   2.3.7-2   FreeType 2 font engine, shared lib
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.16.5-1  The GLib library of C routines
ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented display
ii  libgtk2.0-02.12.11-3 The GTK+ graphical user interface 
ii  libpam-modules 1.0.1-4   Pluggable Authentication Modules f
ii  libpam-runtime 1.0.1-4   Runtime support for the PAM librar
ii  libpam0g   1.0.1-4   Pluggable Authentication Modules l
ii  libpango1.0-0  1.20.5-2  Layout and rendering of internatio
ii  librsvg2-2 2.22.2-2  SAX-based renderer library for SVG
ii  librsvg2-common2.22.2-2  SAX-based renderer library for SVG
ii  libselinux12.0.65-5  SELinux shared libraries
ii  libwrap0   7.6.q-16  Wietse Venema's TCP wrappers libra
ii  libx11-6   2:1.1.5-1 X11 client-side library
ii  libxau61:1.0.3-3 X11 authorisation library
ii  libxdmcp6  1:1.0.2-3 X11 Display Manager Control Protoc
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxi6 2:1.1.3-1 X11 Input extension library
ii  libxinerama1   2:1.0.3-2 X11 Xinerama extension library
ii  libxml22.6.32.dfsg-4 GNOME XML library
ii  lsb-base   3.2-20Linux Standard Base 3.2 init scrip
ii  metacity [x-window-man 1:2.22.0-1A lightweight GTK2 based Window Ma
ii  mlterm [x-terminal-emu 2.9.4-4   MultiLingual TERMinal
ii  mrxvt [x-terminal-emul 0.5.3-2   lightweight multi-tabbed X termina
ii  rxvt-unicode [x-termin 9.05-1RXVT-like terminal emulator with U
ii  xterm [x-terminal-emul 235-1 X terminal emulator
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages gdm recommends:
ii  dialog1.1-20080316-1 Displays user-friendly dialog boxe
ii  gdm-themes0.6Themes for the GNOME Display Manag
ii  whiptail  0.52.2-11.3Displays user-friendly dialog boxe
ii  xnest 2:1.4.2-5  Nested X server
ii  xserver-xorg  1:7.3+16   the X.Org X server
ii  zenity2.22.1-1   Display graphical dialog boxes fro

Versions of packages gdm suggests:
ii  libpam-gnome-keyring  2.22.3-1   PAM module to unlock the GNOME key
ii  locales   2.7-13 GNU C Library: National Language (
ii  uswsusp   0.7-1.2tools to use userspace software su

-- debconf information:
  gdm/daemon_name: /usr/bin/gdm
  shared/default-x-display-manager: gdm



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



Bug#500230: /usr/bin/urxvt: urxvt is unable to update utmp

2008-09-26 Thread Jason Spears
Package: rxvt-unicode-ml
Version: 9.05-1
Severity: normal
File: /usr/bin/urxvt


Because it is not setgid utmp, urxvt is unable to update utmp.
As a drop-in replacement for xterm, this may be missing expected
functionality.

This is easily fixed by 

  'chgrp utmp /usr/bin/urxvt; chmod g+s /usr/bin/rxvt'

I'm not sure if this should be considered for use as the default
permissions.


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

Kernel: Linux 2.6.25-2-686 (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 rxvt-unicode-ml depends on:
ii  base-passwd3.5.18Debian base system master password
ii  libafterimage0 2.2.8-2   imaging library designed for After
ii  libc6  2.7-13GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.6.0-1   generic font configuration library
ii  libfreetype6   2.3.7-2   FreeType 2 font engine, shared lib
ii  libgcc11:4.3.1-9 GCC support library
ii  libglib2.0-0   2.16.5-1  The GLib library of C routines
ii  libgtk2.0-02.12.11-3 The GTK+ graphical user interface 
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libperl5.105.10.0-13 Shared Perl library
ii  libpng12-0 1.2.27-1  PNG library - runtime
ii  librsvg2-2 2.22.2-2  SAX-based renderer library for SVG
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libtiff4   3.8.2-11  Tag Image File Format (TIFF) libra
ii  libx11-6   2:1.1.4-2 X11 client-side library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxft22.1.12-3  FreeType-based font drawing librar
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  ncurses-base   5.6+20080830-1basic terminal type definitions
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

rxvt-unicode-ml recommends no packages.

Versions of packages rxvt-unicode-ml suggests:
pn  ttf-bitstream-veranone (no description available)
ii  ttf-kochi-gothic  1.0.20030809-4 Kochi Subst Gothic Japanese TrueTy

-- no debconf information



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



Bug#417580: Aramaic and archaic fonts

2008-09-26 Thread Hilmar Preusse
submitter 417580 Emanuele Rodo [EMAIL PROTECTED]
stop

On 26.09.08 Emanuele Rodo ([EMAIL PROTECTED]) wrote:

Hi Hilmar:

 yes, everything is in place in TL 2007, you can safely close this
 bug.
 
Fixing submitter, will close soon.

H.
-- 
sigmentation fault



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



Bug#500232: vtk: Please update to VTK 5.2

2008-09-26 Thread Mathieu Malaterre
Package: vtk
Severity: normal


VTK 5.2 was released a couple of weeks ago. Please update the VTK package.

Thanks!

Ref:
http://www.kwwidgets.org/Wiki/VTK_5.2_Release_Planning

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable'), (50, 'testing'), (40, 'unstable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-amd64
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)



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



Bug#486660: istanbul: Save never finishes

2008-09-26 Thread Bruno Schneider
I have the same problem. I don't know if I'm using xrandr, but if I
can help with more information, just tell me where to look.

I'm using Istanbul 0.2.2-4 on Debian testing (Lenny).



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



Bug#500208: make-fai-nfsroot deletes nfs-mounted mirror

2008-09-26 Thread Ryan Steele

I used the deb's from the university's site:

# sources.list
# FAI
deb http://www.informatik.uni-koeln.de/fai/download etch koeln

[EMAIL PROTECTED]:~# dpkg -l | grep fai
ii  fai-client3.2.8   
Fully Automatic Installation client package
ii  fai-doc   3.2.8   
Documentation for FAI
ii  fai-server3.2.8   
Fully Automatic Installation server package



And, it was mounted rw because I ended up with a stale NFS handle on the 
client, and I had to remounted the NFS share on the server rw:


[EMAIL PROTECTED]:~# mount -o remount,rw 
/srv/fai/nfsroot/live/filesystem.dir/media/mirror


It didn't even occur to me that FAI might try to rm -rf it, so I wasn't 
all that concerned with the fact that the share was being exported rw to 
the FAI install clients (I've changed it so that it's only exported rw 
to the box running debmirror now), or that I remounted it rw (I didn't 
pay close enough attention to realize it was ro prior to the remount). 

Regardless, FAI shouldn't be mounting the mirror inside the nfsroot.  At 
worst, it should umount that before executing an 'rm -rf'.  Not using 
the '-f' I guess doesn't make it an 'automatic' installation, so 
prompting for even a dangerous command like that might not be the right 
thing to do.  But at least FAI should mount it on a different mount 
point on the installation server and export that to the client, and at 
best it should only be mounted by the client.




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



Bug#500234: libenchant1c2a: please allow dynamic loading of spell libraries

2008-09-26 Thread Luca Capello
Package: libenchant1c2a
Version: 1.3.0-5.1
Severity: wishlist
User: [EMAIL PROTECTED]
Usertags: package-dependencies

Hello,

on embedded system like the Openmoko FreeRunner, every single MB counts.
When installing notification-daemon, at least two different spell
libraries are installed [1], requiring 2.7MB.

It would be better to have libenchant dynamically loading spell
libraries, which means that at least only one library is needed.

Thx, bye,
Gismo / Luca

Footnotes: 
[1] 
http://lists.linuxtogo.org/pipermail/smartphones-userland/2008-September/000191.html

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

Kernel: Linux 2.6.26-1-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/dash

Versions of packages libenchant1c2a depends on:
ii  libaspell150.60.6-1  GNU Aspell spell-checker runtime l
ii  libc6  2.7-13GNU C Library: Shared libraries
ii  libgcc11:4.3.2-1 GCC support library
ii  libglib2.0-0   2.16.5-1  The GLib library of C routines
ii  libhunspell-1.2-0  1.2.6-1   spell checker and morphological an
ii  libstdc++6 4.3.2-1   The GNU Standard C++ Library v3
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

libenchant1c2a recommends no packages.

libenchant1c2a suggests no packages.

-- no debconf information


pgpl7uz3kNdKs.pgp
Description: PGP signature


Bug#499891: [flashplugin-nonfree] use apt proxy when downloading from adobe

2008-09-26 Thread CSights
Hello,

 The script update-flashplugin-nonfree uses wget as root.  Have you
 configured wget for the user root so that it uses this proxy ?

No, wget is not configured to use a proxy.  This would certainly cause 
wget 
to retrieve through the proxy, but it wouldn't be the ideal solution.
My specific usage case is that I am using Squid as a package cache, but 
not 
for anything else.  Everyday web use goes directly to the web, aptitude and 
apt connections go first through the Squid proxy.  It would be nice if wget 
invoked by apt/aptitude would use the same proxy as they do.
I didn't notice this right away b/c it is on wget's info page rather 
than man 
page, but wget has command line options to specify a proxy.  I don't know how 
easy it would be to get apt's proxy info from apt, but once the install 
script had that, the wget command line should be easy to create:
(http://www.gnu.org/software/wget/manual/html_node/Proxies.html)

 `proxy = on/off'
  This option and the corresponding command may be used to suppress
  the use of proxy, even if the appropriate environment variables
  are set.


 `http_proxy = URL'
 `https_proxy = URL'
 `ftp_proxy = URL'
  These startup file variables allow you to override the proxy
  settings specified by the environment.

Thanks!
C.



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



Bug#500227: lxr-cvs: Please sort references by files _and_ by lines.

2008-09-26 Thread Cyril Brulebois
Cyril Brulebois (26/09/2008):
 it'd be nice if the references on the identifier search results page
 could be sorted also by lines and not only by files. Please find
 attached a patch to do so.

Bleh, it's better when one uses the appropriate sort function. Should 
have really used it, rather than overlooked that line ordering changed…

-- 
Cyril Brulebois
--- a/ident
+++ b/ident
@@ -89,7 +91,7 @@ sub usesexpand {
 	my @uses = $index-getreference($identifier, $release);
 	my $file_hits = 0;
 	my $last_file;
-	foreach my $ref (sort { $$a[0] cmp $$b[0] } @uses) {
+	foreach my $ref (sort { $$a[0] cmp $$b[0] || $$a[1] = $$b[1] } @uses) {
 		my ($file, $line) = @$ref;
 		$file_hits++ if $file ne $last_file;
 		$last_file = $file;


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


Bug#332782: Debian Release notes permission

2008-09-26 Thread Igor Támara

I allow that my contribution to the Debian GNU/Linux release
notes can be distributed under any DFSG-free license.

Thanks for all.
-- 
Recomiendo DrGeo para explorar geometría euclidea
http://documentation.ofset.org/drgeo


signature.asc
Description: Digital signature


Bug#497694: Bug in audio-cd fixed in revision 25620

2008-09-26 Thread pkg-perl-maintainers
tag 497694 + pending
thanks

Some bugs are closed in revision 25620
by Gregor Herrmann (gregoa)

Commit message:

* debian/copyright: add e-mails from the copyright holders stating that they
  release their work under the same terms as Perl itself (closes: #497694).
* Set urgency to medium as this upload fixes an RC bug.



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



Bug#499771: webkit: several vulnerabilities (CVE-2008-3950 CVE-2008-3632)

2008-09-26 Thread Mike Hommey
On Fri, Sep 26, 2008 at 10:17:04PM +1000, Steffen Joeris wrote:
 On Tue, 23 Sep 2008 03:11:34 am Mike Hommey wrote:
  On Mon, Sep 22, 2008 at 05:51:02PM +1000, Steffen Joeris wrote:
   Package: webkit
   Severity: grave
   Tags: security, patch
   Justification: user security hole
  
   Hi,
   the following CVE (Common Vulnerabilities  Exposures) ids were
   published for webkit.
  
   CVE-2008-3950[0]:
   | Off-by-one error in the
   | _web_drawInRect:withFont:ellipsis:alignment:measureOnly function in
   | WebKit in Safari in Apple iPhone 1.1.4 and 2.0 and iPod touch 1.1.4
   | and 2.0 allows remote attackers to cause a denial of service (browser
   | crash) via a JavaScript alert call with an argument that lacks
   | breakable characters and has a length that is a multiple of the memory
   | page size, leading to an out-of-bounds read.
  
   CVE-2008-3632[1]:
   | Use-after-free vulnerability in WebKit in Apple iPod touch 1.1 through
   | 2.0.2, and iPhone 1.0 through 2.0.2, allows remote attackers to
   | execute arbitrary code or cause a denial of service (application
   | crash) via a web page with crafted Cascading Style Sheets (CSS) import
   | statements.
  
   If you fix the vulnerabilities please also make sure to include the
   CVE ids in your changelog entry.
  
   Please don't get confused by the very Apple-centric descriptions, it
   affects webkit. A fix for CVE-2008-3632 can be found here[2]. I am not
   sure about CVE-2008-3950 and it might not affect the webkit package (I
   couldn't even find the function mentioned), but I thought I'd mention it
   as well, in case you have more information.
 
  It's also strange, as
  _web_drawInRect:withFont:ellipsis:alignment:measureOnly doesn't sound
  remotely related to the javascript alert() call.
 I've had a look again and I don't see, how this CVE affects our debian 
 packages.
 This leaves us with only one issue for webkit, did you consider the other 
 patch yet? I didn't see an obvious problem with it, but didn't test anything 
 yet. Did you intend to get 1.0.1-3 into lenny? I guess it would be good to go 
 through unstable with fixing the last CVE, what do you think?

1.0.1-3 is already due for Lenny.
I'll test and upload 1.0.1-4 soon to unstable, including fix for
CVE-2008-3632, and will go for 1.0.1-5 if CVE-2008-3950 appears to
be a problem in debian.

Mike



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



Bug#488277: xserver-xorg-video-radeon: No longer uses correct resolution when a second screen is connected

2008-09-26 Thread Alex Deucher
On Thu, Sep 25, 2008 at 9:37 PM, Leo Spalteholz
[EMAIL PROTECTED] wrote:
 On Wed, Jul 16, 2008 at 10:36 AM, Alex Deucher [EMAIL PROTECTED] wrote:
 On Sat, Jul 12, 2008 at 1:36 PM, Leo Spalteholz
 [EMAIL PROTECTED] wrote:
 On Fri, Jul 11, 2008 at 4:29 PM, Leo Spalteholz
 [EMAIL PROTECTED] wrote:
 snip

 I'm going to try and downgrade if I can find a package to see if that 
 fixes it.

 Leo


 Downgraded to xserver-xorg-video-ati 6.8.0 (I couldn't find anything
 more recent but earlier than 6.9.0) and everything works again.  The
 external monitor outputs at native res of 1680x1050.


 Can you attach the logs can configs from both drivers?

 Sorry this took so long..  Just tried to upgrade again Xorg 7.4, ati
 6.9.0+git20080826 (newest package) and the problem still exists, sort
 of..
 Starting up, the external monitor was set at 1024x768...  Usually I
 use a script to disable the laptop monitor and enable the external one
 like this:
 #!/bin/bash
 xrandr --output VGA-0 --auto
 xrandr --output LVDS --off
 That used to put the external monitor into full native res with 6.8.0,
 but no longer.   Messing with the KDE4 display settings for a long
 time, switching resolutions around, eventually I got it to display at
 1680, but I'm sure if I restart it'll mess up again...

The difference is that you are using xserver 1.5.1 with ati 6.9.0 and
xserver 1.4.2 with ati 6.8.0.  The xserver selects the initial modes
and the selection logic in the xserver changed between 1.4.x and
1.5.x.

Alex



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



Bug#500235: bzr-gtk: no icon for Bazaar Preferences

2008-09-26 Thread Paul Wise
Package: bzr-gtk
Version: 0.94.0-1
Severity: minor

In GNOME, System - Preferences - Bazaar Preferences has no icon. The
desktop file has Icon=bazaar but the package does not ship any icon with
this name. I'd suggest that setting it like this instead would work:

Icon=/usr/share/bzr-gtk/icons/bzr-icon-64.png

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

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages bzr-gtk depends on:
ii  bzr   1.5-1.1easy to use distributed version co
ii  python2.5.2-2An interactive high-level object-o
ii  python-central0.6.8  register and build utility for Pyt
ii  python-glade2 2.12.1-6   GTK+ bindings: Glade support
ii  python-gtk2   2.12.1-6   Python bindings for the GTK+ widge

Versions of packages bzr-gtk recommends:
pn  bzr-dbus  none (no description available)
ii  python-cairo  1.4.12-1.1 Python bindings for the Cairo vect
ii  seahorse  2.22.3-2   GNOME front end for GnuPG

Versions of packages bzr-gtk suggests:
ii  python-gnome2-desktop 2.22.0-2   Python bindings for the GNOME desk

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#423195: Using Reload page button on bugs by maintainer fails

2008-09-26 Thread Adam D. Barratt
On Thu, 2007-05-10 at 07:00 -0700, Matt Kraai wrote:
 Package: bugs.debian.org
 
 When I visit
 
  http://bugs.debian.org/[EMAIL PROTECTED]
 
 and click the Reload page button in the Options section, I'm taken
 to
 
  http://bugs.debian.org/cgi-bin/pkgreport.cgi?maint=kraai%2540debian.org
 
 which shows no bugs.  It appears to be escaping the @ sign twice.

As far as I can see, this now works correctly when reusing the submit
button in the new-style options section.

Regards,

Adam



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



Bug#468790: is there a plan to solve the problem?

2008-09-26 Thread Volker Epting

Hi,

i got the same problem as above.

I want to ask for a plan to solve the problem or is it like it is?

I read the comments on etchnhalf and know that there is maybe no 
solution for that problem.
Unfortunately I have to use the 2.6.24 kernel in case of driver problems 
with too new Hardware :-(


I'm looking forward for any answer,
Thanks


--
Volker


smime.p7s
Description: S/MIME Cryptographic Signature


Bug#500236: wrong display of UTF-8 characters

2008-09-26 Thread Juan Cespedes
Package: libncursesw5,libncursesw5-dev
Version: 5.6+20080830-1
Severity: normal

When using multi-bytes UTF-8 characters in libncurses, it wrongly
calculates its width, and messes up all the display.

Attached is a simple program which demostrates it; the output should be:

+--+
|Juan Cespedes |
|Juan Céspedes |
+--+

but instead it shows:

+--+
|Juan Cespedes |
|Juan Céspedes|
+--+

I have tried both libncurses and libncursesw; I have also tried
different versions (from 5.5-5 to 5.6+20080830-1), and also different
terminal emulators (gnome-terminal, xterm, screen).  The results are
always the same.

Thanks,

-- 
Juan Cespedes
#include ncursesw/ncurses.h

int main(void)
{
	initscr();
	curs_set(0);

	mvaddch(0, 0, '+');
	mvaddch(0, 15, '+');
	mvaddch(3, 0, '+');
	mvaddch(3, 15, '+');
	mvhline(0, 1, '-', 14);
	mvhline(3, 1, '-', 14);
	mvvline(1, 0, '|', 2);
	mvvline(1, 15, '|', 2);

	mvaddstr(1, 1, Juan Cespedes);
	mvaddstr(2, 1, Juan Céspedes);
	refresh();
	getch();
	endwin();
	return 0;
}


Bug#486223: Any help needed?

2008-09-26 Thread Jon Daley
	Would you be interested in help getting these reports to be more 
accurate?  If the email of the output were shorter, it would be more 
useful, since there wouldn't be false positives to look through, but only 
real security alerts.

I am not sure what needs to be done to get these fixed.



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



Bug#463207: gnomesword: new version available

2008-09-26 Thread Michael and Nicole Freeman
Gnomesword is now up to version 2.4.0, however we still have a two year 
old 2.2.3 which is lacking some great features of the newer version. Too 
many versions have gone by without a Debian update, in my opinion.




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



Bug#500227: lxr-cvs: Please sort references by files _and_ by lines.

2008-09-26 Thread Cyril Brulebois
Cyril Brulebois (26/09/2008):
 it'd be nice if the references on the identifier search results page
 could be sorted also by lines and not only by files. Please find
 attached a patch to do so.

And another one to do the same on the Declarations as well.

Cheers,
-- 
Cyril Brulebois
diff --git a/ident b/ident
index 2c0a3f1..c167e72 100755
--- a/ident
+++ b/ident
@@ -54,7 +54,7 @@ sub refexpand {
 	my $file_hits = 0;
 	my $last_file;
 	my $def;
-	foreach my $def (@refs) {
+	foreach my $def (sort { $$a[0] cmp $$b[0] || $$a[1] = $$b[1] } @refs) {
 		my ($file, $line, $type, $rel) = @$def;
 		$file_hits++ if $file ne $last_file;
 		$last_file = $file;


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


Bug#500009: Workaround

2008-09-26 Thread Vladislav Kurz
On Friday 26 of September 2008, you wrote:
 Le vendredi 26 septembre 2008 12:21, Vladislav Kurz a écrit :
  I did some experiments and found a workaround.
 
  Don't use rsync --exclude, but $Conf{BackupFilesExclude}

 Yes that's what I suspected. You have to use $Conf{BackupFilesExclude}
 because in RsyncP.pm there's code to remove --exclude options passed from
 other options.
 I do not think that the developpers will fix that since it's done on
 purpose. That's why I'll close the bug.

But it should be consistent. Either remove them always or never. And it should 
be a documented behavior. However current documentation even recommends 
using --exclude. 

See http://backuppc.sourceforge.net/faq/BackupPC.html#item__conf_rsyncargs_

Please reopen the bug

-- 
Regards
Vladislav Kurz



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



Bug#464602: debbugs: bug-closed emails could be better worded

2008-09-26 Thread Adam D. Barratt
Hi,

On Thu, 2008-02-07 at 22:50 +, Matthew Vernon wrote:
 Bug-closed emails sent to developers are a little poorly worded. They
 conclude: 
 
 Debian bug tracking system administrator
 (administrator, Debian Bugs database)
 
 This is presumably a hangover from when they said:
 Joe Bloggs
 (administrator, Debian Bugs database)
 
 I suggest that they should simply end thus:
 Debian bug tracking system administrator

The current closure messages finish with a signature block containing:

NN: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=NN
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems

which is both less intrusive and less repetitive. :)

(This should already be fixed in debbugs's bzr but not yet uploaded,
hence not closing)

Regards,

Adam



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



Bug#495825: dropbear: don't specify how to use configure compression levels

2008-09-26 Thread Luca Capello
tags 495825 + patch
thanks

Hi Matt,

thank you for your reply.

On Tue, 23 Sep 2008 16:24:25 +0200, Matt Johnston wrote:
 On Wed, Aug 20, 2008 at 07:43:58PM +0200, Luca Capello wrote:
 Could you please clarify if dbclient really support compression or not?
 If yes, could you please explain in the manpage how to enable it?

 As long as Dropbear was compiled with zlib support (which I
 assume is the case for Debian)

It seems so, at least the source build-depends on libz-dev and the
binary depends on zlib1g.

 dbclient will always use compression if the server supports it. There
 isn't any option to disable it at the moment.

Is there a way to test that compression is used?  I'm sorry, but I'm
really not an expert about these stuff.

Could the following patch against version 0.51 be applied to the
dbclient manpage?

--8---cut here---start-8---
--- dbclient.1.~1~  2008-03-27 14:25:44.0 +0100
+++ dbclient.1  2008-09-26 15:37:59.0 +0200
@@ -14,6 +14,9 @@
 .B dbclient
 is a SSH 2 client designed to be small enough to be used in small memory
 environments, while still being functional and secure enough for general use.
+.P
+If compiled with zlib support and if the server supports it, dbclient will
+always use compression.
 .SH OPTIONS
 .TP
 .B \-p \fIport
--8---cut here---end---8---

Thx, bye,
Gismo / Luca


pgp5awlp9O9qK.pgp
Description: PGP signature


Bug#500181: severity of 500181 is important

2008-09-26 Thread Nico Golde
# Automatically generated email from bts, devscripts version 2.10.35
# this is really not a grave issue
severity 500181 important




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



Bug#500180: severity of 500180 is important

2008-09-26 Thread Nico Golde
# Automatically generated email from bts, devscripts version 2.10.35
# this is really not a grave issue
severity 500180 important




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



Bug#500237: reviewboard: suggests python-sqlite2 instead of python-pysqlite2

2008-09-26 Thread Paul Wise
Package: reviewboard
Severity: minor
Version: 1.0~svn1512-1

reviewboard suggests python-sqlite2 instead of python-pysqlite2.
python-sqlite2 doesn't exist and python-pysqlite2 does exist.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#500238: [git-buildpackage] misinterpreting git 1.6.0.x git status output as uncommitted local changes

2008-09-26 Thread Robert Wohlrab
Package: git-buildpackage
Version: 0.4.39
Severity: normal

When you use git =1.6.0.1 and have a remote for your repository you will get
an error when you try to use git buildpackage without pushing everything to
your remote repository first. The output will be something like that:

QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null pop -a -R || test $? = 2
No patch removed
rm -rf .pc debian/stamp-patched
dh_testdir
dh_testroot
rm -f build-arch-stamp build-indep-stamp configure-stamp
# Add here commands to clean up after the build process.
rm -rf build
dh_clean
You have uncommitted changes in your source tree:
# On branch debian
# Your branch is ahead of 'origin/master' by 1 commit.
#
nothing to commit (working directory clean)

Use --git-ignore-new to ignore


--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.26-1-amd64

Debian Release: lenny/sid
  500 unstablehttp.us.debian.org 
  500 unstabledebian.netcologne.de 
1 experimentalftp.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-=
python  (= 2.4) | 2.5.2-2
python-support(= 0.7.1) | 0.8.6
devscripts  (= 2.10.26) | 2.10.38
git-core(= 1:1.5.0.1-1) | 1:1.6.0.1-1
python-dateutil  | 1.4-1






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



  1   2   3   >