Bug#492725: After install: ejabberd not started correctly

2008-07-29 Thread Sergei Golovan
On 7/29/08, Michael Flaig [EMAIL PROTECTED] wrote:
 Am Montag, den 28.07.2008, 17:46 +0400 schrieb Sergei Golovan:

  severity 492725 normal
   thanks
  
   On 7/28/08, Michael Flaig [EMAIL PROTECTED] wrote:
   
 After installation of the package ejabberd is started. However a
 ejabberdctl command fails.
 As I noticed epmd is running but beam is not
  
   This is likely a bug #463538 which is fixed in erlang 1:12.b.3-4 (it
   will go to testing soon).


 okay, I'll watch for the update
  Then purge and reinstall, to see what happens.

If you don't want to wait then you can grab erlang-base and erlang-nox
packages from here:
http://ftp.de.debian.org/debian/pool/main/e/erlang/ (be sure to fetch
version 12.b.3-dfsg-4 for your architecture).



 To make ejabberdctl work I needed to killall empd
 and /etc/init.d/ejabberd start
  
   Any distributed erlang service should attach to an existing epmd and
   not run another epmd instance. If you see two epmd daemons then
   something goes wrong. Though I don't know yet where to search for a
   bug.


 This is also how I understand it, however what happens if rpc is not
  available, how would epmd know where to attach to?

  So is it true that beam controlls interprocess communication for
  ejabberd trough rpc? ejabberd would be the empd process then, right?

No. The opposite. epmd is Erlang portmapepr daemon. Beam is an Erlang
virtual machine (with ejabberd inside).


  So if beam is not started that would be the thing to check why.
  And having multiple epmd is a result of the rpc not working and
  ejabberdctl starting a new epmd when invoked

Multiple epmd is something which must not happen.


  Do you have a lenny box to reproduce the reported issue?
  And if you would also have a sid installation verify that the problem
  does not exist anymore with erlang 1:12.b.3-4?

I never saw the multiple epmd, so let's try to understand what happens
in your environment.



   Are there any log messages about epmd in /var/log/syslog?


 Jul 29 00:03:55 nagios epmd: epmd: epmd running - daemon = 1

It's a correct message. After this message epmd exits and no new epmd
instance runs.


  I did the installation yet again, same result at the 3rd try
  However I didn't kill epmd this time but checked the logs
  sasl.log is there
  ejabberd.log is not
  however: telnet localhost 4369 works

All is OK (knowing that erlang 12.b.3-dfsg-1 have a bug and can't
start services from inside apt-get). Epmd is a daemon which doesn't
exit on ejabberd exit (it might serve other Erlang-based services).


  nagios:/var/log/ejabberd# telnet localhost 4369
  Trying 127.0.0.1...

Skipped...

  Escape character is '^]'.

  Connection closed by foreign host.
  --- snap ---

  epmd still running and responding after purging. Not good either.

All seems OK to me (I think that after upgrading erlang-base and
erlang-nox you'll not have to restart ejabberd after apt-get
finishes). Epmd shouldn't stop.

-- 
Sergei Golovan



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



Bug#492399: tunapie: crashes first run

2008-07-29 Thread Wouter Koolen-Wijkstra

James Stone wrote:

On Fri, Jul 25, 2008 at 09:05:30PM +0200, Wouter Koolen-Wijkstra wrote:
  

Package: tunapie
Version: 2.1.8-1
Severity: normal


When I ran tunapie for the first time, it crashed outputting
Traceback (most recent call last):
  File /usr/share/tunapie/tunapie2_main.py, line 1526, in 
OnGenreBoxListItemSelected
self.updatemain(event.GetLabel().lower())
  File /usr/share/tunapie/tunapie2_main.py, line 641, in updatemain
self.bitrate,self.url=self.find(selection)
  File /usr/share/tunapie/tunapie2_main.py, line 780, in find
namenew.append(self.name[i])
AttributeError: 'TunapieFrame' object has no attribute 'name'
Streamripper not installed. Recording will not work

Streamripper not found. Recording will not work.
Please edit preferences manually.

(python:9154): Gtk-CRITICAL **: gtk_window_realize_icon: assertion `info-icon_pixmap == NULL' 
failed

Waiting for server
Downloading...
python: ../../src/xcb_lock.c:77: _XGetXCBBuffer: Assertion `((int) ((xcb_req) - (dpy-request)) = 
0)' failed.

/usr/bin/tunapie: line 2:  9154 Aborted python 
/usr/share/tunapie/Tunapie.py
   
The second time it started fine, with a list of radio stations.


Hope that helps,

Wouter Koolen-Wijkstra



This bug has also been reported by Ubuntu users. As far as I can
tell it is a bug in xcb. Could you tell me what version of
libxcb1 you have installed? If possible could you try updating to
version 1.1-1 and see if the bug still occurs?

Thanks,

James
  

Dear James,

I have version 1.1-1 of xcb1.

ii  libxcb-render-util0 0.2+git36-1 utility libraries 
for X C Binding -- render-util
ii  libxcb-render-util0-dev 0.2+git36-1 utility libraries 
for X C Binding -- render-util
ii  libxcb-render0  1.1-1.1 X C Binding, render 
extension
ii  libxcb-render0-dev  1.1-1.1 X C Binding, render 
extension, development files
ii  libxcb-shape0   1.1-1.1 X C Binding, shape 
extension
ii  libxcb-shm0 1.1-1.1 X C Binding, shm 
extension
ii  libxcb-xlib01.1-1.1 X C Binding, 
Xlib/XCB interface library
ii  libxcb-xlib0-dev1.1-1.1 X C Binding, 
Xlib/XCB interface library, development files
ii  libxcb-xv0  1.1-1.1 X C Binding, xv 
extension
un  libxcb0-dev none  (no description 
available)

ii  libxcb1 1.1-1.1 X C Binding
ii  libxcb1-dev 1.1-1.1 X C Binding, 
development files
un  xcb none  (no description 
available)



When I start tunapie (after removing the .tunapie directory), I always get

Traceback (most recent call last):
 File /usr/share/tunapie/tunapie2_main.py, line 1526, in 
OnGenreBoxListItemSelected

   self.updatemain(event.GetLabel().lower())
 File /usr/share/tunapie/tunapie2_main.py, line 641, in updatemain
   self.bitrate,self.url=self.find(selection)
 File /usr/share/tunapie/tunapie2_main.py, line 780, in find
   namenew.append(self.name[i])
AttributeError: 'TunapieFrame' object has no attribute 'name'
Streamripper not installed. Recording will not work


this does not seem to be a problem. Then it says

Downloading...

After that, it often displays the list. Sometimes, however, it crashes with

