Bug#585096: /usr/bin/w.procps: w truncates pipe output

2010-06-09 Thread Jasen Betts
Package: procps
Version: 1:3.2.7-11
Severity: normal
File: /usr/bin/w.procps


In adition to all ther other /usr/bin/w output formatting bugs,
here's another.

If w's output is not a tty 

eg:  w | cat 

The output is now truncated at 80 characters.
The old behavior was to not truncate. 
There seems to be no way to turn this off or force
the width to some other size.

now I can't use w in my script anymore.

-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

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

Versions of packages procps depends on:
ii  libc6 2.7-18lenny2   GNU C Library: Shared libraries
ii  libncurses5   5.7+20081213-1 shared libraries for terminal hand
ii  lsb-base  3.2-20 Linux Standard Base 3.2 init scrip

Versions of packages procps recommends:
ii  psmisc22.6-1 Utilities that use the proc filesy

procps suggests no packages.

-- debconf-show failed



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585069: kaffeine: dvb-c recording randomly size 0 files, empty file with correct name of timed recording

2010-06-09 Thread Juhani Karlsson
Tested with 0.8.7-1 old version from
http://snapshot.debian.org/binary/kaffeine/

After installing timed more than 10 recordings. All were recorded OK (no
0 size files). I forgot to mention that I record data over nfs to my
server computer (also Debian Squeeze), gigabit connection, in my private
home network. Thought I should mention but don't think that this
is related to problem.

PS: I am sorry, the whole bug report went to subject by mistake..
-- 
-
Juhani Karlsson
Tervahovinkatu 10 A 8
20810 Turku
0442727093
juhani dot karlsson at iki dot fi
http://lrdlnx.iki.fi
-

X-Virus-Scanned: Debian amavisd-new (with ClamAV) at lrdlnx.iki.fi



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585054: [Pkg-samba-maint] Bug#585056: Heads up for ISC DHCP v4 transition

2010-06-09 Thread Christian PERRIER
Quoting Andrew Pollock (apoll...@debian.org):
 Hello,
 
 According to my research, you maintain a package, which installs a DHCP hook
 into /etc/dhcp3
 
 The v4 DHCP packages use /etc/dhcp instead, so at the point that I upload
 them to unstable, you'll need to modify your package to install its hooks
 into /etc/dhcp instead.
 
 I think I'm fairly close to uploading to unstable. It's currently available
 in experimental to have a play with. I believe it will have to go through
 NEW processing when I upload it to unstable, so I'll update this bug again
 when it hits NEW.


ACK from samba maintainers. I've put your mail in my TODO pile.




signature.asc
Description: Digital signature


Bug#585068: grub-pc: fails to boot kfreebsd with no such partition after upgrade from 1.98-1

2010-06-09 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 06/08/2010 10:10 PM, Axel Beckert wrote:
 Package: grub-pc
 Version: 1.98+20100602-2
 Severity: grave

 When I try to boot, grub doesn't seem to find its normal module
 anymore by itself but needs a manual hint:

   
I've fixed this bug about a week ago in mainstream
 ---snip---
 GRUB loading.
 Welcome to GRUB!

 error: no such partition.
 Entering rescue mode...
 grub rescue set prefix=(hd0,msdos1,bsd1)/boot/grub
 grub rescue insmod normal
 grub rescue normal
 ---snap---

 Neither grub-install /dev/ad0 nor update-grub nor
 grub-mkdevicemap changed this situation.

 I don't know exactly since which version this is happening, because
 the box had an uptime of 77 days.

 The last boot was at Tue Mar 23 12:27:43 2010 when both, testing and
 unstable had version 1.98-1. So I downgraded all packages build from
 the grub2 source package to 1.98-1 from testing and it worked again.

 So this problem probably has been introduced after 1.98-1.

 Following the diff between the grub.cfg generated by 1.98-1 () and
 1.98+20100602-2 (). One notable difference is that the newer grub
 uses (hd0,1,1) instead of (hd0,1,a) to describe the root
 partition. But at least ls on the grub 1.98+20100602-2 command line
 did neither accept (hd0,1,1) as partition nor (hd0,1,a), just
 (hd0,msdos1,bsd1) and (hd0,1,bsd1).

 OTOH set root='(hd0,1,1)' from grub.cfg seems to work anyway.

 ---snip---
 26a27,28
   
 insmod part_bsd
 insmod part_msdos
 
 28c30
  set root='(hd0,1,a)'
 ---
   
 set root='(hd0,1,1)'
 
 34,38d35
if terminal_output gfxterm ; then true ; else
  # For backward compatibility with versions of terminal.mod that don't
  # understand terminal_output
  terminal gfxterm