python: ../../src/xcb_lock.c:33: _XCBUnlockDisplay: Assertion 
`xcb_get_request_sent(dpy-xcb-connection) == dpy-request' failed.
/usr/bin/tunapie: line 2:  9751 Aborted python 
/usr/share/tunapie/Tunapie.py


This happens roughly once every 6 times I start tunapie, regardless of 
whether the .tunapie directory exists. Note that it is a different 
assertion that fails, my initial report was about line 77 of the same file.


Hope that helps,

Wouter




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



Bug#492826: pdftohtml: Transition to poppler-utils not working

2008-07-29 Thread Jochen Pawletta
Package: pdftohtml
Version: 0.36-13etch1
Severity: normal

Hi

The transition to poppler-utils is not working because of incorrect
confilcts in poppler-utils

The version to be installed depends on poppler-utils which
conflicts with pdftohtml, so pdftohtml could not be upgraded.

Here is the error message:


[EMAIL PROTECTED]:~# apt-get --reinstall install pdftohtml
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  pdftohtml: Depends: poppler-utils (= 0.4.5-1)
E: Broken packages


[EMAIL PROTECTED]:~# dpkg -l pdftohtml
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ NameVersion Description
+++-===-===-==
ii  pdftohtml   0.36-13 Translates pdf documents 
into html format


[EMAIL PROTECTED]:~# apt-cache showpkg pdftohtml
Package: pdftohtml
Versions: 
0.36-13etch1(/var/lib/apt/lists/ftp.de.debian.org_debian_dists_etch_main_binary-i386_Packages)
0.36-13(/var/lib/dpkg/status)

Reverse Depends: 
  zope-portaltransforms,pdftohtml
  poppler-utils,pdftohtml
  poppler-utils,pdftohtml
Dependencies: 
0.36-13etch1 - poppler-utils (2 0.4.5-1) 
0.36-13 - libc6 (2 2.3.5-1) libgcc1 (2 1:4.0.2) libstdc++6 (2 4.0.2-4) gs (0 
(null)) xpdf-common (0 (null)) 
Provides: 
0.36-13etch1 - 
0.36-13 - 
Reverse Provides: 
poppler-utils 0.4.5-5.1etch3


[EMAIL PROTECTED]:~# apt-cache show poppler-utils
Package: poppler-utils
Priority: optional
Section: utils
Installed-Size: 232
Maintainer: Ondřej Surý [EMAIL PROTECTED]
Architecture: i386
Source: poppler
Version: 0.4.5-5.1etch3
Replaces: xpdf-utils, pdftohtml
Provides: xpdf-utils, pdftohtml
Depends: libc6 (= 2.3.6-6), libgcc1 (= 1:4.1.1-12), libpoppler0c2 (= 0.4.2), 
libstdc++6 (= 4.1.1-12)
Conflicts: xpdf-utils, pdftohtml
Filename: pool/main/p/poppler/poppler-utils_0.4.5-5.1etch3_i386.deb
Size: 80810
MD5sum: 8b155f09a771e3ed179a973a7a7d06e4
SHA1: c6f76bf2267911d866433e1944e79895e8f12c47
SHA256: d8141ae349c708accc9b38f24668dcaea912c84dd936282669c88a0197fe46f5
Description: PDF utilitites (based on libpoppler)
 This package contains pdftops (PDF to PostScript converter),
 pdfinfo (PDF document information extractor), pdfimages
 (PDF image extractor), pdftotext (PDF to text converter), and
 pdffonts (PDF font analyzer).
Tag: interface::commandline, role::program, scope::utility, use::converting, 
use::filtering, works-with::text, works-with-format::pdf


Jochen

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



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



Bug#492696: Adding Padre to Debian

2008-07-29 Thread Damyan Ivanov
-=| Gabor Szabo, Tue, Jul 29, 2008 at 05:57:42AM +0300 |=-
 On Tue, Jul 29, 2008 at 12:37 AM, Damyan Ivanov [EMAIL PROTECTED] wrote:
  perl -MWx -le'print Wx::wxVERSION_STRING()'
 
  wxWidgets 2.6.3
 
  not exactly recent, yes. What is the minimal required WxWidgets
  version?
 
 It seems it is 2.7.x or later.
 
 I don't know if I would like to require an upgrade but then looking
 at http://www.wxwidgets.org/downloads/
 it say:
  Current Stable Release: 2.8.8
 Previous Stable Release: 2.6.4
 
 so 2.6.3 is quite old.
 Does that mean that Debian unstable - I guess that is where you are
 trying to install is
 running wxWidgets 2.6.3 ?

Yes, unstable. There's also some 2.8.x version, but that is in another 
set of packages (http://packages.qa.debian.org/wxwidgets2.8). I have 
them installed, but my guess is that Wx Perl module needs to be 
compiled using them.

Since we're in freeze, preparing for the next Debian stable release, 
and that upgrading to 2.8 is discouraged[1] during that time, I guess 
I can upload a 2.8-using Wx-Perl into experimentall (thus not 
interferring with the freeze) and try again.

[1] http://lists.debian.org/debian-devel-announce/2008/07/msg0.html
search for 2.8

There would still be the problem of expressing the dependency in the 
package though. My only thougth is to add another binary package, 
libalien-wxwidgets2.8-perl, then build libwx2.8-perl (additional 
binary package to libwx-perl) using that, and then declare 
build-dependency on libwx2.8-perl in Padre. This is ugly, and the 
2.8-flavours would conflict with the 2.6-ones as they install the same 
.pm's.

I think I would rather wait for the release (planned for September) 
and then build Alien-WxWidgets and Wx using 2.8, paving the road for 
Padre.

If anyone from the group has another ideas, I'd be glad to hear them 
:)

-- 
damJabberID: [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#492163: News?

2008-07-29 Thread Yves-Alexis Perez
Hey? Is there any news on this issue?

Cheers,
-- 
Yves-Alexis


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


Bug#492722: RPC fails, package unable to create admin user,after install ejabberdctl not working

2008-07-29 Thread Sergei Golovan
On 7/29/08, Michael Flaig [EMAIL PROTECTED] wrote:
 I am seeing a problem with ejabberd rpc on lenny.
 First problem comes up on install (tried with real machine name 
 srv-2000 and localhost)
  
   These problems likely comes from incorrectly (from the Erlang point of
   view) networking setup. So, I think it isn't an ejabberd bug (and at
   least its severity is far from grave).


 could you elaborate a little bit on what you mean by Erlang point of
  view?

At least the network setum must allow connections to `hostname -s`.

  
   Could you show a last few lines of /var/log/ejabberd/sasl.log after
   ejabberd start?


 all logs right after install attached
  however I don't see any indication to a failure ...


Yes. sasl.log and ejabberd.log are good.
But ps_afterinstall.txt is awful. There should be exactly one epmd
instance. Could you upgrade erlang-base and erlang-nox from
http://ftp.de.debian.org/debian/pool/main/e/erlang/, kill all epmd
processes and install ejabberd again? Also, I'd like to see all
messages from epmd in /var/log/syslog. And before upgrading erlang
packages, please, kill ejabberd, epmd and start epmd -daemon (in
command prompt). Will it start multiple epmd processes? If not, start
it again. Will it start the second epmd process or just finish?

Cheers!
-- 
Sergei Golovan



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



Bug#492827: nfs-kernel-server: mac os x 10.5 client hangs when server started with --manage-gids

2008-07-29 Thread Alex Samad
Package: nfs-kernel-server
Version: 1:1.1.2-6
Severity: important

When ever I start my nfs server with --manage-gids, my mac os clients
hang, I have tried with secure and insecure, tcp  udp.

I found when I removed the --manage-gids it all worked.  My linux
clients work with out with out --manage-gids.

this is the export on the nas server
/exports/shared 

  
-async,no_subtree_check,no_root_squash,insecure,mp=/exports/shared  

  
192.168.8.0/22(rw)  

  


  
this is the line I used to mount it on the mac mini I had done a sudo su

  
- before hand   

  


  
mount -t nfs -o rw,async,rsize=32768,wsize=32768

  
nas.hme1.samad.com.au:/exports/shared /mounts/shared

  


  
I also did a

  
tcpdump -pni eth0 ether host 00:16:cb:b0:87:15 -s 9100 -w   

  
nas.capture.dmp 

  

after the mount I did   

  


  
df -h  (did not return)

  
ps -ef  

  
dmesg | tail (lots of server not responding)

  
tcpdump -pni en0 not port 22 (did not see anything - could have let it  

  
run longer!!)   

  
mount  (finished showed the nfs mount) 

  
ls -l /mounts/shared/  ( did not come back)

  
umount -f /mounts/shared/  (did not come back) 

Bug#491977: grub-probe fails with Cannot find a GRUB drive for /dev/dm-N.

2008-07-29 Thread martin f krafft
also sprach Robert Millan [EMAIL PROTECTED] [2008.07.29.0014 +0200]:
  debby:~# dmraid -r
[...]
 I don't know enough about mdadm to determine whose fault is it.
 But it seems this is really a corner case problem, and only
 happens in a very specific situation.  Therefore I'm lowering
 severity.
 
 I'm CCing the mdadm maintainers;  maybe they know how could
 update-grub reliably obtain the physical device names in your
 setup, or how to fix mdadm so that it outputs physical devices in
 a way that makes update-grub happy.

mdadm has nothing to do with dmraid. md != dm.

-- 
martin | http://madduck.net/ | http://two.sentenc.es/
 
there's someone in my head but it's not me.
-- pink floyd, the dark side of the moon, 1972
 
spamtraps: [EMAIL PROTECTED]


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Bug#492828: preseeding filesystem labels (patch)

2008-07-29 Thread Vincent McIntyre

package: debian-installer
Version: Debian GNU/Linux installer 4.0 (installer build 20070308etch2)
severity: minor

I was wondering how to set a label on a partition (not a partition 
table, but a label that e2label could read).


I couldn't see this documented in [1] so I wrote a patch, attached.
The statement about label{ } requiring method{ format } comes from
a comment in
  packages/partman/partman-ext3/active_partition/ext3/choices

Hopefully this is useful. If this is already documented somewhere,
please could you point me there.

I tested this usage with the 'etch' installer, on i386 (version noted
above). Worked For Me.

Cheers
Vince

[1] 
http://d-i.alioth.debian.org/svn/debian-installer/installer/doc/devel/partman-auto-recipe.txt--- installer/doc/devel/partman-auto-recipe.txt (revision 54582)
+++ installer/doc/devel/partman-auto-recipe.txt (working copy)
@@ -149,6 +149,14 @@
options/nodev{ nodev }
options/ro{ ro }
 
+It is also possible to specify filesystem labels, for filesystems that
+support labels (e.g. ext2, ext3). For example, to specify a label of
+fred for a partition, add the following line for that partition:
+label{ fred }
+Note that the partition must be one that will be reformatted during
+the installation, i.e. one for which you have specified
+method{ format }
+
 Here is another example; this time there is a smaller root partition, and a
 separate /home partition.
 


Bug#492829: recordmydesktop: Fails with Error parsing arguments.

2008-07-29 Thread Nelson A. de Oliveira
Package: recordmydesktop
Version: 0.3.7.3-1
Severity: important

Hi!

I am trying to use recordmydesktop with --no-sound, but it fails:

$ recordmydesktop --no-sound output 

Error parsing arguments.
Type --help or -h for usage.

--no-sound is documented on its manpage and also on the output of
recordmydesktop --help

It seems to fails with every option that I try (--on-the-fly-encoding,
--quick-subsampling, --zero-compression, etc)

--help, --version and --print-config works.

Using recordmydesktop --no-sound -o output works, but it isn't what the
help message explains:

===
If no other options are specified, filename can be given without the -o switch.
===

Thank you!

Best regards,
Nelson

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

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

Versions of packages recordmydesktop depends on:
ii  libasound2 1.0.16-2  ALSA library
ii  libc6  2.7-12GNU C Library: Shared libraries
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libogg01.1.3-4   Ogg Bitstream Library
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libtheora0 1.0~beta3-1   The Theora Video Compression Codec
ii  libvorbis0a1.2.0.dfsg-3.1The Vorbis General Audio Compressi
ii  libvorbisenc2  1.2.0.dfsg-3.1The Vorbis General Audio Compressi
ii  libvorbisfile3 1.2.0.dfsg-3.1The Vorbis General Audio Compressi
ii  libx11-6   2:1.1.4-2 X11 client-side library
ii  libxdamage11:1.1.1-4 X11 damaged region extension libra
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

recordmydesktop recommends no packages.

recordmydesktop suggests no packages.

-- no debconf information



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



Bug#492830: Syntax error in debconf post-installation script

2008-07-29 Thread Sander Marechal
Package: debconf
Version: 1.5.11etch2
Severity: important


I am trying to install the latest slew of updates on Etch, but debconf fails
with a syntax error. I think it's debconf itself that is causing this and
not twisted, but I am not 100% sure. Basically this means I can't install or
update any packages. Below is what I get when I issue apt-get upgrade:

tweety:/home/sander# apt-get upgrade
Reading package lists... Done
Building dependency tree... Done
The following packages will be upgraded:
  grub hal icedove icedove-gnome-support initscripts libexiv2-0.10 
libhal-storage1 libhal1 libkrb53 libqt3-mt linux-image-2.6.18-6-486
  linux-image-2.6.18-6-k7 locales sysv-rc xserver-xorg-video-nv
15 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 0B/53.1MB of archives.
After unpacking 193kB disk space will be freed.
Do you want to continue [Y/n]? y
Preconfiguring packages ...
Setting up debconf (1.5.11etch2) ...
Compiling 
/usr/lib/python2.4/site-packages/twisted/test/generator_failure_tests.py ...
  File 
/usr/lib/python2.4/site-packages/twisted/test/generator_failure_tests.py, 
line 66
yield
 ^
SyntaxError: invalid syntax

dpkg: error processing debconf (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 debconf
E: Sub-process /usr/bin/dpkg returned an error code (1)

If this turns out to be python-twisted after all, please reassign it. Thanks.

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

Versions of packages debconf depends on:
ii  debconf-i18n1.5.11etch2  full internationalization support 
ii  perl-base   5.8.8-7etch3 The Pathologically Eclectic Rubbis

Versions of packages debconf recommends:
ii  apt-utils   0.6.46.4-0.1 APT utility programs

-- debconf information:
  debconf-apt-progress/preparing:
  debconf-apt-progress/title:
  debconf-apt-progress/info:
  debconf-apt-progress/media-change:
  debconf/frontend: Dialog
  debconf/priority: high



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



Bug#491686: closed by Steve Langasek [EMAIL PROTECTED] (Re: base: the command groups doesn't shows local groups using pam_winbind.so authentication module)

2008-07-29 Thread Paolo Sala

Steve Langasek scrisse in data 28/07/2008 10:05:

This indicates a failure in the initgroups() call at the beginning of your
session, which is supposed to retrieve all of the groups from NSS and add
them to your process.

But this is an example where calling groups $remoteuser *does* show the
local groups.  Is there a particular test case which *reproducibly* fails to
show the groups for you?  (Not counting running the 'groups' command by
itself, since this doesn't query group membership information from NSS, it
only queries group names.)
  
I don't know, the problem I have is I can't use any software/hardware 
that use group authentication. Perhaps setting on some debug... but I 
don't know how can I do it.



Please try removing 'wins' from the hosts line as a test.  I don't think it
will fix everything, but it may fix your last problem.
  

Ok I'll try.



Also, do you have 'winbind enum groups' and 'winbind enum users' enabled in
/etc/samba/smb.conf?  From your description of the problem I suspect that
you already do, but just in case you don't, I recommend you enable the
options.
  

yes of course:

[EMAIL PROTECTED]:~$ grep winbind\ enum /etc/samba/smb.conf
   winbind enum groups = true
   winbind enum users = true

if you need all smb.conf I can send you...


Beyond that, the symptoms look like NSS is in only *some* cases losing the
group information from the 'files' backend.  In that case, I guess this is a
glibc bug
I have to reopen a new bug in glibc or do you think you can forward it 
to glibc BTS?


Thank you very much Steve, indeed!

Have a great day

Piviul



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



Bug#492831: poppler-utils: binaries show version 3.0, but package shows 0.4...

2008-07-29 Thread Jochen Pawletta
Package: poppler-utils
Version: 0.4.5-5.1etch3
Severity: wishlist

Hi

The binaries show version 3.0:
[EMAIL PROTECTED]:~$ pdftops -v
pdftops version 3.00
Copyright 1996-2004 Glyph  Cog, LLC

but the package shows version 0.4.5 ...

Why is this so?
Please delete this bug report, if it should be this way.


Jochen

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

Versions of packages poppler-utils depends on:
ii  libc6  2.3.6.ds1-13etch7 GNU C Library: Shared libraries
ii  libgcc11:4.1.1-21GCC support library
ii  libpoppler0c2  0.4.5-5.1etch3PDF rendering library
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3

poppler-utils recommends no packages.

-- no debconf information



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



Bug#492808: laptop-mode-tools: tries to remount /usr after waking up from hibernation

2008-07-29 Thread Bart Samwel

Hi Marc,

Marc Haber wrote:

when I wake up my notebook from Hibernation, it sometimes happens that
laptop-mode tries to remount /usr and the mount wedges itself in
kernel space: Eats 90 % CPU and is unkillable:

acpid,4115 -c /etc/acpi/events
  `-lm_battery.sh,19925 /etc/acpi/actions/lm_battery.sh battery C137 0080 
0001
  `-laptop_mode,19926 /usr/sbin/laptop_mode auto
  `-laptop-mode,19982 /usr/share/laptop-mode-tools/modules/laptop-mode
  `-laptop-mode,19986 
/usr/share/laptop-mode-tools/modules/laptop-mode
  `-laptop-mode,20007 
/usr/share/laptop-mode-tools/modules/laptop-mode
  `-mount,20008 /dev/mapper/usr /mnt/usr -t ext3 -o 
remount,rw,commit=600

I do not have the slightest clue what happens here, so I am reporting
this bug against the package which has the most scripts in the process
tree in the hope that somebody with more clue can reassign.

fwiw, it's reboot time in these cases :-(


Thanks for reporting. I've recently had a report where remounts would 
hang for 20 minutes at 90% CPU before completing.


Firstly, could you try letting it hang for very long (perhaps even 
several hours) to see if it eventually finishes? (If it is, it's the 
same bug as the other one. If it isn't, then it's also a kernel bug, but 
perhaps a different one.)


Also, could you check when exactly it hangs? Is it only when you resume 
in a different power state (plugged vs. unplugged) than when you hibernated?


Cheers,
Bart



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



Bug#135717: US Soldiers blown up by militants

2008-07-29 Thread jinshan

Terminator Salvation out in Asia http://www.dianagraf.es/default.html



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



Bug#492832: [aptitude] Clean package cache by non-root user does nothing (no error given)

2008-07-29 Thread Enrico Tassi
Package: aptitude
Version: 0.4.11.8-1
Severity: normal

--- Please enter the report below this line. ---
When che clear-package-cache menu entry is selected from a non-root user
no error message is reported and obviously no package files are removed.
Since this action requires superuser privileges you may ask for the root
password...

Cheers


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

Debian Release: lenny/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.it.debian.org 
  500 testing security.debian.org 
1 experimentalftp.it.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-
libapt-pkg-libc6.7-6-4.6 | 
libc6 (= 2.7-1) | 2.7-12
libcwidget3  | 0.5.12-1
libept0  (= 0.5.20) | 0.5.22
libgcc1 (= 1:4.1.1) | 1:4.3.1-8
libncursesw5 (= 5.6+20071006-3) | 5.6+20080713-1
libsigc++-2.0-0c2a(= 2.0.2) | 2.0.18-2
libstdc++6(= 4.2.1) | 4.3.1-8
libxapian15  | 1.0.7-1
zlib1g  (= 1:1.1.4) | 1:1.2.3.3.dfsg-12



-- 
Enrico Tassi



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



Bug#487565: grub2 fails to boot with softraid and chainloading

2008-07-29 Thread Henry-Nicolas Tourneur
Le mardi 29 juillet 2008 à 03:04 +0200, Felix Zielcke a écrit :
 Am Montag, den 28.07.2008, 21:27 +0200 schrieb Felix Zielcke:
 
  The original report was with:
  
  invalid file '(md0)/boot/grub//normal.mod'
  
  Not a double prefix like you have.
 
 I just tried it out now myself in VMware.
 This wrong double prefix is clearly introduced by chainloading.
 You won't have that Problem if you directly load grub2 in your MBR
 just run upgrade-from-grub-legacy and you'll be fine.
 
I confirm, it works perfectly except it's slow (Welcome to GRUB
message).




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



Bug#492833: kpowersave: Shows second CPU disabled after suspend to RAM

2008-07-29 Thread Hynek Vychodil
Package: kpowersave
Version: 0.7.3-2
Severity: normal

After woke up from suspend to RAM kpowersave shows in status
(left click on tray icon) second CPU core as disabled. But it seems
that both CPU core are working, for exmaple in top after hit '1'.
It makes user confused especially when don't know how determine this
information is not true.

I use notebook Dell Latitude D630.

$ cat /proc/cpuinfo
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 15
model name  : Intel(R) Core(TM)2 Duo CPU T7500  @ 2.20GHz
stepping: 10
cpu MHz : 2201.000
cache size  : 4096 KB
physical id : 0
siblings: 2
core id : 0
cpu cores   : 2
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm
constant_tsc arch_perfmon pebs bts pni monitor ds_cpl vmx est tm2 ssse3
cx16 xtpr lahf_lm ida
bogomips: 4394.82
clflush size: 64

processor   : 1
vendor_id   : GenuineIntel
cpu family  : 6
model   : 15
model name  : Intel(R) Core(TM)2 Duo CPU T7500  @ 2.20GHz
stepping: 10
cpu MHz : 2194.562
cache size  : 4096 KB
physical id : 0
siblings: 2
core id : 1
cpu cores   : 2
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm
constant_tsc arch_perfmon pebs bts pni monitor ds_cpl vmx est tm2 ssse3
cx16 xtpr lahf_lm ida
bogomips: 4388.83
clflush size: 64

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

Kernel: Linux 2.6.24-1-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 kpowersave depends on:
ii  hal  0.5.11-2Hardware Abstraction Layer
ii  kdelibs4c2a  4:3.5.9.dfsg.1-6core libraries and binaries for al
ii  libc62.7-10  GNU C Library: Shared libraries
ii  libdbus-1-3  1.2.1-2 simple interprocess messaging syst
ii  libdbus-qt-1-1c2 0.62.git.20060814-2 simple interprocess messaging syst
ii  libgcc1  1:4.3.1-2   GCC support library
ii  libhal1  0.5.11-2Hardware Abstraction Layer - share
ii  libstdc++6   4.3.1-2 The GNU Standard C++ Library v3
ii  libxext6 2:1.0.4-1   X11 miscellaneous extension librar
ii  libxss1  1:1.1.3-1   X11 Screen Saver extension library
ii  libxtst6 2:1.0.3-1   X11 Testing -- Resource extension 

kpowersave recommends no packages.

kpowersave suggests no packages.

-- no debconf information



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



Bug#446888: racoon problems with Cisco: Same here

2008-07-29 Thread Gunnar Schaller
Same problems here. I tried Debian etch and after that Debian lenny. 
With both I have the same errors.
I have 3 connections to 3 different Cisco IPSec Gateways with Preshared 
Keys, encryption 3des.


Gunnar Schaller



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



Bug#276369: Snakes found eating corpse

2008-07-29 Thread Blaszkowski

Man kills wife in accidental gas explosion http://www.scdormello.it/default.html



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



Bug#318244: Girl spears brother to death

2008-07-29 Thread Helie

Black dogs tear man apart http://cit-inc.net/default.html



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



Bug#492012: Confirm

2008-07-29 Thread Carl Fürstenberg
On Tue, Jul 29, 2008 at 07:09, Junichi Uekawa [EMAIL PROTECTED] wrote:

 By running the following command, I got the attached output:

 wrong bugreport.



How do you mean? isn't the bug relevant to apt-listbugs and that
particular error?


-- 
/Carl Fürstenberg [EMAIL PROTECTED]


Bug#223262: Fire threatens Hollywood

2008-07-29 Thread Olley

Gateway to stop selling PCs http://ebberov.homepage.dk/default.html



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



Bug#419535: Unknown person stabs Christian Bale

2008-07-29 Thread Vigilante

Dark Knight rules 2nd weekend http://cit-inc.net/default.html



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



Bug#492834: libquicktime1: New upstream release 1.0.3

2008-07-29 Thread Christian Marillat
Package: libquicktime1
Version: 2:1.0.2+debian-2+b1
Severity: normal

Hi,

Please update to this version.

Christian

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

Kernel: Linux 2.6.26 (SMP w/4 CPU cores)
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 libquicktime1 depends on:
ii  libavcodec51   3:20080706-0.2library to encode decode multimedi
ii  libavutil493:20080706-0.2avutil shared libraries
ii  libc6  2.7-12GNU C Library: Shared libraries
ii  libdv4 1.0.0-1+b1software library for DV format dig
ii  libfaad0   2.6.1-3   freeware Advanced Audio Decoder - 
ii  libgl1-mesa-glx [libgl 7.0.3-5   A free implementation of the OpenG
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libogg01.1.3-4   Ogg Bitstream Library
ii  libpng12-0 1.2.27-1  PNG library - runtime
ii  libraw1394-8   1.3.0-4   library for direct access to IEEE 
ii  libswscale03:20080706-0.2ffmpeg video scaling library
ii  libtheora0 1.0~beta3-1   The Theora Video Compression Codec
ii  libvorbis0a1.2.0.dfsg-3.1The Vorbis General Audio Compressi
ii  libvorbisenc2  1.2.0.dfsg-3.1The Vorbis General Audio Compressi
ii  libvorbisfile3 1.2.0.dfsg-3.1The Vorbis General Audio Compressi
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

libquicktime1 recommends no packages.

libquicktime1 suggests no packages.

-- no debconf information



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



Bug#478436: [reportbug-ng] does not use proxy server specified in $http_proxy, even if password is not needed

2008-07-29 Thread Roland Eggner
Package: reportbug-ng
Version: 1.0.1

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


(1)  Version 1.0.1 affected too.
For me it is a regression introduced with update 0.2007.10.30 - 1.0.1


(2)  Even if no password is needed, rng does NOT use local proxy server
specified as usual in $http_proxy.  rng accesses network directly, content is 
lost
as soon as my notebook goes offline.



--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.23.12roland2

Debian Release: lenny/sid
  500 unstablegd.tuwien.ac.at 
  500 testing security.debian.org 
  500 testing gd.tuwien.ac.at 
  500 oldstable   gd.tuwien.ac.at 
1 experimentalgd.tuwien.ac.at 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
python  | 2.5.2-1
python-support   (= 0.7.1) | 0.7.5
python-debianbts| 0.2.1
python-qt4  | 4.4.2-4
xdg-utils   | 1.0.1-2



-- 
Roland Eggner




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



Bug#492836: ruby1.8: (ruby 1.8.5) IO pos bug with sysread() and readpartial()

2008-07-29 Thread Andrey Nikitin
Package: ruby1.8
Version: 1.8.5-4etch2
Severity: normal

http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/a8d7678d402b5696

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

Versions of packages ruby1.8 depends on:
ii  libc6  2.3.6.ds1-13etch7 GNU C Library: Shared libraries
ii  libruby1.8 1.8.5-4etch2  Libraries necessary to run Ruby 1.

ruby1.8 recommends no packages.



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



Bug#492835: [reportbug-ng] please improve usability by keyboard, implement keybindings to set focus in mainwindow

2008-07-29 Thread Roland Eggner
Package: reportbug-ng
Version: 1.0.1
Severity: wishlist

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


Please improve usability by keyboard, implement keybindings to set focus in 
mainwindow on
(a)  input field
(b)  upper frame
(c)  lower frame


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.23.12roland2

Debian Release: lenny/sid
  500 unstablegd.tuwien.ac.at 
  500 testing security.debian.org 
  500 testing gd.tuwien.ac.at 
  500 oldstable   gd.tuwien.ac.at 
1 experimentalgd.tuwien.ac.at 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
python  | 2.5.2-1
python-support   (= 0.7.1) | 0.7.5
python-debianbts| 0.2.1
python-qt4  | 4.4.2-4
xdg-utils   | 1.0.1-2



-- 
Roland Eggner




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



Bug#492774: strace_4.5.17+cvs080723-1(sparc/unstable): FTBFS on sparc:error: expected '=', ',', ';', 'asm' or '__attribute__' before' pt_regs_is_syscall'

2008-07-29 Thread Julien Cristau
On Tue, Jul 29, 2008 at 01:25:02 +0100, Chris Lamb wrote:

 Martin Zobel-Helas wrote:
 
from ../syscall.c:72:
   /usr/include/asm-sparc/ptrace.h:44: error: expected '=', ',', ';', 'asm'
or '__attribute__' before 'pt_regs_is_syscall'
 
 I coincidentally bumped into this issue a few days ago when playing with
 ptrace on sparc. Defining bool locally fixed the problem for me; it's
 protected by #ifdef __KERNEL__ in linux/types.h.
 
 Hacky patch attached (untested as my sparc box is now in storage, alas).
 
or you could just #include stdbool.h

Cheers,
Julien



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



Bug#491309: NR_CPUS in debian linux-images

2008-07-29 Thread maximilian attems
hello

after getting an irc query and bug report on our currently set number of
cpu for the upcoming lenny release:
/boot/config-2.6.26-1-amd64:CONFIG_NR_CPUS=32

- http://bugs.debian.org/491309

we came to this issue:
10:13 waldi 1345623 3148364  417112 4911099  4aeffb x86_64-255/vmlinux
10:13 waldi 1339887  380556  273880 1994323  1e6e53 x86_64-32/vmlinux
10:13 waldi only change is the number of cpus *gna*

10:16 waldi struct irq_cfg irq_cfg[NR_IRQS] __read_mostly = {
10:18 waldi yeah, 2.5MiB just for the interrups
10:19 waldi #define NR_IRQS (256 + (32 * NR_CPUS))
10:29 waldi and because some parts have static initializers, it can't be moved
 into the bss section

the debian installer cares about the image size.

thanks for your input, as i see that you do the 4k cpu work on 2.6.27.

-- 
maks



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



Bug#276015: Girl bites brother's finger off

2008-07-29 Thread Agahan

Man caught eating remains of tiger http://heimerpara.de/default.html



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



Bug#180771: McCain meets Dalai Lama amidst China protest

2008-07-29 Thread nd

Cats found eating human corpse http://www.scdormello.it/default.html



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



Bug#129473: Terminator Salvation out in Asia

2008-07-29 Thread VanDyck

Terminator Salvation out in Asia http://cit-inc.net/default.html



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



Bug#487865: slrn: more information?

2008-07-29 Thread Jörg Sommer
Hi Tanguy,

Tanguy Ortolo schrieb am Tue 29. Jul, 00:00 (+0200):
 Package: slrn
 Version: 0.9.9~pre111-1
 Followup-For: Bug #487865
 
 Hello,
 
 This problem hitted me too...

So, please try the new package.

dget -x http://alioth.debian.org/~jo-guest/debian/slrn_0.9.9~pre122-1.dsc

Currently, I'm waiting for my sponsor to upload the package and I hope
I'll get a freeze exception.

Bye, Jörg.
-- 
The future is here. It's just not widely distributed yet.
   (William Gibson)


signature.asc
Description: Digital signature http://en.wikipedia.org/wiki/OpenPGP


Bug#492837: mozilla-bookmarksftp: Please update to ff3

2008-07-29 Thread giggz
Package: mozilla-bookmarksftp
Version: 1.0.2-6
Severity: wishlist

Hi,

This plugin is great!!! but with ff3 it doesn' work anymore. Could
please do something magical to solve this problem ???

Regards,
Guillaume


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

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

Versions of packages mozilla-bookmarksftp depends on:
ii  iceweasel 3.0.1-1lightweight web browser based on M

mozilla-bookmarksftp recommends no packages.

mozilla-bookmarksftp suggests no packages.

-- no debconf information



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



Bug#481979: [Pkg-alsa-devel] Bug#481979: some condiderations

2008-07-29 Thread Andrea Iacovitti
Il Monday 28 July 2008 19:43:09 Elimar Riesebieter ha scritto:
 On Mon, 28 Jul 2008 the mental interface of

 Andrea told:
  Ok,
  but alsa-base is an optional package and a normal user have to explicitly
  install it to avoid snd-pcsp loaded as first sound card.
  I had problem after trying 2.6.26 debian kernel from trunk (on lenny): at
  reboot artsd (i use kde) failed to work because of CPU overload (top
  command show 99% of cpu usage) , this was due to snd-pcsp; resolved
  manually installing alsa-base.
  Because most of users have a sound card installed and use alsa it's
  important to have snd-pcsp blacklisted even without alsa-base installed.
  Adding a Depends to alsa-base on libasound2 will be a good solution?

 Well, users are using artsd need to blacklist snd-pcsp, right? Maybe
 esound users as well. So it makes more sense to depend those zo
 alsa-base?

Don't think so: every software package that make use of alsa in turns depends 
on libaosund2.
Anyway i think the important is to avoid auto loading of snd-pcsp: how many 
users would need it?


thanks,
Andrea.











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



Bug#461806: Adopting it

2008-07-29 Thread Frank S. Thomas
Hi,

On Friday 07 March 2008 04:31, H.H. Ding wrote:
 retitle 461806 ITA: curlftpfs -- filesystem to access FTP hosts based on
 FUSE and cURL
 owner 461806 Ding Honghui [EMAIL PROTECTED]
 thanks

 I'll adopt this package.

What is the status of your ITA? Do you have packages of the new upstream 
release (0.9.2) ready for testing?

Cheers,
-- 
Frank S. Thomas [EMAIL PROTECTED]   PGP public key ID: 0xDC426429
Debian Developerfinger fst/[EMAIL PROTECTED]


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


Bug#471727: [pkg-cryptsetup-devel] Bug#471727: passdev keyscript

2008-07-29 Thread Christoph Anton Mitterer
On Tue, 2008-07-29 at 02:08 +0200, Jonas Meurer wrote:
 --- snip /usr/share/doc/cryptsetup/README.initramfs.gz ---
 If you have a keyfile on a removable device (e.g. a USB-key), you can use the
 passdev keyscript. It will wait for the device to appear, mount it read-only,
 read the key and then unmount the device.
Is it possible to somehow combine this with another keyscript?
I'm still working on my decrypt_openpgp keyscript, you remember?


Best wishes,
Chris




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



Bug#492839: dhcp3-client: Spaces in supersede are mapped to \032 for supersede domain-search

2008-07-29 Thread simon
Package: dhcp3-client
Version: 3.1.1-3
Severity: normal


In Debian Lenny - upto date as of this morning.

My /etc/dhcp3/dhclient.conf contains a line;

supersede domain-search example.com int.example.com lan1.example.com
example.example.com;

On completing a DHCP request /etc/resolv.conf contains:

search
example.com\032int.example.com\032lan1.example.com\032example.example.com.

The spaces are mapped to \032 and the last entry has a . appended.

The search doesn't function with these characters in.

I believe this worked before recent updates to Debian testing, certainly
no issue were noticed.

I believe my configuration is consistent with the example in the
dhclient.conf manual page.

DHCP server is running Debian Etch, and also has had recent relevant
patches applied.

I've modified the details to obscure internal domain names, but feel
free to contact me for the original files if you can not reproduce this problem 
easily.

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

Kernel: Linux 2.6.25-2-486
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 dhcp3-client depends on:
ii  debconf [debconf-2.0] 1.5.22 Debian configuration management sy
ii  debianutils   2.30   Miscellaneous utilities specific t
ii  dhcp3-common  3.1.1-3common files used by all the dhcp3
ii  libc6 2.7-10 GNU C Library: Shared libraries

dhcp3-client recommends no packages.

Versions of packages dhcp3-client suggests:
pn  avahi-autoipd none (no description available)
pn  resolvconfnone (no description available)

-- debconf information:
  dhcp3-client/dhclient-needs-restarting:
  dhcp3-client/dhclient-script_moved:



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



Bug#492838: clamav: Latest ClamAV™ stable release is: 0.93.3

2008-07-29 Thread Ralf Hildebrandt
Package: clamav
Version: 0.93.1.dfsg-1.1
Severity: wishlist


An update to 0.93.3 would be nice in order to silence the annoying
warnings:

WARNING: Your ClamAV installation is OUTDATED!
WARNING: Local version: 0.93.1 Recommended version: 0.93.3
DON'T PANIC! Read http://www.clamav.net/support/faq

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

Kernel: Linux 2.6.26-git11 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages clamav depends on:
ii  clamav-freshclam [clam 0.93.1.dfsg-1.1   anti-virus utility for Unix - viru
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libclamav4 0.93.1.dfsg-1.1   anti-virus utility for Unix - libr
ii  libgmp3c2  2:4.2.2+dfsg-3Multiprecision arithmetic library
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages clamav recommends:
ii  arj  3.10.22-6   archiver for .arj files
ii  clamav-base  0.93.1.dfsg-1.1 anti-virus utility for Unix - base
ii  unzoo4.4-7   zoo archive extractor

Versions of packages clamav suggests:
pn  clamav-docs   none (no description available)
pn  lha   none (no description available)
pn  unrar none (no description available)

-- no debconf information



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



Bug#208252: Cats attack schoolkids in town

2008-07-29 Thread Tanskanen

Smackdown highlights http://rs0009663.ipower.com/default.html



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



Bug#478436: [reportbug-ng] does not use proxy server specified in $http_proxy, even if password is not needed

2008-07-29 Thread Bastian Venthur
Rng has two components dealing with net access: the browser window and
the python-debianbts. Could you please try if the browser window is also
affected? Just enter an URL like http://debian.org; and test if rng
loads the URL with your proxy settings.


Cheers,

Bastian


-- 
Bastian Venthur  http://venthur.de
Debian Developer venthur at debian org




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



Bug#486517: Another possible fix

2008-07-29 Thread Steve Langasek
On Mon, Jun 23, 2008 at 07:48:50PM -0700, Tom R wrote:
 Another possible resolution is to mount the share with the nounix option. 

 The following is from https://bugzilla.novell.com/show_bug.cgi?id=402113
 
 These errors are due to the servers running older versions of Samba that
 are not supporting Linux extensions. Earlier, when the Linux extensions
 were negotiated and the client finds that the server doesn't support it,
 it silently works assuming no Linux Extensions support. Recently upstream
 code has changed in a way to explicitly fail the mounts to indicate buggy
 Linux Extensions support by the server and there is a mount option
 (-o nounix) provided if you still want to mount it.

 Or Alternatively, disable unix extensions support in the server itself in
 smb.conf by setting unix extensions = no.

Considering that the bug submitter reported problems when mounting from a
server running samba 3.0.24, I don't think the server is missing Unix
extensions support; and if the current mount.cifs client is that fragile wrt
agreeing that the server has Unix extensions, vs. bailing and breaking the
mount request, I think that would be a client bug.

 This resolution wasn't necessary for my copy of LennyBeta2; however, it
 was the resolution for my machine running openSUSE 11.0.

If this hasn't even been shown to be able to fix the problem, I don't see
how you can propose it as a resolution.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
[EMAIL PROTECTED] [EMAIL PROTECTED]



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



Bug#492842: aeskulap: LP bug 229681: Aeskulap images not seen

2008-07-29 Thread Charles Plessy
Package: aeskulap
Version: 0.2.2b1-2
Severity: grave
Justification: renders package unusable

Hi all,

I was browsing aeskulap's PTS page and found the Ubuntu bug 229681:
https://bugs.launchpad.net/ubuntu/+source/aeskulap/+bug/229681

Basically, the user complains that aeskulap does not display images
anymore.

I tried to use aeskulap with the following DICOM files:

- http://www.barre.nom.fr/medical/samples/files/MR-MONO2-8-16x-heart.gz
- http://www.barre.nom.fr/medical/samples/files/MR-MONO2-16-knee.gz

While I can display them with xmedcon (anther DICOM viewer we package),
with aeskulap I see only plain black. I have not used aeskulap before,
so I do not know how it should work, but I think that we have to take
the Ubuntu bug very seriously (indeed gravely, severitywise).

Have a nice day,

-- Charles

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

Kernel: Linux 2.6.25-1-powerpc64 (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 aeskulap depends on:
ii  gconf2 2.22.0-1  GNOME configuration database syste
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libcairo2  1.6.4-1+b1The Cairo 2D vector graphics libra
ii  libcairomm-1.0-1   1.6.0-1   C++ wrappers for Cairo (shared lib
ii  libdcmtk1  3.5.4-3   The OFFIS DICOM toolkit runtime li
ii  libfontconfig1 2.5.0-2   generic font configuration library
ii  libgcc11:4.3.1-7 GCC support library
ii  libgconf2-42.22.0-1  GNOME configuration database syste
ii  libgconfmm-2.6-1c2 2.22.0-1  C++ wrappers for GConf (shared lib
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglademm-2.4-1c2a2.6.6-1   C++ wrappers for libglade2 (shared
ii  libglib2.0-0   2.16.3-2  The GLib library of C routines
ii  libglibmm-2.4-1c2a 2.16.2-1  C++ wrapper for the GLib toolkit (
ii  libgtk2.0-02.12.9-3  The GTK+ graphical user interface 
ii  libgtkmm-2.4-1c2a  1:2.12.7-1C++ wrappers for GTK+ 2.4 (shared 
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libpango1.0-0  1.20.4-1  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  libsigc++-2.0-0c2a 2.0.18-2  type-safe Signal Framework for C++
ii  libstdc++6 4.3.1-7   The GNU Standard C++ Library v3
ii  libtiff4   3.8.2-8   Tag Image File Format (TIFF) libra
ii  libwrap0   7.6.q-15  Wietse Venema's TCP wrappers libra
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcb-render-util00.2+git41-1   utility libraries for X C Binding 
ii  libxcb-render0 1.1-1.1   X C Binding, render extension
ii  libxcb11.1-1.1   X C Binding
ii  libxml22.6.32.dfsg-2 GNOME XML library
ii  libxrender11:0.9.4-1 X Rendering Extension client libra
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

aeskulap recommends no packages.

-- debconf-show failed



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



Bug#483168: Parted crashes when using GPT and a volume is resized

2008-07-29 Thread Bernhard Miklautz
With the version 1.8.8.git.2008.03.24-7 from unstable the bug does not
occur anymore.



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



Bug#492841: bugfix release lyx 1.5.6 is out

2008-07-29 Thread G. Milde
Package: lyx
Version: 1.5.5-1
Severity: important


on 2008-07-28, the LyX team announced the Public release of LyX version
1.5.6 (see http://www.lyx.org/announce/1_5_6.txt) with the suggestion:

   All users are encouraged to upgrade to this version.

LyX 1.5.6 contains important bugfixes, including:

- Implement properly word-movement code for both windows and mac
  conventions. 
  
  This also fixes the data-eating 'word-delete' deletes following non-word
  items (including equations and floats) bug!

- Fix LaTeX export of combining characters in utf-8* encodings.

- Output paper size information to dvi or pdf documents when using
  landscape orientation, such that viewers can properly display them.

- Fix crash related to the outline pane with some documents.

- Fix crash when clicking with middle button on a collapsable inset.


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

Kernel: Linux 2.6.24-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 lyx depends on:
ii  libaiksaurus-1.2-0c2a  1.2.1+dev-0.12-5  an English-language thesaurus (dev
ii  libaspell150.60.6-1  GNU Aspell spell-checker runtime l
ii  libboost-filesystem1.3 1.34.1-11 filesystem operations (portable pa
ii  libboost-regex1.34.1   1.34.1-11 regular expression library for C++
ii  libboost-signals1.34.1 1.34.1-11 managed signals and slots library 
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libgcc11:4.3.1-2 GCC support library
ii  libqtcore4 4.4.0-4   Qt 4 core module
ii  libqtgui4  4.4.0-4   Qt 4 GUI module
ii  libstdc++6 4.3.1-2   The GNU Standard C++ Library v3
ii  libx11-6   2:1.1.4-2 X11 client-side library
ii  lyx-common 1.5.5-1   Architecture-independent files for
ii  mime-support   3.44-1MIME files 'mime.types'  'mailcap
ii  xdg-utils  1.0.2-6   desktop integration utilities from
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages lyx recommends:
ii  acroread [pdf-viewe 8.1.2-0.2Adobe Acrobat Reader: Portable Doc
ii  dvipng  1.11-1   convert DVI files to PNG graphics
ii  ghostscript [postsc 8.62.dfsg.1-2.1  The GPL Ghostscript PostScript/PDF
ii  gv [postscript-view 1:3.6.4-3PostScript and PDF viewer for X
ii  imagemagick 7:6.3.7.9.dfsg1-2+b2 image manipulation programs
ii  latex-xft-fonts 0.1-8Xft-compatible versions of some La
ii  preview-latex-style 11.83-7.1extraction of elements from LaTeX 
ii  psutils 1.17-26  A collection of PostScript documen
ii  texlive-fonts-recom 2007.dfsg.1-2TeX Live: Recommended fonts
ii  texlive-latex-recom 2007.dfsg.1-2TeX Live: LaTeX recommended packag
ii  xpdf-reader [pdf-vi 3.02-1.3 Portable Document Format (PDF) sui

Versions of packages lyx suggests:
ii  chktex 1.6.3-2   Finds typographic errors in LaTeX
ii  cups-bsd [lpr] 1.3.7-9   Common UNIX Printing System(tm) - 
ii  cups-client [cupsys-client 1.3.7-9   Common UNIX Printing System(tm) - 
ii  dillo [www-browser]0.8.6-3   Small and fast web browser
pn  dvipostnone(no description available)
ii  elinks [www-browser]   0.11.4-1+b1   advanced text-mode WWW browser
ii  gnuhtml2latex  0.3-4 A Perl script that converts html f
ii  groff  1.18.1.1-20   GNU troff text-formatting system
ii  hevea  1.10-5translates from LaTeX to HTML, inf
ii  iceweasel [www-browser]3.0~rc2-2 lightweight web browser based on M
pn  latex2rtf  none(no description available)
ii  libtiff-tools  3.8.2-10  TIFF manipulation and conversion t
pn  linuxdoc-tools none(no description available)
ii  menu   2.1.39generates programs menu for all me
pn  noweb  none(no description available)
ii  rcs5.7-23The GNU Revision Control System
pn  sgmltools-lite none(no description available)
ii  tex4ht 20080614-1LaTeX and TeX for Hypertext (HTML)
ii  texlive-latex-extra2007.dfsg.2-1 TeX Live: LaTeX supplementary pack
ii  tth3.67-4TeX/LaTeX to HTML converter
pn  writer2latex   none(no description available)
ii  wv 1.2.4-2   Programs for accessing Microsoft W

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of 

Bug#492287: crash caused by corrupted file

2008-07-29 Thread Frank Höger
Hello Aigars,

while examining the situation more thoroughly I found out that the crash
was caused by a corrupted backup file which most probably was caused by
a hard drive error on one of my RAID 1 disks. Renaming the corrupted
flist file to flist.corrupt resolved the issue and the restore
program worked again as expected. I think corrupted files should not
leave the whole program inoperable.


Kind regards,
Frank



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



Bug#486293: marked as done (josm fails to start - Couldn't find Main-Class attribute in /usr/share/josm/josm.jar Manifest.)

2008-07-29 Thread Mark Purcell
Thanks that fixed the issue.

Mark


On Sun, 20 Jul 2008, Debian Bug Tracking System wrote:
 Your message dated Sun, 20 Jul 2008 00:51:47 +
 with message-id [EMAIL PROTECTED]
 and subject line Bug#486293: fixed in josm 0.0.0.20080713-1
 has caused the Debian Bug report #486293,
 regarding josm fails to start - Couldn't find Main-Class attribute in
 /usr/share/josm/josm.jar Manifest. to be marked as done.

 This means that you claim that the problem has been dealt with.
 If this is not the case it is now your responsibility to reopen the
 Bug report if necessary, and/or fix the problem forthwith.

 (NB: If you are a system administrator and have no idea what this
 message is talking about, this may indicate a serious mail system
 misconfiguration somewhere. Please contact [EMAIL PROTECTED]
 immediately.)




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


Bug#471727: [pkg-cryptsetup-devel] Bug#471727: passdev keyscript

2008-07-29 Thread Jonas Meurer
On 29/07/2008 Christoph Anton Mitterer wrote:
 On Tue, 2008-07-29 at 02:08 +0200, Jonas Meurer wrote:
  --- snip /usr/share/doc/cryptsetup/README.initramfs.gz ---
  If you have a keyfile on a removable device (e.g. a USB-key), you can use 
  the
  passdev keyscript. It will wait for the device to appear, mount it 
  read-only,
  read the key and then unmount the device.
 Is it possible to somehow combine this with another keyscript?
 I'm still working on my decrypt_openpgp keyscript, you remember?

Hey Christoph,

You can invoke /lib/cryptsetup/passdev from your keyscript directly. It
is currently not possible to combine several keyscripts in /etc/crypttab.

greetings,
 jonas


signature.asc
Description: Digital signature


Bug#471727: [pkg-cryptsetup-devel] Bug#471727: passdev keyscript

2008-07-29 Thread Christoph Anton Mitterer
On Tue, 2008-07-29 at 11:30 +0200, Jonas Meurer wrote:
 You can invoke /lib/cryptsetup/passdev from your keyscript directly. It
 is currently not possible to combine several keyscripts in /etc/crypttab.
Unfortunately this has the problem, that the keyscript always invokes
passdev (except you do ugly tests or so ;) )... but perhaps it's not
required when setting up devices (e.g. non-root-filesystems).

Wouldn't it make sense that cryptsetups scripts _always_ run passdev
automatically,... checking whether the file is available, and if not,
mounting the source?
One could even be backwards compatible by making
[source-device:]key-file optional


Chris.




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



Bug#492840: rhythmbox: fails to play songs from iPod

2008-07-29 Thread Ignacio Díez Arias
Package: rhythmbox
Version: 0.11.6-1
Severity: important


Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: =?utf-8?q?Ignacio_D=C3=ADez_Arias?= [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: rythmbox: Fails to play songs in iPod
Message-ID: [EMAIL PROTECTED]
X-Mailer: reportbug 3.44
Date: Tue, 29 Jul 2008 11:21:44 +0200
X-Debbugs-Cc: [EMAIL PROTECTED]

Package: rhythmbox
Version: 0.11.6-1
Severity: important

When playing song directly from the iPod, Rhythmbox renders
a warning dialog box, saying it could not find the file. However,
the file does exist. In the details tab from the properties
window, I can see that RB displays the song filename (unexpectedly)
in upper case, whereas the file name in the device is in lower case.

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

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

Versions of packages rhythmbox depends on:
ii  dbus   1.2.1-2   simple interprocess messaging syst
ii  gconf2 2.22.0-1  GNOME configuration database syste
ii  gnome-icon-theme   2.22.0-1  GNOME Desktop icon theme
ii  gstreamer0.10-alsa [gs 0.10.20-1 GStreamer plugin for ALSA
ii  gstreamer0.10-esd [gst 0.10.8-4  GStreamer plugin for ESD
ii  gstreamer0.10-gnomevfs 0.10.20-1 GStreamer plugin for GnomeVFS
ii  gstreamer0.10-plugins- 0.10.20-1 GStreamer plugins from the base 
ii  gstreamer0.10-plugins- 0.10.8-4  GStreamer plugins from the good 
ii  gstreamer0.10-x0.10.20-1 GStreamer plugins for X11 and Pang
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  libavahi-client3   0.6.23-2  Avahi client library
ii  libavahi-common3   0.6.23-2  Avahi common library
ii  libavahi-glib1 0.6.23-2  Avahi glib integration library
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-12GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6   The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.1-2   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.76-1simple interprocess messaging syst
ii  libexpat1  2.0.1-4   XML parsing C library - runtime li
ii  libfontconfig1 2.6.0-1   generic font configuration library
ii  libfreetype6   2.3.7-1   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-keyring0  2.22.3-1  GNOME keyring services library
ii  libgnome-media02.22.0-3  runtime libraries for the GNOME me
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  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  libgpod3   0.6.0-6   library to read and write songs an
ii  libgstreamer-plugins-b 0.10.20-1 GStreamer libraries from the base
ii  libgstreamer0.10-0 0.10.20-1 Core GStreamer libraries and eleme
ii  libgtk2.0-02.12.11-3 The GTK+ graphical user interface 
ii  libhal10.5.11-2  Hardware Abstraction Layer - share
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  liblircclient0 0.8.3-2   infra-red remote control support -
ii  libmtp70.2.6.1-3 Media Transfer Protocol (MTP) libr
ii  libmusicbrainz4c2a 2.1.5-2   Second generation incarnation of t
ii  libnautilus-burn4  2.20.0-1  Nautilus Burn Library - runtime ve
ii  libnotify1 [libnotify1 0.4.4-3   sends desktop notifications to a n
ii  libnspr4-0d4.7.1-3   NetScape Portable Runtime Library
ii  liborbit2  1:2.14.13-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.20.5-1  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  libsexy2   0.1.11-2  

Bug#492760: ITP: freedink -- A portable version of the Dink Smallwood game engine.

2008-07-29 Thread Guus Sliepen
On Mon, Jul 28, 2008 at 06:40:11PM +0100, Bradley Smith wrote:

   Description : A portable version of the Dink Smallwood game engine.

The short description should be self-contained (people reading it may
not see the long description at the same time). People generally do not
know what a Dink Smallwood is, so you shouldn't refer to it in the short
description. A better one is:

Description: adventure and role-playing game engine

 Dink Smallwood is an adventure/role-playing game, similar to Zelda, made
 by RTsoft. Besides twisted humour, it includes the actual game editor,
 allowing players to create hundreds of new adventures called Dink
 Modules or D-Mods for short. The Dink Network hosts a copy of almost all
 of them.

I do not know for sure, but I think Dink Smallwood is a game, and
FreeDink is just a game engine. You should make this clear in the long
description.

 In 2003, Seth A. Robinson from RTsoft released the source code of the
 game engine, at version 1.07, under a free software license.

You shouldn't mention the above sentence in the long description. The
copyright information goes into the debian/copyright file, the version
number is already part of the package, and the fact that it is released
under a free software license is also superfluous, since your package
will be part of Debian :)

-- 
Met vriendelijke groet / with kind regards,
  Guus Sliepen [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#492843: postgresql-common: pg_ctlcluster fails to offer pg_ctl options

2008-07-29 Thread Dimitri
Package: postgresql-common
Version: 85
Severity: important

Hi,

The pg_ctlcluster does not allow to use all pg_ctl options, the -m
option in particular is much needed. User reports failure to stop or
restart their PostgreSQL server with /etc/init.d scripts, and
resorting to pg_ctlcluster is not helping at all.

Even worse, debian packaging makes /usr/lib/postgresql/8.X/bin/pg_ctl
tool non-usable, as it's unaware of where to find the .pid and the
.conf files given the PGDATA var (/var/lib/postgres/8.X/main/data).

Please export all pg_ctl options to pg_ctlcluster wrapper script in a
way allowing the user to effectively control its debian PostgreSQL
clusters.

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

Versions of packages postgresql-common depends on:
ii  adduser3.102 Add and remove users and groups
ii  debconf [debconf-2.0]  1.5.11etch1   Debian configuration management sy
ii  lsb-base   3.1-23.2etch1 Linux Standard Base 3.1 init scrip
ii  postgresql-client-common   85manager for multiple PostgreSQL cl
ii  procps 1:3.2.7-3 /proc file system utilities
ii  ssl-cert   1.0.14Simple debconf wrapper for openssl

postgresql-common recommends no packages.

-- debconf information:
  postgresql-common/obsolete-major:



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



Bug#492728: openssh-client: no longer works with ProxyCommand (can't find shell)

2008-07-29 Thread Colin Watson
forwarded 492728 https://bugzilla.mindrot.org/show_bug.cgi?id=1494
thanks

On Mon, Jul 28, 2008 at 03:49:40PM +0200, Vincent Lefevre wrote:
 Package: openssh-client
 Version: 1:5.1p1-1
 Severity: grave
 
 (Setting to grave because this is a serious regression that prevents
 from using ssh with some hosts without any workaround and this bug
 must be fixed before lenny is released.)
 
 For a host for which I have a ProxyCommand:
 
 vin:~ echo $SHELL
 zsh
 vin:~ ssh xx.x.xx
 zsh: No such file or directory
 ssh_exchange_identification: Connection closed by remote host
 
 Note: POSIX does not require that SHELL contain a full pathname.

Thanks. Forwarded upstream with a patch; I'll get it fixed in Debian
shortly.

-- 
Colin Watson   [EMAIL PROTECTED]



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



Bug#389666: Killer dogs tear intruder apart

2008-07-29 Thread petel

Playboy cover features Chelsea Clinton http://cit-inc.net/default.html



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



Bug#173513: Black dogs tear man apart

2008-07-29 Thread ohad

McCain criticizes Obama for lack of empathy 
http://ebberov.homepage.dk/default.html



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



Bug#60981: Fire threatens Hollywood

2008-07-29 Thread cheung

Michael Vick escapes from Federal jail http://ebberov.homepage.dk/default.html



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



Bug#484467: cpufreqd fails when loading battery status

2008-07-29 Thread alberto maurizi
Package: cpufreqd
Followup-For: Bug #484467


Because it uses obsolete /proc/acpi/battery, cpufreqd fails to start:
Jul 29 11:44:30 krsna cpufreqd: acpi_battery_init: error, acpi_battery 
module not compiled or inserted (/proc/acpi/battery/: No
such file or directory)? 
Jul 29 11:44:30 krsna cpufreqd: acpi_battery_init: exiting. 

By the way, if /proc/acpi is obsolete, why it still exists (but does not
contain battery/ anmore)?

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

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

Versions of packages cpufreqd depends on:
ii  libc6 2.7-12 GNU C Library: Shared libraries
ii  libcpufreq0   004-2  shared library to deal with the cp
ii  libsensors3   1:2.10.7-1 library to read temperature/voltag
ii  libsysfs2 2.1.0-4interface library to sysfs
ii  lsb-base  3.2-15 Linux Standard Base 3.2 init scrip

Versions of packages cpufreqd recommends:
ii  acpid 1.0.6-10   Utilities for using ACPI power man

Versions of packages cpufreqd suggests:
ii  cpufrequtils  004-2  utilities to deal with the cpufreq

-- no debconf information



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



Bug#491309: NR_CPUS in debian linux-images

2008-07-29 Thread Frederik Schueler
Hi,

from cujrrent intel and amd roadmaps, expect 4-way and 8-way 12 core
boxes during the lenny life cycle.

I think NR_CPUS should really be set to 96, at least. 

On Tue, Jul 29, 2008 at 10:25:32AM +0200, maximilian attems wrote:
 we came to this issue:
 10:13 waldi 1345623 3148364  417112 4911099  4aeffb x86_64-255/vmlinux
 10:13 waldi 1339887  380556  273880 1994323  1e6e53 x86_64-32/vmlinux
 10:13 waldi only change is the number of cpus *gna*
 
 10:16 waldi struct irq_cfg irq_cfg[NR_IRQS] __read_mostly = {
 10:18 waldi yeah, 2.5MiB just for the interrups
 10:19 waldi #define NR_IRQS (256 + (32 * NR_CPUS))
 10:29 waldi and because some parts have static initializers, it can't be 
 moved
  into the bss section
 
 the debian installer cares about the image size.

What is the actual limit?

Not raising this setting means loosing even more on the enterprise and
HPC terrain.

Best regards
Frederik Schüler

-- 
ENOSIG


signature.asc
Description: Digital signature


Bug#492844: RM: www-sql -- ROM; unmaintained, uninstallable for 6+ months

2008-07-29 Thread Hamish Moffatt
Package: ftp.debian.org
Severity: normal

Please remove www-sql.. it's old, not actively developed upstream, and
nobody seems to use it (including me). php, mod_perl etc are better
choices.

thanks,
Hamish

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

Kernel: Linux 2.6.22-2-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/bash



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



Bug#492781: ssh hangs after upgrades

2008-07-29 Thread Colin Watson
On Mon, Jul 28, 2008 at 01:57:23PM -0600, Bruce Sass wrote:
 With one of the three Unstable boxes I run ssh consistently
 stops working (hangs without giving me a password prompt)
 after an upgrade (via dselect, using the APT method) until
 the system is rebooted.
[...]
 debug1: SSH2_MSG_SERVICE_REQUEST sent
 debug2: service_accept: ssh-userauth
 debug1: SSH2_MSG_SERVICE_ACCEPT received
 --- it hangs at this point until I ctrl-c it ---

Looks like that would be inside pubkey_prepare in sshconnect2.c,
probably while trying to communicate with the authentication agent.
Could you get an strace (you can send me it privately if you're worried
about exposing private key material)? As a workaround, unsetting
SSH_AUTH_SOCK might help?

-- 
Colin Watson   [EMAIL PROTECTED]



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



Bug#492715: [reportbug-ng] treatment of nasty strings in input field summary

2008-07-29 Thread Roland Eggner
Package: reportbug-ng
Version: 1.0.1

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

On Monday July 28th 2008 at 13:25:27 Roland Eggner wrote:
 ..
 How to encounter this bug
 ..
 (2)  In input field summary enter a string containing a doublequote and
 later a * character.  My first unintended trial was
 crash on exit glibc detected *** amarokapp: corrupted double-linked list: 
 0x0808ded0


On Tuesday July 29th 2008 at 00:29:42 Bastian Venthur wrote:
 Hi Roland,
 
 thanks for the bugreport. Unfortunately I cannot reproduce it. I've
 tried to enter something like foo *  in the summary and icedove
 started without problems. Could you please give me a string which will
 show the problem?

String cited above.  With 1.0.1 cannot reproduce any more.

 
 I also noticed, that you're using a very old version of rng. Could you
 please test if this still happens with a more current version?

Installed 1.0.1
---
Handles GRACEFULLY my original bug triggering string cited above :)


I tried some nasty strings and found:
---
(a)  NO security relevant issues, NO shell file name expansion.
(b)  Unquoted $EnVars are expanded .. this may be called a feature.
(c)  Using an escaped doublequote it is possible to get an additional recipient
in kmail composer .. one may argue this is a feature, not a bug.
(d)  The worst behavior I could tweak was with string
test q bq\additional recipient 1 bq\ bbq\\ bbbq\\\ q s * bs \* 
bbs \\* bbbs \\\* s *

namely huge konsole output, the last ~20 lines were

  File /var/lib/python-support/python2.5/rnghelpers.py, line 166, in 
prepareMail
prepareMail(mua, to, subject, body)
  File /var/lib/python-support/python2.5/rnghelpers.py, line 164, in 
prepareMail
logger.warning(Grr! Calling the MUA failed. Length of the command is: %s 
% str(len(command)))
  File /usr/lib/python2.5/logging/__init__.py, line 999, in warning
apply(self._log, (WARNING, msg, args), kwargs)
  File /usr/lib/python2.5/logging/__init__.py, line 1101, in _log
self.handle(record)
  File /usr/lib/python2.5/logging/__init__.py, line , in handle
self.callHandlers(record)
  File /usr/lib/python2.5/logging/__init__.py, line 1148, in callHandlers
hdlr.handle(record)
  File /usr/lib/python2.5/logging/__init__.py, line 655, in handle
self.emit(record)
  File /usr/lib/python2.5/logging/__init__.py, line 757, in emit
self.handleError(record)
  File /usr/lib/python2.5/logging/__init__.py, line 706, in handleError
traceback.print_exception(ei[0], ei[1], ei[2], None, sys.stderr)
  File /usr/lib/python2.5/traceback.py, line 125, in print_exception
print_tb(tb, limit, file)
  File /usr/lib/python2.5/traceback.py, line 67, in print_tb
'  File %s, line %d, in %s' % (filename,lineno,name))
RuntimeError: maximum recursion depth exceeded


Conclusions:

(1)  From my point of view, treatment of my test strings (designed rather
far away from real life) is acceptable.
(2)  As I don't see security relevance any more apart from (4), I believe
other issues are more important.  Apart from in 1.1 already implemented
features (settings window, save sort order) my most desired wishes for rng
are #478436 and #492835.
(3)  I suggest downgrading this bugreport to minor.
(4)  What remains to do, is an analysis of above reported behavior (d) and
a check if there is any security problem associated with the almost
infinit loop.


Looking forward to 1.1, probably tomorrow available on the ftp mirror I am
using :)
Many thanks for your work, by lever effect (more bugreports) it is a benefit
for the whole Debian project  :)



--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.23.12roland2

Debian Release: lenny/sid
  500 unstablegd.tuwien.ac.at 
  500 testing security.debian.org 
  500 testing gd.tuwien.ac.at 
  500 oldstable   gd.tuwien.ac.at 
1 experimentalgd.tuwien.ac.at 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
python  | 2.5.2-1
python-support   (= 0.7.1) | 0.7.5
python-debianbts| 0.2.1
python-qt4  | 4.4.2-4
xdg-utils   | 1.0.1-2



-- 
Roland Eggner




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



Bug#261767: Guy Ritchie to split with Madonna

2008-07-29 Thread Chapnick

Man caught eating remains of tiger http://ebberov.homepage.dk/default.html



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



Bug#478436: [reportbug-ng] no proxy access at all

2008-07-29 Thread Roland Eggner
Package: reportbug-ng
Version: 1.0.1

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

On Tuesday July 29th 2008 at 11:25:51 +0200 Bastian Venthur wrote:
 Rng has two components dealing with net access: the browser window and
 the python-debianbts. Could you please try if the browser window is also
 affected? Just enter an URL like http://debian.org; and test if rng
 loads the URL with your proxy settings.

Tried your example:
No proxy access by rng at all,
my rather verbose proxy log file remains unchanged.


Nice surprise, did not know that rng can fetch and render arbitrary http sites.



--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.23.12roland2

Debian Release: lenny/sid
  500 unstablegd.tuwien.ac.at 
  500 testing security.debian.org 
  500 testing gd.tuwien.ac.at 
  500 oldstable   gd.tuwien.ac.at 
1 experimentalgd.tuwien.ac.at 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
python  | 2.5.2-1
python-support   (= 0.7.1) | 0.7.5
python-debianbts| 0.2.1
python-qt4  | 4.4.2-4
xdg-utils   | 1.0.1-2



-- 
Roland Eggner




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



Bug#492842: [Debian-med-packaging] Bug#492842: aeskulap: LP bug 229681: Aeskulap images not seen

2008-07-29 Thread Andreas Tille

On Tue, 29 Jul 2008, Charles Plessy wrote:


I was browsing aeskulap's PTS page and found the Ubuntu bug 229681:
https://bugs.launchpad.net/ubuntu/+source/aeskulap/+bug/229681

Basically, the user complains that aeskulap does not display images
anymore.

I tried to use aeskulap with the following DICOM files:

- http://www.barre.nom.fr/medical/samples/files/MR-MONO2-8-16x-heart.gz
- http://www.barre.nom.fr/medical/samples/files/MR-MONO2-16-knee.gz

While I can display them with xmedcon (anther DICOM viewer we package),
with aeskulap I see only plain black. I have not used aeskulap before,
so I do not know how it should work, but I think that we have to take
the Ubuntu bug very seriously (indeed gravely, severitywise).


Yes, we should - but please consider me on vacation for one week (see
my last mail) ...

Kind regards

 Andreas.

--
http://fam-tille.de



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



Bug#492727: ITP: uuidm -- Universally unique identifiers for OCaml

2008-07-29 Thread Guus Sliepen
On Mon, Jul 28, 2008, Sylvain Le Gall wrote:

 uuidm is the name of the source package. libuuidm-ocaml-dev is the
 name of the binary package as per OCaml Policy.

Perhaps it is better to also include ocaml in the source package name.
There are a lot of languages, and they probably all have
module/library/component for generating hashes and unique identifiers.
To avoid possible conflicts in the source package name space, make your
source package identifier unique as well ;)

-- 
Met vriendelijke groet / with kind regards,
  Guus Sliepen [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#492513: [digikam] does not start :: symbol lookup error: digikam: undefined symbol

2008-07-29 Thread Marc 'HE' Brockschmidt
Mark Purcell [EMAIL PROTECTED] writes:
 On Sun, 27 Jul 2008, Nadav Kavalerchik wrote:
 after upgrade 0.9.3 -- 0.9.4 i get:
 laptop:~# digikam
 digikam: symbol lookup error: digikam: undefined symbol:
 _ZN4KIPI9Interface7versionEv

 and it does not start :-(

 [...]
 libkipi0  | 0.1.5-2

 Nadav,

 Thanks for the report.  This symbol is provided by libkipi0 0.1.6-1.

 The fix will require an soname bump and NEW package for libkipi

Why? If it's just a new symbol, bump the shlib and be done with it.

Marc
-- 
BOFH #248:
Too much radiation coming from the soil.


pgpE2hlEbOj8R.pgp
Description: PGP signature


Bug#492845: rungetty: Segfault on AMD64

2008-07-29 Thread Michael Lehmeier
Package: rungetty
Version: 1.2-12
Severity: grave
Justification: renders package unusable


rungetty can not start in the amd64 distribution without segfaults.
This problem can easily be fixed by getting the sources of the package and 
building the 
packages on the local system.
The locally built package runs without problems.
The package from the distribution is broken.

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

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

Versions of packages rungetty depends on:
ii  libc6 2.7-10 GNU C Library: Shared libraries

rungetty recommends no packages.

rungetty suggests no packages.

-- no debconf information



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



Bug#478436: [reportbug-ng] no proxy access at all

2008-07-29 Thread Bastian Venthur
Ok, this is actually a regression. Rng did support proxies in the past,
but when I moved all the BTS specific stuff to python-debianbts this
feature got lost. I'll fix that as soon as possible.


Cheers,

Bastian


-- 
Bastian Venthur  http://venthur.de
Debian Developer venthur at debian org




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



Bug#471727: [pkg-cryptsetup-devel] Bug#471727: passdev keyscript

2008-07-29 Thread Jonas Meurer
Hey Christoph,

On 29/07/2008 Christoph Anton Mitterer wrote:
 On Tue, 2008-07-29 at 11:30 +0200, Jonas Meurer wrote:
  You can invoke /lib/cryptsetup/passdev from your keyscript directly. It
  is currently not possible to combine several keyscripts in /etc/crypttab.
 Unfortunately this has the problem, that the keyscript always invokes
 passdev (except you do ugly tests or so ;) )... but perhaps it's not
 required when setting up devices (e.g. non-root-filesystems).

I'm not sure that I understand what you mean. If you want your keyscript
to mount any removable media to read the keyfile from, passdev is the
way to go. If you don't need that, simply don't use passdev.
In case that you want to support both, just check for existance of the
keyfile *in your keyscript* and invoke passdev only when the keyfile is
not available yet.

 Wouldn't it make sense that cryptsetups scripts _always_ run passdev
 automatically,... checking whether the file is available, and if not,
 mounting the source?
 One could even be backwards compatible by making
 [source-device:]key-file optional

I don't see any reason to do that. Please stop requesting the
implementation of any random function in cryptdisks only because you
think that it would be useful for your keyscript. cryptdisks is already
way to cluttered.

If it is possible to implement the required functionality inside the
keyscript, that's the way to go.

Also, what would be the advantage of doing ugly tests or so in
cryptdisks over doing them in the keyscript directly?

greetings,
 jonas



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



Bug#299014: Bullies face huge health risk

2008-07-29 Thread Niki

US Soldiers kill villagers http://www.scdormello.it/default.html



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



Bug#343434: gnupg: FTBFS (ppc64): Please use '--disable-asm' on ppc64

2008-07-29 Thread Thijs Kinkhorst
Hi Andreas,

I don't have a ppc64 system available. Can you confirm that this bug is still 
current with the version from unstable?


cheers,
Thijs


pgpenz6mRyDhX.pgp
Description: PGP signature


Bug#429658: Arnold Schwarzenegger quits as Governer

2008-07-29 Thread neil

Tropical storm watch issued for Florida http://www.scdormello.it/default.html



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



Bug#189866: Boy eats rats daily

2008-07-29 Thread Paull

Wii version 3 launched with greater size http://www.artas.ro/default.html



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



Bug#133790: Eat more and weigh less

2008-07-29 Thread Arlington

You are living in the worst city http://cit-inc.net/default.html



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



Bug#492715: [reportbug-ng] treatment of nasty strings in input field summary

2008-07-29 Thread Bastian Venthur
severity 492715 minor
quit


Thanks for the testing, I'm downgrading to minor as the main problem
seems to be already fixed in some previous version. Also thanks for the
warm words about rng -- I really appreciate it.


Cheers,

Bastian


-- 
Bastian Venthur  http://venthur.de
Debian Developer venthur at debian org




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



Bug#427909: Shia LaBeouf arrested for child prostitution

2008-07-29 Thread Kheng

Dark Knight movie out on DVD http://ebberov.homepage.dk/default.html



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



Bug#254770: Horrible borken leg

2008-07-29 Thread shackleford

Michael Vick escapes from Federal jail http://www.dianagraf.es/default.html



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



Bug#138131: colormake: Provide ability for the user to customize colors

2008-07-29 Thread Martin
Sebastian Pipping @ 2008-03-09 (Sunday), 20:58 (+0100)
 Is your wish still valid?

I would say the wish is valid. With the current situation, it is
practically impossible to use colormake on a terminal with a bright
background.

 Can you provide a patch?
 Have you talked to upstream?

No patch nor upstream conversation done by me, but I can add another
question. Would it be possible to make colormake detect the background
color and adjust it's colorscheme to it?

According to http://www.vim.org/htmldoc/usr_06.html, vim does that.
--
/Martin



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



Bug#378009: Danish princess slaps town grocer

2008-07-29 Thread wykes

Oil prices set to plummet http://ebberov.homepage.dk/default.html



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



Bug#260189: So you think you can dance

2008-07-29 Thread Georgiy

Oil prices set to plummet http://cit-inc.net/default.html



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



Bug#492399: tunapie: crashes first run

2008-07-29 Thread James Stone

 Dear James,

 I have version 1.1-1 of xcb1.

 ii  libxcb-render-util0 0.2+git36-1 utility libraries for X
 C Binding -- render-util
 ii  libxcb-render-util0-dev 0.2+git36-1 utility libraries for X
 C Binding -- render-util
 ii  libxcb-render0  1.1-1.1 X C Binding, render
 extension
 ii  libxcb-render0-dev  1.1-1.1 X C Binding, render
 extension, development files
 ii  libxcb-shape0   1.1-1.1 X C Binding, shape
 extension
 ii  libxcb-shm0 1.1-1.1 X C Binding, shm
 extension
 ii  libxcb-xlib01.1-1.1 X C Binding, Xlib/XCB
 interface library
 ii  libxcb-xlib0-dev1.1-1.1 X C Binding, Xlib/XCB
 interface library, development files
 ii  libxcb-xv0  1.1-1.1 X C Binding, xv
 extension
 un  libxcb0-dev none  (no description
 available)
 ii  libxcb1 1.1-1.1 X C Binding
 ii  libxcb1-dev 1.1-1.1 X C Binding, development
 files
 un  xcb none  (no description
 available)


 When I start tunapie (after removing the .tunapie directory), I always get

 Traceback (most recent call last):
  File /usr/share/tunapie/tunapie2_main.py, line 1526, in
 OnGenreBoxListItemSelected
   self.updatemain(event.GetLabel().lower())
  File /usr/share/tunapie/tunapie2_main.py, line 641, in updatemain
   self.bitrate,self.url=self.find(selection)
  File /usr/share/tunapie/tunapie2_main.py, line 780, in find
   namenew.append(self.name[i])
 AttributeError: 'TunapieFrame' object has no attribute 'name'

Yes. this is due to my sloppy programming, but is not an issue with
the functionality of the program. It is a warning but can be safely
ignored. I will have to fix it in the next release.

 After that, it often displays the list. Sometimes, however, it crashes with

 python: ../../src/xcb_lock.c:33: _XCBUnlockDisplay: Assertion
 `xcb_get_request_sent(dpy-xcb-connection) == dpy-request' failed.
 /usr/bin/tunapie: line 2:  9751 Aborted python
 /usr/share/tunapie/Tunapie.py