fi
 39a37,49
   
 if terminal_output gfxterm ; then true ; else
   # For backward compatibility with versions of terminal.mod that don't
   # understand terminal_output
   terminal gfxterm
 fi
 insmod part_bsd
 insmod part_msdos
 insmod ufs2
 set root='(hd0,1,1)'
 search --no-floppy --fs-uuid --set 49c265649d15ddd7
 set locale_dir=($root)/boot/grub/locale
 set lang=en
 insmod gettext
 
 43a54,55
   
 insmod part_bsd
 insmod part_msdos
 
 45c57
  set root='(hd0,1,a)'
 ---
   
 set root='(hd0,1,1)'
 
 58c70,72
  menuentry Debian GNU/kFreeBSD, with kFreeBSD 8.0-1-686-smp --class debian 
 --class gnu-kfreebsd --class gnu --class os {
 ---
   
 menuentry 'Debian GNU/kFreeBSD, with kFreeBSD 8.0-1-686-smp' --class debian 
 --class gnu-kfreebsd --class gnu --class os {
  insmod part_bsd
  insmod part_msdos
 
 60c74
  set root='(hd0,1,a)'
 ---
   
  set root='(hd0,1,1)'
 
 62c76
  echoLoading kernel of FreeBSD 8.0-1-686-smp ...
 ---
   
  echo'Loading kernel of FreeBSD 8.0-1-686-smp ...'
 
 67c81,83
  menuentry Debian GNU/kFreeBSD, with kFreeBSD 7.3-1-686-smp --class debian 
 --class gnu-kfreebsd --class gnu --class os {
 ---
   
 menuentry 'Debian GNU/kFreeBSD, with kFreeBSD 7.3-1-686-smp' --class debian 
 --class gnu-kfreebsd --class gnu --class os {
  insmod part_bsd
  insmod part_msdos
 
 69c85
  set root='(hd0,1,a)'
 ---
   
  set root='(hd0,1,1)'
 
 71c87
  echoLoading kernel of FreeBSD 7.3-1-686-smp ...
 ---
   
  echo'Loading kernel of FreeBSD 7.3-1-686-smp ...'
 
 77c93,95
  menuentry Debian GNU/kFreeBSD, with kFreeBSD 7.2-1-686-smp --class debian 
 --class gnu-kfreebsd --class gnu --class os {
 ---
   
 menuentry 'Debian GNU/kFreeBSD, with kFreeBSD 7.2-1-686-smp' --class debian 
 --class gnu-kfreebsd --class gnu --class os {
  insmod part_bsd
  insmod part_msdos
 
 79c97
  set root='(hd0,1,a)'
 ---
   
  set root='(hd0,1,1)'
 
 81c99
  echoLoading kernel of FreeBSD 7.2-1-686-smp ...
 ---
   
  echo'Loading kernel of FreeBSD 7.2-1-686-smp ...'
 
 96a115,116
   
  insmod part_bsd
  insmod part_msdos
 
 98c118
  set root='(hd0,1,a)'
 ---
   
  set root='(hd0,1,1)'
 
 102a123,124
   
  insmod part_bsd
  insmod part_msdos
 
 104c126
  set root='(hd0,1,a)'
 ---
   
  set root='(hd0,1,1)'
 
 111a134,135
   
  insmod part_bsd
  insmod part_msdos
 
 113c137
  set root='(hd0,1,a)'
 ---
   
  set root='(hd0,1,1)'
 
 ---snap---

 -- Package-specific info:

 *** BEGIN /proc/mounts
 /dev/ad0s1a / ufs rw 0 0
 *** END /proc/mounts

 *** BEGIN /boot/grub/device.map
 (hd0) /dev/ad0
 *** END /boot/grub/device.map

 *** BEGIN /boot/grub/grub.cfg
 #
 # DO NOT EDIT THIS FILE
 #
 # It is automatically generated by /usr/sbin/grub-mkconfig using templates
 # from /etc/grub.d and settings from /etc/default/grub
 #

 ### BEGIN /etc/grub.d/00_header ###
 if [ -s $prefix/grubenv ]; then
   load_env
 fi
 set default=0
 if [ ${prev_saved_entry} ]; then

Bug#585097: kde-standard: change update-notifier-kde from depends to recommends

2010-06-09 Thread Alan BRASLAU
Package: kde-standard
Version: 5:62
Severity: normal


kde-standard recommends freespacenotifier and network-manager-kde.
update-notifier-kde should also have the status of recommends, not depends.
Indeed, these are all quite *invasive* background daemons that should not
be imposed on kde-standard users. The current situation forced me
to uninstall the kde-standard meta-package and to manually select
many of its components.

Note that these daemons may break other standard Debian system functionality
(network-manager breaks standard wpa-suppleant usage, update-notifier breaks
other packages making use of motd, for example).

Also, but this is a matter of (good) taste, such daemons smell of
Microsoft Windows practices, not standard unix-like administration.
Let users choose this if they wish, perhaps through another metapackage.

Thank you.

Alan

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

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

Versions of packages kde-standard depends on:
ii  akregator 4:4.4.4-1  RSS/Atom feed aggregator for KDE
ii  ark   4:4.4.4-1  archive utility for KDE 4
ii  dragonplayer  4:4.4.4-1  simple KDE video player
ii  gwenview  4:4.4.4-1  image viewer for KDE 4
ii  hal   0.5.14-2   Hardware Abstraction Layer
ii  juk   4:4.4.4-1  music jukebox for KDE
ii  kaddressbook  4:4.4.4-1  KDE address book
ii  kate  4:4.4.4-1  KDE 4 Advanced Text Editor
ii  kcalc 4:4.4.4-1  calculator for KDE 4
ii  kde-plasma-desktop5:62   the KDE Plasma Desktop and minimal
ii  kde-plasma-netbook5:62   the KDE Plasma Netbook and minimal
ii  kdeplasma-addons  4:4.4.4-1  addons for KDE 4 Plasma - metapack
ii  khelpcenter4  4:4.4.4-1  Help Center for KDE 4
ii  kmail 4:4.4.4-1  KDE Email client
ii  kmix  4:4.4.4-1  volume control and mixer for KDE
ii  knotes4:4.4.4-1  KDE sticky notes
ii  kopete4:4.4.4-1  instant messenger for KDE 4
ii  korganizer4:4.4.4-1  KDE personal organizer
ii  kscreensaver  4:4.4.4-1  Additional screensavers released w
ii  ksnapshot 4:4.4.4-1  screen capture tool for KDE 4
ii  kwalletmanager4:4.4.4-1  secure password wallet manager for
ii  okular4:4.4.4-1  document viewer for KDE 4
ii  plasma-desktopthemes-artwork  4:4.4.4-1  desktop themes for KDE
ii  polkit-kde-1  0.95.1-2   KDE dialogs for PolicyKit
ii  sweeper   4:4.4.4-1  history and temporary file cleaner
pn  update-notifier-kde   none (no description available)

Versions of packages kde-standard recommends:
pn  freespacenotifier none (no description available)
ii  konq-plugins  4:4.4.0-2  plugins for Konqueror, the KDE fil
pn  network-manager-kde   none (no description available)

Versions of packages kde-standard suggests:
pn  kde-l10n  none (no description available)
ii  kde-plasma-desktop5:62   the KDE Plasma Desktop and minimal
ii  kde-plasma-netbook5:62   the KDE Plasma Netbook and minimal



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585098: virtuoso-opensource-6.1-bin: virtuoso indexer takes up too many resources

2010-06-09 Thread Giorgos Pallas
Package: virtuoso-opensource-6.1-bin
Version: 6.1.1+dfsg1-1
Severity: important


Hello!

My computer gets too unresponsive while the virtuoso indexer scans my disk:
PID  USER  PR  NI VIRT   RES SHR  S   %CPU  %MEMTIME+ COMMAND
2057 gpall 39  0  65340  54m 6300 S   942.7 39:11.91  virtuoso-t

Maybe it should be right to start virtuoso with nice 19 ?



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

Kernel: Linux 2.6.32-3-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/dash

Versions of packages virtuoso-opensource-6.1-bin depends on:
ii  libc6   2.10.2-9 Embedded GNU C Library: Shared lib
ii  libpcre37.8-3Perl 5 Compatible Regular Expressi
ii  libreadline55.2-7GNU readline and history libraries
ii  libssl0.9.8 0.9.8n-1 SSL shared libraries
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

virtuoso-opensource-6.1-bin recommends no packages.

virtuoso-opensource-6.1-bin suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#575024: Fixed

2010-06-09 Thread Alexandre Rossi
notfound 575024 2:1.1.2-1
thanks

This is fixed.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#573767: tardy: Debian package and new release 1.20 (NOT YET SOLVED)

2010-06-09 Thread Jari Aalto
Jari Aalto jari.aa...@cante.net writes:

Michael Schiansky mich...@schiansky.de 2010-05-28  writes:
 Jari Aalto jari.aa...@cante.net writes [bug #573767]:

 Concerning wishlist bug where I notified availability of new release
 (the current one is from 2004).

 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573767

 After the recent tardy NMU to fix RC bug:

 http://packages.qa.debian.org/t/tardy/news/20100122T064726Z.html

 ... the tardy maintainer contacted directly me to notify that the
 package is quite ancient. I downloaded his release and it compiles
 without problems and look like a good candidate.

 I'd like to help to get tardy updated and offer my help to NMU the most
 recent release to the Debian- This would also be welcomed as the Debian
 Freeze is near.

 2010-05-22 11:51 EEST Jari Aalto wrote [msg 1]:

 The tardy maintainer seems active and notified about availablity of
 new 1.20. The one in Debian is 1.12 from 2004 and it would be helpful
 to have the latest in Debian for release.

 As 1.18 introduced the -exclude option you're right.

 Would it be okay if I'd upload NMU for this new release?

 I would prefer if you prepare a 1.20-1 release and i'll check  sign it.

 With 1.19 there were serve build problems that I could not reproduce
 with 1.20, so I don't expect a troublesome release.

 Thanks for your help!

 Download package from:

 dget -x http://cante.net/~jaalto/tmp/debian/tardy/tardy_1.20-0.1.dsc

Hi,

What's the status of this, it's been almost two weeks since?

Jari



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#576876: tar: no progress made in case of existing symlink

2010-06-09 Thread Hans Streibel
I was told that this bug has already been fixed in GNU tar:
commit b60e56fd

http://www.ohloh.net/p/tar/commits/70461246

Now it has to make its way into the Debian packages,
hopefully ASAP.

Hans



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585099: cryptsetup: plymouth ask-for-password --prompt command not found

2010-06-09 Thread Alexandre Rossi
Package: cryptsetup
Version: 2:1.1.2-1
Severity: normal
Tags: patch

Using the graphical boot loader plymout fails with the following error:
plymouth ask-for-password --prompt command not found

This trivial patch fixes the problem. Cheers!

diff -Nru cryptsetup-1.1.2.old//debian/cryptdisks.functions 
cryptsetup-1.1.2/debian/cryptdisks.functions
--- cryptsetup-1.1.2.old//debian/cryptdisks.functions   2010-05-27 
14:42:30.0 +0200
+++ cryptsetup-1.1.2/debian/cryptdisks.functions2010-06-09 
08:48:47.0 +0200
@@ -310,7 +310,7 @@

while [ $tried -lt $TRIES ]; do
if [ -n $KEYSCRIPT ]; then
-   if $KEYSCRIPT $keyscriptarg | cryptsetup $PARAMS luksOpen 
$src $dst; then
+   if $KEYSCRIPT $keyscriptarg | cryptsetup $PARAMS luksOpen $src 
$dst; then
break
fi
else


-- Package-specific info:
-- /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-amd64 
root=UUID=3d07d6e2-a06b-4a61-9943-814a01380fd3 ro quiet splash

-- /etc/crypttab
# target name source device key file  options
# /dev/hda3
cryptedhome UUID=55b66054-2c21-4c3f-85a3-a45f3e0f971d   none
luks

-- /etc/fstab
# /etc/fstab: static file system information.
#
# file system mount point   type  options   dump  pass
proc/proc   procdefaults0   0
# /dev/hda1   /   ext3noatime,errors=remount-ro 0   1
LABEL=root   /   ext3noatime,errors=remount-ro 0   1
# /dev/hda2   noneswapsw  0   0
UUID=1522f6fb-6629-4129-b758-62512a22509e   noneswapsw  
0   0
/dev/mapper/cryptedhome /home   ext3defaults0   0
# /dev/hda5   /data   ext3defaults0   0
UUID=6eba1b6f-354c-4538-a349-ed6c8a9a2794   /data   ext3
defaults0   0

-- lsmod
Module  Size  Used by
binfmt_misc 6431  1
acpi_cpufreq  0
firewire_sbp2  11514  0
firewire_core  36736  1 firewire_sbp2
crc_itu_t   1307  1 firewire_core
loop   11783  0
sha256_generic  8692  2
aes_x86_64  7340  2
aes_generic25714  1 aes_x86_64
cbc 2539  1
dm_crypt   10507  1
snd_hda_codec_idt  42465  1
snd_hda_intel  19907  1
snd_hda_codec  54244  2 snd_hda_codec_idt,snd_hda_intel
snd_hwdep   5380  1 snd_hda_codec
snd_pcm60471  2 snd_hda_intel,snd_hda_codec
arc41274  2
snd_seq42881  0
ecb 1841  2
snd_timer  15582  2 snd_pcm,snd_seq
snd_seq_device  4493  1 snd_seq
snd46446  10 
snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_seq,snd_timer,snd_seq_device
soundcore   4598  1 snd
iwl394552876  0
snd_page_alloc  6249  2 snd_hda_intel,snd_pcm
iwlcore77442  1 iwl3945
mac80211  136844  2 iwl3945,iwlcore
led_class   2433  2 iwl3945,iwlcore
i2c_i8017830  0
cfg80211  101432  3 iwl3945,iwlcore,mac80211
joydev  8411  0
dell_laptop 1969  0
rfkill 13044  2 cfg80211,dell_laptop
evdev   7352  15
tpm_tis 7336  0
battery 4998  0
dcdbas  5048  1 dell_laptop
ac  2192  0
tpm 9917  1 tpm_tis
pcspkr  1699  0
tpm_bios4521  1 tpm
psmouse49777  0
serio_raw   3752  0
wmi 4323  0
processor  30231  3 acpi_cpufreq
ext3  106518  3
jbd37085  1 ext3
mbcache 5050  1 ext3
dm_mod 53754  3 dm_crypt
sd_mod 29777  5
crc_t10dif  1276  1 sd_mod
ata_generic 2983  0
uhci_hcd   18521  0
i915  252896  2
drm_kms_helper 20065  1 i915
drm   142551  3 i915,drm_kms_helper
i2c_algo_bit4225  1 i915
i2c_core   15712  5 i2c_i801,i915,drm_kms_helper,drm,i2c_algo_bit
video  17445  1 i915
ata_piix   21012  4
thermal11674  0
ehci_hcd   31039  0
button  4650  1 i915
libata133520  2 ata_generic,ata_piix
scsi_mod  122117  3 firewire_sbp2,sd_mod,libata
tg395663  0
libphy 14054  1 tg3
thermal_sys11942  3 processor,video,thermal
output  1692  1 video
usbcore   121959  3 uhci_hcd,ehci_hcd
nls_base6361  1 usbcore


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

Kernel: 

Bug#585100: mail-notification: Segmentation fault while running with -p

2010-06-09 Thread Deepak Tripathi
Package: mail-notification
Version: 5.4.dfsg.1-2.2
Severity: important

When i am running mail-notfication -p, i am getting following error and then
seg fault.

d...@debian:~$ mail-notification -p

(mail-notification:16164): GLib-GObject-CRITICAL **:
g_object_class_find_property: assertion `G_IS_OBJECT_CLASS (class)' failed

(mail-notification:16164): GLib-GObject-CRITICAL **: g_param_spec_get_name:
assertion `G_IS_PARAM_SPEC (pspec)' failed
Segmentation fault



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

Kernel: Linux 2.6.32-5-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/dash

Versions of packages mail-notification depends on:
ii  gconf2  2.28.1-3 GNOME configuration database syste
ii  gnome-icon-theme2.30.3-1 GNOME Desktop icon theme
ii  libart-2.0-22.3.21-1 Library of functions for 2D graphi
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libbonobo2-02.24.3-1 Bonobo CORBA interfaces library
ii  libbonoboui2-0  2.24.3-1 The Bonobo UI library
ii  libc6   2.11.1-2 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-4 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.24-1 simple interprocess messaging syst
ii  libdbus-glib-1-20.86-1   simple interprocess messaging syst
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
ii  libgconf2-4 2.28.1-3 GNOME configuration database syste
ii  libglade2-0 1:2.6.4-1library to load .glade files at ru
ii  libglib2.0-02.24.1-1 The GLib library of C routines
ii  libgmime-2.0-2a 2.2.25-1 MIME library
ii  libgnome-keyring0   2.30.1-1 GNOME keyring services library
ii  libgnome2-0 2.30.0-1 The GNOME library - runtime files
ii  libgnomecanvas2-0   2.30.1-1 A powerful object-oriented display
ii  libgnomeui-02.24.3-1 The GNOME libraries (User Interfac
ii  libgnomevfs2-0  1:2.24.3-1   GNOME Virtual File System (runtime
ii  libgnomevfs2-extra  1:2.24.3-1   GNOME Virtual File System (extra m
ii  libgtk2.0-0 2.20.1-1 The GTK+ graphical user interface 
ii  libice6 2:1.0.6-1X11 Inter-Client Exchange library
ii  libnotify1 [libnotify1- 0.4.5-1  sends desktop notifications to a n
ii  liborbit2   1:2.14.18-0.1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0   1.28.0-1 Layout and rendering of internatio
ii  libpopt01.16-1   lib for parsing cmdline parameters
ii  libsasl2-2  2.1.23.dfsg1-5   Cyrus SASL - authentication abstra
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxml2 2.7.7.dfsg-2 GNOME XML library
ii  notification-daemon 0.4.0-2  a daemon that displays passive pop
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages mail-notification recommends:
ii  fetchyahoo2.12.4-1   Retrieve mail from Yahoo!'s webmai
ii  getlive   0.58-1 fetch mail from your Hotmail Live 
ii  mail-notification-evoluti 5.4.dfsg.1-2.2 evolution support for mail notific

mail-notification suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#584301: nmap broken with resolver setting 'options inet6'.

2010-06-09 Thread Fyodor
On Fri, Jun 04, 2010 at 08:13:48PM +0200, Mats Erik Andersson wrote:
 
 The culprit acts in
 
  TargetGroup.cc   lines 214 -- 237.
 
 The code does not seem easily maintainable, so I can offer no quick
 resolution. Let me just remark that the easiest testing can be done
 using the call
 
 $ RES_OPTIONS=inet6  nmap -v -p 22 ipv6.google.com
 
 This avoids the insertion of 'options inet6' in '/etc/resolv.conf'.

Thanks for the further details and debugging.  I have forwarded your
report to the nmap-dev mailing list in the hope someone will pick it
up: http://seclists.org/nmap-dev/2010/q2/787.

Cheers,
Fyodor



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585065: python-support: please don't use hidden files in /usr/lib/pymodules

2010-06-09 Thread Josselin Mouette
Le mardi 08 juin 2010 à 19:40 +, brian m. carlson a écrit :
 Package: python-support
 Version: 1.0.8
 Severity: wishlist
 
 On several systems, I've noticed /usr/lib/pymodules/python2.5/.path and
 /usr/lib/pymodules/python2.6/.path .  They seem to contain only the name
 of the directory.  chkrootkit complains about these and rightfully so,
 because the administrator is usually not aware of them.
 
 Please don't use hidden files in system directories.

This is the only way to ensure that these files are not used by Python
modules themselves. Since many of them use (wrongfully) the Python
modules directory as a storage place for whatever crap they need, you
can never be sure with a regular file name.

Cheers,
-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “If you eat pasta without sauce, it is nothing
  `- short of communism.”  -- Marie




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585087: gdm3 runs as root and no longer as user gdm

2010-06-09 Thread Josselin Mouette
severity 585087 serious
thanks

Le mercredi 09 juin 2010 à 03:21 +0200, Christoph Anton Mitterer a
écrit :
 It seems that gdm3 no longer runs as the special user/group gdm
 which it did in the gdm package, and which is AFAIK still
 recommended in the gdm documentation.
 
 Is there any reason or running it as root?

Of course not. I presume this bug was introduced in 2.30.2-3.
Thanks for noticing.

-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “If you eat pasta without sauce, it is nothing
  `- short of communism.”  -- Marie




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585087: gdm3 runs as root and no longer as user gdm

2010-06-09 Thread Josselin Mouette
severity 585087 normal
thanks

Le mercredi 09 juin 2010 à 09:05 +0200, Josselin Mouette a écrit :
 severity 585087 serious
 thanks
 
 Le mercredi 09 juin 2010 à 03:21 +0200, Christoph Anton Mitterer a
 écrit :
  It seems that gdm3 no longer runs as the special user/group gdm
  which it did in the gdm package, and which is AFAIK still
  recommended in the gdm documentation.
  
  Is there any reason or running it as root?
 
 Of course not. I presume this bug was introduced in 2.30.2-3.
 Thanks for noticing.

Bleh. I looked at the wrong machine for reconfirmation.

The GDM daemon itself runs as root of course, but everything that is
unsafe (especially the graphical stuff) is run under user Debian-gdm.
All the information is communicated between the daemon and the slave
session through D-Bus.

Cheers,
-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “If you eat pasta without sauce, it is nothing
  `- short of communism.”  -- Marie




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585101: Impossible to add a new radio

2010-06-09 Thread Damyan Ivanov
Package: radiotray
Version: 0.5.1-1
Severity: important

Hi,

I tried to add a new radio to radiotray's list. In the add radio dialog I have 
entered the name and the URL. The problem is that pressing any of the buttons  
(OK/Cancel) has no effect, so I can't add the radio I want to listen to to the 
list.

I tried to edit an existing radio entry, but the dialog shown was 5 pixels 
tall, and empty. Resizing it works, but there is still no content.


Thanks.

-- System Information:
Debian Release: squeeze/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'testing'), (500, 
'stable'), (450, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages radiotray depends on:
ii  python2.5.4-9An interactive high-level object-o
ii  python-gtk2   2.17.0-2   Python bindings for the GTK+ widge
ii  python-support1.0.8  automated rebuilding support for P

radiotray recommends no packages.

radiotray suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#541172: net-tools: Patch

2010-06-09 Thread Teddy Hogeborn
Package: net-tools
Version: 1.60-22
Followup-For: Bug #541172

affects 541172 + munin-node
tags 541172 + patch
thanks

/Teddy

-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

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

Versions of packages net-tools depends on:
ii  libc6   2.7-18lenny2 GNU C Library: Shared libraries

net-tools recommends no packages.

net-tools suggests no packages.

-- no debconf information
--- netstat.c.~1~   2010-06-09 08:37:03.0 +0200
+++ netstat.c   2010-06-09 08:37:24.0 +0200
@@ -1761,12 +1761,14 @@
  parsesnmp6(flag_raw, flag_tcp, flag_udp);
 #else
  printf(Address type not supported for stats\n);
+ exit(1);
 #endif
-}
-else
+} else {
  printf(Address type not supported for stats\n);
+exit(1);
+   }
 }
-exit(1);
+exit(0);
 }
 
 if (flag_rou) {


Bug#585094: gnome-control-center: gnome-display-properties wrongly detects external monitor connected

2010-06-09 Thread Josselin Mouette
Le mercredi 09 juin 2010 à 07:07 +0200, Olivier Berger a écrit :
 Package: gnome-control-center
 Version: 1:2.30.1-1
 Severity: normal
 
 Hi.
 
 From time to time, gnome-display-properties will detect in a wrong
 way the presence of an external monitor (running a laptop with
 internal LCD and external VGA connector).
 
 Even though there's none connected, the display then switches to
 2-screens large desktop, and unfortunately displays current panels and
 windows on the hidden part, leaving the laptop's LCD screen empty (but
 desktop icons).

What’s the output of xrandr ?

Cheers,
-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “If you eat pasta without sauce, it is nothing
  `- short of communism.”  -- Marie




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585101: Acknowledgement (Impossible to add a new radio)

2010-06-09 Thread Damyan Ivanov
retitle 585101 radiotray: Impossible to add a new radio with UTF-8 chars in the 
name
thanks

More info: when pressing 'OK', the following backtrace appears in the 
terminal:

Traceback (most recent call last):
  File /usr/lib/pymodules/python2.5/radiotray/BookmarkConfiguration.py, 
line 89, in on_add_bookmark_clicked
self.dataProvider.addRadio(name, url)
  File /usr/lib/pymodules/python2.5/radiotray/XmlDataProvider.py, line 
57, in addRadio
radio.set(name, name)
  File lxml.etree.pyx, line 634, in lxml.etree._Element.set 
(src/lxml/lxml.etree.c:31912)
  File apihelpers.pxi, line 488, in lxml.etree._setAttributeValue 
(src/lxml/lxml.etree.c:13918)
  File apihelpers.pxi, line 1295, in lxml.etree._utf8 
(src/lxml/lxml.etree.c:20212)
ValueError: All strings must be XML compatible: Unicode or ASCII, no NULL 
bytes

Indeed, I tried using Cyrillics in the radio name. My locale uses 
UTF-8, which I'd expect to be properly supported.

Using only ASCI characters for the radio name worked around the 
problem.

Also, the non-working 'Cancel' button and the 'empty edit dialog' 
problem seem to be caused by this exception. If I avoid it, both work.


signature.asc
Description: Digital signature


Bug#585102: amarok: Amarok crashes upon collection rebuild

2010-06-09 Thread Iacopo Spalletti
Package: amarok
Version: 2.3.1-1
Severity: important

Since upgrade to 2.3.1 (both stable and previous beta 1 package) Amarok crashes
upon collection rebuilding, while apparently
amarokcollectionscanner completes the job without errors.
I tried starting from a complete fresh amarok profile (deleted
~/.kde/share/config/amarok* and ~/.kde/share/apps/amarok)

Crash is 100% reproducible, and seems to occur always at the same percentage
(problem in some specific track?)

Amarok 2.3.0 works ok (reinstalled from squeeze)

Seems related to kde bug #235480
Attached backtrace

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

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

Versions of packages amarok depends on:
ii  amarok-common   2.3.1-1  architecture independent files for
ii  amarok-utils2.3.1-1  utilities for Amarok media player
ii  kdebase-runtime 4:4.4.4-1runtime components from the offici
ii  libc6   2.11.1-3 Embedded GNU C Library: Shared lib
ii  libcurl3-gnutls 7.20.1-2 Multi-protocol file transfer libra
ii  libgcc1 1:4.4.4-4GCC support library
ii  libgcrypt11 1.4.5-2  LGPL Crypto library - runtime libr
ii  libglib2.0-02.24.1-1 The GLib library of C routines
ii  libgpod40.7.2-2+b1   library to read and write songs an
ii  libgtk2.0-0 2.20.1-1 The GTK+ graphical user interface
ii  libkdecore5 4:4.4.4-1the KDE Platform Core Library
ii  libkdeui5   4:4.4.4-1the KDE Platform User Interface Li
ii  libkdnssd4  4:4.4.4-1the DNS-SD Protocol Library for th
ii  libkfile4   4:4.4.4-1the File Selection Dialog Library
ii  libkio5 4:4.4.4-1the Network-enabled File Managemen
ii  libknewstuff2-4 4:4.4.4-1the Get Hot New Stuff v2 Library
ii  libknewstuff3-4 4:4.4.4-1the Get Hot New Stuff v3 Library
ii  libkutils4  4:4.4.4-1various utility classes for the KD
ii  liblastfm0  0.4.0~git20090710-1  The Last.fm web services library
ii  libloudmouth1-0 1.4.3-5  Lightweight C Jabber library
ii  libmtp8 1.0.3-1  Media Transfer Protocol (MTP) libr
ii  libmysqlclient165.1.47-1 MySQL database client library
ii  libphonon4  4:4.6.0really4.4.2-1 the core library of the Phonon mul
ii  libplasma3  4:4.4.4-1the Plasma Library for the KDE Pla
ii  libqca2 2.0.2-1  libraries for the Qt Cryptographic
ii  libqt4-dbus 4:4.6.2-5Qt 4 D-Bus module
ii  libqt4-network  4:4.6.2-5Qt 4 network module
ii  libqt4-script   4:4.6.2-5Qt 4 script module
ii  libqt4-sql  4:4.6.2-5Qt 4 SQL module
ii  libqt4-svg  4:4.6.2-5Qt 4 SVG module
ii  libqt4-webkit   4:4.6.2-5Qt 4 WebKit module
ii  libqt4-xml  4:4.6.2-5Qt 4 XML module
ii  libqtcore4  4:4.6.2-5Qt 4 core module
ii  libqtgui4   4:4.6.2-5Qt 4 GUI module
ii  libqtscript4-core   0.1.0-3  Qt Script bindings for the Qt 4 Co
ii  libqtscript4-gui0.1.0-3  Qt Script bindings for the Qt 4 Gu
ii  libqtscript4-networ 0.1.0-3  Qt Script bindings for the Qt 4 Ne
ii  libqtscript4-sql0.1.0-3  Qt Script bindings for the Qt 4 SQ
ii  libqtscript4-uitool 0.1.0-3  Qt Script bindings for the Qt 4 Ui
ii  libqtscript4-xml0.1.0-3  Qt Script bindings for the Qt 4 XM
ii  libsolid4   4:4.4.4-1Solid Library for KDE Platform
ii  libstdc++6  4.4.4-4  The GNU Standard C++ Library v3
ii  libstreamanalyzer0  0.7.2-1  streamanalyzer library for Strigi
ii  libstreams0 0.7.2-1  streams library for for Strigi Des
ii  libtag-extras1  1.0.1-2  TagLib extras library - support fo
ii  libtag1c2a  1.6.3-1  TagLib Audio Meta-Data Library
ii  libthreadweaver44:4.4.4-1the ThreadWeaver Library for the K
ii  libxml2 2.7.7.dfsg-2 GNOME XML library
ii  phonon  4:4.6.0really4.4.2-1 metapackage for the Phonon multime
ii  phonon-backend-xine 4:4.6.0really4.4.2-1 Phonon Xine 1.1.x backend
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages amarok recommends:
ii  kdemultimedia-kio-plugins 4:4.4.4-1  transparent audio CD access for KD

Versions of packages amarok suggests:
ii  libqt4-sql-mysql   4:4.6.2-5 Qt 4 MySQL database 

Bug#585103: debian-installer: [INTL:da] Danish translation update

2010-06-09 Thread Jacob Sparre Andersen
Package: debian-installer
Severity: wishlist
Tags: patch l10n d-i


Patch for Danish translation of level-1, sublevel-3 included.

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

Kernel: Linux 2.6.32-trunk-686 (SMP w/1 CPU core)
Locale: LANG=fo_FO.ISO-8859-1, LC_CTYPE=fo_FO.ISO-8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash
--- debian-installer_packages_po_sublevel3_da.po	2010-06-09 04:57:06.0 +0200
+++ debian-installer_packages_po_sublevel3_da-new.po	2010-06-09 08:50:51.0 +0200
@@ -17,16 +17,16 @@
 # Mads Bille Lundby lundbym...@gmail.com, 2009.
 # Henrik Christian Grove deb...@3001.dk, 2008.
 # Jesper Dahl Nyerup deb...@jespernyerup.dk, 2008.
-# Jacob Sparre Andersen spa...@nbi.dk, 2008.
 # Claus Hindsgaul claus.hindsg...@gmail.com, 2004-2007, 2010.
+# Jacob Sparre Andersen spa...@nbi.dk, 2008, 2010.
 msgid 
 msgstr 
 Project-Id-Version: debian-installer_packages_po_sublevel3_da\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2010-06-01 22:47+\n
-PO-Revision-Date: 2010-03-20 19:24+0100\n
-Last-Translator: \n
-Language-Team: American English kde-i18n-...@kde.org\n
+PO-Revision-Date: 2010-06-09 08:50+0200\n
+Last-Translator: Jacob Sparre Andersen ja...@jacob-sparre.dk\n
+Language-Team: Dansk debian-l10n-dan...@lists.debian.org\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
@@ -264,15 +264,14 @@
 #. :sl3:
 #: ../driver-injection-disk-detect.templates:1001
 msgid Detect virtual driver disks from hardware manufacturer
-msgstr 
+msgstr Detektér virtuelle driver-diske fra hardwareproducent
 
 #. Type: boolean
 #. Description
 #. :sl3:
 #: ../driver-injection-disk-detect.templates:2001
-#, fuzzy
 msgid Load drivers from internal virtual driver disk?
-msgstr Indlæs drivere fra endnu et flytbart medie?
+msgstr Indlæs drivere fra intern virtuel driver-disk?
 
 #. Type: boolean
 #. Description
@@ -281,7 +280,7 @@
 msgid 
 Installing on this hardware may require some drivers provided by the 
 manufacturer to be loaded from the built-in driver injection disk.
-msgstr 
+msgstr Installation på denne hardware kan kræve at nogle drivere fra producenten indlæses fra en indbygget virtuel driver-disk.
 
 #. Type: error
 #. Description


Bug#585104: closing the 'Configure radios' window using the window manager close button quits the program

2010-06-09 Thread Damyan Ivanov
Package: radiotray
Version: 0.5.1-1
Severity: normal

When closing the 'Configure radios...' window using the window manager's close 
button in the title bar, the whole program quits. In contrast, pressing the 
'Close' button in the window just closes the window as expected.

There are no messages on the terminal.

-- System Information:
Debian Release: squeeze/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'testing'), (500, 
'stable'), (450, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages radiotray depends on:
ii  python2.5.4-9An interactive high-level object-o
ii  python-gtk2   2.17.0-2   Python bindings for the GTK+ widge
ii  python-support1.0.8  automated rebuilding support for P

radiotray recommends no packages.

radiotray suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#519006: breaks dump builds, too

2010-06-09 Thread Matthias Klose

On 08.06.2010 20:02, Bdale Garbee wrote:

This prevents dump from building on mips/mipsel, which means the version
of dump in testing is now months out of date.

Is there an estimate for when this bug will be fixed?


this is up to the debian-mips maintainers to answer.

is there different behaviour when all objects involved in the link are rebuilt 
with binutils from experimental?




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585105: radiotray: doesn't start

2010-06-09 Thread Bin Zhang
Package: radiotray
Version: 0.5.1-1
Severity: important


$ radiotray 
Traceback (most recent call last):
  File /usr/bin/radiotray, line 12, in module
os.chdir(workdir)
OSError: [Errno 2] No such file or directory: '/usr/bin/src'


Best regards,
Bin

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

Kernel: Linux 2.6.34.toi.git20100607 (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 radiotray depends on:
ii  python2.5.4-9An interactive high-level object-o
ii  python-gtk2   2.17.0-2   Python bindings for the GTK+ widge
ii  python-support1.0.8  automated rebuilding support for P

radiotray recommends no packages.

radiotray suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585106: ucf run without --debconf-ok

2010-06-09 Thread Thorsten Glaser
Package: bacula-director-mysql
Version: 2.4.4-1
Severity: normal

Debian Policy §3.9.1 (back then, §3.10.1):

 3.6.1.0Aug 2003

  + Prompting the user should be done using debconf. Non debconf
user prompts are now deprecated. [3.10.1]

The source package bacula (2.4.4-1) pretends to conform to
Policy version 3.8.0, but, as can be seen below, this point
is violated.

This is an excerpt from apt/term.log (please excuse the par-
tial German messages, I can’t get my colleagues to run our
systems in English, sadly):


Log started: 2010-06-08  15:58:17
dpkg: bacula-director-sqlite3: Abhängigkeitsprobleme, aber entferne es auf 
Anfrage dennoch:
 bacula-server hängt ab von bacula-director-sqlite3 (= 2.4.4-1) | 
bacula-director; aber:
  Paket bacula-director-sqlite3 soll entfernt werden.
  Paket bacula-director ist nicht installiert.
  Paket bacula-director-sqlite3, das bacula-director bereitstellt, soll 
entfernt werden.
 bacula-server hängt ab von bacula-director-sqlite3 (= 2.4.4-1) | 
bacula-director; aber:
  Paket bacula-director-sqlite3 soll entfernt werden.
  Paket bacula-director ist nicht installiert.
  Paket bacula-director-sqlite3, das bacula-director bereitstellt, soll 
entfernt werden.
(Lese Datenbank ... 21547 Dateien und Verzeichnisse sind derzeit installiert.)
Entferne bacula-director-sqlite3 ...
Stopping Bacula Director: bacula-dir.
Verarbeite Trigger für man-db ...
Wähle vormals abgewähltes Paket dbconfig-common.
(Lese Datenbank ... 21537 Dateien und Verzeichnisse sind derzeit installiert.)
Entpacke dbconfig-common (aus .../dbconfig-common_1.8.39_all.deb) ...
Wähle vormals abgewähltes Paket bacula-director-mysql.
Entpacke bacula-director-mysql (aus .../bacula-director-mysql_2.4.4-1_i386.deb) 
...
Verarbeite Trigger für man-db ...
Richte dbconfig-common ein (1.8.39) ...
Richte bacula-director-mysql ein (2.4.4-1) ...
Installiere neue Version der Konfigurationsdatei 
/etc/bacula/scripts/make_catalog_backup ...

[ … terminal ANSI escape stuff snipped … ]

*** WARNING: ucf was run from a maintainer script that uses debconf, but
 the script did not pass --debconf-ok to ucf. The maintainer
 script should be fixed to not stop debconf before calling ucf,
 and pass it this parameter. For now, ucf will revert to using
 old-style, non-debconf prompting. Ugh!

 Please inform the package maintainer about this problem.

Creating config file /etc/dbconfig-common/bacula-director-mysql.conf with new 
version
granting access to database bacula for bac...@localhost: success.
verifying access for bac...@localhost: success.
creating database bacula: success.
verifying database bacula exists: success.
populating database via sql...  done.
dbconfig-common: flushing administrative password
Processing configuration ...Ok.
Starting Bacula Director: bacula-dir.
Log ended: 2010-06-08  15:58:51



-- System Information:
Debian Release: 5.0.4
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'stable')
Architecture: i386 (i686)

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

Versions of packages bacula-director-mysql depends on:
ii  bacula-director-common 2.4.4-1   network backup, recovery and verif
ii  dbconfig-common1.8.39common framework for packaging dat
ii  debconf [debconf-2.0]  1.5.24Debian configuration management sy
ii  libc6  2.7-18lenny2  GNU C Library: Shared libraries
ii  libgcc11:4.3.2-1.1   GCC support library
ii  libmysqlclient15off5.0.51a-24+lenny4 MySQL database client library
ii  libstdc++6 4.3.2-1.1 The GNU Standard C++ Library v3
ii  libwrap0   7.6.q-16  Wietse Venema's TCP wrappers libra
ii  mysql-client-5.0 [mysq 5.0.51a-24+lenny4 MySQL database client binaries
ii  python2.5  2.5.2-15+lenny1   An interactive high-level object-o
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages bacula-director-mysql recommends:
ii  mysql-server   5.0.51a-24+lenny4 MySQL database server (metapackage
ii  mysql-server-5.0 [mysq 5.0.51a-24+lenny4 MySQL database server binaries

bacula-director-mysql suggests no packages.

-- debconf information:
  bacula-director-mysql/mysql/app-pass: (password omitted)
  bacula-director-mysql/mysql/admin-pass: (password omitted)
  bacula-director-mysql/app-password-confirm: (password omitted)
  bacula-director-mysql/password-confirm: (password omitted)
  bacula-director-mysql/passwords-do-not-match:
  bacula-director-mysql/mysql/admin-user: root
  bacula-director-mysql/dbconfig-upgrade: true
  bacula-director-mysql/purge: false
  bacula-director-mysql/remove-error: abort
  bacula-director-mysql/missing-db-package-error: abort
  bacula-director-mysql/remote/newhost:
  

Bug#585107: exaile: python-pymtp should be added as recommends/ suggests

2010-06-09 Thread Adar Nimrod
Subject: exaile: python-pymtp should be added as recommends/ suggests
Package: exaile
Version: 0.2.14+debian-2.3
Severity: normal

When running Exaile it asks the user to install pymtp and libmtp.
They're needed for syncing with MTP devices, nothing else.
I think python-pymtp should be added as a recommended or suggested
package to
exaile.



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

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

Versions of packages exaile depends on:
ii  gstreamer0.10-alsa0.10.29-4  GStreamer plugin for ALSA
ii  gstreamer0.10-plugins-base0.10.29-4  GStreamer plugins from the
base 
ii  gstreamer0.10-plugins-good0.10.23-4  GStreamer plugins from the
good 
ii  libgstreamer0.10-00.10.29-1  Core GStreamer libraries
and eleme
ii  libjs-prototype   1.6.1-1JavaScript Framework for
dynamic w
ii  python2.5.4-9An interactive high-level
object-o
ii  python-dbus   0.83.1-1   simple interprocess
messaging syst
ii  python-feedparser 4.1-14 Universal Feed Parser for
Python
ii  python-glade2 2.17.0-2   GTK+ bindings: Glade
support
ii  python-gst0.100.10.18-2  generic media-playing
framework (P
ii  python-gtk2   2.17.0-2   Python bindings for the GTK
+ widge
ii  python-mmkeys 1.6.2.1-3  Multimedia key support as a
PyGTK 
ii  python-mutagen1.15-2 audio metadata editing
library
ii  python-pysqlite2  2.6.0-1Python interface to SQLite
3
ii  python-pyvorbis   1.4-2+b1   Python interface to the Ogg
Vorbis
ii  python-support1.0.8  automated rebuilding
support for P

Versions of packages exaile recommends:
ii  gstreamer0.10-plugins-ugly0.10.15-1  GStreamer plugins from the
ugly 
ii  python-cddb   1.4-5.1+b2 Python interface to CD-IDs
and Fre
ii  python-eggtrayicon2.25.3-5   Python module to display
icons in 
pn  python-gamin  none (no description available)
pn  python-gpod   none (no description available)
ii  python-gtkmozembed2.25.3-5   Python bindings for the
GtkMozEmbe
ii  python-notify 0.1.1-2+b2 Python bindings for
libnotify
pn  streamripper  none (no description available)

exaile suggests no packages.

-- no debconf information





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585108: util-linux: cfdisk is broken in UTF-8 locales

2010-06-09 Thread Sven Joachim
Package: util-linux
Version: 2.17.2-3
Severity: normal

The switch from slang2 to ncurses causes cfdisk breakage in UTF-8
locales.  Non-ASCII characters are seriously messed up:

,
|   cfdisk (util-linux-ng 2.17.2)
| 
|Festplatte: /dev/sda
|   GrM-CM-6M-C~_e: 160041885696 Bytes, 160,0 GB
|   KM-CM-6pfe: 255   Sektoren pro Spur: 63   Zylinder: 
19457
| 
|  Name   Flags Part. TypDateisystemtyp   
[Bezeichner]  GrM-CM-6M-C~_e (MB)
|  

|  sda1   Boot   PrimM-CM-$reLinux ext2   [/]   
896,56
|  sda2  PrimM-CM-$reLinux Swap / Solaris   
   3808,31
`

Adding a build dependency on libncursesw5-dev would fix this, at the
cost of making libncursesw5 required.


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

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

Versions of packages util-linux depends on:
ii  dpkg1.15.7.2 Debian package management system
ii  initscripts 2.88dsf-7scripts for initializing and shutt
ii  install-info4.13a.dfsg.1-5   Manage installed documentation in 
ii  libblkid1   2.17.2-3 block device id library
ii  libc6   2.11.1-3 Embedded GNU C Library: Shared lib
ii  libncurses5 5.7+20100313-2   shared libraries for terminal hand
ii  libselinux1 2.0.94-1 SELinux runtime shared libraries
ii  libuuid12.17.2-3 Universally Unique ID library
ii  lsb-base3.2-23.1 Linux Standard Base 3.2 init scrip
ii  tzdata  2010j-1  time zone and daylight-saving time
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

util-linux recommends no packages.

Versions of packages util-linux suggests:
ii  dosfstools3.0.9-1utilities for making and checking 
ii  kbd   1.15.2-1   Linux console font and keytable ut
ii  util-linux-locales2.17.2-3   Locales files for util-linux

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#584911: bind9: hard-coded dependency on /usr/lib/ssl/openssl.cnf might cause trouble

2010-06-09 Thread Gebauer, Mirko (FRA-MRM)
Thanks Florian, for your prompt responses. And please excuse the ugly e-mail 
style without proper line wrappings that Outlook (company...) causes in 
Debian's BTS.

I'm still curious why the bug we've stumbled upon in OpenSSL was no issue in 
previous versions of bind9 in lenny?

Best regards,
Mirko Gebauer


/pre This message contains information which may be confidential and 
privileged.Unless you br
are the intended recipient (or authorized to receive this message for the 
intended br
recipient), you may not use, copy, disseminate or disclose to anyone the 
message or br
any information contained in the message. If you have received the message in 
error, br
please advise the sender by reply e-mail, and delete the message. br
Thank you very much. br
(A) pre




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585109: ITP: graphos.app -- Vector drawing application for GNUstep

2010-06-09 Thread Yavor Doganov
Package: wnpp
Owner: Debian GNUstep maintainers 
pkg-gnustep-maintain...@lists.alioth.debian.org
Severity: wishlist

* Package name: graphos.app
  Version : 0.1
  Upstream Author : Riccardo Mottola
Enrico Sersale
Rob Burns
* URL or Web page : http://gap.nongnu.org/graphos
* License : GPLv2+
* Programming Lang: Objective-C
  Description : Vector drawing application for GNUstep

Graphos is a simple vector drawing application centered around bezier
paths.  It is a direct decendant of GDraw, which was PostScript
based.  Graphos is not yet feature complete, and uses a custom file
format which is incompatible with SVG.


P.S.  I'm not entirely sure whether we need this in the archive,
provided that cenon.app is much more powerful...



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#582776: initramfs-tools: pointless generation of an initrd for initrd-free custom kernels

2010-06-09 Thread Michael Prokop
* maximilian attems m...@stro.at [Mit Jun 09, 2010 at 04:24:42 +0200]:
 On Tue, Jun 08, 2010 at 03:35:36PM +0200, Michael Prokop wrote:
  * Darren Salt d...@youmustbejoking.demon.co.uk [Son Mai 23, 2010 at 
  03:26:28 +0100]:

   While installing a locally-built kernel (which doesn't require an 
   initrd), I
   found that /etc/kernel/postinst.d/initramfs-tools was nevertheless 
   generating
   an initrd for that kernel.

   This causes breakage here. I'm using lilo and a slightly-modified
   version of the example symlink_hook script provided by kernel-package; if 
   an
   initrd is present, the symlink name is different. (I'm using the symlinks 
   so
   that I don't have to edit lilo.conf.)

[...]

  Looks fine to me.

  maks, any objections against adding this patch? I'd take care of it.

 yes wrong.

 don't assume to look on /boot/config-version for respective image.

Ok good point.

 didn't see better idea here so close.

How about giving people the chance to disable generation of initrds
through e.g. /etc/default/initramfs-tools?

regards,
-mika-


signature.asc
Description: Digital signature


Bug#581349: Closing this bug report

2010-06-09 Thread Robert Wohlrab
reopen 581349
thanks

Olivier Vitrat wrote:
 Hello
 This has been fixed in KDE 4.4.4
 Closing this bug report.
 Olivier

Wrong it is still not working. Why do you think that it is fixed?
-- 
Robert Wohlrab



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585093: gourmet won't start, python errors?

2010-06-09 Thread Christian Marillat
reassign 585093 python-sqlalchemy
thanks

Bert Riding rerid...@xmission.com writes:

 Package: gourmet
 Version: 0.15.4-3
 Severity: important


 I have a mixed system and don't really expect everything to work.
 Earlier this year, though, gourmet was running fine.  Today I tried to 
 start it and got this error:

[...]

   File /usr/lib/pymodules/python2.5/sqlalchemy/sql/expression.py, line 
 1296, in __nonzero__
 raise TypeError(Boolean value of this clause is not defined)
 TypeError: Boolean value of this clause is not defined

 My tiny expertise has been exhausted.  I have no clue as to what package
 actually may be the responsible one, nor how to troubleshoot further.

The python path may explain were the problem is.

Christian



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585002: [Pkg-clamav-devel] Bug#585002: Bug#585002: clamav-daemon segfault at start

2010-06-09 Thread Sebastian Hofmann
Hi,

here is the output of strace clamd:


execve(/usr/sbin/clamd, [clamd], [/* 14 vars */]) = 0
brk(0)  = 0x621000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x2b4abc0cb000
uname({sys=Linux, node=s15210388, ...}) = 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or
directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x2b4abc0cc000
access(/etc/ld.so.preload, R_OK)  = -1 ENOENT (No such file or
directory)
open(/etc/ld.so.cache, O_RDONLY)  = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=26243, ...}) = 0
mmap(NULL, 26243, PROT_READ, MAP_PRIVATE, 3, 0) = 0x2b4abc0ce000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or
directory)
open(/usr/lib/libclamav.so.6, O_RDONLY) = 3
read(3, \177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\0\1\0\0\0
:\10\0\0\0\0\0@..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=9612912, ...}) = 0
mmap(NULL, 11741624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0x2b4abc2cc000
mprotect(0x2b4abcba7000, 2093056, PROT_NONE) = 0
mmap(0x2b4abcda6000, 331776, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8da000) = 0x2b4abcda6000
mmap(0x2b4abcdf7000, 31160, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2b4abcdf7000
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++


Regards
Sebastian




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585110: usbview: .desktop file has invalid content

2010-06-09 Thread Andreas Mohr
Package: usbview
Version: 1.1-1

Hi,

starting some KDE app via shell managed to yield this:

kbuildsycoca4(5818)/kdecore (services) KServicePrivate::init: The desktop entry 
file  /usr/share/applications/usbview.desktop  has Type= 
Applications/System/Hardware  instead of Application or Service

kbuildsycoca4(5818) KBuildServiceFactory::createEntry: Invalid Service :  
/usr/share/applications/usbview.desktop


Judging from examination of other .desktop files in /usr/share/applications/ , 
the content of usbview.desktop
seems pretty much very bogus (mixed up file Type entry content with - 
non-existent - Categories entry, etc.).

Thank you,

Andreas Mohr



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#580736: grub is not able to configure Fedora in a dual boot setup

2010-06-09 Thread Michele Porelli
I've an identical issue with an Ubuntu partition, downgrading os-prober to
1.35 but this problem persist.

I think that os-prober is not the problem because running update-grub2 in
the stdout I can see the correct entries but the grub.cfg is wrongly
generated.


Bug#543245: [pkg-kolab] Bug#543245: (no subject)

2010-06-09 Thread Mathieu Parent
On Wed, Jun 9, 2010 at 12:11 AM, Dennis Schridde devuran...@gmx.net wrote:
 Am Dienstag, 8. Juni 2010, 16:11:09 schrieb Mathieu Parent:
 On Mon, Jun 7, 2010 at 7:57 PM, Dennis Schridde devuran...@gmx.net wrote:
  ... and it seems to be fixed in horde-webmail-1.2.6.

 Great! Have you more info on this? Which part has been fixed?

 Hello Mathieu!

 The bug described was fixed: Invalid shutdown callback 'Array' passed.

I need to know how it has been fixed (i.e. where is the patch). Do you
have a reference of it ? kolab-webclient is made of a lot of packages
and I have no idea of where the fix was made: horde framework, horde
apps, horde deps, ...

 Also an issue with Kolab and the check for IMAP CAPABILITY (previously
 happened before login) was fixed, but that's unrelated to this bug.

Same for this one.


Mathieu



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#582884: [Usb-creator-hackers] Bug#582884: ITP: usb-creator -- Live USB creator

2010-06-09 Thread Alexander Reichle-Schmehl
Hi!

Am 03.06.2010 13:22, schrieb Evan Dandrea:

 Am 27.05.2010 13:47, schrieb Evan Dandrea:
 I can't say I agree, but if we're going to have to do this, we might
 as well take the opportunity to make it consistent with the .desktop
 file.  Alexander, are you okay with startup-disk-creator?
 Yes, that sounds good to me.
 Great, will do!  One question though.  Are you requiring that we
 change the name of the source package as well as the binary packages?

Could it be, that I forgot to anser this mail?  Sorry.  We would prefer,
if both source and binary package would have the same name.


Best regards,
  Alexander



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585111: firmware-iwlwifi: Add WiFi Link 6250AGN firmware

2010-06-09 Thread Geoff Simmons
Package: firmware-iwlwifi
Version: 0.24
Severity: wishlist
Tags: patch

Hi,

Please consider including firmware for the Intel Wireless WiFi Link
6250AGN adapter (iwlwifi-6050-4.ucode), recently committed[1] to David
Woodhouse's linux-firmware repository.

It is used by the iwlagn driver for support of (at least) the following
devices:

  PCI: 8086:0087 Intel Corporation Centrino Advanced-N + WiMAX 6250
  PCI: 8086:0089 Intel Corporation Centrino Advanced-N + WiMAX 6250

Geoff

[1] 
http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=commit;h=85212bf6501da865e570f6b2f6fbd6f212850609

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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

firmware-iwlwifi depends on no packages.

firmware-iwlwifi recommends no packages.

Versions of packages firmware-iwlwifi suggests:
ii  initramfs-tools   0.96.1 tools for generating an initramfs
ii  linux-image-2.6.32-5-686 [lin 2.6.32-15  Linux 2.6.32 for modern PCs

-- no debconf information
Index: iwlwifi/iwlwifi-6050-4.ucode-9.201.4.1
===
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: iwlwifi/iwlwifi-6050-4.ucode-9.201.4.1
___
Added: svn:mime-type
   + application/octet-stream

Index: iwlwifi/defines
===
--- iwlwifi/defines	(revision 15845)
+++ iwlwifi/defines	(working copy)
@@ -10,7 +10,8 @@
  iwlwifi-5000-2.ucode
  iwlwifi-5150-2.ucode
  iwlwifi-6000-4.ucode
-longdesc: Intel Wireless 1000, 3945, 4965, 5100, 5300 and 6000 cards supported
+ iwlwifi-6050-4.ucode
+longdesc: Intel Wireless 1000, 3945, 4965, 5100, 5300, 6000 and 6250 cards supported
  by the iwl3945 and iwlagn drivers
 uri: http://intellinuxwireless.org/?p=iwlwifin=downloads
 
@@ -40,3 +41,6 @@
 
 [iwlwifi-6000-4.ucode_base]
 desc: Intel Wireless 6000 firmware
+
+[iwlwifi-6050-4.ucode_base]
+desc: Intel Wireless 6250 firmware


Bug#585112: [INTL:sv] Swedish strings for astk debconf

2010-06-09 Thread Martin Bagge / brother

package: astk
severity: wishlist
tags: patch l10n

Please consider to add this file to translation of debconf.

--
brother
http://sis.bthstudent.se
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR em...@address, YEAR.
#
msgid 
msgstr 
Project-Id-Version: ASTK\n
Report-Msgid-Bugs-To: a...@packages.debian.org\n
POT-Creation-Date: 2010-06-09 07:51+0200\n
PO-Revision-Date: 2010-06-09 09:37+0100\n
Last-Translator: Martin Bagge / brother brot...@bsnet.se\n
Language-Team: Swedish debian-l10n-swed...@lists.debian.org\n
Language: \n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=utf-8\n
Content-Transfer-Encoding: 8bit\n
X-Poedit-Language: Swedish\n
X-Poedit-Country: Sweden\n

#. Type: select
#. Description
#: ../astk.templates:2001
msgid aster platform:
msgstr asterplattform:

#. Type: select
#. Description
#: ../astk.templates:2001
msgid  Select aster platform.
msgstr Välj asterplattform:

#. Type: select
#. Type
#: ../astk.templates:3001
msgid string
msgstr sträng

#. Type: select
#. Description
#: ../astk.templates:3002
msgid ASTK server domain name:
msgstr Domännamn för ASTK-server:

#. Type: select
#. Description
#: ../astk.templates:3002
msgid Please enter the domain name of the server that this ASTK client should connect to.
msgstr Ange domännamnet för servern som denna ASTK-klient ska ansluta till.

#. Type: string
#. Description
#: ../astk.templates:4001
msgid ASTK server host name:
msgstr Värdnamn för ASTK-server:

#. Type: string
#. Description
#: ../astk.templates:4001
msgid Please enter the host name (without domain name) of the server that this ASTK client should connect to.
msgstr Ange värdnamnet (utan domännamnsdelen) för servern som denna ASTK-klient ska ansluta till.

#. Type: string
#. Description
#: ../astk.templates:5001
msgid ASTK client node name:
msgstr Nodnamn för ASTK-klient:

#. Type: string
#. Description
#: ../astk.templates:5001
msgid Please enter the public name by which this client will be known on the network. It must be a unique name within the domain.
msgstr Ange det publika namnet som denna klient kommer att vara känd under i nätverket. Det måste vara ett unikt namn inom domänen.

#. Type: select
#. Description
#: ../astk.templates:6001
msgid Standard editor:
msgstr Förvald editor:

#. Type: select
#. Description
#: ../astk.templates:6001
msgid Please select the command line that ASTK should use to launch an editor.
msgstr Ange kommandoraden som ASTK ska använda för att starta en editor.

#. Type: select
#. Description
#: ../astk.templates:7001
msgid Standard terminal emulator:
msgstr Förvald terminalemulator:

#. Type: select
#. Description
#: ../astk.templates:7001
msgid Please select the command line that ASTK should use to launch a terminal window.
msgstr Ange kommandoraden som ASTK ska använda för att starta ett terminalfönster.

#. Type: select
#. Description
#: ../astk.templates:8001
msgid ASTK server MPI implementation:
msgstr MPI-implementation på ASTK-servern:

#. Type: select
#. Description
#: ../astk.templates:8001
msgid Please select the MPI implementation used by the server that this ASTK client should connect to.
msgstr Ange vilken MPI-implementation som används av servern som denna ASTK-klient ska ansluta till.

#. Type: select
#. Description
#: ../astk.templates:9001
msgid ASTK server bit width:
msgstr Bitbredd för ASTK-servern:

#. Type: select
#. Description
#: ../astk.templates:9001
msgid Please select the bit width of the server that this ASTK client should connect to.
msgstr Ange bitbredden för servern som denna ASTK-klient ska ansluta till.



Bug#585002: [Pkg-clamav-devel] Bug#585002: Bug#585002: clamav-daemon segfault at start

2010-06-09 Thread Michael Tautschnig
 Hi,
 
 here is the output of strace clamd:
 

[...]

That's an extremly short trace; I'd nevertheless suspect a problem with
signatures.

Could you please try to purge all the contents of the /var/lib/clamav directory,
reinstall the clamav-base package (using, e.g., apt-get --reinstall install
clamav-base) and restart freshclam.

Best,
Michael



pgpnUXddbt6Gw.pgp
Description: PGP signature


Bug#585113: serna does not support authorgroup

2010-06-09 Thread Mathieu Malaterre
Package: serna
Version: 0.svn270-2
Severity: minor


It would be nice if serna would support authorgroup instead of display a red 
cross

Thanks

-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (500, 'stable'), (200, 'testing'), (100, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-bpo.1-amd64 (SMP w/16 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 serna depends on:
ii  docbook-xsl1.75.2+dfsg-5~bpo50+1 stylesheets for processing DocBook
ii  libaspell150.60.6-1  GNU Aspell spell-checker runtime l
ii  libc6  2.10.2-6  Embedded GNU C Library: Shared lib
ii  libfreetype6   2.3.7-2+lenny1FreeType 2 font engine, shared lib
ii  libgcc11:4.4.2-9 GCC support library
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libqscintilla2-5   2.4-5 The Qt4 port of the Scintilla sour
ii  libqt4-assistant   4:4.6.2-4 Qt 4 assistant module
ii  libqt4-network 4:4.6.2-4 Qt 4 network module
ii  libqt4-qt3support  4:4.6.2-4 Qt 3 compatibility library for Qt 
ii  libqt4-sql 4:4.6.2-4 Qt 4 SQL module
ii  libqt4-svg 4:4.6.2-4 Qt 4 SVG module
ii  libqt4-xml 4:4.6.2-4 Qt 4 XML module
ii  libqtcore4 4:4.6.2-4 Qt 4 core module
ii  libqtgui4  4:4.6.2-4 Qt 4 GUI module
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libstdc++6 4.4.2-9   The GNU Standard C++ Library v3
ii  libx11-6   2:1.3.3-1 X11 client-side library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxft22.1.14-1  FreeType-based font drawing librar
ii  libxinerama1   2:1.0.3-2 X11 Xinerama extension library
ii  libxmu62:1.0.4-1 X11 miscellaneous utility library
ii  perl   5.10.1-11 Larry Wall's Practical Extraction 
ii  python 2.5.2-3   An interactive high-level object-o
ii  python-qt4 4.7-2 Python bindings for Qt4
ii  python-sip [sip-ap 4.10-2Python/C++ bindings generator runt
ii  python-support 1.0.6 automated rebuilding support for P
ii  python2.5  2.5.2-15+lenny1   An interactive high-level object-o
ii  xsltproc   1.1.24-2  XSLT command line processor

Versions of packages serna recommends:
ii  fop   1:0.95.dfsg-11 XML to PDF Translator

serna suggests no packages.

-- no debconf information


aut.xml
Description: XML document


Bug#585002: [Pkg-clamav-devel] Bug#585002: Bug#585002: clamav-daemon segfault at start

2010-06-09 Thread Sebastian Hofmann
Unfortunately the reinstall did not solve the problem - same behavior as
before...

Regards
Sebastian


Michael Tautschnig schrieb:
 Hi,

 here is the output of strace clamd:

 
 [...]
 
 That's an extremly short trace; I'd nevertheless suspect a problem with
 signatures.
 
 Could you please try to purge all the contents of the /var/lib/clamav 
 directory,
 reinstall the clamav-base package (using, e.g., apt-get --reinstall install
 clamav-base) and restart freshclam.
 
 Best,
 Michael
 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585114: reportbug: GTK warning when trying to start on text console

2010-06-09 Thread Erwan David
Package: reportbug
Version: 4.12.2
Severity: normal

When launching reportbug in a text console (either text console or remote 
without X forwarding, I get following warning)
/usr/lib/pymodules/python2.5/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not 
open display
  warnings.warn(str(e), _gtk.Warning)

It seems me perfectly normal that it cannot open display since there
is no display, but why should it try to open it since I use text UI ?


-- Package-specific info:
** Environment settings:
EDITOR=emacs
VISUAL=emacs
INTERFACE=text

** /home/edavid/.reportbugrc:
reportbug_version 3.17
mode advanced
ui text
email er...@rail.eu.org

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

Kernel: Linux 2.6.32-3-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages reportbug depends on:
ii  apt   0.7.25.3   Advanced front-end for dpkg
ii  python2.5.4-9An interactive high-level object-o
ii  python-reportbug  4.12.2 Python modules for interacting wit

reportbug recommends no packages.

Versions of packages reportbug suggests:
ii  debconf-utils1.5.32  debconf utilities
ii  debsums  2.0.48+nmu1 tool for verification of installed
ii  dlocate  1.02fast alternative to dpkg -L and dp
ii  emacs23-bin-common   23.1+1-5The GNU Emacs editor's shared, arc
ii  file 5.04-2  Determines file type using magic
ii  gnupg1.4.10-4GNU privacy guard - a free PGP rep
ii  pgpgpg [pgp] 0.13-9  Wrapper for using GnuPG in program
ii  postfix [mail-transp 2.6.5-3 High-performance mail transport ag
ii  python-gtk2  2.17.0-2Python bindings for the GTK+ widge
pn  python-gtkspell  none  (no description available)
ii  python-urwid 0.9.9.1-1   curses-based UI/widget library for
pn  python-vte   none  (no description available)
ii  xdg-utils1.0.2+cvs20100307-1 desktop integration utilities from

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585115: CORRECT FILE: debconf Slovenian translation

2010-06-09 Thread Vanja Cvelbar

Package: debconf
Version: 1.5.32
Severity: wishlist
Tags: l10n patch

Updates to the Slovenian translation, disregard the previous wrong file






sl_1.5.32.po.gz
Description: application/gzip


Bug#585116: mango-lassi: Segfault on start

2010-06-09 Thread Sven Arvidsson
Package: mango-lassi
Version: 001+dfsg-1
Severity: normal

Hi,

Thanks for packaging mango-lassi, I've been looking forward having it
in Debian! :)

Unfortunately, I'm getting a segfault when I try to launch it, I'm
attaching a backtrace built with DEB_BUILD_OPTIONS=nostrip noopt.

Thanks in advance,

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

Kernel: Linux 2.6.34-1-686-bigmem (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/dash

Versions of packages mango-lassi depends on:
ii  libatk1.0-0   1.30.0-1   The ATK accessibility toolkit
ii  libavahi-client3  0.6.25-3   Avahi client library
ii  libavahi-common3  0.6.25-3   Avahi common library
ii  libavahi-glib10.6.25-3   Avahi glib integration library
ii  libavahi-ui0  0.6.25-3   Avahi GTK+ User interface library
ii  libc6 2.11.1-3   Embedded GNU C Library: Shared lib
ii  libcairo2 1.8.10-4   The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.2.24-1   simple interprocess messaging syst
ii  libdbus-glib-1-2  0.86-1 simple interprocess messaging syst
ii  libfontconfig12.8.0-2.1  generic font configuration library
ii  libfreetype6  2.3.11-1   FreeType 2 font engine, shared lib
ii  libglib2.0-0  2.24.1-1   The GLib library of C routines
ii  libgtk2.0-0   2.20.1-1   The GTK+ graphical user interface 
ii  libnotify1 [libnotify1-gtk2.1 0.4.5-1sends desktop notifications to a n
ii  libpango1.0-0 1.28.0-1   Layout and rendering of internatio
ii  libx11-6  2:1.3.3-3  X11 client-side library
ii  libxtst6  2:1.1.0-2  X11 Testing -- Resource extension 

mango-lassi recommends no packages.

mango-lassi suggests no packages.

-- no debconf information
System: Linux 2.6.34-1-686-bigmem #1 SMP Thu May 20 12:53:16 UTC 2010 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10801000
Selinux: No
Accessibility: Disabled
GTK+ Theme: Darkilouche
Icon Theme: gnome
GTK+ Modules: gnomebreakpad, canberra-gtk-module

Memory status: size: 18485248 vsize: 18485248 resident: 5820416 share: 4861952 
rss: 5820416 rss_rlim: 18446744073709551615
CPU usage: start_time: 1276072432 rtime: 1 utime: 1 stime: 0 cutime:0 cstime: 0 
timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/usr/bin/mango-lassi'

[Thread debugging using libthread_db enabled]
0xb78c4424 in __kernel_vsyscall ()
#0  0xb78c4424 in __kernel_vsyscall ()
#1  0xb775cf23 in __waitpid_nocancel ()
at ../sysdeps/unix/syscall-template.S:82
#2  0xb785c80f in IA__g_spawn_sync (working_directory=0x0, argv=0x94b6d18, 
envp=0x0, flags=G_SPAWN_SEARCH_PATH, child_setup=0, user_data=0x0, 
standard_output=0x0, standard_error=0x0, exit_status=0x0, error=0xbfa07dfc)
at 
/build/buildd-glib2.0_2.24.1-1-i386-84Pp4V/glib2.0-2.24.1/glib/gspawn.c:386
#3  0xb785cb1c in IA__g_spawn_command_line_sync (
command_line=0x9510730 bug-buddy --appname=\mango-lassi\ --pid=28047, 
standard_output=0x0, standard_error=0x0, exit_status=0x0, error=0xbfa07dfc)
at 
/build/buildd-glib2.0_2.24.1-1-i386-84Pp4V/glib2.0-2.24.1/glib/gspawn.c:700
#4  0xb69ed8f4 in ?? () from /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
#5  signal handler called
#6  0x08052b26 in log_handler (log_domain=0x0, log_level=G_LOG_LEVEL_DEBUG, 
message=0x94bbf90 Listening on port 7421, user_data=0x0)
at src/lassi-server.c:1547
#7  0xb69ed335 in ?? () from /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
#8  0xb7820805 in IA__g_logv (log_domain=0x0, log_level=G_LOG_LEVEL_DEBUG, 
format=0x8058914 Listening on port %u, args1=0xbfa088bc \375\034)
at 
/build/buildd-glib2.0_2.24.1-1-i386-84Pp4V/glib2.0-2.24.1/glib/gmessages.c:519
#9  0xb7820c36 in IA__g_log (log_domain=0x0, log_level=G_LOG_LEVEL_DEBUG, 
format=0x8058914 Listening on port %u)
at 
/build/buildd-glib2.0_2.24.1-1-i386-84Pp4V/glib2.0-2.24.1/glib/gmessages.c:569
#10 0x0805254b in server_init (ls=0xbfa08928) at src/lassi-server.c:1408
#11 0x08052d28 in main (argc=1, argv=0xbfa08b14) at src/lassi-server.c:1586

Thread 1 (Thread 0xb6bef720 (LWP 28047)):
#0  0xb78c4424 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb775cf23 in __waitpid_nocancel ()
at ../sysdeps/unix/syscall-template.S:82
No locals.
#2  0xb785c80f in IA__g_spawn_sync (working_directory=0x0, argv=0x94b6d18, 
envp=0x0, flags=G_SPAWN_SEARCH_PATH, child_setup=0, user_data=0x0, 
standard_output=0x0, standard_error=0x0, exit_status=0x0, error=0xbfa07dfc)
at 
/build/buildd-glib2.0_2.24.1-1-i386-84Pp4V/glib2.0-2.24.1/glib/gspawn.c:386
outpipe = -1
errpipe = -1
pid = 28048
fds = {__fds_bits = {0, 155938084, 

Bug#585002: [Pkg-clamav-devel] Bug#585002: Bug#585002: clamav-daemon segfault at start

2010-06-09 Thread Michael Tautschnig
 Unfortunately the reinstall did not solve the problem - same behavior as
 before...
 

[...]

As it crashes right after loading libclamav6, could you try to reinstall the
libclamav6 package?

Would you be prepared to use gdb to debug this issue? If not, would there be
some way to gain temporary access to your system?

Thanks a lot,
Michael



pgpEK8Ww1gPlX.pgp
Description: PGP signature


Bug#585117: virtuoso-opensource-6.1-bin: virtuoso does not actually suspend indexing

2010-06-09 Thread Giorgos Pallas
Package: virtuoso-opensource-6.1-bin
Version: 6.1.1+dfsg1-1
Severity: important


I can't seem to be able to suspend virtuoso indexer: Right click at the icon, 
click on 'Suspend File Indexing' and OK, it is ticked. Hovering over the icon
it says 'File indexer is suspended', but using 'top' I see:

PID  USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
1986 gpall 20   0  55164 45m 6288 S   85  2.3  40:30.38 virtuoso-t

Indexing doesn't seem to stop and it consumes way too many resources on my
computer...

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

Kernel: Linux 2.6.32-3-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/dash

Versions of packages virtuoso-opensource-6.1-bin depends on:
ii  libc6   2.10.2-9 Embedded GNU C Library: Shared lib
ii  libpcre37.8-3Perl 5 Compatible Regular Expressi
ii  libreadline55.2-7GNU readline and history libraries
ii  libssl0.9.8 0.9.8n-1 SSL shared libraries
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

virtuoso-opensource-6.1-bin recommends no packages.

virtuoso-opensource-6.1-bin suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585068: grub-pc: fails to boot kfreebsd with no such partition after upgrade from 1.98-1

2010-06-09 Thread Colin Watson
On Wed, Jun 09, 2010 at 08:29:17AM +0200, Vladimir 'φ-coder/phcoder' Serbinenko 
wrote:
 On 06/08/2010 10:10 PM, Axel Beckert wrote:
  Package: grub-pc
  Version: 1.98+20100602-2
  Severity: grave
 
  When I try to boot, grub doesn't seem to find its normal module
  anymore by itself but needs a manual hint:
 
 I've fixed this bug about a week ago in mainstream

The version Axel is running has everything up to r2422:

2010-06-02  Colin Watson  cjwat...@ubuntu.com

* docs/grub.texi (Simple configuration): Fix copy-and-paste typo.
Thanks to Jordan Uggla for spotting this.

... and there are no changes from you in mainline since that commit.

-- 
Colin Watson   [cjwat...@debian.org]



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585118: snowballz: Crashes with index out of range if resolution is set higher than the available in user config

2010-06-09 Thread SevenMachines
Package: snowballz
Version: 0.9.5.1-2.1
Severity: normal

Recently had a problem with snowballz crashing due to a left over user config
file that had a resolution setting that was no longer available. Just deleting
the config fixes it so it might not be worth fixing (its probably an unusual
occurrence. but i thought i might as well attach a patch for posterity if
useful

TEST CASE:
* Set resolution in ~/.snowballz.ini to too high a integer
* run snowballz gives crash
Traceback (most recent call last):
  File snowballz.py, line 595, in module
vw,vh = viewport = settings.get_res()
  File /usr/share/games/snowballz/settings.py, line 28, in get_res
return get_res_available()[int(qm)]
IndexError: list index out of range



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

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

Versions of packages snowballz depends on:
ii  python2.5.4-9An interactive high-level object-o
ii  python-imaging1.1.7-1+b1 Python Imaging Library
ii  python-numpy  1:1.3.0-3+b1   Numerical Python adds a fast array
ii  python-opengl 3.0.1~b2-1 Python bindings to OpenGL
ii  python-pygame 1.8.1release-2 SDL bindings for games development
ii  python-rabbyt 0.8.1-1+b1 sprite library for Python with gam
ii  ttf-tamil-fonts   1:0.5.10   Free TrueType fonts for the Tamil 

snowballz recommends no packages.

snowballz suggests no packages.

-- no debconf information
---BeginMessage---
* settings.py: check user configs resolution is within range of available
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/snowballz/+bug/591619

Index: snowballz-0.9.5.1/settings.py
===
--- snowballz-0.9.5.1.orig/settings.py  2010-06-09 09:21:45.0 +0100
+++ snowballz-0.9.5.1/settings.py   2010-06-09 09:23:14.0 +0100
@@ -25,6 +25,11 @@
 config.set('display', 'resolution', '0')
 save_config()
 qm = 0
+   # Catch bad resolution in config problem
+if len(get_res_available())  qm:
+config.set('display', 'resolution', '0')
+save_config()
+qm = 0
 return get_res_available()[int(qm)]
 
 def get_option(option):
@@ -79,4 +84,4 @@
 file = open(path, 'w')
 config.write(file)
 
-load_config()
\ No newline at end of file
+load_config()
---End Message---


Bug#582776: (no subject)

2010-06-09 Thread Benoît Zhang

I have the same (or similar) problem:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572003#17



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585081: [Pkg-kde-extras] Bug#585081: digikam 1.3.0 build issues.

2010-06-09 Thread Modestas Vainius
Hello,

On trečiadienis 09 Birželis 2010 01:14:10 Mark Purcell wrote:
  Just compile and install libkdcraw/libkexiv2 (and also libkipi) from
  svn trunk (kdegraphics module)
 
 Gilles,
 
 Unfortunately for a distribution such as Debian we are tied to releases of
 the kdegraphics module. We can't easily include the svn trunk components
 of some of kdegraphics :-(
 
  all library code are managed by digiKam team.
 
 The libraries maybe managed by the digikam team, but the release is
 controlled by the kdegraphics release, do you know which release the
 updates are slated for?
 
 I would doubt that KDE SC 4.4.5 will include large changes, which means we
 maybe awaiting KDE SC 4.5 for updates to these libs.

If digikam developers can't wait for the dependent libraries to become stable 
(KDE SC 4.5 release) before making *stable* digikam release depend on them, 
there is something really wrong with their release management. Moreover, 
applications try to depend on (current KDE SC stable - major 1) release in 
order to ease the pain for distributions and poor users compiling from source. 
If anything, current situation just decreases availability of the new digikam 
release.

Debian is not going to pull kdegraphics (or parts of it) from svn trunk, 
just because a random application (digikam) needs it. Please fix the problem 
in the proper way (see below).

 Previously when the digikam team released these libraries directly, we
 could update the library packaging independent of the upstream kdegraphics
 release, however we cannot do that anymore.

Then I don't understand what those libraries are doing in kdegraphics anyway. 
In fact, it is not the first time (and probably not the last) this happens. 
Just move the libraries to extragear or kdesupport where apps/libraries may 
have their own release cycle, release those libraries with new stable digikam 
if it needs them and be done with these issues once and for all. Or 
alternatively please at least depend on the current KDE SC release if any 
distro friendliness is your goal.

To sum up, IMHO, in this case shipping with digikam 1.2 is not a big deal. Or 
maybe patching digikam code could an option if the patch does not end up being 
intrusive. In any case, it's just a pity that such (basic I would say) release 
management issues prevent us from shipping the latest :/

 I presume that other distributions would also have the same issues?

Oh yeah, I see them loving it.

-- 
Modestas Vainius modes...@vainius.eu


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


Bug#502392: update-notifier: refuses to start if the admin group exists

2010-06-09 Thread Arthur de Jong
On Fri, 2010-05-21 at 12:04 +0200, Julian Andres Klode wrote:
 On Thu, Oct 16, 2008 at 10:07:13AM +0200, Arthur de Jong wrote:
 How about the following patch? 
 
 === modified file 'src/update-notifier.c'
 --- src/update-notifier.c 2010-04-18 16:01:56 +
 +++ src/update-notifier.c 2010-05-21 09:53:49 +
 @@ -455,6 +455,11 @@
 if(grp == NULL) 
return TRUE;
  
 +   // The admin group is not a system group, so we just
 +   // treat it as non-existent and return TRUE.
 +   if(grp-gr_gid = 1000)
 +  return TRUE;
 +
 ng = getgroups (0, NULL);
 groups = (gid_t *) malloc (ng * sizeof (gid_t));

I'm afraid that won't help us much because our admin group has a gid
below 1000 (migration from old environment). I think the use of the
admin group comes from Ubuntu where the group seems to be available by
default.

-- 
-- arthur de jong - art...@west.nl - west consulting b.v. --




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585025: rail: Please make *.el symlinks to use find-function

2010-06-09 Thread Youhei SASAKI
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi, 

At Tue, 08 Jun 2010 22:45:44 +0900 (JST),
Tatsuya Kinoshita t...@vega.ocn.ne.jp wrote:
 To use find-function and similar, please make *.el symlinks in the
 same place of *.elc files.

OK. I'll fix it next uploads

Regards,
- ---
Youhei SASAKI uwab...@gfd-dennou.org
  uwab...@debian.or.jp
GPG fingerprint:
  4096/RSA: 66A4 EA70 4FE2 4055 8D6A C2E6 9394 F354 891D 7E07
  1024/DSA: 8BF1 ABFE 00D2 526D 6822 2AC6 13E0 381D AEE9 95F4
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.9 http://mailcrypt.sourceforge.net/

iQIcBAEBCAAGBQJMD11kAAoJEJOU81SJHX4HeJkP/2yWfQVI7UZN+zrU3Pnkg7+E
yxNKA/frAVpYXAVvs5vmu/fBInWzuQIdUX/6GPI/+dsakQRLIRIEu/hDZNvXlWEH
WqEKHMNz6zB0Tp11gf8XxwtkVA19HqAboR/HiKlE9q+6STL0Ke7lsyMabYnRkXUh
Kq+LyvlwbdidYAXNGmlQY4rgcqzzQ4gSF4av5fToCjS9uahOifFh0DMpFYnx8A1h
0BcLJ8sUFRZhWvCQDnu2HQKONDFCBgoa62H85xCZV42dXyt36k3bM0oXEL6IJO4y
YhadQW4QolxJ49JBErNvCRoZjGpMLYLkilreaneTU8cUGK3Mbd+V3wbrucVOI/C7
vcHhCblPbS8CfYiIUUD72R9QmQMh9COb3f0gwB1Bm7Kc8GBn74l+9HD2QX83dndu
nbnWNtkIBYaI/5wTGeaYl3KHpHious1RxCeUyXF+Ehat2EX3f9TzKZH/h2yF8SAh
RiAHJf9avYrmaL20lYuLYek4yRtaDbLJHkWC6UM9W26102KL6n3BPV4T2qMq3Hbr
grDkav2ApslH7TafLN/4OrZIvrrBcCHIA0+QlstS3C9f/1ImUWOO0gOwtDYYj8b1
uEIC2sL1fiX93ozvC1ZOxaRF8W4hBrOUlegeopz8zPOeu23+ethnAzHsxIIiTHTO
0VK45m8p9kN7iZONjFRD
=py/E
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585031: Patch

2010-06-09 Thread Benoit Panizzon
# diff /usr/share/perl5/MIME/Entity.pm /usr/share/perl5/MIME/Entity.pm.orig
264c264
subject to  auto-submitted
---
subject to



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#580269: closed by Olivier Vitrat ovit.deb...@gmail.com (Closing this bug report)

2010-06-09 Thread arne anka

This has been fixed in KDE 4.4.4


not in the one debian/unstable delivers (4:4.4.4-1). still no way to  
change anything or become root.




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#584865: [Pkg-sysvinit-devel] Bug#584865: policyrcd-script-zg2: please consider some sort of integration also with /etc/init.d/rc

2010-06-09 Thread Timo Juhani Lindfors
Henrique de Moraes Holschuh h...@debian.org writes:
 Remove the rcS links.

(I assume you mean /etc/rc?.d/S* here.) I want that on my system the
default is that if a package installs a new service it is not started
on boot unless I explicitely enable it. Removing links works once but
requires me to re-investigate the situation after every package
installation to spot new services that have links to remove.

One solution that comes to my mind is to have
/etc/apt/apt.conf.d/04check-for-new-services with

DPkg {
Post-Invoke {/usr/local/bin/check-for-new-services;};
}

where /usr/local/bin/check-for-new-services could do something like

#!/bin/bash
whitelist=/etc/policy-whitelist.conf
blacklist=/etc/policy-blacklist.conf

services=$(cd /etc/init.d  ls | grep -v README | grep -v .dpkg-new$)

# check if there are new services and ask the user what do about them
for service in $services; do
if ! grep ^$service$ $whitelist $blacklist  /dev/null; then
echo $0: You have a new service $service. Enable?
read reply
case $reply in
w)
echo $service  $whitelist
;;
b)
echo $service  $blacklist
;;
esac
fi
done

# disable all blacklisted services
for service in $(cat $blacklist); do
if [ $(ls /etc/rc*/S??$service 2 /dev/null) !=  ]; then
echo update-rc.d $service disable
fi
done

# enable all whitelisted services
for service in $(cat $whitelist); do
if [ $(ls /etc/rc*/S??$service 2 /dev/null) =  ]; then
echo update-rc.d $service enable
fi
done

Usage example:

$ sudo aptitude install gnome
...
logger: /etc/policy-rc.d: anacron forbidden by default rule
invoke-rc.d: policy-rc.d denied execution of start.
...
logger: /etc/policy-rc.d: dbus allowed
...
logger: /etc/policy-rc.d: avahi-daemon forbidden by default rule
invoke-rc.d: policy-rc.d denied execution of start.
...
logger: /etc/policy-rc.d: dbus allowed
Reloading system message bus config...done.
...
logger: /etc/policy-rc.d: udev allowed
...
logger: /etc/policy-rc.d: bluetooth forbidden by default rule
invoke-rc.d: policy-rc.d denied execution of start.
...
logger: /etc/policy-rc.d: cups forbidden by default rule
invoke-rc.d: policy-rc.d denied execution of start.
...
logger: /etc/policy-rc.d: cups forbidden by default rule
invoke-rc.d: policy-rc.d denied execution of force-reload.
...
logger: /etc/policy-rc.d: gdm forbidden by default rule
invoke-rc.d: policy-rc.d denied execution of reload.
...
logger: /etc/policy-rc.d: dbus allowed
Reloading system message bus config...done.
...
logger: /etc/policy-rc.d: network-manager forbidden by default rule
invoke-rc.d: policy-rc.d denied execution of start.
...
logger: /etc/policy-rc.d: dbus allowed
Reloading system message bus config...done.
...
logger: /etc/policy-rc.d: openbsd-inetd allowed
logger: /etc/policy-rc.d: saned forbidden by default rule
invoke-rc.d: policy-rc.d denied execution of start.
...
/usr/local/bin/check-for-new-services: You have a new service anacron. Should 
it be white or black listed?
b
/usr/local/bin/check-for-new-services: You have a new service avahi-daemon. 
Should it be white or black listed?
b
/usr/local/bin/check-for-new-services: You have a new service bluetooth. Should 
it be white or black listed?
b
/usr/local/bin/check-for-new-services: You have a new service console-setup. 
Should it be white or black listed?
b
/usr/local/bin/check-for-new-services: You have a new service cups. Should it 
be white or black listed?
b
/usr/local/bin/check-for-new-services: You have a new service gdm. Should it be 
white or black listed?
b
/usr/local/bin/check-for-new-services: You have a new service keyboard-setup. 
Should it be white or black listed?
b
/usr/local/bin/check-for-new-services: You have a new service network-manager. 
Should it be white or black listed?
b
/usr/local/bin/check-for-new-services: You have a new service saned. Should it 
be white or black listed?
b


 Maybe /etc/init.d/rc could be modified to use invoke-rc? Or maybe
 policyrcd-script-zg2 could provide some additional hooks?

 NO.  invoke-rc.d is for package maintainer script use.  It shouldn't be used
 anywhere else.  It is bad enough the amount of crap that happens at shutdown
 because people started misusing it inside ifup/ifdown.d, etc.

Ok.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585119: package.conf - debian/tmp/var/lib/ghc-6.12.1/package.conf symlink

2010-06-09 Thread Stéphane Glondu
Package: ghc6
Version: 6.12.1-13
Severity: normal

Hello,

The ghc6 package installs a symlink to
  debian/tmp/var/lib/ghc-6.12.1/package.conf
as
  /usr/lib/ghc-6.12.1/package.conf

This looks like a packaging error.


Cheers,

-- 
Stéphane

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

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

Versions of packages ghc6 depends on:
ii  gcc   4:4.4.3-1  The GNU C compiler
ii  libbsd-dev0.2.0-1utility functions from BSD systems
ii  libc6 2.10.2-9   Embedded GNU C Library: Shared lib
ii  libc6-dev 2.10.2-9   Embedded GNU C Library: Developmen
ii  libffi-dev3.0.9-2Foreign Function Interface library
ii  libffi5   3.0.9-2Foreign Function Interface library
ii  libgmp3-dev   2:4.3.2+dfsg-1 Multiprecision arithmetic library 
ii  libgmp3c2 2:4.3.2+dfsg-1 Multiprecision arithmetic library
ii  libncurses5   5.7+20100313-2 shared libraries for terminal hand
ii  perl [perl5]  5.10.1-12  Larry Wall's Practical Extraction 

ghc6 recommends no packages.

Versions of packages ghc6 suggests:
pn  ghc6-doc  none (no description available)
pn  ghc6-prof none (no description available)
pn  haskell-doc   none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585002: [Pkg-clamav-devel] Bug#585002: Bug#585002: clamav-daemon segfault at start

2010-06-09 Thread Sebastian Hofmann
Reinstalling libclamav6 now solved the problem - clamd and clamscan are
running correctly also after running freshclam update.

Thanks a lot...

Regards
Sebastian


Michael Tautschnig schrieb:
 Unfortunately the reinstall did not solve the problem - same behavior as
 before...

 
 [...]
 
 As it crashes right after loading libclamav6, could you try to reinstall the
 libclamav6 package?
 
 Would you be prepared to use gdb to debug this issue? If not, would there be
 some way to gain temporary access to your system?
 
 Thanks a lot,
 Michael
 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585002: [Pkg-clamav-devel] Bug#585002: Bug#585002: clamav-daemon segfault at start

2010-06-09 Thread Michael Tautschnig
close 585002
thanks

 Reinstalling libclamav6 now solved the problem - clamd and clamscan are
 running correctly also after running freshclam update.
 

Strange, really strange. But nevertheless the problem seems to have been solved,
I'm hence closing this bug.

Best,
Michael



pgpmcFVj8CrkU.pgp
Description: PGP signature


Bug#584204: Same with intel card

2010-06-09 Thread Alexandre Rossi
Hi,

I'm hitting the same thing with an intel GM965 card. plymouth
disappears and the console shows.

What can I check?

Alex



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585026: rail: Please suppurt emacs-snapshot

2010-06-09 Thread Youhei SASAKI
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi, 

At Tue, 08 Jun 2010 22:45:50 +0900 (JST),
Tatsuya Kinoshita t...@vega.ocn.ne.jp wrote:
 The unofficial Debian package `emacs-snapshot' is available at
 http://emacs.orebokech.com/.  Also, it is available on Ubuntu.
 
 To suppurt it, please add `emacs-snapshot' to Depends.

OK. I'll fix it nest upload.

Regards,
- ---
Youhei SASAKI uwab...@gfd-dennou.org
  uwab...@debian.or.jp
GPG fingerprint:
  4096/RSA: 66A4 EA70 4FE2 4055 8D6A C2E6 9394 F354 891D 7E07
  1024/DSA: 8BF1 ABFE 00D2 526D 6822 2AC6 13E0 381D AEE9 95F4
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.9 http://mailcrypt.sourceforge.net/

iQIcBAEBCAAGBQJMD14EAAoJEJOU81SJHX4HMx0QAI1eyjrpolhVKJkbE+n47ZcO
QxryfENegS/bWn9R4SKmi5w0D/wr6ER8vHD8eNL7ZoYnhjzW3c9GydPeurcXkuKR
nGF0gblLR+/HowObaS7QbcKe2pWBaosPZjHejKJBJmopxuZrZZN9Jk//t8Xjn+uQ
bfkViXM2FvflgKgF/Vvamdq0snCEKteJOjJ6wpOl0gE7/C3KskSluRXfpfpf+PbJ
LpivpxUPeoVoJlw7s7zhaPucB0bC85m7Z2SN2fNTapuFqqIddDTpyqJKY/9rKucC
h+10eDJDK9XEobzfGjFquzw82t5yRVknG2IOlbNj0aHPq0pF+0/orzNfgmkI4zOj
UJHvX6oG71Dqc1Na9S6rtRUI1rzc0sWytRfnVgGgwQLQPpJBDLwjfVk7yGjzdToL
DZ2G83ZWExJrBFn/PAFsiDrpxJ8JWWDL+2D3i2BA0orrf++rogR1HrIoStRq+1Vb
kvrcpvGnm+EhjFv9K4aCha6TzIFsL8QsJ85EBKzPssvLJP3D+2PLnV07K2zQITya
JaTb6qZrEFHN2jRdsoAxYtiZzmUW4TrapnPqOQAmGqrHkYWZOdxdZ0N1oslvVjv3
l+zpqeoSSoSmHot42kZ+ngZnImWjr48XeWF58n9Ktwli0IC3xDsKubHhxy3A44Av
raRpmBqMAt7FHCSC/Qsc
=6c/t
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#581349: Closing this bug report

2010-06-09 Thread Robert Wohlrab
tags 581349 + patch
thanks

 Olivier Vitrat wrote:
  Hello
  This has been fixed in KDE 4.4.4
  Closing this bug report.
  Olivier
 
 Wrong it is still not working. Why do you think that it is fixed?

The attached patch fixes the problem. It happened due to a always failing 
precompiler check.
-- 
Robert Wohlrab
Description: Q_WS_X11 needs qglobal.h
Origin: upstream, commit:1128515

---
diff --git a/klipper/klipper.cpp b/klipper/klipper.cpp
index 5a44f3463b22787b5a6a9aad846afcca1d3ae267..17f83b68358c73d9605dec6fc2a60e1dc648d049 100644
--- a/klipper/klipper.cpp
+++ b/klipper/klipper.cpp
@@ -22,6 +22,7 @@
Boston, MA 02110-1301, USA.
 */
 
+#include qglobal.h
 #ifdef Q_WS_X11
 #include config-X11.h
 #endif


Bug#585120: cluster-glue: /usr/lib64/stonith/plugins/external/sbd uses ha_log which was renamed to ha_logger

2010-06-09 Thread Oliver Heinz
Package: cluster-glue
Version: 1.0.5-2
Severity: normal


I found a corresponding bug report for ubuntu #585468
https://bugs.launchpad.net/ubuntu/+source/cluster-glue/+bug/585468

both bugs mentioned also exist in the debian package


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

Kernel: Linux 2.6.32-5-vserver-amd64 (SMP w/16 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 cluster-glue depends on:
ii  libbz2-1.0 1.0.5-4   high-quality block-sorting file co
ii  libc6  2.10.2-9  Embedded GNU C Library: Shared lib
ii  libcluster-glue1.0.5-2   The reusable cluster components fo
ii  libcurl3   7.20.1-2  Multi-protocol file transfer libra
ii  libglib2.0-0   2.24.1-1  The GLib library of C routines
ii  libltdl7   2.2.6b-2  A system independent dlopen wrappe
ii  libopenhpi22.14.0-2  OpenHPI libraries (runtime and sup
ii  libopenipmi0   2.0.16-1  Intelligent Platform Management In
ii  libsnmp15  5.4.2.1~dfsg-5+b1 SNMP (Simple Network Management Pr
ii  libssl0.9.80.9.8n-1  SSL shared libraries
ii  libtimedate-perl   1.2000-1  collection of modules to manipulat
ii  libuuid1   2.16.2-0  Universally Unique ID library
ii  libxml22.7.7.dfsg-2  GNOME XML library
ii  perl   5.10.1-12 Larry Wall's Practical Extraction 
ii  python 2.5.4-9   An interactive high-level object-o

cluster-glue recommends no packages.

cluster-glue suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585121: override: tinyproxy:web/optional

2010-06-09 Thread Jordi Mallach
Package: ftp.debian.org
Severity: normal

Regarding:

tinyproxy_1.8.2-1_amd64.deb: package says section is web, override says net.

I recently changed the section of tinyproxy to match other packages with
similar functionality (eg. squid).

Please update the override file.

Thanks,
Jordi



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#584583: initramfs-tools: configure_networking function: repeatedly makes DHCP requests

2010-06-09 Thread Michael Prokop
* Vagrant Cascadian vagr...@freegeek.org [Tue Jun 08, 2010 at 03:40:12PM 
-0700]:
 On Tue, Jun 08, 2010 at 03:45:09PM +0200, Michael Prokop wrote:
  * Vagrant Cascadian vagrant+debianb...@freegeek.org [Fre Jun 04, 2010 at 
  01:18:04 -0700]:

  Can you please provide output of:

dpkg --list klibc-utils module-init-tools udev busybox\*

   ltsp-chroot dpkg --list klibc-utils module-init-tools udev 'busybox*'
   Desired=Unknown/Install/Remove/Purge/Hold
   | 
 Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
   |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
   ||/ Name   VersionDescription
   
 +++-==-==-
   ii  busybox1:1.14.2-2 Tiny utilities for small and embedded 
 system
   un  busybox-initra none (no description available)
   un  busybox-static none (no description available)
   ii  klibc-utils1.5.18-1   small utilities built with klibc for 
 early b
   ii  module-init-to 3.12~pre2-3tools for managing Linux kernel modules

That's fine.

   ii  udev   154-1  /dev/ and hotplug management daemon

Upgrading to udev 157-1 doesn't change anything, right?

  Which qemu/kvm cmdline are you using? Is the e1000 module involved?

   qemu -enable-kvm -name ltsp-client -net nic,vlan=1,model=pcnet -net 
 tap,vlan=1,ifname=ltsp1,script=no -boot n -soundhw es1370 -usb
 same behavior with model=virtio, model=ne2k_pci.

Ok thanks, I'll try to reproduce on my own (ASAP, busy days...).

 e1000 doesn't even boot far enough to test...

Ok.

regards,
-mika-


signature.asc
Description: Digital signature


Bug#585081: [Pkg-kde-extras] Bug#585081: digikam 1.3.0 build issues.

2010-06-09 Thread Mark Purcell
  I presume that other distributions would also have the same issues?
 
 I know that Mandriva include kdegraphics/libs from trunk as well...

Sorry I don't agree that is sustainable at all.

Pulling from trunk is verging on negligence for a distribution. How does 
Mandriva know when trunk is stable?  Do they continue to patch until trunk is 
released?  Sounds like an awful lot of work bypassing the upstream release 
process.

If upstream have decided that work on a library is work in progress, ie they 
haven't released.  Then why would/ should a distribution take on that risk.

If libkdcraw and libkexiv2 are ready for release, but the rest of kdegraphics 
isn't then it is time to break them back out again, or accept the inherent 
delay by being a component of the larger kdegraphics release cycle.

Mark


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


Bug#519006: breaks dump builds, too

2010-06-09 Thread Rtp
Matthias Klose d...@debian.org writes:

Hi,

 On 08.06.2010 20:02, Bdale Garbee wrote:
 This prevents dump from building on mips/mipsel, which means the version
 of dump in testing is now months out of date.

 Is there an estimate for when this bug will be fixed?

 this is up to the debian-mips maintainers to answer.

 is there different behaviour when all objects involved in the link are
 rebuilt with binutils from experimental?

hmm... Why are you talking about binutils ? From what I remember, the
patch fixing the issue is in gcc 4.5 and someone said it won't be easy
to backport it.

Arnaud



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#583609: #583609 some database entries are cut off on non-ASCII chars

2010-06-09 Thread Thomas Dickey
The problem arises from attempting to write non-ISO-8859-1 data,
which contains control information.

The issue can be addressed by the user modifying his resource settings,
to compensate for the mis-encoded data.

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


signature.asc
Description: Digital signature


Bug#585019: (no subject)

2010-06-09 Thread oz

Hi,

I'm glad to say, that my problem is solved. My desktop is up and I even can use 
dual-head (2 monitors on both DVI-Ports and a big virtual screen). Thanks a lot!


Maybe the chipset family should be a extended with Geforce 9 (NV50)

 (II) NOUVEAU driver for NVIDIA chipset families :
RIVA TNT(NV04)
RIVA TNT2   (NV05)
GeForce 256 (NV10)
GeForce 2   (NV11, NV15)
GeForce 4MX (NV17, NV18)
GeForce 3   (NV20)
GeForce 4Ti (NV25, NV28)
GeForce FX  (NV3x)
GeForce 6   (NV4x)
GeForce 7   (G7x)
GeForce 8   (G8x)


Kind regards,
oz

Xorg.0.log from the working system:

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-4-686 i686 Debian
Current Operating System: Linux oz5 2.6.32-5-686 #1 SMP Tue Jun 1 04:59:47 UTC 
2010 i686
Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.32-5-686 
root=/dev/mapper/volgrp1-logvol1 ro quiet

Build Date: 04 May 2010  03:43:42PM
xorg-server 2:1.7.7-1 (Julien Cristau jcris...@debian.org)
Current version of pixman: 0.16.2
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Wed Jun  9 08:16:03 2010
(==) Using config file: /etc/X11/xorg.conf
(==) Using system config directory /usr/share/X11/xorg.conf.d
(==) ServerLayout Default Layout
(**) |--Screen Default Screen (0)
(**) |   |--Monitor default monitor
(**) |   |--Device Configured Video Device
(==) No monitor specified for screen Default Screen.
Using a default monitor configuration.
(**) |--Input Device Generic Keyboard
(**) |--Input Device Configured Mouse
(**) Option AutoAddDevices false
(**) Not automatically adding devices
(==) Automatically enabling devices
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
(==) ModulePath set to /usr/lib/xorg/modules
(==) |--Input Device Configured Mouse
(==) |--Input Device Generic Keyboard
(==) The core pointer device wasn't specified explicitly in the layout.
Using the first mouse device.
(==) The core keyboard device wasn't specified explicitly in the layout.
Using the first keyboard device.
(II) Loader magic: 0x81ea020
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 6.0
X.Org XInput driver : 7.0
X.Org Server Extension : 2.0
(++) using VT number 7

(--) PCI:*(0:1:0:0) 10de:0622:19da:2114 nVidia Corporation G94 [GeForce 9600 
GT] rev 161, Mem @ 0xe200/16777216, 0xc000/536870912, 
0xe000/33554432, I/O @ 0x2100/128

(II) Open ACPI successful (/var/run/acpid.socket)
(II) LoadModule: extmod
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor=X.Org Foundation
compiled for 1.7.7, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: dbe
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor=X.Org Foundation
compiled for 1.7.7, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: glx
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor=X.Org Foundation
compiled for 1.7.7, module version = 1.0.0
ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: record
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor=X.Org Foundation
compiled for 1.7.7, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: dri
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor=X.Org Foundation
compiled for 1.7.7, module version = 1.0.0
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: 

Bug#546886: ekiga: update info with 3.2.7-1

2010-06-09 Thread Javier Barroso
Package: ekiga
Version: 3.2.7-1
Severity: normal


Hi,

I would like to update this bug status:

Now I have two issues:

1. Sometimes I try to call to sip: and nothing happens. Then If I call to 
echo test (5...@ekiga.net) and I try again calling to sip: it works fine.
2. Sometimes I receive a call and the popup appears in my desktop but don't 
ring will sound. Other times (most of the time) it will ring ok

I think ekiga didn't crash anymore with the last update

Do you think we should close this bug and open two new 'minor' bugs ?

Thank you very much




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

Kernel: Linux 2.6.34-1-686 (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 ekiga depends on:
ii  evolution-data-server 2.30.1-5   evolution database backend server
ii  gconf22.28.1-3   GNOME configuration database syste
ii  libatk1.0-0   1.30.0-1   The ATK accessibility toolkit
ii  libavahi-client3  0.6.25-3   Avahi client library
ii  libavahi-common3  0.6.25-3   Avahi common library
ii  libavahi-glib10.6.25-3   Avahi glib integration library
ii  libc6 2.11.1-2   Embedded GNU C Library: Shared lib
ii  libdbus-glib-1-2  0.86-1 simple interprocess messaging syst
ii  libebook1.2-9 2.30.1-5   Client library for evolution addre
ii  libedataserver1.2-13  2.30.1-5   Utility library for evolution data
ii  libgcc1   1:4.4.4-4  GCC support library
ii  libgconf2-4   2.28.1-3   GNOME configuration database syste
ii  libglib2.0-0  2.24.1-1   The GLib library of C routines
ii  libgtk2.0-0   2.20.1-1   The GTK+ graphical user interface 
ii  libldap-2.4-2 2.4.21-1   OpenLDAP libraries
ii  libnotify1 [libnotify1-gt 0.4.5-1sends desktop notifications to a n
ii  libopal3.6.8  3.6.8~dfsg-1   Open Phone Abstraction Library - s
ii  libpango1.0-0 1.28.0-1   Layout and rendering of internatio
ii  libpt2.6.72.6.7-1Portable Tools Library
ii  libsasl2-22.1.23.dfsg1-5 Cyrus SASL - authentication abstra
ii  libsigc++-2.0-0c2a2.2.4.2-1  type-safe Signal Framework for C++
ii  libstdc++64.4.4-4The GNU Standard C++ Library v3
ii  libx11-6  2:1.3.3-3  X11 client-side library
ii  libxext6  2:1.1.1-3  X11 miscellaneous extension librar
ii  libxml2   2.7.7.dfsg-2   GNOME XML library
ii  libxv12:1.0.5-1  X11 Video extension library

Versions of packages ekiga recommends:
ii  gvfs  1.6.2-1userspace virtual filesystem - ser
pn  yelp  none (no description available)

Versions of packages ekiga suggests:
pn  asterisk  none (no description available)
pn  gnugk none (no description available)
pn  mediaproxynone (no description available)
pn  rtpproxy  none (no description available)
pn  ser   none (no description available)
pn  siproxd   none (no description available)
pn  yate  none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585004: bind9: Bind9 isn't detected to be running while named process exists

2010-06-09 Thread Gregory Colpart
Hello,

I confirm this annoying bug. The reason is .pid file moved from
named.pid to named/named.pid and PIDFILE must be changed in init.d file.

Regards,
-- 
Gregory Colpart r...@evolix.fr  GnuPG:1024D/C1027A0E
Evolix - Informatique et Logiciels Libres http://www.evolix.fr/



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#556953: Confirm and infos

2010-06-09 Thread Gaël Le Mignot
Hello,

I confirm  this bug  on my own  setup, with kernel  2.6.33-2-amd64 and
awesfx 0.5.1a-1.1.

The midi card is recognized :
(kilo...@drizzt, 2) ~ $ aplaymidi -l
 PortClient name  Port name
 14:0Midi Through Midi Through Port-0
 16:0SB Live! Value [CT4670]  EMU10K1 MPU-401 (UART)
 17:0Emu10k1 WaveTableEmu10k1 Port 0
 17:1Emu10k1 WaveTableEmu10k1 Port 1
 17:2Emu10k1 WaveTableEmu10k1 Port 2
 17:3Emu10k1 WaveTableEmu10k1 Port 3

But asfxload fails :
(kilo...@drizzt, 9) ~ $ sudo asfxload 8MBGMSFX
No Emux synth hwdep device is found

I include aadebug output and a strace of asfxload.

Here is aadebug output :

ALSA Audio Debug v0.1.0 - Wed Jun  9 11:52:38 CEST 2010
http://alsa.opensrc.org/aadebug
http://www.gnu.org/licenses/gpl.txt

Kernel 
Linux drizzt 2.6.33-2-amd64 #1 SMP Thu Mar 18 12:53:58 UTC 2010 x86_64 GNU/Linux

Loaded Modules 
snd_seq_dummy   1279  0 
snd_emu10k1_synth   4840  0 
snd_emux_synth 25537  1 snd_emu10k1_synth
snd_seq_virmidi 3755  1 snd_emux_synth
snd_seq_midi_emul   4133  1 snd_emux_synth
snd_hda_codec_atihdmi 2267  1 
snd_hda_intel  20179  0 
snd_emu10k1   123171  1 snd_emu10k1_synth
snd_hda_codec  57446  2 snd_hda_codec_atihdmi,snd_hda_intel
snd_pcm_oss32614  0 
snd_ac97_codec 98946  1 snd_emu10k1
snd_mixer_oss  12542  1 snd_pcm_oss
snd_util_mem2064  2 snd_emux_synth,snd_emu10k1
snd_pcm60726  5 
snd_hda_intel,snd_emu10k1,snd_hda_codec,snd_pcm_oss,snd_ac97_codec
snd_hwdep   5268  3 snd_emux_synth,snd_emu10k1,snd_hda_codec
snd_seq_midi4272  0 
snd_rawmidi15602  3 snd_seq_virmidi,snd_emu10k1,snd_seq_midi
snd_seq_midi_event  4628  2 snd_seq_virmidi,snd_seq_midi
snd_seq41615  6 
snd_seq_dummy,snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_seq_midi,snd_seq_midi_event
snd_timer  15653  3 snd_emu10k1,snd_pcm,snd_seq
snd_seq_device  4493  6 
snd_seq_dummy,snd_emu10k1_synth,snd_emu10k1,snd_seq_midi,snd_rawmidi,snd_seq
snd46530  14 
snd_emux_synth,snd_seq_virmidi,snd_hda_intel,snd_emu10k1,snd_hda_codec,snd_pcm_oss,snd_ac97_codec,snd_mixer_oss,snd_pcm,snd_hwdep,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
snd_page_alloc  6249  3 snd_hda_intel,snd_emu10k1,snd_pcm

Modprobe Conf -
alias char-major-116snd
alias char-major-116 snd
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
alias sound-slot-1 snd-card-1
alias sound-slot-2 snd-card-2
alias sound-slot-3 snd-card-3
alias sound-slot-4 snd-card-4
alias sound-slot-5 snd-card-5
alias sound-slot-6 snd-card-6
alias sound-slot-7 snd-card-7
above sound-slot-0 snd-pcm-oss snd-mixer-oss snd-seq-oss
above sound-slot-1 snd-pcm-oss snd-mixer-oss snd-seq-oss
above sound-slot-2 snd-pcm-oss snd-mixer-oss snd-seq-oss
above sound-slot-3 snd-pcm-oss snd-mixer-oss snd-seq-oss
above sound-slot-4 snd-pcm-oss snd-mixer-oss snd-seq-oss
above sound-slot-5 snd-pcm-oss snd-mixer-oss snd-seq-oss
above sound-slot-6 snd-pcm-oss snd-mixer-oss snd-seq-oss
above sound-slot-7 snd-pcm-oss snd-mixer-oss snd-seq-oss
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
above snd-pcm snd-pcm-oss
above snd-mixer snd-mixer-oss
above snd-seq snd-seq-oss snd-seq-midi
above snd-emu10k1 snd-emu10k1-synth
above snd-via82xx snd-seq
above snd-rawmidi snd-seq-midi
# Cause a script to be run after snd-*-synth module initialization
post-install snd-emu8000-synth /lib/alsa/modprobe-post-install snd-emu8000-synth
post-install snd-emu10k1-synth /lib/alsa/modprobe-post-install snd-emu10k1-synth
post-install snd-ad1816a /lib/alsa/modprobe-post-install snd-ad1816a
post-install snd-ad1848 /lib/alsa/modprobe-post-install snd-ad1848
post-install snd-adlib /lib/alsa/modprobe-post-install snd-adlib
post-install snd-ad1889 /lib/alsa/modprobe-post-install snd-ad1889
post-install snd-ali5451 /lib/alsa/modprobe-post-install snd-ali5451
post-install snd-als100 /lib/alsa/modprobe-post-install snd-als100
post-install snd-als300 /lib/alsa/modprobe-post-install snd-als300
post-install snd-als4000 /lib/alsa/modprobe-post-install snd-als4000
post-install snd-aoa /lib/alsa/modprobe-post-install snd-aoa
post-install snd-aoa-fabric-layout /lib/alsa/modprobe-post-install 
snd-aoa-fabric-layout
post-install snd-aoa-onyx /lib/alsa/modprobe-post-install snd-aoa-onyx
post-install snd-aoa-tas /lib/alsa/modprobe-post-install snd-aoa-tas
post-install snd-aoa-toonie /lib/alsa/modprobe-post-install snd-aoa-toonie
post-install snd-aoa-soundbus /lib/alsa/modprobe-post-install snd-aoa-soundbus

Bug#585046: eikazo: Fails to start

2010-06-09 Thread Julien BLACHE
Андрей Парамонов cmr.p...@gmail.com wrote:

Hi,

 What should I do to try to gather helpful info?

Right now I have no idea what the problem might be, so I can't offer any
guidance :/

JB.

-- 
 Julien BLACHE jbla...@debian.org  |  Debian, because code matters more 
 Debian  GNU/Linux Developer|   http://www.debian.org
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585070: libsane: Brother scanners udev rules

2010-06-09 Thread Julien BLACHE
notfound 585070 1.0.21-1
close 585070
thanks

Mikko mikkoso...@gmail.com wrote:

Hi,

 Could it be possible to add udev rule for Brother scanners to libsane?
 http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/instruction_scn1c.html?

 Sane driver has to be manually loaded by user from Brother's webpage but
 libsane could be ready for that.

The udev rules have to be shipped by the package shipping the
backend. Plus the Brother backend is all but opensource, let alone free
software.

JB.

-- 
 Julien BLACHE - Debian  GNU/Linux Developer - jbla...@debian.org 
 
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585105: [radiotray] Missing dependency on python-lxml

2010-06-09 Thread Michel Dänzer
Package: radiotray
Version: 0.5.1-1


The problem is that radiotray uses stuff from python-lxml but doesn't
depend on it.


P.S. Figuring this out was complicated by code in /usr/bin/radiotray
which apparently tries to run radiotray out of a source tree if
importing the python class 'radiotray' fails. That code seems
unnecessary if not harmful for a system installation, maybe it should be
patched out in the package. 


--- System information. ---
Architecture: powerpc
Kernel:   Linux 2.6.34

Debian Release: squeeze/sid
  500 unstableftp.ch.debian.org 
  500 unstableapt.byteme.org.uk 
  500 stable  security.debian.org 
  102 experimentalftp.ch.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-
python | 2.5.4-9
python-support (= 0.90.0) | 1.0.8
python-gtk2(= 2.16.0) | 2.17.0-2


Package's Recommends field is empty.

Package's Suggests field is empty.




-- 
Earthling Michel Dänzer   |http://www.vmware.com
Libre software enthusiast |  Debian, X and DRI developer



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#498616: Unmounting LVM'd isci based filesystem

2010-06-09 Thread Javier Barroso
My environment for testing is i686 (qemu machine from host amd64 doesn't 
permit me to boot amd64 virtual machine (Surely I'm doing something wrong))


So,

Do you have .dsc, so I compile your new package in i686 ? Or can you 
provide a i686 package ?


Thank you again

On 08/06/10 18:53, Ritesh Raj Sarraf wrote:

On Tuesday 08 Jun 2010 20:24:51 Javier Barroso wrote:
   

If udev umount lvm devices, then it is ok (drop this patch). Maybe lvm
maintainer knows better who should umount these _netdev devices ?

I can test your new upload and tell you if I see any issue

Thank you very much
 

You might want to verify these behaviors.

Here's the package and any testing will be good.
http://people.debian.org/~rrs/open-iscsi_2.0.871.3-2_amd64.deb



   



--
Javier Barroso
Administrador de Sistemas
Dirección Servicios Corporativos: TI
jbarr...@isotrol.com
__

ISOTROL
Edificio BLUENET. Avda. Isaac Newton, s/n, Isla de la Cartuja
41092 Sevilla.
Tel.: 955 036 800 - Fax: 955 036 849
www.isotrol.com




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#584341: FTBFS: configure: error: Valgrind requires glibc version 2.2 - 2.10

2010-06-09 Thread Pierre Habouzit
Package: valgrind
Version: 1:3.5.0-3
Severity: normal

see http://lists.ibiblio.org/pipermail/sm-commit/2010-March/028429.html

I've tried the patch (crudely) on the debian package, and it lets
valgrind build.

Though, the .supp file for glibc2.11 should probably be updated as well,
as lots of errors for strcmp_sse3 and GI_strlen occur (those being false
positives due to the optimistic implementations of those functions but
correct memory-wise).

I'm not yet aware of an available glibc.supp file for 2.11, but it may
have been commited to valgrind upstream since last time I checekd.


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

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages valgrind depends on:
ii  libc6 2.11.1-3   Embedded GNU C Library: Shared lib
ii  libc6-dbg 2.11.1-3   Embedded GNU C Library: detached d

Versions of packages valgrind recommends:
ii  gdb   7.1-1  The GNU Debugger

Versions of packages valgrind suggests:
pn  alleyoop  none (no description available)
pn  kcachegrind   none (no description available)
pn  valkyrie  none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#581184: preliminary packages of nvidia-cuda-toolkit 3.0 available

2010-06-09 Thread Andreas Beckmann
Preliminary packages of nvidia-cuda-toolkit 3.0 (now supports OpenCL,
too) are available at:

http://stxxl.ae.cs.uni-frankfurt.de/tmp/582ce36a-592b-4677-9c3b-86ed21603fd9/

OpenCL support needs packages from nvidia-graphics-drivers 195.36.24-2
and will be fully functional with 195.36.24-3 (not yet uploaded).

Please give it a try and see if you can build your dependent packages now.

Andreas



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#580586: Patch for the debian package

2010-06-09 Thread Łukasz Jernaś
Hi.

Attached is a patch for
svn://svn.debian.org/svn/pkg-gnome/packages/unstable/emerillon/ which
should fix this issue

-- 
Łukasz [DeeJay1] Jernaś
Index: debian/control
===
--- debian/control	(wersja 24505)
+++ debian/control	(kopia robocza)
@@ -29,7 +29,7 @@
 	gnome-pkg-tools,
 	libgeoclue-dev
 Standards-Version: 3.8.4
-Homepage: http://www.novopia.com/emerillon/
+Homepage: http://projects.gnome.org/emerillon/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/emerillon/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/emerillon/
 
Index: debian/control.in
===
--- debian/control.in	(wersja 24505)
+++ debian/control.in	(kopia robocza)
@@ -24,7 +24,7 @@
 	gnome-pkg-tools,
 	libgeoclue-dev
 Standards-Version: 3.8.4
-Homepage: http://www.novopia.com/emerillon/
+Homepage: http://projects.gnome.org/emerillon/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/emerillon/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/emerillon/
 
Index: debian/copyright
===
--- debian/copyright	(wersja 24505)
+++ debian/copyright	(kopia robocza)
@@ -1,7 +1,7 @@
 Format-Specification: http://dep.debian.net/deps/dep5/
 Name: emerillon
 Maintainer: Pierre-Luc Beaudoin pierre-luc.beaud...@novopia.com
-Source: http://www.novopia.com/emerillon/
+Source: http://projects.gnome.org/emerillon/
 
 Files: cut-paste/empathy-cell-renderer-activatable.*
 Copyright: 2007, Raphael Slinckx raph...@slinckx.net


signature.asc
Description: To jest część  wiadomości podpisana cyfrowo


Bug#585122: Please make epmd bindable to only loopback address

2010-06-09 Thread Joerg Dorchain
Package: erlang-base
Version: 1:13.b.4-dfsg-5
Severity: wishlist
Tags: upstream, patch

Hello,

when used in conjunction with ejabberd, I only need to run erlang
programs on one single machine. It seems advisable that in such
cases the epmd binds only to the loopback address. (a similiar
option for the rpc portmap daemon exists)

The following patch allows for such an option. This would make it
possible to start e.g. ejabberd with -epmd epmd -loopback

Bye,

Joerg
--- erts/epmd/src/epmd.c.orig   2010-06-09 11:12:51.0 +0200
+++ erts/epmd/src/epmd.c2010-06-09 11:19:55.0 +0200
@@ -248,6 +248,7 @@
 
 g-silent = 0; 
 g-is_daemon  = 0;
+g-bind_loopback  = 0;
 g-packet_timeout = CLOSE_TIMEOUT; /* Default timeout */
 g-delay_accept   = 0;
 g-delay_write= 0;
@@ -283,6 +284,9 @@
} else if (strcmp(argv[0], -daemon) == 0) {
g-is_daemon = 1;
argv++; argc--;
+   } else if (strcmp(argv[0], -loopback) == 0) {
+   g-bind_loopback = 1;
+   argv++; argc--;
} else if (strcmp(argv[0], -kill) == 0) {
if (argc == 1)
kill_epmd(g);
@@ -468,7 +472,7 @@
 
 static void usage(EpmdVars *g)
 {
-fprintf(stderr, usage: epmd [-d|-debug] [DbgExtra...] [-port No] 
[-daemon]\n);
+fprintf(stderr, usage: epmd [-d|-debug] [DbgExtra...] [-port No] 
[-daemon] [-loopback]\n);
 fprintf(stderr, [-d|-debug] [-port No] [-names|-kill]\n\n);
 fprintf(stderr, See the Erlang epmd manual page for info about the 
usage.\n);
 fprintf(stderr, The -port and DbgExtra options are\n\n);
--- erts/epmd/src/epmd_int.h.orig   2010-06-09 11:11:48.0 +0200
+++ erts/epmd/src/epmd_int.h2010-06-09 11:12:32.0 +0200
@@ -316,6 +316,7 @@
   int debug;
   int silent; 
   int is_daemon;
+  int bind_loopback;
   unsigned packet_timeout;
   unsigned delay_accept;
   unsigned delay_write;
--- erts/epmd/src/epmd_srv.c.orig   2010-06-09 11:20:27.0 +0200
+++ erts/epmd/src/epmd_srv.c2010-06-09 11:22:54.0 +0200
@@ -173,7 +173,10 @@
 
   { /* store port number in unsigned short */
 unsigned short sport = g-port;
-SET_ADDR_ANY(iserv_addr, FAMILY, sport);
+if (g-bind_loopback)
+   SET_ADDR_LOOPBACK(iserv_addr, FAMILY, sport);
+else
+   SET_ADDR_ANY(iserv_addr, FAMILY, sport);
   }
   
 #ifdef _OSE_


signature.asc
Description: Digital signature


Bug#409271: Status of this bug ?

2010-06-09 Thread Michael Prokop
* maximilian attems m...@stro.at [Wed Jun 09, 2010 at 04:25:09AM +0200]:
 On Tue, Jun 08, 2010 at 03:47:59PM +0200, Michael Prokop wrote:
  * Steinar H. Gunderson sgunder...@bigfoot.com [Son Aug 10, 2008 at 
  05:03:28 +0200]:
   On Sun, Aug 10, 2008 at 04:35:23PM +0200, Fabrice Lorrain wrote:
I've just read through bts #409271 :initramfs-tools: NFSv4 not  
supported for root fs
and I'm interrested in knowing the status of this bug for lenny.

   AFAIK my understanding is: klibc's mount doesn't support NFSv4, initramfs
   insists on using klibc's mount, stalemate.

  maks, we should discuss this issue in further details,
  we be great if we could resolve this in time for squeeze.

 in a week i'm a back, but this is over ambitious.

Fair enoug,. though if we have a conclusion regarding
klibc-libc-busybox... solving this problem might not be that
much work. But yeah, let's discuss that when you're back.

thanks  regards,
-mika-


signature.asc
Description: Digital signature


Bug#585105: [radiotray] Missing dependency on python-lxml

2010-06-09 Thread Bin Zhang

On 06/09/2010 12:28 PM, Michel Dänzer wrote:

Package: radiotray
Version: 0.5.1-1


The problem is that radiotray uses stuff from python-lxml but doesn't
depend on it.

   


I just installed python-lxml. But that does not solve my problem. I 
still have the same error message.


PS. I use fvwm + trayer. Gnome is not installed.


Thanks,
Bin


P.S. Figuring this out was complicated by code in /usr/bin/radiotray
which apparently tries to run radiotray out of a source tree if
importing the python class 'radiotray' fails. That code seems
unnecessary if not harmful for a system installation, maybe it should be
patched out in the package.


--- System information. ---
Architecture: powerpc
Kernel:   Linux 2.6.34

Debian Release: squeeze/sid
   500 unstableftp.ch.debian.org
   500 unstableapt.byteme.org.uk
   500 stable  security.debian.org
   102 experimentalftp.ch.debian.org

--- Package information. ---
Depends  (Version) | Installed
==-+-
python | 2.5.4-9
python-support (= 0.90.0) | 1.0.8
python-gtk2(= 2.16.0) | 2.17.0-2


Package's Recommends field is empty.

Package's Suggests field is empty.




   





--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#396388: should allow hooks to abort build

2010-06-09 Thread Michael Prokop
* maximilian attems m...@stro.at [Wed Jun 09, 2010 at 04:26:08AM +0200]:
 On Tue, Jun 08, 2010 at 03:32:32PM +0200, Michael Prokop wrote:
  * Joey Hess jo...@debian.org [Tue Oct 31, 2006 at 01:39:55PM -0500]:

   Please provide a mechanism for hook scripts to abort a build. Note that
   in the past, if a hook script exited nonzero, the build did abort, so my
   guess is that there are few hook scripts that exit nonzero in cases
   where the build would continue. However, if you don't feel that's safe
   now, an alternative would be to check for a flag file in the initramfs
   tree, which a hook script could create to indicate that the build needs
   to be aborted.

  A set -e ... set +e inside call_scripts() would be sufficient
  AFAICS as the existing scripts seem to exit != 0 only iff there's a
  real problem. So we should just honor that and if people need a more
  flexible way we could provide it as well later on.

  maks, any objections against adding set -e? I'd take care of it.

 please not too many changes just before release,
 there are strange hook scripts out there.

It costed me quite some time in fixing things in automated builds
because the hooks didn't work as expected but i-t returned with exit
code 0. So IMO this would be an important Q/A step we should take
into consideration for Squeeze. Let's discuss that if you're back.

regards,
-mika-


signature.asc
Description: Digital signature


Bug#584999: open-iscsi: no diagnostic of broken targets

2010-06-09 Thread Michal Suchanek
Excerpts from Ritesh Raj Sarraf's message of Tue Jun 08 10:59:31 +0200 2010:
 On Tuesday 08 Jun 2010 13:55:45 Michal Suchanek wrote:
  I tried to set up a Linux scsi target and the results I got with
  open-iscsi were very disappointing.
  
  I could discover the created target, log in but nothing would happen, no
  device would get created.
  
  It turned out that I had a typo in the name of the file to export as the
  iscsi target. Surely there is something the iscsiadm could print other
  than login successful.
 
 
 The login operation's job is to only login into the target. As for whether 
 you 
 will see devices or not is highly dependent on whether you have assigned any 
 such device.
 
 Where exactly do you see a bug ?
 

I guess the issue is that it is non-obvious if you log in into a target
that has no luns and thus no devices are created.

If it's not the job of iscsiadm to diagnose issues with the iscsi target
then where are the issues supposed to be diagnosed?

Thanks

Michal
-- 
Michal Suchánek
michal.sucha...@ruk.cuni.cz
tel 224491810 fax 224491594
Univerzita Karlova v Praze
Ústav Výpočetní Techniky
Ovocný trh 3
Praha 1



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#568519: lighttpd fails proxy connections when upgraded to 1.4.13-4etch12

2010-06-09 Thread Benoit Hamet
Version: 1.4.13-4etch12
Severity: normal

We are using the same configuration than the one described in this bug
report (https reverse proxy, with apache2 doing the ssl proxying).

the 1.4.13-4etch11 was working fine, but 1.4.13-4etch12 is failing. No
logs in lighttpd, a netstat show that apache2 proxy is trying to connect
to the server, but it's timing out with the same message in apache2 logs.

I guess that the problem comes from :
 - Fix denial of service through slow short requests leading to memory
exhaustion due to bad memory handling (CVE-2010-0295).

I have tried to do the reverse without ssl, and things looks working
(but that's not an option in our case). So why ssl + this fix is not
working ?

Regards.

Benoît.

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

Versions of packages lighttpd depends on:
ii  libattr1  2.4.32-1   Extended attribute shared
library
ii  libbz2-1.01.0.3-6high-quality block-sorting
file co
ii  libc6 2.3.6.ds1-13etch10 GNU C Library: Shared libraries
ii  libldap2  2.1.30-13.3OpenLDAP libraries
ii  libpcre3  6.7+7.4-4  Perl 5 Compatible Regular
Expressi
ii  libssl0.9.8   0.9.8c-4etch9  SSL shared libraries
ii  lsb-base  3.1-23.2etch1  Linux Standard Base 3.1
init scrip
ii  mime-support  3.39-1 MIME files 'mime.types' 
'mailcap
ii  zlib1g1:1.2.3-13 compression library - runtime

Versions of packages lighttpd recommends:
ii  php5-cgi 5.2.0+dfsg-8+etch16 server-side, HTML-embedded
scripti

-- no debconf information



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585123: /usr/bin/gpg: Fails on gnupg2 options in gpg.conf

2010-06-09 Thread Sune Vuorela
Package: gnupg
Version: 1.4.10-4
Severity: important
File: /usr/bin/gpg
Tags: patch


if I have gnupg2 options in my .gnupg/gpg.conf file, like 
debug-level basic
log-file socket:///home/user/.gnupg/log-socket

gpg fails to work.

Attached is a patch that makes gpg1 ignore those two options, and thus
keeps succeeding.

Note that kmail offers options in the gui to, thru gpgconf, to add those
options to .gnupg/gpg.conf and then breaks any use of gpg of the user.
use of gpg2 still works.


/Sune
(I know I can just commit and upload, but I would like a sanity check
first)

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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_DK.ISO-8859-15, LC_CTYPE=en_DK.ISO-8859-15 (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnupg depends on:
ii  dpkg1.15.7.2 Debian package management system
ii  gpgv1.4.10-3 GNU privacy guard - signature veri
ii  install-info4.13a.dfsg.1-5   Manage installed documentation in 
ii  libbz2-1.0  1.0.5-4  high-quality block-sorting file co
ii  libc6   2.10.2-9 Embedded GNU C Library: Shared lib
ii  libreadline66.1-2GNU readline and history libraries
ii  libusb-0.1-42:0.1.12-15  userspace USB programming library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages gnupg recommends:
pn  gnupg-curlnone (no description available)
ii  libldap-2.4-2 2.4.21-1   OpenLDAP libraries

Versions of packages gnupg suggests:
ii  gnupg-doc  2003.04.06+dak1-1 GNU Privacy Guard documentation
ii  imagemagick7:6.6.0.4-2   image manipulation programs
ii  libpcsclite1   1.5.5-3   Middleware to access a smart card 

-- no debconf information
#! /bin/sh /usr/share/dpatch/dpatch-run
## Don't choke on gnupg2 options. Author: Sune Vuorela s...@debian.org
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Some of the logging options available to gnupg2 is something that
## DP: that gnupg1 doesn't recognize, and thus fails.
## DP: gnupg1 and gnupg2 is coinstallable and uses the same configuration
## DP: file in .gnupg, and thus shouldn't fail on options that is only 
## DP: relevant to 'the other'.
## DP:
## DP:

@DPATCH@
--- gnupg-1.4.10.orig/g10/gpg.c
+++ gnupg-1.4.10/g10/gpg.c
@@ -519,6 +519,8 @@
 { oAttributeFile, attribute-file ,2, @ },
 { oNoop, sk-comments, 0,   @},
 { oNoop, no-sk-comments, 0,   @},
+{ oNoop, debug-level, 1,   @},
+{ oNoop, log-file, 1,   @},
 { oCompletesNeeded, completes-needed, 1, @},
 { oMarginalsNeeded, marginals-needed, 1, @},
 { oMaxCertDepth,	max-cert-depth, 1, @ },


Bug#585124: osc: new upstream release

2010-06-09 Thread Fathi Boudra
Package: osc
Version: 0.126-2
Severity: wishlist

osc 0.127 released.

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

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

Versions of packages osc depends on:
ii  python   2.5.4-9 An interactive high-level object-o
ii  python-m2crypto  0.20.1-1+b1 a crypto and SSL toolkit for Pytho
ii  python-rpm   4.8.0-4 Python bindings for RPM
ii  python-support   1.0.8   automated rebuilding support for P
ii  python-urlgrabber3.1.0-5 A high-level cross-protocol url-gr

Versions of packages osc recommends:
ii  cpio  2.11-4 GNU cpio -- a program to manage ar
ii  rpm2cpio  4.8.0-4tool to convert RPM package to CPI

Versions of packages osc suggests:
pn  gnome-keyring none (no description available)
pn  python-gnomekeyring   none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585122: Please make epmd bindable to only loopback address

2010-06-09 Thread Sergei Golovan
On Wed, Jun 9, 2010 at 2:53 PM, Joerg Dorchain jo...@dorchain.net wrote:

 Hello,

 when used in conjunction with ejabberd, I only need to run erlang
 programs on one single machine. It seems advisable that in such
 cases the epmd binds only to the loopback address. (a similiar
 option for the rpc portmap daemon exists)

I don't think that it's a good idea. Since epmd works silently it's easy
to create a mess if you'll start another Erlang application in distributed
mode (after ejabberd it'll be unusable, before ejabberd you'll get the
same binding to all interfaces but will not be aware of it). The less
options epmd supports the better.

I think that it's better to simply protect port 4369 by a firewall rule.

Cheers!
-- 
Sergei Golovan



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585125: ITP: build -- script to build .rpm and .deb packages

2010-06-09 Thread Fathi Boudra
Package: wnpp
Severity: wishlist
Owner: Fathi Boudra f...@debian.org

* Package name: build
  Version : 1.0+git.20100504
  Upstream Author : Novell Inc. / SUSE Linux Products GmbH.
* URL : http://www.gitorious.org/opensuse/build
* License : GPL2+
  Programming Lang: Perl
  Description : script to build .rpm and .deb packages

This package provides a script for building .rpm or .deb for various Linux
distributions in a chroot environment.

It enhances osc package and make 'osc build' command available.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#584272: Can't start pidgin: bad flagvector, (Pidgin:4135): Json-CRITICAL, jack server is not running

2010-06-09 Thread Paul Chany
Rene Engelhard r...@debian.org writes:

 On Tue, Jun 08, 2010 at 10:30:02PM +0200, Paul Chany wrote:
  On Tue, Jun 08, 2010 at 09:06:21PM +0200, Paul Chany wrote:
  Rene Engelhard r...@debian.org writes:
  
   On Sun, Jun 06, 2010 at 07:35:11PM +0100, Iulian Udrea wrote:
  1259.08 ari iulian: the problem is in hunspell
  
   I doubt that it's a problem of hunspell - but if it is it's a 
   dictionary bug.
   Paul, I see you use hu_HU as locale, are you also using the hungarian
   myspell/hunspell dictionary with enchant? If yes, which one? Does it
   work if you exchange them? Or remove the one you use=
  
  I have installed hunspell version 1.2.11-1 but I haven't installed
  hunspell-hu.
 
  And myspell-hu?
 
 I have installed myspell-hu version 0.99.4-1.3

 Aha. So myspell-hu is buggy.

  Should I install it? Anyway I'm going to install it now.
 
  First of all I ask you *what* you have installed.
 
 OK I will wait your advices!

 OK, and now please install hunspell-hu (and remove myspell-hu;
 should happen automatically)

I have now installed hunspell-hu (and removed automatically myspell-hu).
I run 'gdb pidgin' command and wait until my HDD stop and Pidgins window
never come visible. At that moment I hit Ctrl-C and get BackTrace:
(gdb) run
Starting program: /usr/bin/pidgin 
[Thread debugging using libthread_db enabled]
^C
Program received signal SIGINT, Interrupt.
0xb75f8ac6 in *__GI___poll (fds=0x8d19148, nfds=10, timeout=13503) at
../sysdeps/unix/sysv/linux/poll.c:83
83  ../sysdeps/unix/sysv/linux/poll.c: No such file or directory.
in ../sysdeps/unix/sysv/linux/poll.c
(gdb) bt
#0  0xb75f8ac6 in *__GI___poll (fds=0x8d19148, nfds=10, timeout=13503)
at ../sysdeps/unix/sysv/linux/poll.c:83
#1  0xb77c906b in IA__g_poll (fds=0x8d19148, nfds=10, timeout=13503) at
/build/buildd-glib2.0_2.24.1-1-i386-84Pp4V/glib2.0-2.24.1/glib/gpoll.c:127
#2  0xb77bbdac in g_main_context_poll (context=0x81265b0, block=value
optimized out, dispatch=1, self=0x8122008) at
/build/buildd-glib2.0_2.24.1-1-i386-84Pp4V/glib2.0-2.24.1/glib/gmain.c:2904
#3  g_main_context_iterate (context=0x81265b0, block=value optimized
out, dispatch=1, self=0x8122008) at
/build/buildd-glib2.0_2.24.1-1-i386-84Pp4V/glib2.0-2.24.1/glib/gmain.c:2586
#4  0xb77bc517 in IA__g_main_loop_run (loop=0x8cb0a08) at
/build/buildd-glib2.0_2.24.1-1-i386-84Pp4V/glib2.0-2.24.1/glib/gmain.c:2799
#5  0xb7acfdc9 in IA__gtk_main () at
/build/buildd-gtk+2.0_2.20.1-1-i386-Ixfflh/gtk+2.0-2.20.1/gtk/gtkmain.c:1219
#6  0x080ca658 in main (argc=1, argv=0xb394) at
/build/buildd-pidgin_2.7.0-3-i386-m4BdZS/pidgin-2.7.0/./pidgin/gtkmain.c:979

I heared that Window Maker window manager that I'm using has a bug when
try to run an application with an icon (or so). Maybe the bug is in
Wmaker?

-- 
Regards,
Paul Chany
You can freely correct my English.
http://csanyi-pal.info



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585126: Update libchamplain to 0.4.6

2010-06-09 Thread Łukasz Jernaś
Package: libchamplain

Hello.

Attached is a patch which allows updating the package to the recently
released 0.4.6. It also partially fixes #561638 by adding Vala and
Python bindings.

Regards,
-- 
Łukasz [DeeJay1] Jernaś
Index: debian/python-champlain-0.4.install
===
--- debian/python-champlain-0.4.install	(wersja 0)
+++ debian/python-champlain-0.4.install	(wersja 0)
@@ -0,0 +1,2 @@
+usr/lib/python2.6/dist-packages/champlain.a
+usr/lib/python2.6/dist-packages/champlain.so
Index: debian/control
===
--- debian/control	(wersja 24505)
+++ debian/control	(kopia robocza)
@@ -18,12 +18,18 @@
libclutter-1.0-dev,
libclutter-gtk-0.10-dev,
libcairo2-dev (= 1.4),
+   libgconf2-dev,
libsqlite3-dev,
gobject-introspection (= 0.6.5-4~),
libgirepository1.0-dev (= 0.6.3),
gir-repository-dev,
gir1.0-gtk-2.0,
-   gir1.0-clutter-1.0
+   gir1.0-clutter-1.0,
+   python-clutter-dev,
+   python-clutter-gtk-dev,
+   python-gobject-dev,
+   python-gtk2-dev,
+   valac
 Standards-Version: 3.8.4
 Homepage: http://projects.gnome.org/libchamplain/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/libchamplain
@@ -174,3 +180,41 @@
  OpenStreetMap (default), OpenArialMap and Maps for free.
  .
  This package contains the GObject introspection file for libchamplain-gtk.
+
+Package: python-champlain-0.4
+Architecture: any
+Depends: ${python:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Python-Depends: python-gobject,
+python-clutter
+Provides: ${python:Provides}
+XB-Python-Version: ${python:Versions}
+Description: C library providing ClutterActor to display maps (Python bindings)
+ Libchamplain is a C library providing a ClutterActor to
+ display maps.
+ .
+ It supports numerous free map sources such as
+ OpenStreetMap (default), OpenArialMap and Maps for free.
+ .
+ This package contains the Python bindings for libchamplain.
+
+Package: python-champlain-gtk-0.4
+Architecture: any
+Depends: ${python:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Python-Depends: python-gobject,
+python-clutter,
+python-clutter-gtk
+Provides: ${python:Provides}
+XB-Python-Version: ${python:Versions}
+Description: A Gtk+ widget to display maps (Python bindings)
+ Libchamplain-gtk is a C library aimed to provide a Gtk+ widget
+ to display rasterized maps and markers.
+ .
+ It supports numerous free map sources such as
+ OpenStreetMap (default), OpenArialMap and Maps for free.
+ .
+ This package contains the python bindings for libchamplain-gtk.
+
Index: debian/control.in
===
--- debian/control.in	(wersja 24505)
+++ debian/control.in	(kopia robocza)
@@ -13,12 +13,18 @@
libclutter-1.0-dev,
libclutter-gtk-0.10-dev,
libcairo2-dev (= 1.4),
+   libgconf2-dev,
libsqlite3-dev,
gobject-introspection (= 0.6.5-4~),
libgirepository1.0-dev (= 0.6.3),
gir-repository-dev,
gir1.0-gtk-2.0,
-   gir1.0-clutter-1.0
+   gir1.0-clutter-1.0,
+   python-clutter-dev,
+   python-clutter-gtk-dev,
+   python-gobject-dev,
+   python-gtk2-dev,
+   valac
 Standards-Version: 3.8.4
 Homepage: http://projects.gnome.org/libchamplain/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/libchamplain
@@ -169,3 +175,41 @@
  OpenStreetMap (default), OpenArialMap and Maps for free.
  .
  This package contains the GObject introspection file for libchamplain-gtk.
+
+Package: python-champlain-0.4
+Architecture: any
+Depends: ${python:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Python-Depends: python-gobject,
+python-clutter
+Provides: ${python:Provides}
+XB-Python-Version: ${python:Versions}
+Description: C library providing ClutterActor to display maps (Python bindings)
+ Libchamplain is a C library providing a ClutterActor to
+ display maps.
+ .
+ It supports numerous free map sources such as
+ OpenStreetMap (default), OpenArialMap and Maps for free.
+ .
+ This package contains the Python bindings for libchamplain.
+
+Package: python-champlain-gtk-0.4
+Architecture: any
+Depends: ${python:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Python-Depends: python-gobject,
+python-clutter,
+python-clutter-gtk
+Provides: ${python:Provides}
+XB-Python-Version: ${python:Versions}
+Description: A Gtk+ widget to display maps (Python bindings)
+ Libchamplain-gtk is a C library aimed to 

Bug#585127: csync2: Typo in preinstalled configuration file

2010-06-09 Thread Philipp Marek
Package: csync2
Version: 1.34-2.2
Severity: minor


debian/rules includes this line, to create a default /etc/csync2.cfg file:
+   echo # please see the REAMDE file ...

This should probably be README here.


Regards,

Phil



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#584483: osc: Please use sensible-utils

2010-06-09 Thread Fathi Boudra
Hi,

detect current distributions with lsb_release -is, then provide sane
default values to well known distributions ?

Cheers,

Fathi



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585101: Impossible to add a new radio

2010-06-09 Thread Damyan Ivanov
Just as another point of data, editing 
~/.local/share/radiotray/bookmarks.xml by hand and replacing the ASCII 
name with the narutal Cyrillics (in UTF-8) makes radiotray show the 
name ok.

It is interresting that editing an entry (both ASCII-only and UTF-8 
one) via the built-in dialog now works without exceptions.


signature.asc
Description: Digital signature


Bug#585124: osc: new upstream release

2010-06-09 Thread Michal Čihař
Hi

Dne Wed, 09 Jun 2010 14:33:37 +0300
Fathi Boudra f...@debian.org napsal(a):

 Package: osc
 Version: 0.126-2
 Severity: wishlist
 
 osc 0.127 released.

Where? It is not in the repositories and there was no announcement to
the mailing lists.

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


signature.asc
Description: PGP signature


Bug#585125: ITP: build -- script to build .rpm and .deb packages

2010-06-09 Thread Mehdi Dogguy

On 06/09/2010 01:50 PM, Fathi Boudra wrote:


It enhances osc package and make 'osc build' command available.



Isn't osc-build a better name then? (less generic)

--
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#546886: ekiga: update info with 3.2.7-1

2010-06-09 Thread Eugen Dedu

On 09/06/10 11:49, Javier Barroso wrote:

Package: ekiga
Version: 3.2.7-1
Severity: normal


Hi,

I would like to update this bug status:

Now I have two issues:

1. Sometimes I try to call to sip: and nothing happens. Then If I call to 
echo test (5...@ekiga.net) and I try again calling to sip: it works fine.
2. Sometimes I receive a call and the popup appears in my desktop but don't 
ring will sound. Other times (most of the time) it will ring ok

I think ekiga didn't crash anymore with the last update

Do you think we should close this bug and open two new 'minor' bugs ?


Yes.  Close this bug please and open two bugs on 
https://bugzilla.gnome.org/browse.cgi?product=ekiga and tell if with 
3.2.6 it worked or not.


--
Eugen



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585125: ITP: build -- script to build .rpm and .deb packages

2010-06-09 Thread Fathi Boudra
On Wed, Jun 9, 2010 at 3:02 PM, Mehdi Dogguy me...@dogguy.org wrote:
 On 06/09/2010 01:50 PM, Fathi Boudra wrote:

 It enhances osc package and make 'osc build' command available.


 Isn't osc-build a better name then? (less generic)

discussion started, I opened a thread for renaming build on upstream
mailing list.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#568519: [pkg-lighttpd] Bug#568519: lighttpd fails proxy connections when upgraded to 1.4.13-4etch12

2010-06-09 Thread Olaf van der Spek
On Wed, Jun 9, 2010 at 1:26 PM, Benoit Hamet
benoit.ha...@audionamix.com wrote:
 Version: 1.4.13-4etch12
 Severity: normal

Both Etch and 1.4.13 are quite old. Isn't it time to upgrade?

Olaf



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#568519: [pkg-lighttpd] Bug#568519: lighttpd fails proxy connections when upgraded to 1.4.13-4etch12

2010-06-09 Thread Benoit Hamet
Olaf van der Spek a écrit :
 On Wed, Jun 9, 2010 at 1:26 PM, Benoit Hamet
 benoit.ha...@audionamix.com wrote:
 Version: 1.4.13-4etch12
 Severity: normal
 
 Both Etch and 1.4.13 are quite old. Isn't it time to upgrade?
If I've got time to upgrade yes, but ...
 1 ) This is production servers
 2 ) there's a lot's of machine to upgrade
 3 ) it (was) run(ning) very well ...
 ...

So having a security update not breaking our whole servers could be
great :/.

Sorry for that.

Regards,

Benoît.




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



  1   2   3   4   >