The trouble is, this is nothing to do with tunapie. It is either a bug
in python, or a bug in xcb.. google seems to suggest the latter (I
think it also affects java programs). There is some suggestion there
is a conflict with binary gfx drivers. Are you using 3D accelerated
nvidia or ati drivers? If so, which version? Have you tried to
reproduce with the GPL gfx drivers (i.e. nv)?

Downgrading xorg should solve the problem.. it would also be worth
filing a bug with libxcb in my opinion.

James



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



Bug#184581: Job position

2008-07-29 Thread talk90091e

Interesting


Deon Dickerson wrote:
Hello! 
My name is Sara Balhen, I work in the company Ť E-exchange Finland ť. Our company is engaged in purchase of electronic

currencies, such as e-gold, e-bullion, e-vocash, and other currencies. We 
search for the responsible, decent, operative
person for work with our company. From our side we guarantee to you stable 
earnings and career grown. If you have
interest in our offer write on ours e-mail: [EMAIL PROTECTED] . We will contact

 Koshka (16:26:23 2/10/2007)
with you during 24 hours, we will give to you more information about our 
company and about work which we want to offer
to you. Have successful day!


Sincerely yours Sara.



  




Bug#492846: same manpage file in gdb and gdb-arm-linux-gnueabi

2008-07-29 Thread Arndt Heuvel
Package: gdb-arm-linux-gnueabi
Version: 6.8-3
Severity: normal

Entpacke Ersatz für gdb ...
dpkg: Fehler beim Bearbeiten von
/var/cache/apt/archives/gdb_6.8-3_i386.deb (--unpack):
 Versuche, »/usr/share/man/man1/gdb.1.gz« zu überschreiben, welches
auch in Paket gdb-arm-linux-gnueabi ist


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

Kernel: Linux 2.6.25-2-486
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 gdb-arm-linux-gnueabi depends on:
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libexpat1 2.0.1-4XML parsing C library - runtime li
ii  libncurses5   5.6+20080713-1 shared libraries for terminal hand
ii  libreadline5  5.2-3  GNU readline and history libraries

gdb-arm-linux-gnueabi recommends no packages.

Versions of packages gdb-arm-linux-gnueabi suggests:
ii  gdb-doc   6.8-1  The GNU Debugger Documentation

-- no debconf information



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



Bug#492847: perl: Compress::Zlib and Test::Class causes segfault

2008-07-29 Thread Hynek Vychodil
Package: perl
Version: 5.10.0-11.1
Severity: important

This simple cript segfaults:

perl -mCompress::Zlib EOF
myTest-runtests;
package myTest;
use base qw(Test::Class);
sub test_dummy : Test { ok(1) }
EOF

Segfault occurred in 5.10.0 in many cases, but it is one of most
simplest test cases what I currently know.

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

Kernel: Linux 2.6.24-1-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 perl depends on:
ii  libc62.7-10  GNU C Library: Shared libraries
ii  libdb4.6 4.6.21-8Berkeley v4.6 Database Libraries [
ii  libgdbm3 1.8.3-3 GNU dbm database routines (runtime
ii  perl-base5.10.0-11.1 The Pathologically Eclectic Rubbis
ii  perl-modules 5.10.0-11.1 Core Perl modules

Versions of packages perl recommends:
ii  netbase  4.32Basic TCP/IP networking system
ii  perl-doc 5.10.0-11.1 Perl documentation

Versions of packages perl suggests:
ii  libterm-readline-gnu-perl 1.17a-2+b1 Perl extension for the GNU Readlin

-- no debconf information



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



Bug#490123: backport for stable

2008-07-29 Thread Siim Põder
any plans to fix this for stable release as well?

siim



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



Bug#128835: Pollution reaches dangerous levels in California

2008-07-29 Thread Powers
Sex change operation went wrong http://cit-inc.net/default.html



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



Bug#492799: HBCI-Import names transactions wrongly

2008-07-29 Thread Micha Lenk
tags 492799 +patch
thanks

Joachim Breitner schrieb:
 Package: gnucash
 Version: 2.2.4-2
 Severity: normal
 
 Hi,
 
 thanks for the HBCI support in main!
 
 I have one regression compared to the gnucash-hbci package formerly
 provided somewhere else:
 
 A regular HBCI transaction that used to be name
 Description; Name of sender
 
 is now called
 Description; Description
 
 I assume this is just a small code typo somewhere.

Yes, you're right. See the attached patch, that fixes it.

@Gnucash developers: This concerns the backported patch for AqBanking3
support. The patch should apply directly to current trunk and 2.2 branch
aswell.

Regards
  Micha
Index: src/import-export/aqbanking/gnc-ab-utils.c
===
--- src/import-export/aqbanking/gnc-ab-utils.c	(Revision 17435)
+++ src/import-export/aqbanking/gnc-ab-utils.c	(Arbeitskopie)
@@ -242,7 +242,7 @@
 
 g_return_val_if_fail(ab_trans, NULL);
 
-ab_remote_name = AB_Transaction_GetPurpose(ab_trans);
+ab_remote_name = AB_Transaction_GetRemoteName(ab_trans);
 if (ab_remote_name)
 GWEN_StringList_ForEach(ab_remote_name, join_ab_strings_cb,
 gnc_other_name);


signature.asc
Description: OpenPGP digital signature


Bug#479397: ITA: gutenprint -- printer drivers for CUPS

2008-07-29 Thread wvdakker



  Package: wnpp
Severity: normal

  I have spoken to Roger about adopting this package.

  We agreed that I will upload and maintain new versions. He will be  
available for

assistance if needed (I am not a fully qualified DD yet).

  Willem

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



Bug#492848: cannot gracefully stop dhclient once iface disappeared

2008-07-29 Thread martin f krafft
Package: dhcp3-client
Version: 3.1.1-3
Severity: normal

To make dhclient exit gracefully, a new dhclient instance has to be
started with -x $IFACE. It writes its own PID file and establishes
contact with the running dhclient instance governing the $IFACE
through some black voodoo magic that ceases to work if the interface
disappears. If that happened, it's impossible to take down the
running instance gracefully (thus unconfiguring e.g. nameservers),
but it'll stay around until killed (which takes it down without
deconfiguring anything).

It would be nice if dhclient would react to a signal and exit
gracefully or if there were another way to take down an instance
gracefully, even if the interface disappeared.

-- 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.25-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages dhcp3-client depends on:
ii  debconf [debconf-2.0] 1.5.23 Debian configuration management sy
ii  debianutils   2.30   Miscellaneous utilities specific t
ii  dhcp3-common  3.1.1-3common files used by all the dhcp3
ii  libc6 2.7-12 GNU C Library: Shared libraries

dhcp3-client recommends no packages.

Versions of packages dhcp3-client suggests:
pn  avahi-autoipd none (no description available)
ii  resolvconf1.41   name server information handler

-- debconf information excluded


-- 
 .''`.   martin f. krafft [EMAIL PROTECTED]
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Bug#490123: backport for stable

2008-07-29 Thread Simon Kelley
Siim Põder wrote:
 any plans to fix this for stable release as well?
 
 siim
 
 
 

A backport to Etch is about to be released.

Cheers,

Simon.




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



Bug#471727: [pkg-cryptsetup-devel] Bug#471727: passdev keyscript

2008-07-29 Thread Christoph Anton Mitterer
On Tue, 2008-07-29 at 12:00 +0200, Jonas Meurer wrote:
 I'm not sure that I understand what you mean. If you want your keyscript
 to mount any removable media to read the keyfile from, passdev is the
 way to go. If you don't need that, simply don't use passdev.
 In case that you want to support both, just check for existance of the
 keyfile *in your keyscript* and invoke passdev only when the keyfile is
 not available yet.
1) I consider the work of passdev as general functionality,.. that
probably every keyscript could use,... thus each keyscript would have to
contain that check, right?
Why introduce such a redundancy if passdev could be used always and
automatically (transparent for the keyscript).

2) Every keyscript that would like to use passdev, would have to add
some word splitting code, that processes the source:file syntax that a
users sets in /etc/crypttab

 I don't see any reason to do that.
...

 Please stop requesting the
 implementation of any random function in cryptdisks only because you
 think that it would be useful for your keyscript.
I don't that this would only be useful for my keyscript. Other
keyscripts like decrypt_ssl have probably the same problem?


Chris.




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



Bug#487867: tirc: crash [SEGV] when server sends numeric replies =600 (e.g. freenode's hyperion with nickserv)

2008-07-29 Thread Thijs Kinkhorst
Hi Ben,

On Tuesday 29 July 2008 02:45, Ben Hutchings wrote:
 This bug is rather likely to be exploitable for executing arbitrary
 code.  There also appear to be a bunch of places where buffer overflows
 are possible.

Thanks for letting us know. I must say that reading that it crashes on very 
common IRC replies comforts me: I would presume that this drives people away 
from the program quickly for anything serious, so that exposure to these 
flaws is limited. Popcon vote is very low.

 This package should probably be removed from the archive, as it is dead
 upstream and likely to be riddled with security bugs if this is any
 indicator.  Unfortunately it is in stable already.

For starters we can at least reduce the burden by preventing it to be in the 
next stable. I think that will need no discussion so I'll file that bug right 
away.

Security team: do you think we should be removing this from current stable 
aswell in a next point release? Or do you see other solutions?


cheers,
Thijs


pgpTlqchunSTv.pgp
Description: PGP signature


Bug#491879: same in 4:3.5.9.dfsg.1-4

2008-07-29 Thread Adam Kraśnicki
Now I have 4:3.5.9.dfsg.1-4 and still same problem. Every time I turn
on computer I need to logoff and login to get kwin. Im confused now
becuase its on both my debian desktops, in different places with
different hardware (both i386 tho) and installed on different times.
And still it seems like noone have this issue. I went through the logs
and it looks like problem started after those actualisations:

kdelibs-data 4:3.5.9.dfsg.1-4 - 4:3.5.9.dfsg.1-6
kdelibs4c2a 4:3.5.9.dfsg.1-4 - 4:3.5.9.dfsg.1-6

Im available for every tests. I ran out of ideas, except maybe fresh
install but its not the option yet.



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



Bug#492849: zope-plone3: Plone instance not starting

2008-07-29 Thread Andrea Brenci
Package: zope-plone3
Version: 3.1.3-1
Severity: grave
Justification: renders package unusable

After updating my sid installation on 29 july 2008, runzope gives the
following error message:

2008-07-29 11:23:29 INFO ZServer HTTP server started at Tue Jul 29 11:23:29 2008
Hostname: 0.0.0.0
Port: 8081
2008-07-29 11:23:29 INFO Zope Set effective user to zope
2008-07-29 11:23:33 ERROR PortalTransforms Problem importing module 
web_intelligent_plain_text_to_html : No module named 
plone.intelligenttext.transforms
2008-07-29 11:23:33 ERROR PortalTransforms Problem importing module 
html_to_web_intelligent_plain_text : No module named 
plone.intelligenttext.transforms
2008-07-29 11:23:36 ERROR Application Could not import Products.ATContentTypes
Traceback (most recent call last):
  File /usr/lib/zope2.10/lib/python/OFS/Application.py, line 709, in 
import_product
product=__import__(pname, global_dict, global_dict, silly)
  File 
/var/lib/zope2.10/instance/plone-site/Products/ATContentTypes/__init__.py, 
line 64, in ?
import Products.ATContentTypes.content
  File 
/var/lib/zope2.10/instance/plone-site/Products/ATContentTypes/content/__init__.py,
 line 26, in ?
import Products.ATContentTypes.content.link
  File 
/var/lib/zope2.10/instance/plone-site/Products/ATContentTypes/content/link.py,
 line 39, in ?
from Products.ATContentTypes.content.base import registerATCT
  File 
/var/lib/zope2.10/instance/plone-site/Products/ATContentTypes/content/base.py,
 line 63, in ?
from Products.CMFPlone.PloneFolder import ReplaceableWrapper
  File /var/lib/zope2.10/instance/plone-site/Products/CMFPlone/__init__.py, 
line 215, in ?
from browser import ploneview
  File 
/var/lib/zope2.10/instance/plone-site/Products/CMFPlone/browser/ploneview.py, 
line 12, in ?
from Products.CMFPlone import utils
  File /var/lib/zope2.10/instance/plone-site/Products/CMFPlone/utils.py, line 
7, in ?
from plone.i18n.normalizer.interfaces import IIDNormalizer
ImportError: No module named plone.i18n.normalizer.interfaces
Traceback (most recent call last):
  File /usr/lib/zope2.10/lib/python/Zope2/Startup/run.py, line 56, in ?
run()
  File /usr/lib/zope2.10/lib/python/Zope2/Startup/run.py, line 21, in run
starter.prepare()
  File /usr/lib/zope2.10/lib/python/Zope2/Startup/__init__.py, line 102, in 
prepare
self.startZope()
  File /usr/lib/zope2.10/lib/python/Zope2/Startup/__init__.py, line 278, in 
startZope
Zope2.startup()
  File /usr/lib/zope2.10/lib/python/Zope2/__init__.py, line 47, in startup
_startup()
  File /usr/lib/zope2.10/lib/python/Zope2/App/startup.py, line 45, in startup
OFS.Application.import_products()
  File /usr/lib/zope2.10/lib/python/OFS/Application.py, line 686, in 
import_products
import_product(product_dir, product_name, raise_exc=debug_mode)
  File /usr/lib/zope2.10/lib/python/OFS/Application.py, line 709, in 
import_product
product=__import__(pname, global_dict, global_dict, silly)
  File 
/var/lib/zope2.10/instance/plone-site/Products/ATContentTypes/__init__.py, 
line 64, in ?
import Products.ATContentTypes.content
  File 
/var/lib/zope2.10/instance/plone-site/Products/ATContentTypes/content/__init__.py,
 line 26, in ?
import Products.ATContentTypes.content.link
  File 
/var/lib/zope2.10/instance/plone-site/Products/ATContentTypes/content/link.py,
 line 39, in ?
from Products.ATContentTypes.content.base import registerATCT
  File 
/var/lib/zope2.10/instance/plone-site/Products/ATContentTypes/content/base.py,
 line 63, in ?
from Products.CMFPlone.PloneFolder import ReplaceableWrapper
  File /var/lib/zope2.10/instance/plone-site/Products/CMFPlone/__init__.py, 
line 215, in ?
from browser import ploneview
  File 
/var/lib/zope2.10/instance/plone-site/Products/CMFPlone/browser/ploneview.py, 
line 12, in ?
from Products.CMFPlone import utils
  File /var/lib/zope2.10/instance/plone-site/Products/CMFPlone/utils.py, line 
7, in ?
from plone.i18n.normalizer.interfaces import IIDNormalizer
ImportError: No module named plone.i18n.normalizer.interfaces

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

Kernel: Linux 2.6.21-2-k7 (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages zope-plone3 depends on:
ii  libjs-prototype1.6.0.2-4 JavaScript Framework for dynamic w
ii  lynx   2.8.7dev9-1.2 Text-mode WWW Browser (transitiona
pn  pdftohtml  none(no description available)
ii  poppler-utils [xpdf-utils] 0.8.4-1.1 PDF utilitites (based on libpopple
ii  python-docutils0.4-6 Utilities for the documentation of
ii  python-elementtree 1.2.6-12  Light-weight toolkit for XML proce
ii  python-imaging 1.1.6-3   Python Imaging Library
ii  python-libxml2 

Bug#492850: RM: tirc -- RoQA; security, doesn't work, dead upstream, low popcon, alternatives available

2008-07-29 Thread Thijs Kinkhorst
Package: ftp.debian.org

Hi,

Please remove tirc for the following reasons:

* Has security bugs (see #487867)
* Crashes on many different current IRC servers (see #487867)
* Last upstream release 9 years ago
* Last maintainer upload  2 years ago
* Popcon votes  10
* There are many IRC clients available


thanks,
Thijs


pgpwLhAKp6jTR.pgp
Description: PGP signature


Bug#492839: Documentation error ? - see also bug #461056 ?

2008-07-29 Thread Simon Waters
Sorry, this is the email address I should have opened this bug with.

The bug appears identical to #461056 which was closed with upload of:

 dhcp3-client_3.1.0-2_i386.deb

Inspection suggests the patch is no longer in the script.

Changelog notes:

  * debian/dhclient-script.{linux,kfreebsd}: stop stripping out literal \032
from $new_domain_search. It only gets in there if the domain-search is
incorrectly specified as a single string of multiple space-separated
domains.

Okay, so the correct syntax for the domain-search option is allegedly;

domain-search 1.example.com,2.example.com;

This works!

This suggests there is a mistake in the dhcp-options manual page, which 
describes the syntax as:

The  domain-list  data  type  specifies a list of domain names, a space 
between each name and the entire string enclosed in double quotes.  These 
types of data are used for the domain-search option for example, and encodes 
an RFC1035 compressed DNS  label list on the wire.

and


 option domain-search domain-list;

The  domain-search  option  specifies  a  ’search  list’ of Domain Names to be 
used by the client to locate not-fully-qualified domain names.  The 
difference between this option and historic use of the domain-name option for 
the same  ends  is  that  this option is encoded in RFC1035 compressed labels 
on the wire.  For example:

option domain-search example.com, sales.example.com,
 eng.example.com;


Only one of those can be correct, and I was starting to think it was I who was 
confused.

I suspect at this point the wise thing to do is either to cope with both 
cases, or detect the wrong case and flag it during installation, since it 
once did work this way, and was documented to work this way, whether or not 
that was the intention.



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



Bug#492513: libkipi - tighten shlibs or bump soname (undefined symbol)

2008-07-29 Thread Mark Purcell
Release-Team,

The undefined symbol is caused by an API change in libkipi.

As compatibility is maintained, kphotoalbum and gwenview work correctly with 
the all versions of libkipi0.  However digikam requires libkipi0 = 1.6.1.

I see two options for resolution:

1.  Tighten the shlibs libkipi0 (= 0.1.6-1), upload libkipi0_0.1.6-2 then 
binNMU digikam, or

2.  Bump soname - say libkipi0deb_0.1.6-2, process through NEW, then binNMU 
digikam, kphotoalbum and gwenview.

Which option would you prefer for lenny?

Mark

On Mon, 28 Jul 2008, Mark Purcell wrote:
 reassign 492513 libkipi0 0.1.6-1
 thanks

 On Sun, 27 Jul 2008, Nadav Kavalerchik wrote:
  after upgrade 0.9.3 -- 0.9.4 i get:
  laptop:~# digikam
  digikam: symbol lookup error: digikam: undefined symbol:
  _ZN4KIPI9Interface7versionEv
 
  and it does not start :-(

 [...]

  libkipi0  | 0.1.5-2

 Nadav,

 Thanks for the report.  This symbol is provided by libkipi0 0.1.6-1.

 The fix will require an soname bump and NEW package for libkipi and then a
 binNMU for digikam, kipi-plugins, kphotoalbum  gwenview.

 Mark




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


Bug#491785: PO file corrupt, please resubmit

2008-07-29 Thread Martin Bagge

On Mon, 28 Jul 2008, Javier Fernández-Sanguino Peña wrote:


The PO file attached to bug #491785 is broken, it ends with an unfishished
msgid. Could you please send an updated translation so I can submit it with a
new package upload I'm preparing?


attached.

--
/brother
http://frakalendern.se
Bruce Schneier makes abstract algebra look like elementary algebra.# Translators, if you are not familiar with the PO format, gettext
# documentation is worth reading, especially sections dedicated to
# this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
# Some information specific to po-debconf are available at
# /usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
# Developers do not need to manually edit POT or PO files.
# , fuzzy
#
#
msgid 
msgstr 
Project-Id-Version: snort 2.3.3-1\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2008-05-01 21:28+0200\n
PO-Revision-Date: 2008-07-21 17:41+0100\n
Last-Translator: Martin Bagge [EMAIL PROTECTED]\n
Language-Team: Swedish [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=iso-8859-1\n
Content-Transfer-Encoding: 8bit\n

#. Type: select
#. Choices
#: ../snort.templates:1001
#: ../snort-mysql.templates:1001
#: ../snort-pgsql.templates:1001
msgid boot
msgstr uppstart

#. Type: select
#. Choices
#: ../snort.templates:1001
#: ../snort-mysql.templates:1001
#: ../snort-pgsql.templates:1001
msgid dialup
msgstr uppringt

#. Type: select
#. Choices
#: ../snort.templates:1001
#: ../snort-mysql.templates:1001
#: ../snort-pgsql.templates:1001
msgid manual
msgstr manuell

#. Type: select
#. Description
#: ../snort.templates:1002
#: ../snort-mysql.templates:1002
#: ../snort-pgsql.templates:1002
msgid Snort start method:
msgstr Hur ska Snort starta:

#. Type: select
#. Description
#: ../snort.templates:1002
#: ../snort-mysql.templates:1002
#: ../snort-pgsql.templates:1002
msgid Snort can be started during boot, when connecting to the net with pppd 
or only manually with the /usr/sbin/snort command.
msgstr Snort kan startas vid uppstart, när uppkoppling mot nätverk sker (pppd) 
eller bara när du manuellt startat den med /usr/sbin/snort.

#. Type: string
#. Description
#: ../snort.templates:2001
#: ../snort-mysql.templates:2001
#: ../snort-pgsql.templates:2001
msgid Interface(s) which Snort should listen on:
msgstr På vilket/vilka gränssnitt ska Snort lyssna?

#. Type: string
#. Description
#: ../snort.templates:2001
#: ../snort-mysql.templates:2001
#: ../snort-pgsql.templates:2001
msgid This value is usually 'eth0', but this may be inappropriate in some 
network environments; for a dialup connection 'ppp0' might be more appropiate 
(see the output of '/sbin/ifconfig').
msgstr Detta värde är oftast 'eth0' men det kan vara fel i en del 
nätverksmiljöer. För uppringd anslutning bör 'ppp0' användas (se vidare utdatat 
från '/sbin/ifconfig')

#. Type: string
#. Description
#: ../snort.templates:2001
#: ../snort-mysql.templates:2001
#: ../snort-pgsql.templates:2001
msgid Typically, this is the same interface as the 'default route' is on. You 
can determine which interface is used for this by running '/sbin/route -n' 
(look for '0.0.0.0').
msgstr Observera att Snort är normalt konfigurerad att inspektera all trafik 
som kommer från Internet så gränssnittet du lägger till här är normalt det 
samma som din standardgateway är på.  Du kan ta fram denna information genom 
att köra \/sbin/route -n\ (leta efter \0.0.0.0\).

#. Type: string
#. Description
#: ../snort.templates:2001
#: ../snort-mysql.templates:2001
#: ../snort-pgsql.templates:2001
msgid It is also not uncommon to use an interface with no IP address 
configured in promiscuous mode. For such cases, select the interface in this 
system that is physically connected to the network that should be inspected, 
enable promiscuous mode later on and make sure that the network traffic is sent 
to this interface (either connected to a 'port mirroring/spanning' port in a 
switch, to a hub or to a tap).
msgstr Det är inte helt ovanligt att köra Snort på ett gränssnitt utan 
IP-adress och som är konfigurerat i läget promiscuous. Om det är det du vill, 
välj gränssnittet på detta system som är fysiskt kopplad till nätverket du vill 
inspektera. Aktivera promiscuousläget efter det och kontrollera att 
nätverkstrafiken skickas till detta gränssnitt (antingen kopplade till en 
\port mirror/spanning\-port i en switch, en hubb eller en nätverkstapp)

#. Type: string
#. Description
#: ../snort.templates:2001
#: ../snort-mysql.templates:2001
#: ../snort-pgsql.templates:2001
msgid You can configure multiple interfaces, just by adding more than one 
interface name separated by spaces. Each interface can have its own specific 
configuration.
msgstr Du kan konfigurera flera gränssnitt här, bara att lägga till fler än 
ett gränssnittsnamn separerade med blanksteg. Varje gränssnitt kan ha sin egen 
specifika konfiguration.

#. Type: string

Bug#492727: ITP: uuidm -- Universally unique identifiers for OCaml

2008-07-29 Thread Sylvain Le Gall
On Tue, Jul 29, 2008 at 11:58:46AM +0200, Guus Sliepen wrote:
 On Mon, Jul 28, 2008, Sylvain Le Gall wrote:
 
  uuidm is the name of the source package. libuuidm-ocaml-dev is the
  name of the binary package as per OCaml Policy.
 
 Perhaps it is better to also include ocaml in the source package name.
 There are a lot of languages, and they probably all have
 module/library/component for generating hashes and unique identifiers.
 To avoid possible conflicts in the source package name space, make your
 source package identifier unique as well ;)
 

I tend to agree with your suggestion but I also stick to upstream name
(which is uuidm) that I don't control. Diverting from upstream is not
good, so I think I will stay with uuidm (the m is saving me ;-)

I don't think upstream will switch to ocaml-uuid (which is the package
name I will have chosen if I have done it).

Regards 
Sylvain Le Gall


signature.asc
Description: Digital signature


  1   2   3   4   5   >