Bug#582469: kopete: statistics plugin makes kopete freeze at startup

2010-05-21 Thread Sune Vuorela
On Friday 21 May 2010 02:02:28 Raphael Geissert wrote:
> Package: kopete
> Version: 4:4.4.3-2
> 
> Hi,
> 
> Kopete freezes (some sort of infinite loop in one of the sub-processes it
> seems) during startup making it consume all the CPU resources of one
> core if the statistics plugin is enabled.

Hi

Please provide the same system information as if you had filed the bug report 
with reportbug.
Especially the installation status of libqt4-sql*

/Sune

-- 
Genius, I cannot ping the hardware of the front-end over the terminale from 
Explorer 3.4, how does it work?

From the drawer menu inside AutoCAD you never have to doubleclick with the 
analogic IDE file for booting a hard disk.



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



Bug#582295: Confirming a serious problem with evo

2010-05-21 Thread Svante Signell
Yes, this problem is related to bug #582192. The upstream bug is
https://bugzilla.gnome.org/show_bug.cgi?id=612082

Looks like there is a workaround available, see the upstream bug for a
small patch. I have had several problems, see e.g. upstream bugs 619125,
619160, 619259, 619260. Last problem was that evo was previewing a mail
freezing evo. Restarting after the freeze make evo crash at startup, not
even evolution --disable-preview worked.
Due to this I have now downgraded to 2.28.3-1+b1 that I'm using now :-(

Please provide an updated version with the workaround, until the real
problem has been found upstream.

Thanks




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



Bug#582467: kdebase-workspace-bin: krunner's window has black corners if compositing is disabled

2010-05-21 Thread Sune Vuorela
tag 582467 +unreproducible moreinfo
thanks

On Friday 21 May 2010 01:52:53 Raphael Geissert wrote:
> Package: kdebase-workspace-bin
> Version: 4:4.4.3-1
> Severity: minor
> 
> Hi,
> 
> If compositing is disabled, krunner's window has black, square, corners,
> instead of being round. It was fine with 4.3.
> 
> This happens, at least, when using the Oxygen style with the Air theme.
> 
> Attached is a portion of a screenshot where the bug is visible.

Default setup here. mga doesn't support compositing. no black square corners. 
Cannot reproduce.

/Sune
-- 
Do you know how can I cancel the server over the TCP printer over the 
application of a laser SIMM?

First from the panel inside ICQ 4.9.3 you should never explore a analogic 2D 
space bar to remove from a window.



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



Bug#582483: RM: emdebian-rootfs -- ROM; superceded by multistrap

2010-05-21 Thread Neil Williams
Package: ftp.debian.org
Severity: normal

The emdebian-rootfs source and binary packages are now redundant,
replaced by multistrap.

A new multistrap source package is waiting to migrate into testing, so
it is time to remove emdebian-rootfs from testing and unstable, please.

To be removed:
Source: emdebian-rootfs
Binary: emdebian-rootfs multistrap
Architecture: source all
Version: 2.0.9

Replacement package in unstable, waiting to migrate:
Source: multistrap
Binary: multistrap
Architecture: source all
Version: 2.1.4

Thanks.

-- 


Neil Williams
=
http://www.data-freedom.org/
http://www.linux.codehelp.co.uk/
http://e-mail.is-not-s.ms/



pgpjZ8J68TZ2S.pgp
Description: PGP signature


Bug#582484: bacula-director-common: please upload version 5.0.2

2010-05-21 Thread Ralf Gross
Package: bacula-director-common
Version: 3.0.3-2
Severity: wishlist

Bacula 5.0.2 includes some major bug fixes, it'd be nice to have it in squeeze.
I'm building my own backport for lenny, so it would also be nice to have it in 
sid. I'm waiting on 5.0.2 until I'll upgrade from 3.0.3.

Thanks for your work on the bacula packages! 


-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (900, 'stable')
Architecture: amd64 (x86_64)

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

Versions of packages bacula-director-common depends on:
ii  adduser3.110 add and remove users and groups
ii  bacula-common  3.0.3-2   network backup, recovery and verif
ii  bsd-mailx [mailx]  8.1.2-0.20071201cvs-3 A simple mail user agent
ii  debconf [debconf-2 1.5.24Debian configuration management sy
ii  heirloom-mailx [ma 12.3+cvs20080629-1feature-rich BSD mail(1)
ii  libc6  2.7-18lenny2  GNU C Library: Shared libraries
ii  libgcc11:4.3.2-1.1   GCC support library
ii  libssl0.9.80.9.8g-15+lenny6  SSL shared libraries
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  mailx  1:20071201-3  Transitional package for mailx ren

bacula-director-common recommends no packages.

bacula-director-common 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#582485: gnat-4.3: symbolic tracebacks broken; raise Storage_Error

2010-05-21 Thread Ludovic Brenta
Package: gnat-4.3
Version: 4.3.0-1
Severity: important

(from Björn Persson):

with Ada.Text_IO;
with GNAT.Traceback.Symbolic;

procedure Stack_Trace_Test is

   Oopsie : Exception;

   procedure Eledile is
   begin
  raise Oopsie with "How unfortunate!";
   end Eledile;

   procedure Crocophant is
   begin
  Eledile;
   end Crocophant;

begin
   Crocophant;
exception
   when E : others =>
  Ada.Text_IO.Put_Line(GNAT.Traceback.Symbolic.Symbolic_Traceback(E));
end Stack_Trace_Test;

$ gnatmake stack_trace_test.adb -g -bargs -E
gcc-4.3 -c -g stack_trace_test.adb
gnatbind -E -x stack_trace_test.ali
gnatlink stack_trace_test.ali -g
$ ./stack_trace_test 

Execution terminated by unhandled exception
Exception name: STORAGE_ERROR
Message: stack overflow (or erroneous memory access)
Call stack traceback locations:
0xb7e7c56b
$ addr2line --functions --exe=stack_trace_test 0xb7e7c56b
??
??:0




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



Bug#581353: System badly crashes completely

2010-05-21 Thread Jan Hauke Rahm
Hi Max,

On Wed, May 12, 2010 at 09:27:02PM +0200, maximilian attems wrote:
> On Wed, May 12, 2010 at 08:18:51PM +0200, Jan Hauke Rahm wrote:
> > There is nothing related. I reported a bug on 2.6.32-9 because it
> > happened there. I can't run a newer kernel, i.e. 2.6.32-12,
> 
> 2.6.32-9 is old and thus unsupported, you are out of luck there.
> much happened since.
> 
> with snapshot you could start bisecting which package does boot for you?
> thanks

just found the problem: I had that stupid 'vga=791' as boot parameter
which conflicted with KMS. The current kernel in sid runs fine without
it. Sorry for that huge waste of time.

What this bug was actually about never resolved but since it's about an
old kernel we probably don't have to care much.

Hauke

-- 
 .''`.   Jan Hauke Rahmwww.jhr-online.de
: :'  :  Debian Developer www.debian.org
`. `'`   Member of the Linux Foundationwww.linux.com
  `- Fellow of the Free Software Foundation Europe  www.fsfe.org


signature.asc
Description: Digital signature


Bug#579160: Fwd: Raw image and imagemagick

2010-05-21 Thread Fabian Greffrath

Am 20.05.2010 16:58, schrieb Hubert Chathi:

No. Having it in the menu is valuable for those who do RAW processing.


Well, I'd agree if you said having the software installed would be 
valuable for those (I guess: few?) of us doing RAW processing. But 
those could still benefit from the MIME bindings and open ufraw via 
the context menus. However, as long as ufraw does not provide a 
reasonable GUI by itself, I think its better to keep it hidden - at 
least as long as it is part of a standard desktop installation.


Plus, I believe that there is a consensus in GNOME that applications 
(e.g. file viewers like eog or evince) which are pretty useless unless 
opened with a file (i.e. which do not offer a "File -> New" menu) are 
hidden from the menu and only opened via file context.



I'm not sure why ImageMagick is recommending a GUI tool. It would be
better for it to either use dcraw for its raw processing (which is a
command-line tool), or if they need to use ufraw-batch, then it may be
best to split up ufraw-batch from the ufraw package.


As Bastien pointed out, if you could please split the GUI from the 
batch processing in this package and imagemagick changes recommends 
only to the latter, then I'll be satisfied enough to close this bug. ;)


Cheers,
Fabian



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



Bug#582482: Dist-upgrade leads to compiz not starting

2010-05-21 Thread Brice Goglin
bts severity 582482 important
thank you



On 21/05/2010 08:45, Brent Clark wrote:
> Package: compiz
> Version: 0.8.4-4
> Severity: critical
> Tags: squeeze sid
> Justification: breaks unrelated software
>   

Seriously, no. A computer works perfectly fine without compiz. It even
works fine without X...

> #:/$ LIBGL_DEBUG=verbose compiz --replace --debug
> compiz (core) - Debug: Could not stat() file 
> /home/bclark/.compiz/plugins/libcore.so : No such file or directory
> compiz (core) - Debug: Could not stat() file /usr/lib/compiz/libcore.so : No 
> such file or directory
> libGL: OpenDriver: trying /usr/lib/dri/tls/i915_dri.so
> libGL: OpenDriver: trying /usr/lib/dri/i915_dri.so
> libGL: Can't open configuration file /etc/drirc: No such file or directory.
> libGL: Can't open configuration file /home/bclark/.drirc: No such file or 
> directory.
> compiz (core) - Debug: Could not stat() file 
> /home/bclark/.compiz/plugins/libccp.so : No such file or directory
> Backend : ini
> Integration : true
> Profile : default
> Adding plugins
> Initializing core options...done
> compiz (core) - Debug: Could not stat() file 
> /home/bclark/.compiz/plugins/libmove.so : No such file or directory
> Initializing move options...done
> compiz (core) - Debug: Could not stat() file 
> /home/bclark/.compiz/plugins/libresize.so : No such file or directory
> Initializing resize options...done
> compiz (core) - Debug: Could not stat() file 
> /home/bclark/.compiz/plugins/libplace.so : No such file or directory
> Initializing place options...done
> compiz (core) - Debug: Could not stat() file 
> /home/bclark/.compiz/plugins/libdecoration.so : No such file or directory
> WARNING: Application calling GLX 1.3 function "glXCreatePixmap" when GLX 1.3 
> is not supported!  This is an application bug!
> Initializing decoration options...done
> WARNING: Application calling GLX 1.3 function "glXDestroyPixmap" when GLX 1.3 
> is not supported!  This is an application bug!
> Setting Update "shadow_color"
> compiz (core) - Debug: Could not stat() file 
> /home/bclark/.compiz/plugins/libgconf.so : No such file or directory
>   

I am seeing the same messages and Compiz works fine. What did you
upgrade when things broke? Did you recently switch to KMS/DRI2 for
instance? Please send your Xorg.0.log.

Brice




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



Bug#582295: [Evolution] Bug#582295: Confirming a serious problem with evo

2010-05-21 Thread Yves-Alexis Perez
merge 582295 582192
thanks
On 21/05/2010 08:55, Svante Signell wrote:
> Yes, this problem is related to bug #582192. The upstream bug is
> https://bugzilla.gnome.org/show_bug.cgi?id=612082

Thanks for confirming.
> 
> Looks like there is a workaround available, see the upstream bug for a
> small patch. I have had several problems, see e.g. upstream bugs 619125,
> 619160, 619259, 619260. Last problem was that evo was previewing a mail
> freezing evo. Restarting after the freeze make evo crash at startup, not
> even evolution --disable-preview worked.
> Due to this I have now downgraded to 2.28.3-1+b1 that I'm using now :-(
> 
> Please provide an updated version with the workaround, until the real
> problem has been found upstream.

Yes, next package will include the workaround.

Cheers,
-- 
Yves-Alexis



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



Bug#582486: gnuradio: Is it neccessary to conflict with python-wxgtk2.6 ?

2010-05-21 Thread Christian Meyer
Package: gnuradio
Version: 3.2.2.dfsg-1
Severity: normal

Hello there,

I'm not able to install gnuradio because python-gnuradio-wxgui requires
python-wxgtk2.8 and conflicts with python-wxgtk2.6.
An other package (cycle, rather old but for me valuable) requires
python-wxgtk2.6 and is removed from my machine when installing gnuradio.

Is it neccessary to conflict with python-wxgtk2.6 when python-wxgtk2.8 is
required anyway?
BTW: The packages wxwidgets2.6 and wxwidgets2.8 (where python-wxgtk lives)
does not seem to have problems with each other.

Thanks for thinking about it,
Christian Meyer



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

Kernel: Linux 2.6.32-3-amd64 (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



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



Bug#582216: Found a "sollution"

2010-05-21 Thread Marc Dirix
It seems that if under the account I disable
"Synchronization & Storage" => "Keep messages for this account on this
computer" that the problem goes away.

Isn't this counter-intuitive, that selecting to "keep" messages also
means that every subfolder is checked for new messages?

Best regards,

Marc



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



Bug#582487: linux-image-2.6.32-5-686: bad page state

2010-05-21 Thread Thiemo Nagel
Package: linux-2.6
Version: 2.6.32-12
Severity: normal

Cheers!

Thiemo

[ 3587.353975] BUG: Bad page state in process 10_linux  pfn:352fe
[ 3587.353996] page:c1b67fc0 flags:4000 count:0 mapcount:-9835008 
mapping:(null) index:bfffe
[ 3587.354013] Pid: 9401, comm: 10_linux Not tainted 2.6.32-5-686 #1
[ 3587.354022] Call Trace:
[ 3587.354046]  [] ? bad_page+0xd7/0xeb
[ 3587.354063]  [] ? get_page_from_freelist+0x2e7/0x3c7
[ 3587.354078]  [] ? __alloc_pages_nodemask+0xf3/0x4e0
[ 3587.354093]  [] ? get_page_from_freelist+0x33a/0x3c7
[ 3587.354108]  [] ? find_get_page+0x1f/0x81
[ 3587.354120]  [] ? lock_page+0x8/0x1d
[ 3587.354135]  [] ? do_wp_page+0x3eb/0x727
[ 3587.354150]  [] ? handle_mm_fault+0x812/0x890
[ 3587.354168]  [] ? do_page_fault+0x0/0x287
[ 3587.354186]  [] ? error_code+0x73/0x78
[ 3587.354200]  [] ? do_page_fault+0x271/0x287
[ 3587.354214]  [] ? do_page_fault+0x0/0x287
[ 3587.354228]  [] ? error_code+0x73/0x78
[ 3587.354237] Disabling lock debugging due to kernel taint

-- Package-specific info:
** Version:
Linux version 2.6.32-5-686 (Debian 2.6.32-12) (b...@decadent.org.uk) (gcc 
version 4.3.4 (Debian 4.3.4-10) ) #1 SMP Sat May 1 04:16:37 UTC 2010

** Command line:
BOOT_IMAGE=/vmlinuz-2.6.32-5-686 root=/dev/mapper/sda7_crypt ro vga=6 quiet

** Tainted: B (32)
 * System has hit bad_page.

** Kernel log:
[ 1989.682270] option 1-6:1.1: no reset_resume for driver option?
[ 1989.682283] option 1-6:1.2: no reset_resume for driver option?
[ 1989.682784] option1 ttyUSB1: GSM modem (1-port) converter now disconnected 
from ttyUSB1
[ 1989.682822] option 1-6:1.0: device disconnected
[ 1989.682981] option1 ttyUSB2: GSM modem (1-port) converter now disconnected 
from ttyUSB2
[ 1989.683031] option 1-6:1.1: device disconnected
[ 1989.683182] option1 ttyUSB3: GSM modem (1-port) converter now disconnected 
from ttyUSB3
[ 1989.683227] option 1-6:1.2: device disconnected
[ 1989.792188] usb 1-8: reset high speed USB device using ehci_hcd and address 4
[ 1989.978930] pci :00:02.0: setting latency timer to 64
[ 1990.000466] ath5k :01:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 1990.000752] option 1-6:1.0: GSM modem (1-port) converter detected
[ 1990.000971] usb 1-6: GSM modem (1-port) converter now attached to ttyUSB0
[ 1990.001106] option 1-6:1.1: GSM modem (1-port) converter detected
[ 1990.001280] usb 1-6: GSM modem (1-port) converter now attached to ttyUSB2
[ 1990.001393] option 1-6:1.2: GSM modem (1-port) converter detected
[ 1990.001557] usb 1-6: GSM modem (1-port) converter now attached to ttyUSB3
[ 1990.001989] PM: Finishing wakeup.
[ 1990.001995] Restarting tasks ... done.
[ 1999.247523] ATL1E :03:00.0: irq 27 for MSI/MSI-X
[ 1999.269311] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 1999.363968] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 1999.492360] CPU0 attaching NULL sched-domain.
[ 1999.492374] CPU1 attaching NULL sched-domain.
[ 1999.520375] CPU0 attaching sched-domain:
[ 1999.520396]  domain 0: span 0-1 level SIBLING
[ 1999.520413]   groups: 0 (cpu_power = 589) 1 (cpu_power = 589)
[ 1999.520447]   domain 1: span 0-1 level MC
[ 1999.520461]groups: 0-1 (cpu_power = 1178)
[ 1999.520488] CPU1 attaching sched-domain:
[ 1999.520501]  domain 0: span 0-1 level SIBLING
[ 1999.520515]   groups: 1 (cpu_power = 589) 0 (cpu_power = 589)
[ 1999.520545]   domain 1: span 0-1 level MC
[ 1999.520559]groups: 0-1 (cpu_power = 1178)
[ 2010.952695] wlan0: direct probe to AP 00:1c:f0:84:61:52 (try 1)
[ 2010.954646] wlan0: direct probe responded
[ 2010.954662] wlan0: authenticate with AP 00:1c:f0:84:61:52 (try 1)
[ 2010.956254] wlan0: authenticated
[ 2010.956327] wlan0: associate with AP 00:1c:f0:84:61:52 (try 1)
[ 2010.958468] wlan0: RX AssocResp from 00:1c:f0:84:61:52 (capab=0x431 status=0 
aid=2)
[ 2010.958482] wlan0: associated
[ 2010.960787] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 2021.776031] wlan0: no IPv6 routers present
[ 2909.060189] No probe response from AP 00:1c:f0:84:61:52 after 500ms, 
disconnecting.
[ 2910.710795] wlan0: direct probe to AP 00:1c:f0:84:61:52 (try 1)
[ 2910.909149] wlan0: direct probe to AP 00:1c:f0:84:61:52 (try 2)
[ 2911.109135] wlan0: direct probe to AP 00:1c:f0:84:61:52 (try 3)
[ 2911.309151] wlan0: direct probe to AP 00:1c:f0:84:61:52 timed out
[ 2922.234184] wlan0: direct probe to AP 00:1c:f0:84:61:52 (try 1)
[ 2922.432155] wlan0: direct probe to AP 00:1c:f0:84:61:52 (try 2)
[ 2922.632144] wlan0: direct probe to AP 00:1c:f0:84:61:52 (try 3)
[ 2922.832154] wlan0: direct probe to AP 00:1c:f0:84:61:52 timed out
[ 2925.679583] wlan0: direct probe to AP 00:1c:f0:84:61:52 (try 1)
[ 2925.876162] wlan0: direct probe to AP 00:1c:f0:84:61:52 (try 2)
[ 2926.076178] wlan0: direct probe to AP 00:1c:f0:84:61:52 (try 3)
[ 2926.276144] wlan0: direct probe to AP 00:1c:f0:84:61:52 timed out
[ 2937.180776] wlan0: direct probe to AP 00:1c:f0:84:61:52 (try 1)
[ 2937.182886] wlan0: direct probe responded
[ 2937.182902] wlan0: authenticate with AP 00:1c:f0:84:6

Bug#579893: Fwd: conky-all: add support for xmms2 and other players

2010-05-21 Thread Cesare Tirabassi
Conky supports five music players: MOC, MPD, XMMS2, Audacious, and
BMPx.  MOC and MPD support are enabled by default, but XMMS2,
Audacious, and BMPx support must be enabled manually (with
--enable-xmms2, etc.).

All the Debianized conky packages support MOC and MPD, but none
support the other three players.  conky-all, at least, should have
support enabled for all five players.  Sure, if I want conky support I
can switch from XMMS2 to MOC or MPD, or build conky from source with
XMMS2 enabled.  But as a Debian user I want to use Debian packages
when they are available, and when the conky-all description says 'all
features enabled' then conky-all should truly have all features
enabled whether by default or manually.

So I filed the bug report as a wishlist item.  The conky package
works, but I'd like to see it support the other audio players since it
can.

Thanks.
--
Karl Sackett                                              ...@hiwaay.net



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



Bug#579893: Fwd: conky-all: add support for xmms2 and other players

2010-05-21 Thread Cesare Tirabassi
> the conky-all description says 'all features enabled'

Thats the short description (which is, hu, short). The long description says:

"This is a full conky with most compile options enabled:" and then list them.

The reason why none of the 3 players you mentioned are enabled is pretty simple.
First of all, BMPx is no more.
xmms2 and audacious do require additional libraries (quite a lot for
audacious) and they are effectively self-excluding, i.e. its very
unlikely that somebody that wanted xmms support will also need
audacious and viceversa, which is not the case for any other options.
This, combined with the fact that MPD and MOC are enabled by default,
and that neither xmms2 nor audacious support are very used options led
to the present choice.

Just the fact that conky CAN  do it its not enough to me to justify
that it MUST do it in any Debian package.



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



Bug#582487: addendum

2010-05-21 Thread Thiemo Nagel
Maybe to avoid confusion I should add that during the time of reporting 
the bug, I had 2.6.32-13 already installed, but not rebooted yet.  The 
bug applies to 2.6.32-12.


Cheers!

Thiemo



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



Bug#582488: Missing option to print the number of cores (excluding hyperthreads)

2010-05-21 Thread Goswin von Brederlow
Package: coreutils
Version: 8.4-1
Severity: wishlist
File: /usr/bin/nproc

Hi,

linux is aware of cores and hyperthreads. It would be nice if one
could ask nproc the number of actual cores as opposed to threads for
the purpose of running cache intensive jobs where hyperthreading only
slows things down.

MfG
Goswin

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

Kernel: Linux 2.6.31.6-xen-2010.02.18 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages coreutils depends on:
ii  libacl1   2.2.49-2   Access control list shared library
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib
ii  libselinux1   2.0.89-4   SELinux runtime shared libraries

coreutils recommends no packages.

coreutils 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#581637: gettext: new upstream release 0.18 available

2010-05-21 Thread Jens Seidel
On Tue, May 18, 2010 at 01:48:21PM +0200, Santiago Vila wrote:
> gettext 0.18-1 is now almost ready, but it will break packages still
> using cvs in build-depends because of autopoint, so I'm going to use
> this bug as a dummy bug to prevent the package to propagate to testing.

Ah, I noticed that since gettext 0.17-10 this stupid cvs dependency problem
is cleanly solved by introducing an "autopoint" package. So packages just
indeed just replace cvs by autopoint in their dependencies ...

Jens



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



Bug#580961: vim: killing vim results in a segfault

2010-05-21 Thread Bernd Zeimetz
On 05/20/2010 07:07 AM, James Vega wrote:
> On Mon, May 10, 2010 at 10:40:06AM +0200, Bernd Zeimetz wrote:
>> Although this does not happen when I run vim with -u NONE -U NONE,
>> I think it is still worth to report this segfault as the vim code should
>> be robust enough to handle even broken configs without segfaulting while
>> receiving a sigterm.
> 
> This seems to be working with the latest upload.  Could you verify?

I gave 2:7.2.436+hg~e12b9d992389-1 a try, but it still segfaults. Backtrace is
attached.



-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79
   ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F
Program received signal SIGTERM, Terminated.

0x7705ede3 in select () from /lib/libc.so.6 

~   

Thread 1 (process 701): 

#0  0x7705ede3 in select () from /lib/libc.so.6 

No symbol table info available. 

#1  0x004e0d7c in RealWaitForChar (fd=0, msec=, 
check_for_gpm=0x7fffde3c) at os_unix.c:5019 
   
tv = {tv_sec = 8827944, tv_usec = 8056816}  

efds = {__fds_bits = {1, 0 }} 

tvp = 0x0   

rfds = {__fds_bits = {1, 0 }} 

maxfd =

ret =  

#2  0x004e3856 in WaitForChar (msec=-1) at os_unix.c:4722   

gpm_process_wanted = 0  

avail = 0   

#3  0x004e494e in mch_inchar (buf=0x7a578b "", maxlen=84, wtime=-1, 
tb_change_cnt=5) at os_unix.c:413   

len =  

#4  0x0053daa2 in ui_inchar (buf=0x7a578b "", maxlen=, wtime=, tb_change_cnt=) at 
ui.c:193   
retval =  VIM - Vi IMproved

#5  0x0047d99e in inchar (buf=0x7a578b "", maxlen=, wait_time=-1, tb_change_cnt=5) at getchar.c:3004   
version 7.2.436 
len =  by Bram Moolenaar et al.

retesc = 0  Modified by pkg-vim-maintain...@lists.alioth.debian.org 

script_char = -1  Vim is open source and freely distributable   

#6  0x0047f8c6 in vgetorpeek (advance=) at 
getchar.c:2780  
c = Help poor children in Uganda!  

c1 =  :help iccf   for information  

keylen = 0  

s =   :q   to exit  

mp =  :help  orfor on-line help 

mp2 = :help version7   for version info 

mp_match = 0x0  

mp_match_len = 0

timedout = 0

mapdepth = 

mode_deleted = 0

local_State = 257   

mlen = 

max_mlen = 

i = 0   

n

Bug#582489: libscotchmetis-dev: does not clean up after package removal

2010-05-21 Thread Gerber van der Graaf
Package: libscotchmetis-dev
Severity: normal

I think the package does not remove the following files after
apt-get remove libscotchmetis-dev:
/usr/lib/libscotchmetis-5.1.so
/usr/lib/libmetis.so.3.1

Similar issues I found with libscotchparmetis-dev:
/usr/lib/libparmetis.so.3.1

This is quite confusing whether it cannot be distinguished if the lib(par)metis 
files origin from the scotch(par)metis-dev packages or from the non-free 
(par)metis packages.

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

Kernel: Linux 2.6.32-trunk-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 libscotchmetis-dev depends on:
pn  libscotch-dev  (no description available)

libscotchmetis-dev recommends no packages.

libscotchmetis-dev suggests no packages.



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



Bug#562703: [Pkg-xen-devel] Bug#562703: qemu-dm missing from xen-utils-3.4

2010-05-21 Thread Nick Craig-Wood
On Fri, May 21, 2010 at 03:13:50AM +0800, Thomas Goirand wrote:
> > Could not read keymap file: '/usr/share/xen/qemu/keymaps/en-us'
> First, thanks for this important feedback.

I'd like to get it working too!

> What I believe is happening is that qemu can't find its keyboard definition 
> file and just exits... :(
> 
> xen-qemu-dm depends on qemu-system because that is the only package that 
> holds the keyboard definition in Debian. It is highly not wanted in a 
> distribution to have multiple copies of the same file. But as we don't need 
> the full of qemu in kvm or xen, but just the bios and keyboard definitions, 
> it was planned that the files would be sent to a separate binary package.
> 
> Maybe this has already happened and I was not aware of it. Can you please use 
> apt-file to search for the correct dependency that is mising? Eg something 
> like:
> 
> apt-file search en-us PIPE grep keymaps

# apt-file search en-us | grep keymap
faumachine-data: /usr/share/faumachine/keymaps/en-us
kvm: /usr/share/kvm/keymaps/en-us
qemu: /usr/share/qemu/keymaps/en-us
qemu-kvm: /usr/share/kvm/keymaps/en-us
qemu-system: /usr/share/qemu/keymaps/en-us
rdesktop: /usr/share/rdesktop/keymaps/en-us
xen-utils-3.2-1: /usr/share/xen-3.2-1/qemu/keymaps/en-us

So by the look of it the keymaps were in xen-utils-3.2 but are no longer in 
xen-utils-3.4

# dpkg -L xen-utils-3.4 | grep keymap
# dpkg -L xen-utils-3.4 | grep en-us
#

> (sorry, can't fine how to type a PIPE in the N900, if you do please tell 
> me...)

;-)

> Then I suppose that just a symlinks to that file in:
> 
> /usr/share/xen/qemu/keymaps/en-us
> 
> will fix your issue with the keyboard definition. In any ways, I am VERY 
> interested by your feedback here, as clearly, it seems there's a dependency 
> or path issue here, that I didn't see (maybe because I did tests on my laptop 
> only, and this laptop has a shitload of stuff installed, including qemu 
> itself).

I did this to link the keymaps into those provided by qemu-system

# cd /usr/share
# mkdir xen
# cd xen/
# ln -s ../qemu
# ls -ld /usr/share/xen/qemu
lrwxrwxrwx 1 root root 7 2010-05-21 08:18 /usr/share/xen/qemu -> ../qemu

And, presto, the domain starts and appears to be all working :-)

-- 
Nick Craig-Wood  -- http://www.craig-wood.com/nick



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



Bug#578859: some ekstra info

2010-05-21 Thread Joost Yervante Damad
Hey,

did you manage to get your timitidy issue with rosegarden fixed?
It could still be an issue with the timidity daemon not running or not 
behaving correctly.

Thanks, Joost Damad

On Monday 26 April 2010 09:10:02 Alf Tonny Bätz wrote:
> Back to your questions:
> 
> output of the command dpkg is:
> 
> ii  timidity 2.13.2-37
> Software sound renderer (MIDI sequencer, MOD
> ii  timidity-daemon  2.13.2-37
> runs TiMidity++ as a system-wide MIDI sequen
> 
> '
> no its the alsa audio.
> 
> 
> Yes i can play it with the command timidity: midifile.mid, and i gets
> sound from that..
> 
> heheh, ups..
> 
> Hm, strange that i dont get any sound out when i try it in
> rosegarden... (i have confiugred it right there, to use the timidity
> and so on.)
> 
> And im using the Freepats.
> 
> Hm, then i guess there is nothing wrong with timidity.
> 
> Regards Alf Tonny Bätz
> 
> On Fri, Apr 23, 2010 at 4:15 PM, Joost Yervante Damad  
wrote:
> > On Friday 23 April 2010 10:36:19 you wrote:
> >> What i have done is install squeeze, and install timidity.
> >> 
> >> 
> >> I'll tryed to use it with Rosegarden, and solfege, but no sound
> >> produce at all from timidity.
> >> 
> >> Also tryed to restart it, but it did not produce any messages that
> >> thing had gone wrong.
> >> 
> >> did also check the config file in /etc/timidity/ that those file was
> >> correckt, and i did not find any foulty configurations there.
> >> 
> >> this have before worked out of the box after installations of timidity.
> > 
> > Hey,
> > 
> > can you show the output of this command:
> > 
> > dpkg -l | grep timidity
> > 
> > And another question, are you using pulseaudio ?
> > 
> > Can you play midi files like this:
> > 
> > timidity mymidifile.mid
> > 
> > ?
> > 
> > Are you using fluid-soundfont or just freepats?
> > 
> > Greetings, Joost Damad



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



Bug#582253: [sweethome3d] sweethome3d crashes on startup

2010-05-21 Thread Jacob Kanev

Finding a dedicated driver for my graphic card (SiS 771/671) has been a 
nightmare so far, and I'm already using the best there is.

Nevertheless, replacing the package
   libgl1-mesa-glx
with the package
   libgl1-mesa-swx11
solved the problem with Java 3D and sweethome3d.

Server glx version string is now 1.4 (instead of 1.2 as before).


Lots of regards, Jacob.

-- 
   
   Sweetmorn, 68th of Discord, 3176.
   jacob kanev
 eMail: j_ka...@arcor.de
(any eMail with attached Microsoft-only files
will be regarded as spam)



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



Bug#581910: timidity-daemon: fail to start at boot when speech-dispatcher is already running

2010-05-21 Thread Joost Yervante Damad
Hi,

on my system I cannot reproduce it:

glaurung:/home/joost# /etc/init.d/speech-dispatcher restart
Restarting Speech Dispatcher: speech-dispatcher[Fri May 21 10:59:36 2010 : 
770125] speechd: Speech Dispatcher 0.6.7 starting
[Fri May 21 10:59:36 2010 : 770728] speechd: Directory .speech-dispatcher not 
found in home
.
glaurung:/home/joost# /etc/init.d/timidity start ; echo $?
Starting TiMidity++ ALSA midi emulation
0
glaurung:/home/joost# /etc/init.d/timidity status
timidity is running.
glaurung:/home/joost# ps -ef | grep timi
timidity 25339 1  0 10:59 pts/100:00:00 /usr/bin/timidity -Os -iAD
root 25357 25202  0 10:59 pts/100:00:00 grep timi

Thanks, Joost

On Monday 17 May 2010 07:59:50 Petter Reinholdtsen wrote:
> Package: timidity-daemon
> Version: 2.13.2-37
> Severity: normal
> 
> I just discovered this bug in testing.  At boot, timidity failed to
> start as it used to, and I tracked this down to speech-dispatcher
> (version 0.6.7-8) keeping the ALSA sound device busy.  Here is an
> example on how to reproduce the problem, by first stopping timidity,
> then starting speech-dispatcher and last calling start-stop-daemon the
> same way the init.d script is calling it, to get the messages
> suppressed during boot:
> 
> r...@tjener:~# /etc/init.d/timidity stop
>  * Stopping TiMidity++ ALSA midi emulation... [
> ok ] r...@tjener:~# /etc/init.d/speech-dispatcher start
>  * Starting Speech Dispatcher speech-dispatcher
>  [Mon May 17 07:56:29 2010 : 126858] speechd: Speech Dispatcher 0.6.7
> starting [Mon May 17 07:56:29 2010 : 127170] speechd: Directory
> .speech-dispatcher not found in home [ ok ] r...@tjener:~# fuser -v
> /dev/snd/pcmC0D*
>  USERPID ACCESS COMMAND
> /dev/snd/pcmC0D0p:   speech-dispatcher   6833 F...m sd_espeak
> r...@tjener:~# start-stop-daemon --start --chuid timidity --quiet --exec
> /usr/bin/timidity --pidfile /var/run/timidity/timidity.pid -- -Os -iAD
> r...@tjener:~# Can't open pcm device 'default'.
> Couldn't open ALSA pcm device (`s')
> 
> r...@tjener:~#
> 
> -- 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/1 CPU core)
> Locale: LANG=nb_NO.UTF-8, LC_CTYPE=nb_NO.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> 
> Versions of packages timidity-daemon depends on:
> ii  adduser   3.112  add and remove users and
> groups ii  timidity  2.13.2-37  Software sound
> renderer (MIDI sequ
> 
> timidity-daemon recommends no packages.
> 
> timidity-daemon suggests no packages.
> 
> -- no debconf information

-- 
Joost Yervante Damad - http://damad.be/joost/



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



Bug#560245: [Logcheck-devel] Bug#560245: logcheck: violations.ignore.d causes lines to not show up at any level

2010-05-21 Thread Hannes von Haugwitz

tags 560245 +wontfix
thanks

Dan D Niles wrote:
Adding an exclusion to violations.ignore.d causes matching lines to not 
show up at all.  The same applies to cracking.ignore.d.  As a result,

important message my be inadvertentlly missed.

For example, suppose you have a program that outputs: 

This is a failure test

This would show up a a SECURITY event.  It isn't really a SECURITY

event, so you exclude it in violations.ignore.d.  Now it does not show
up as a SECURITY event, but it also does not show up as a SYSTEM event.
That behavior is not what I would expect.


The current behavior is due to the design of logcheck and avoids 
duplicate rules in {cracking,violations}.ignore.d/ and ignore.d.*/. 
Additionally the behavior is documented in README.logcheck-database.gz. 
So I'm tagging this bug as wontfix.




I cannot off the top of my head think of an easy fix.  I for one would
MUCH rather have duplicate messages than risk missing something
important.



To avoid false ignored messages, you can ensure that the rules in
violations.ignore.d are as specific as possible.

Greetings

Hannes



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



Bug#582490: binutils-multiarch: /usr/bin/ld: No such file or directory

2010-05-21 Thread Piotr Engelking
Package: binutils-multiarch
Version: 2.20.51.20100518-1
Severity: grave
Justification: renders package unusable

Binutils-multiarch breaks ld by diverting ld.bfd away without providing
a replacement:

$ ld
bash: /usr/bin/ld: No such file or directory
$ whereis ld
ld: /usr/bin/ld /usr/bin/ld.gold /usr/share/man/man1/ld.1.gz
$ ls -l /usr/bin/ld{,.*}
lrwxrwxrwx 1 root root 621 V 00:41 /usr/bin/ld -> ld.bfd
-rwxr-xr-x 1 root root  52928818 V 16:16 /usr/bin/ld.bfd.single*
-rwxr-xr-x 1 root root 155895218 V 16:16 /usr/bin/ld.gold*
$ dpkg -S /usr/bin/ld{,.bfd}
binutils: /usr/bin/ld
diversion by binutils-multiarch from: /usr/bin/ld.bfd
diversion by binutils-multiarch to: /usr/bin/ld.bfd.single
binutils: /usr/bin/ld.bfd
$


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

Kernel: Linux 2.6.34-rc7-00318-g3913d82 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages binutils-multiarch depends on:
ii  binutils  2.20.51.20100518-1 The GNU assembler, linker and bina
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib
ii  zlib1g1:1.2.3.4.dfsg-3   compression library - runtime

binutils-multiarch recommends no packages.

binutils-multiarch 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#582461: libssh-4: Upgrading to 0.4.3-1 messes kio-sftp

2010-05-21 Thread Laurent Bigonville
tags 582461 + moreinfo
thanks

Hi,

Could you please try the package available at
http://people.debian.org/~bigon/libssh/ and let me know if it's working
properly?

Best regards

Laurent Bigonville



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



Bug#580286: pam: blanks /etc/motd when update-notifier-common is installed

2010-05-21 Thread Santiago Vila
On Sat, 8 May 2010, Steve Langasek wrote:

> On Wed, May 05, 2010 at 06:38:49PM +0200, Julian Andres Klode wrote:
> > > On Wed, May 05, 2010 at 02:23:16AM +0200, Jean-Christophe Dubacq wrote:
> > > > This one was a bit hard to track down. After a while, my /etc/motd
> > > > would be reduced to one empty line or info about packages updates.
> 
> > > > It happens that pam_motd executes /etc/update-motd.d if it exists (with
> > > > run-parts) but nothing in this directory rebuilds the standard motd.
> > I did not know this.
> 
> > > > This could be a bug in update-notifier-common, or in pam (not providing
> > > > a small file such as:
> > > > ebene:~$ cat /etc/update-motd.d/00-header 
> > > > #!/bin/sh
> > > > uname -snrvm
> > > > [ -f /etc/motd.tail ] && cat /etc/motd.tail
> 
> > > Yes, I think this is a bug in update-notifier-common for shipping this 
> > > file
> > > in Debian without having an appropriate versioned dep on something that
> > > builds the main part of the motd.  Reassigning.
> > Is there something that builds it?
> 
> In Debian, I don't think there is yet (and if not, update-notifier-common
> should avoid shipping this code in Debian).  In Ubuntu,
> /etc/update-motd.d/00-header is provided as part of base-files, since that's
> the package which owns /etc/motd historically.

In Debian, the file /etc/motd is created the very first time
base-files is installed (by debootstrap) in this way:

if [ "$1" = "configure" ] && [ "$2" = "" ]; then
  [...]
  install_from_default /usr/share/base-files/motd  /etc/motd

Also, on upgrades, base-files tries to upgrade the file in this way:

if [ "$1" = "configure" ] && [ "$2" != "" ]; then
  if [ -f /etc/motd ]; then
oldmd=`awk 'NR > 2' /etc/motd | md5sum | awk '{print $1}'`
newmd=`awk 'NR > 2' /usr/share/base-files/motd | md5sum | awk '{print $1}'`
if [ "$oldmd" != "$newmd" ]; then
  if grep -q "$oldmd" /usr/share/base-files/motd.md5sums; then
awk 'NR <= 2' /etc/motd > /etc/motd.new
awk 'NR > 2' /usr/share/base-files/motd >> /etc/motd.new
mv /etc/motd /etc/motd.old
mv /etc/motd.new /etc/motd
  fi
fi
  fi
fi


If anybody is going to break this I will appreciate that it could be
discussed first, at least.


(I was warned about this bug by a neutral observer).



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



Bug#582491: /usr/bin/evolution-addressbook-clean dangerous/defunct?

2010-05-21 Thread Joachim Breitner
Package: evolution
Version: 2.30.1.2-2
Severity: normal
File: /usr/bin/evolution-addressbook-clean

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

the file /usr/bin/evolution-addressbook-clean does not have a man page,
nor does it give a useful response when passed --help.

Also, it seems to be defunct and leaves the users without his address
book. The line
$filename = `/usr/lib/evolution/2.30/evolution-addressbook-export`;
probably worked once when evolution-addressbook-export would emit the
name of the exported file. But when I run evolution-addressbook-export,
the content of the address book is printed on stdout.

I suggest to remove this binary at least from /usr/bin. If it is
required for something else, it can be left in 
/usr/lib/evolution/2.30/evolution-addressbook-clean.

Thanks,
Joachim

- -- 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=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages evolution depends on:
ii  dbus1.2.24-1 simple interprocess messaging syst
ii  debconf [debconf-2.0]   1.5.32   Debian configuration management sy
ii  evolution-common2.30.1.2-2   architecture independent files for
ii  evolution-data-server   2.30.1-4 evolution database backend server
ii  gconf2  2.28.1-3 GNOME configuration database syste
ii  gnome-icon-theme2.30.2.1-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  libc6   2.10.2-8 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-4 The Cairo 2D vector graphics libra
ii  libcamel1.2-14  2.30.1-4 The Evolution MIME message handlin
ii  libcanberra-gtk00.24-1   Gtk+ helper for playing widget eve
ii  libcanberra00.24-1   a simple abstract interface for pl
ii  libdbus-1-3 1.2.24-1 simple interprocess messaging syst
ii  libdbus-glib-1-20.86-1   simple interprocess messaging syst
ii  libebackend1.2-02.30.1-4 Utility library for evolution data
ii  libebook1.2-9   2.30.1-4 Client library for evolution addre
ii  libecal1.2-72.30.1-4 Client library for evolution calen
ii  libedataserver1.2-112.30.1-4 Utility library for evolution data
ii  libedataserverui1.2-8   2.30.1-4 GUI utility library for evolution 
ii  libegroupwise1.2-13 2.30.1-4 Client library for accessing group
ii  libenchant1c2a  1.4.2-3.6a wrapper library for various spel
ii  libevolution2.30.1.2-2   evolution libraries
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  libgdata-google1.2-12.30.1-4 Client library for accessing Googl
ii  libgdata1.2-1   2.30.1-4 Client library for accessing Googl
ii  libglib2.0-02.24.1-1 The GLib library of C routines
ii  libgnome-desktop-2-17   2.30.0-2 Utility library for loading .deskt
ii  libgnomecanvas2-0   2.30.1-1 A powerful object-oriented display
ii  libgtk2.0-0 2.20.1-1 The GTK+ graphical user interface 
ii  libgtkhtml-editor0  3.30.1-2 HTML rendering/editing library - e
ii  libgtkhtml3.14-19   3.30.1-2 HTML rendering/editing library - r
ii  libgweather12.30.0-2 GWeather shared library
ii  libical00.44-3   iCalendar library implementation i
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  libnspr4-0d 4.8.4-1  NetScape Portable Runtime Library
ii  libnss3-1d  3.12.6-2 Network Security Service libraries
ii  libpango1.0-0   1.28.0-1 Layout and rendering of internatio
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libsoup2.4-12.30.1-1 an HTTP library implementation in 
ii  libsqlite3-03.6.23.1-2   SQLite 3 shared library
ii  libstartup-notification 0.10-1   library for program launch feedbac
ii  libunique-1.0-0 1.1.6-1  Library for writing single instanc
ii  libxml2 2.7.7.dfsg-2 GNOME XML library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages evolution recommends:
pn  bogofilter | spamassassi

Bug#556135: #556135: xul-ext-weave

2010-05-21 Thread Alan Woodland
On 20 May 2010 14:05, Alexander GQ Gerasiov  wrote:
> Hello, Michael.
>
> On Thu, 20 May 2010 14:24:08 +0200
> Michael Fladischer  wrote:
>
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> Hi,
>>
>> I saw your response on #556135 offering help. There is a new upload
>> for Weave 1.2.3 on mentors.d.n:
> Ok, lets wait a little bit, may be Alan have any comments.
>
>>
>> http://mentors.debian.net/debian/pool/main/w/weave/weave_1.2.3-1.dsc
>>
>> If your offer for review is still up I'd appreciate if you could take
>> a look at it.
> I'd like to see README.source inside debian dir with (short) description
> of get-orig-source target and situation with crypto part.
> And links to GPL/LGPL in copyright file. (In the section describing
> extension's license.)
>
> It would be nice if you join alioth's pkg-mozext team to maintain the
> package there. Just register, ask for inclusion to team, create
> repository and upload in it. (And fix Maintainer/Uploader fields in
> control)
>
>>
>> I have removed the obsolete native crypto part from the source-package
>> because 1.2.3 is the first release which uses javascript for this
>> part:
> So it (original extension) uses javascript by default? Or it uses native
> code when possible to improve performance?
>
>> Please ignore my last mail as I just discovered that the native
>> library cannont be removed yet without breaking weave sync. Thus I
>> removed my package from mentors.d.n.
> Oh, I see. That's ok. So will you make this package arch-dependent with
> compilation on native crypto code?
My main concern now is how we support this for the duration of
squeeze. It seems likely that at some point the version we ship will
cease to function with the mozilla.org servers, in which case the
package either needs updating or removing. We could of course work
around it by packaging the server-side components as well, but I
suspect most users will be interested in syncing with mozilla.org, not
running their own server.

Alan



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



Bug#289884: bug cause found (not fixed by now)

2010-05-21 Thread Marc Pignat
Hi all!

I have found the problem: alignment!

I have tried your md5.pl test on an arm machine:

pooky:/tmp# perl md5.pl 
1..14
ok 1
ok 2
ok 4
not ok 10
not ok 11

fails test 10 and 11, but when asked to fix alignment, the test performs well!

pooky:/tmp# echo 2 > /proc/cpu/alignment 
pooky:/tmp# perl md5.pl 
1..14
ok 1
ok 2
ok 4
ok 10
ok 11



Now the same, inside gdb and alignment set to 'signal+warn'

pooky:/tmp# gdb /usr/bin/perl
GNU gdb (GDB) 7.0.1-debian
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "arm-linux-gnueabi".
For bug reporting instructions, please see:
...
Reading symbols from /usr/bin/perl...Reading symbols from 
/usr/lib/debug/usr/bin/perl...done.
(no debugging symbols found)...done.
(gdb) run /tmp/md5.pl 
Starting program: /usr/bin/perl /tmp/md5.pl
[Thread debugging using libthread_db enabled]
1..14
ok 1
ok 2
ok 4

Program received signal SIGBUS, Bus error.
MD5Transform (ctx=, buf=0x659ca "(It may become useful if 
the test is moved to ./t subdirectory.)\n", blocks=1) at MD5.xs:289
289 MD5.xs: No such file or directory.
in MD5.xs
(gdb) 




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



Bug#556135: #556135: xul-ext-weave

2010-05-21 Thread Alexander GQ Gerasiov
Fri, 21 May 2010 10:16:43 +0200
Michael Fladischer  wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Alexander GQ Gerasiov, 2010-05-20 15:05:
> > I'd like to see README.source inside debian dir with (short)
> > description of get-orig-source target and situation with crypto
> > part.
> 
> Added one.
> 
> > And links to GPL/LGPL in copyright file. (In the section describing
> > extension's license.)
> 
> I added it to the bottom of the copyright file and changed the
> packaging license to be the same as with upstream (for sending
> patches upstream).
> 
> > It would be nice if you join alioth's pkg-mozext team to maintain
> > the package there. Just register, ask for inclusion to team, create
> > repository and upload in it. (And fix Maintainer/Uploader fields in
> > control)
> 
> My alioth account is fladi-guest. I'll ask for inclusion in the next
> few days.
> 
> >> I have removed the obsolete native crypto part from the
> >> source-package because 1.2.3 is the first release which uses
> >> javascript for this part:
> > So it (original extension) uses javascript by default? Or it uses
> > native code when possible to improve performance?
> 
> No, it uses javascript as a wrapper around the native code. From what
> I read at https://bugzilla.mozilla.org/show_bug.cgi?id=513798 I
> assumed that it should replace the native code completely, on which I
> was wrong. It seems that xulrunner (>= 1.9.2) is required in order to
> drop the native code.
> 
> >> Please ignore my last mail as I just discovered that the native
> >> library cannont be removed yet without breaking weave sync. Thus I
> >> removed my package from mentors.d.n.
> > Oh, I see. That's ok. So will you make this package arch-dependent
> > with compilation on native crypto code?
> 
> Yes. It can be found at:
> http://mentors.debian.net/debian/pool/main/w/weave/weave_1.3b5-1.dsc
> 
> It has two patches on it, fixing bugs in the build-system.
> 
Ok, I'll take a look at it.

Please cc your replies to 556...@bugs.debian.org to allow others track
situation with BTS, until we do an upload.

-- 
Best regards,
 Alexander GQ Gerasiov

 Contacts:
 e-mail:g...@cs.msu.su Jabber:  g...@jabber.ru
 Homepage:  http://gq.net.ru ICQ: 7272757
 PGP fingerprint: 04B5 9D90 DF7C C2AB CD49  BAEA CA87 E9E8 2AAC 33F1



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



Bug#582492: desktop-base: Please remove kde3 global settings for squeeze

2010-05-21 Thread Jean-Christophe Dubacq
Package: desktop-base
Version: 5.0.5
Severity: minor

ebene:~$ dpkg -S /etc/kde3/kdeglobals 
desktop-base: /etc/kde3/kdeglobals

kde3 is obsolete in squeeze.

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

Kernel: Linux 2.6.32-5-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 desktop-base depends on:
ii  librsvg2-common   2.26.3-1   SAX-based renderer library for SVG

desktop-base recommends no packages.

Versions of packages desktop-base suggests:
ii  gnome 1:2.28+7   The GNOME Desktop Environment, wit

-- 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#582482: Dist-upgrade leads to compiz not starting

2010-05-21 Thread Brice Goglin
On 21/05/2010 10:58, Brent Clark wrote:
> On 21/05/2010 09:48, Brice Goglin wrote:
>> I am seeing the same messages and Compiz works fine. What did you
>> upgrade when things broke? Did you recently switch to KMS/DRI2 for
>> instance? Please send your Xorg.0.log.
>>
>> Brice
>>
>
> Thanks for looking.
>
> Kind Regards
> Brent Clark

Try upgrading to a recent kernel first, for instance latest
linux-image-2.6.32-5-686.

Brice




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



Bug#582482: Dist-upgrade leads to compiz not starting

2010-05-21 Thread Brent Clark

On 21/05/2010 09:48, Brice Goglin wrote:

I am seeing the same messages and Compiz works fine. What did you
upgrade when things broke? Did you recently switch to KMS/DRI2 for
instance? Please send your Xorg.0.log.

Brice
   


Thanks for looking.

Kind Regards
Brent Clark

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 gamo 2.6.32-3-686 #1 SMP Thu Feb 25 06:14:20 UTC 2010 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-3-686 root=UUID=d597c107-b417-41a0-b19d-553d0661cc90 ro quiet
Build Date: 04 May 2010  03:43:42PM
xorg-server 2:1.7.7-1 (Julien Cristau ) 
Current version of pixman: 0.16.4
	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: Fri May 21 10:47:10 2010
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(==) No Layout section.  Using the first Screen section.
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Configured Monitor"
(==) No device specified for screen "Default Screen".
	Using the first device section listed.
(**) |   |-->Device "Configured Video Device"
(==) 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"
(II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
(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 8

(--) PCI:*(0:0:2:0) 8086:2772:1043:817a Intel Corporation 82945G/GZ Integrated Graphics Controller rev 2, Mem @ 0xcfe0/524288, 0xd000/268435456, 0xcfe8/262144, I/O @ 0x8800/8
(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: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.1.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(==) Matched intel as autoconfigured driver 0
(==) Matched vesa as autoconfigured driver 1
(==) Matched fbdev as autoconfigured driver 2
(==) Assigned the driver to the xf86ConfigLayout
(II) LoadModule: "intel"
(II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 2.9.1
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 6.0
(II) LoadModule: "vesa"
(WW) Warning, couldn't open module vesa
(II) UnloadModule: "vesa"
(EE) Failed to load module "vesa" (module do

Bug#568857: [Pkg-fonts-devel] Bug#568857: using gWaterfall to show the problem

2010-05-21 Thread Rogério Brito
Hi, Ben.

On May 21 2010, Ben Finney wrote:
> They don't contain the divergent heights and thicknesses that is the
> behaviour reported in this bug report, so that's a significant
> difference I suppose.

I guess that some bad interaction between GNOME and other applications
may be happening. I've had that before.


Regards,

-- 
Rogério Brito : rbr...@{ime.usp.br,gmail.com} : GPG key 1024D/7C2CAEB8
http://rb.doesntexist.org : Packages for LaTeX : algorithms.berlios.de
DebianQA: http://qa.debian.org/developer.php?login=rbrito%40ime.usp.br



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



Bug#582493: block device corruption with virtio and >1Tb device size

2010-05-21 Thread Michael Tokarev
Package: qemu-kvm
Version: 0.12.4+dfsg-1
Severity: important
Tags: patch upstream pending


There's upstream patch for a data corruption that occurs
with >1Tb disk images and virtio-blk.  Fix is available at
http://marc.info/?l=qemu-devel&m=127436114712437 .

/mjt



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



Bug#582494: pylint: man page completely wrong

2010-05-21 Thread John Kozak
Package: pylint
Version: 0.21.0-1
Severity: normal

The options shown on the man page don't match the code at all: e.g. the
man page has an option "--enable-checker" which the command rejects; the
man page has "-e" where the command actually has "-E" and so on.

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

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

Versions of packages pylint depends on:
ii  python2.5.4-9An interactive high-level object-o
ii  python-logilab-astng  0.20.1-1   rebuild a new abstract syntax tree
ii  python-logilab-common 0.50.1-1   useful miscellaneous modules used 
ii  python-support1.0.8  automated rebuilding support for P

Versions of packages pylint recommends:
ii  python-tk 2.6.5-1Tkinter - Writing Tk applications 

pylint suggests no packages.

-- no debconf information

-- 
John



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



Bug#580286: pam: blanks /etc/motd when update-notifier-common is installed

2010-05-21 Thread Julian Andres Klode
On Fri, May 21, 2010 at 11:27:35AM +0200, Santiago Vila wrote:
> On Sat, 8 May 2010, Steve Langasek wrote:
> 
> > On Wed, May 05, 2010 at 06:38:49PM +0200, Julian Andres Klode wrote:
> > > > On Wed, May 05, 2010 at 02:23:16AM +0200, Jean-Christophe Dubacq wrote:
> > > > > This one was a bit hard to track down. After a while, my /etc/motd
> > > > > would be reduced to one empty line or info about packages updates.
> > 
> > > > > It happens that pam_motd executes /etc/update-motd.d if it exists 
> > > > > (with
> > > > > run-parts) but nothing in this directory rebuilds the standard motd.
> > > I did not know this.
> > 
> > > > > This could be a bug in update-notifier-common, or in pam (not 
> > > > > providing
> > > > > a small file such as:
> > > > > ebene:~$ cat /etc/update-motd.d/00-header 
> > > > > #!/bin/sh
> > > > > uname -snrvm
> > > > > [ -f /etc/motd.tail ] && cat /etc/motd.tail
> > 
> > > > Yes, I think this is a bug in update-notifier-common for shipping this 
> > > > file
> > > > in Debian without having an appropriate versioned dep on something that
> > > > builds the main part of the motd.  Reassigning.
> > > Is there something that builds it?
> > 
> > In Debian, I don't think there is yet (and if not, update-notifier-common
> > should avoid shipping this code in Debian).  In Ubuntu,
> > /etc/update-motd.d/00-header is provided as part of base-files, since that's
> > the package which owns /etc/motd historically.
> 
> In Debian, the file /etc/motd is created the very first time
> base-files is installed (by debootstrap) in this way:
> 
> if [ "$1" = "configure" ] && [ "$2" = "" ]; then
>   [...]
>   install_from_default /usr/share/base-files/motd  /etc/motd
> 
> Also, on upgrades, base-files tries to upgrade the file in this way:
> 
> if [ "$1" = "configure" ] && [ "$2" != "" ]; then
>   if [ -f /etc/motd ]; then
> oldmd=`awk 'NR > 2' /etc/motd | md5sum | awk '{print $1}'`
> newmd=`awk 'NR > 2' /usr/share/base-files/motd | md5sum | awk '{print 
> $1}'`
> if [ "$oldmd" != "$newmd" ]; then
>   if grep -q "$oldmd" /usr/share/base-files/motd.md5sums; then
> awk 'NR <= 2' /etc/motd > /etc/motd.new
> awk 'NR > 2' /usr/share/base-files/motd >> /etc/motd.new
> mv /etc/motd /etc/motd.old
> mv /etc/motd.new /etc/motd
>   fi
> fi
>   fi
> fi
> 
> 
> If anybody is going to break this I will appreciate that it could be
> discussed first, at least.

Thing is, I did not expect those files to do anything at all on
a Debian system, that's why I kept them. It would be really nice
if pam could start using update-motd.d, so the motd can be updated
when package updates are available.

Otherwise, I would have to disable this feature in
update-notifier-common.
-- 
Julian Andres Klode  - Debian Developer, Ubuntu Member

See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/.


pgpSQqNqUGalO.pgp
Description: PGP signature


Bug#467375: Sakura for Debian

2010-05-21 Thread Andrew Lee
Norbert Preining wrote:
> bzr Can we have git? Please?

I'd like to have git too.

> Honestly, I already speack cvs, svn, and a bit of git, and I don't want
> to learn another one, but if it is necessary and you prefer bzr, I am
> fine with it, no prob at all. Shouldn't be too complicated.
> 
> Maybe I get to love bzr ;-)

Same here. :)

-Andrew



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



Bug#582253: [sweethome3d] sweethome3d crashes on startup

2010-05-21 Thread Gabriele Giacone
On Fri, May 21, 2010 at 11:03 AM, Jacob Kanev  wrote:
>
> Finding a dedicated driver for my graphic card (SiS 771/671) has been a 
> nightmare so far, and I'm already using the best there is.

Thinking you had an ati card was a bad assumption.

> Nevertheless, replacing the package
>   libgl1-mesa-glx
> with the package
>   libgl1-mesa-swx11
> solved the problem with Java 3D and sweethome3d.
>
> Server glx version string is now 1.4 (instead of 1.2 as before).

Good for the record.

Cheers,
Gabriele



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



Bug#582442: [sysvinit-devel] (fwd) Bug#582442: sysvinit: Failing to interrupt some script after upgrade

2010-05-21 Thread Dr. Werner Fink
On Fri, May 21, 2010 at 11:37:19AM +0200, Petter Reinholdtsen wrote:
> Werner, any idea how startpar should handle ^c?  This is the report in
> http://bugs.debian.org/582442 >.
> 
> > since last upgrade (makefile style migration ?) I got strange 
> > behaviour of the boot sequence.
> > 
> > If I interupt some script with ctrl+c, the dependency are lost (not fs
> > mounted, no network, ...).
> > With the previous version this worked.
> > 
> > I interrupt sometimes fsck (when I don't want to wait), now this doesn't
> > work.
> > 
> > Also on my system udev script hang at the end (until there is a
> > timeout). I often hit ctrl+c to avoid waiting the timeout. This now make
> > the system not usable.
> > 
> > If ctrl+c is not supported anymore, it should blocked to avoid this
> > strange behaviour.
> 
> I tested this, and pressing ^c while rcS.d/ scripts are executed break
> the entire boot.

Normally startpar inherit the signal handling of its parent.
And it does reset the signals INT, QUIT, SEGV, TERM, and CHLD
to the default for each of its own childs.

Maybe using a trap on e.g. SIGINT will help to make startpar
more tough against Ctrl-C.  IMHO Ctrl-C on a running fsck
may cause real trouble (in my own experience I've seen
corrupted file systems).

If such a trap does not work we may set signal handlers for
startpar to avoid that startpar its self is stopped.  Nevertheless
the question is do we want to interrupt the current jobs.
Please remember that the messages seen on screen are not
in sync with the execution progresses of the jobs.  Those
messages are buffered to avoid extremly mixed messages.


  Werner

-- 
  "Having a smoking section in a restaurant is like having
  a peeing section in a swimming pool." -- Edward Burr



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



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

2010-05-21 Thread Julian Andres Klode
On Thu, Oct 16, 2008 at 10:07:13AM +0200, Arthur de Jong wrote:
> Subject: update-notifier: refuses to start if the admin group exists
> Package: update-notifier
> Version: 0.70.7.debian-4
> Severity: normal
> 
> On my system update-notifier refuses to start with the message:
> 
> * (update-notifier:12663): WARNING **: not starting because user is not in 
> admin group
> 
> In our environment we have an admin group that is used for
> administrative staff (not system administrators).
> 
> It took me quite a while to figure out what was going on and how to fix
> it (not documented in /usr/share/doc or the manual page). It turns out
> you should use the --force option in this situation.
> 
> Please don't use a normal group name that is not a default system group
> (perhaps the adm or operator group should be used instead if it contains
> any members) or provide some other means for administrators to hide
> update-notifier for users that shouldn't be made aware of updates.
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));


-- 
Julian Andres Klode  - Debian Developer, Ubuntu Member

See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/.


pgpONSN3wZEdJ.pgp
Description: PGP signature


Bug#556135: #556135: xul-ext-weave

2010-05-21 Thread Michael Fladischer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Alan Woodland, 2010-05-21 11:40:
> My main concern now is how we support this for the duration of
> squeeze. It seems likely that at some point the version we ship will
> cease to function with the mozilla.org servers, in which case the
> package either needs updating or removing. We could of course work
> around it by packaging the server-side components as well, but I
> suspect most users will be interested in syncing with mozilla.org, not
> running their own server.

I' also involved in the development of a Python/Django based server-side
component[1] for Weave and I can say that the server is content-agnostic
i.e. it only cares about two types of objects:
 WBOs:
  Weave Basic Objects: Stores ID, parent ID, username, sortindex and a
  payload which is plain JSON.
 Collections:
  Stores a subset of WBOs.
All the logic is on the client side and changes in the storage format
should only occur in the JSON payload. The only problem I can see is if
people use different versions of the Weave client as this could lead to
different formats for the payload getting pushed to the server (which
would mess up older/newer clients). Plus, the server API is designed to
handle different (read older) versions by placing the Weave API version
in the URL.

[1] http://code.google.com/p/django-weave/
- -- 
Michael Fladischer
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkv2WYsACgkQeJ3z1zFMUGYssgCeJdCKCE/eSDGCXTNyTpGwsMgu
3rIAniffoe7D1UjJ6Kl3DJoldO/naOwn
=X9E6
-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#572895:

2010-05-21 Thread Frank Van Damme
I have another one in the same genre, but without the ABI tag messages.

$ ldd /usr/local/bin/ffmpeg
/usr/local/bin/ffmpeg: /usr/lib/i686/cmov/libavutil.so.49: no version
information available (required by /usr/local/bin/ffmpeg)
/usr/local/bin/ffmpeg: /usr/lib/i686/cmov/libavformat.so.52: no
version information available (required by /usr/local/bin/ffmpeg)
/usr/local/bin/ffmpeg: /usr/lib/i686/cmov/libavutil.so.49: no version
information available (required by /usr/local/lib/libswscale.so.0)
/usr/local/bin/ffmpeg: /usr/lib/i686/cmov/libavutil.so.49: no version
information available (required by /usr/local/lib/libavdevice.so.52)
/usr/local/bin/ffmpeg: /usr/lib/i686/cmov/libavformat.so.52: no
version information available (required by
/usr/local/lib/libavdevice.so.52)
/usr/local/bin/ffmpeg: /usr/lib/i686/cmov/libavutil.so.49: no version
information available (required by /usr/local/lib/libavcodec.so.52)
linux-gate.so.1 =>  (0xb7f36000)
libpostproc.so.51 => not found
libswscale.so.0 => /usr/local/lib/libswscale.so.0 (0xb7eff000)
libavdevice.so.52 => /usr/local/lib/libavdevice.so.52 (0xb7ef4000)
libavformat.so.52 => /usr/lib/i686/cmov/libavformat.so.52 (0xb7e55000)
libavcodec.so.52 => /usr/local/lib/libavcodec.so.52 (0xb7681000)
libavutil.so.49 => /usr/lib/i686/cmov/libavutil.so.49 (0xb7672000)
libm.so.6 => /lib/i686/cmov/libm.so.6 (0xb764c000)
libpthread.so.0 => /lib/i686/cmov/libpthread.so.0 (0xb7632000)
libc.so.6 => /lib/i686/cmov/libc.so.6 (0xb74d7000)
libdc1394.so.22 => /usr/lib/libdc1394.so.22 (0xb746a000)
libasound.so.2 => /usr/lib/libasound.so.2 (0xb73a8000)
libX11.so.6 => /usr/lib/libX11.so.6 (0xb72b9000)
libXext.so.6 => /usr/lib/libXext.so.6 (0xb72ab000)
libavcodec.so.51 => /usr/lib/i686/cmov/libavcodec.so.51 (0xb6d5a000)
libz.so.1 => /usr/lib/libz.so.1 (0xb6d45000)
libdl.so.2 => /lib/i686/cmov/libdl.so.2 (0xb6d41000)
libfaad.so.0 => /usr/lib/libfaad.so.0 (0xb6d02000)
libgsm.so.1 => /usr/lib/libgsm.so.1 (0xb6cf5000)
libtheora.so.0 => /usr/lib/libtheora.so.0 (0xb6cad000)
libvorbisenc.so.2 => /usr/lib/libvorbisenc.so.2 (0xb6bb2000)
libvorbis.so.0 => /usr/lib/libvorbis.so.0 (0xb6b89000)
/lib/ld-linux.so.2 (0xb7f37000)
libraw1394.so.8 => /usr/lib/libraw1394.so.8 (0xb6b83000)
librt.so.1 => /lib/i686/cmov/librt.so.1 (0xb6b7a000)
libxcb-xlib.so.0 => /usr/lib/libxcb-xlib.so.0 (0xb6b77000)
libxcb.so.1 => /usr/lib/libxcb.so.1 (0xb6b5f000)
libXau.so.6 => /usr/lib/libXau.so.6 (0xb6b5c000)
libogg.so.0 => /usr/lib/libogg.so.0 (0xb6b57000)
libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb6b52000)

that's an ffmpeg version I compiled myself, as I see it the errors are
about "second degree" dependency (linked by a library linked by
ffmpeg). All the libraries you see complaints about are actually part
of the ffmpeg source tree and are thus installed in /usr/local.

$ LD_LIBRARY_PATH=/usr/local/lib ldd /usr/local/bin/ffmpeg
linux-gate.so.1 =>  (0xb7f8a000)
libpostproc.so.51 => /usr/local/lib/libpostproc.so.51 (0xb7f79000)
libswscale.so.0 => /usr/local/lib/libswscale.so.0 (0xb7f4a000)
libavdevice.so.52 => /usr/local/lib/libavdevice.so.52 (0xb7f3f000)
libavformat.so.52 => /usr/local/lib/libavformat.so.52 (0xb7e42000)
libavcodec.so.52 => /usr/local/lib/libavcodec.so.52 (0xb766e000)
libavutil.so.49 => /usr/local/lib/libavutil.so.49 (0xb765d000)
libm.so.6 => /lib/i686/cmov/libm.so.6 (0xb7631000)
libpthread.so.0 => /lib/i686/cmov/libpthread.so.0 (0xb7617000)
libc.so.6 => /lib/i686/cmov/libc.so.6 (0xb74bc000)
libdc1394.so.22 => /usr/lib/libdc1394.so.22 (0xb744f000)
libasound.so.2 => /usr/lib/libasound.so.2 (0xb738d000)
libX11.so.6 => /usr/lib/libX11.so.6 (0xb729e000)
libXext.so.6 => /usr/lib/libXext.so.6 (0xb728f000)
libz.so.1 => /usr/lib/libz.so.1 (0xb727a000)
libdl.so.2 => /lib/i686/cmov/libdl.so.2 (0xb7276000)
libfaad.so.0 => /usr/lib/libfaad.so.0 (0xb7237000)
libgsm.so.1 => /usr/lib/libgsm.so.1 (0xb722a000)
libtheora.so.0 => /usr/lib/libtheora.so.0 (0xb71e3000)
libvorbisenc.so.2 => /usr/lib/libvorbisenc.so.2 (0xb70e7000)
libvorbis.so.0 => /usr/lib/libvorbis.so.0 (0xb70be000)
/lib/ld-linux.so.2 (0xb7f8b000)
libraw1394.so.8 => /usr/lib/libraw1394.so.8 (0xb70b8000)
librt.so.1 => /lib/i686/cmov/librt.so.1 (0xb70af000)
libxcb-xlib.so.0 => /usr/lib/libxcb-xlib.so.0 (0xb70ad000)
libxcb.so.1 => /usr/lib/libxcb.so.1 (0xb7094000)
libXau.so.6 => /usr/lib/libXau.so.6 (0xb7091000)
libogg.so.0 => /usr/lib/libogg.so.0 (0xb708c000)
libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb7087000)


-- 
Frank Van Damme
A: Because it destroys the flow of the conversation.
Q: Why is it bad?
A: No

Bug#582421: [Patch] Floating point is broken if :lang is called in gvim

2010-05-21 Thread Bram Moolenaar

James -

> On Thu, May 20, 2010 at 05:01:01PM -0400, James Vega wrote:
> > On Thu, May 20, 2010 at 10:12:50PM +0200, Bram Moolenaar wrote:
> > > > If the locale is changed in gvim via ":lang" to a locale which uses
> > > > comma for the decimal separator, then floating point numbers are no
> > > > longer usable.  This only happens with the ":lang $locale" variant,
> > > > since that sets $LANG before calling gtk_set_locale().
> > > > 
> > > >   env LANG=C gvim
> > > >   :lang es_ES.UTF-8
> > > >   :lang messages C  " so errors are in English
> > > >   :echo ceil(1.2)
> > > >   E806: using Float as a String
> > > >   E116: Invalid arguments for function ceil(1.2)
> > > >   E15: Invalid expression: ceil(1.2)
> > > >   :echo str2float('1.2')
> > > >   1,0
> > > >   :echo str2float('1,2')
> > > >   1,2
> > > > 
> > > > Attached patch fixes the issue by ensuring $LC_NUMERIC is set to C if
> > > > the LC_ALL version of :lang is called.
> > > 
> > > Thanks.  In other places we do this:
> > > 
> > > setlocale(LC_NUMERIC, "C");
> > > 
> > > Thus I think we should do the same in this place.
> > 
> > That won't work here.  The issue is specifically to do with the
> > environment variables present when gtk_set_locale is called.  In fact,
> > there's already an instance of “setlocal(LC_NUMERIC, "C");” a few lines
> > above the code my patch adds.
> 
> Alternatively, it may be simpler to simply tell Gtk not to call
> setlocale(LC_ALL, "") at all.  This would remove the need for the change
> introduced in 7.2.318 as well as the call to gtk_set_locale in
> ex_language().
> 
> Attached patch does this and appears to work fine.  Gtk dialogs created
> after running ":lang es_ES.UTF-8" are properly translated.

OK, that simplifies things.  Looks a bit risky, but in the 7.3 branch we
have time to try it out for everyone.

- Bram

-- 
hundred-and-one symptoms of being an internet addict:
87. Everyone you know asks why your phone line is always busy ...and
you tell them to send an e-mail.

 /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net   \\\
///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\download, build and distribute -- http://www.A-A-P.org///
 \\\help me help AIDS victims -- http://ICCF-Holland.org///



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



Bug#582495: debian-policy: extend UID range of user accounts

2010-05-21 Thread Santiago Vila
Package: debian-policy
Version: 3.8.4.0
Severity: wishlist

On Thu, 20 May 2010, Roger Leigh wrote:

> On 20/05/2010 20:43, Steve Langasek wrote:
> > I don't think it's practical to ever get rid of the legacy UID range
> > fragmentation in the 16-bit space.  Better would be to plan a transition to
> > where we start numbering new user accounts from 65536 by default, instead of
> > from 1000.
> 
> Something probably best left until after Squeeze!  I think the
> simple check we have now will be robust enough until after then.

Alternatively, we could try to improve the current status a little bit
for squeeze.

(A system admin with about 45000 users in his system asked me about
the new /etc/profile and the apparently arbitrary limit of 2).


The block 3-5 is reserved *by us*, so we can free it for user
accounts easily:

--- a/policy.sgml
+++ b/policy.sgml
@@ -5849,7 +5849,7 @@

  
 
- 1000-2:
+ 1000-5:
  

  Dynamically allocated user accounts.  By default
@@ -5860,11 +5860,6 @@

  
 
- 3-5:
- 
-   Reserved.
- 
-
  6-64999:
  



Known affected packages: adduser, base-files
Fix: Trivial: s/2/5/

I'm looking for seconds for this proposal.



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



Bug#580149: linux-image-2.6.32-trunk-amd64: usb - sata > Sense not available

2010-05-21 Thread formind22

More information.

The usb mouse works fine on PCI USB 2.0 Host Controller Card
(4-Ext, 1-Int. Ports)
but the usb storage (DataTraveler), and the USB-SATA
converter does not work.

Ggreetings



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



Bug#582495: debian-policy: extend UID range of user accounts

2010-05-21 Thread Santiago Vila
Hmm, I see this is already reported as Bug#161912.

However, this report includes a patch :-)

Feel free to merge them anyway.



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



Bug#516718: (no subject)

2010-05-21 Thread hennr
Hi again.

It seems that ejabberd does not start on KVM based VMs.
ejabberd starts without any problems on the host (lenny + some backports
packages) and on various other Debian lenny machines I have access to.

Killing beam and don't having anything using port 5222 does not solve
the problem.


Any other ideas?



signature.asc
Description: OpenPGP digital signature


Bug#556135: #556135: xul-ext-weave

2010-05-21 Thread Alexander GQ Gerasiov
Fri, 21 May 2010 10:16:43 +0200
Michael Fladischer  wrote:

> > It would be nice if you join alioth's pkg-mozext team to maintain
> > the package there. Just register, ask for inclusion to team, create
> > repository and upload in it. (And fix Maintainer/Uploader fields in
> > control)
> 
> My alioth account is fladi-guest. I'll ask for inclusion in the next
> few days.

> Yes. It can be found at:
> http://mentors.debian.net/debian/pool/main/w/weave/weave_1.3b5-1.dsc
> 
> It has two patches on it, fixing bugs in the build-system.
Ok, I've added you to team and created repository with version you've
provided.

ssh://git.debian.org/git/pkg-mozext/weave.git

Please put future changes there, if any.

As for upload, I need to look at the package first. May be this
evening. If Alan want to care about it, feel free.

-- 
Best regards,
 Alexander GQ Gerasiov

 Contacts:
 e-mail:g...@cs.msu.su Jabber:  g...@jabber.ru
 Homepage:  http://gq.net.ru ICQ: 7272757
 PGP fingerprint: 04B5 9D90 DF7C C2AB CD49  BAEA CA87 E9E8 2AAC 33F1



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



Bug#582496: [INTL:es] Spanish debconf template translation for xvmount

2010-05-21 Thread Francisco Javier Cuadrado
Package: xvmount
Version: 3.7-18
Severity: wishlist
Tags: l10n patch



-- 
Saludos

Fran
# xvmount po-debconf translation to Spanish
# Copyright (C) 2010 Software in the Public Interest
# This file is distributed under the same license as the xvmount package.
#
# Changes:
#   - Initial translation
#   Francisco Javier Cuadrado , 2010
#
# Traductores, si no conocen el formato PO, merece la pena leer la
# documentación de gettext, especialmente las secciones dedicadas a este
# formato, por ejemplo ejecutando:
#   info -n '(gettext)PO Files'
#   info -n '(gettext)Header Entry'
#
# Equipo de traducción al español, por favor lean antes de traducir
# los siguientes documentos:
#
#   - El proyecto de traducción de Debian al español
# http://www.debian.org/intl/spanish/
# especialmente las notas y normas de traducción en
# http://www.debian.org/intl/spanish/notas
#
#   - La guía de traducción de po's de debconf:
# /usr/share/doc/po-debconf/README-trans
# o http://www.debian.org/intl/l10n/po-debconf/README-trans
#
msgid ""
msgstr ""
"Project-Id-Version: xvmount 3.7-18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-12-29 15:44+0100\n"
"PO-Revision-Date: 2010-05-17 09:05+0100\n"
"Last-Translator: Francisco Javier Cuadrado \n"
"Language-Team: Debian l10n Spanish \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: boolean
#. Description
#: ../templates:1001
msgid "Convert the existing configuration file into the new format?"
msgstr "¿Desea convertir el archivo de configuración existente al formato nuevo?"

#. Type: boolean
#. Description
#: ../templates:1001
msgid "An xvmount configuration file /etc/xvmounttab with the format used up to version 3.6 was found on your system. I can try to automatically convert the structure into the new format used in version 3.7. The old configuration file will be saved as /etc/xvmounttab.bak"
msgstr "Se ha encontrado un archivo de configuración «/etc/xvmounttab» de xvmount con el formato usado hasta la versión 3.6. Se puede intentar convertir automáticamente la estructura en el nuevo formato usado en la versión 3.7. El antiguo archivo de configuración se guardará como «/etc/xvmounttab.bak»."

#. Type: note
#. Description
#: ../templates:2001
msgid "Old configuration cannot be converted into a valid new one"
msgstr "No se puede convertir la configuración antigua en una válida nueva"

#. Type: note
#. Description
#: ../templates:2001
msgid "The old configuration file does not contain any line which can be successfully transformed into a valid entry for the new xvmount version. This may be due to lacking user mount permissions for the devices in /etc/fstab. I will try to generate a new configuration file from /etc/fstab."
msgstr "El archivo de configuración antiguo no contiene ninguna línea que se pueda transformar correctamente en una entrada de la nueva versión de xvmount. Esto se puede deber a una falta de permisos del usuario de montaje para los dispositivos del archivo «/etc/fstab». Se intentará generar un archivo de configuración nuevo a partir de «/etc/fstab»."

#. Type: note
#. Description
#: ../templates:3001
msgid "Invalid old configuration file"
msgstr "Archivo de configuración antiguo incorrecto"

#. Type: note
#. Description
#: ../templates:3001
msgid "An old xvmount configuration file /etc/xvmounttab was found on your system but the format of the file /etc/xvmounttab was not recognized. Thus it cannot be converted into a new configuration file. I will try to generate a new configuration file from /etc/fstab."
msgstr "Se ha encontrado un archivo de configuración antiguo «/etc/xvmounttab» de xvmount con un formato no reconocido. De modo que no se puede convertir a un nuevo archivo de configuración. Se intentará generar un nuevo archivo de configuración a partir de «/etc/fstab»."

#. Type: note
#. Description
#: ../templates:4001
msgid "/etc/fstab does not contain any user mountable devices"
msgstr "El archivo «/etc/fstab» no contiene ningún dispositivo que se pueda montar por usuarios"

#. Type: note
#. Description
#: ../templates:4001
msgid "Your system configuration in /etc/fstab does not contain any device entries marked as user-mountable by the \"user\" mount option. Thus xvmount cannot mount any of your devices and the creation of a corresponding configuration file failed. If you want to use xvmount you have to add corresponding entries to /etc/fstab and run xvmountconfig again."
msgstr "La configuración de «/etc/fstab» no contiene entradas de dispositivo marcadas con la opción de montaje «user», para que un usuario pueda montar el dispositivo. De modo que xvmount no puede montar ninguno de los dispositivos y la creación del archivo de configuración correspondiente ha fallado. Si quiere utilizar xvmount tiene que añadir las entradas correspondientes al archivo «/etc/fstab» y volver a ejecutar «xvmountconfig»."

#. Type: note
#. Description
#: ../templates:5001
msgid "N

Bug#562703: [Pkg-xen-devel] Bug#562703: qemu-dm missing from xen-utils-3.4

2010-05-21 Thread Thomas Goirand

- Original message -
> # apt-file search en-us | grep keymap
> faumachine-data: /usr/share/faumachine/keymaps/en-us
> kvm: /usr/share/kvm/keymaps/en-us
> qemu: /usr/share/qemu/keymaps/en-us
> qemu-kvm: /usr/share/kvm/keymaps/en-us
> qemu-system: /usr/share/qemu/keymaps/en-us
> rdesktop: /usr/share/rdesktop/keymaps/en-us
> xen-utils-3.2-1: /usr/share/xen-3.2-1/qemu/keymaps/en-us

Gosh! Even worth than what I thought...

> So by the look of it the keymaps were in xen-utils-3.2 but are no longer in
> xen-utils-3.4

Which is quite right because:
- having it shipped 7 times in the distro is so ugly already
- the xen package itself doesn't include qemu-dm so it doesn't make sense to 
have it in

> I did this to link the keymaps into those provided by qemu-system
>
> # cd /usr/share
> # mkdir xen
> # cd xen/
> # ln -s ../qemu
> # ls -ld /usr/share/xen/qemu
> lrwxrwxrwx 1 root root 7 2010-05-21 08:18 /usr/share/xen/qemu -> ../qemu
>
> And, presto, the domain starts and appears to be all working :-)

Great, that means the issue is very easy to debug. Unfortunately, I don't see 
anyone working on a separate package for the keymaps. I guess we shall ping 
everyone here. I will do that tonight, as I really want to fix this very bad 
situation. I guess that best would be to open a thread in -devel which I will 
do.

Thanks again for the feedback,

Thomas




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



Bug#582497: krb5-auth-dialog: Should run also when unable to connect to Kerberos server during login

2010-05-21 Thread Petter Reinholdtsen

Package:  krb5-auth-dialog
Version:  0.14-2
Tags: patch
User: debian-...@lists.debian.org
UserTags: debian-edu

When using Kerberos on a laptop which are some times offline, it is
useful to be able to log in also when offline and still get the
Kerberos dialog icon on the desktop.  To get this, the autostart entry
can be changed like this, thought I expect the problem reported in
http://bugs.debian.org/517478 > should be addressed for this to
work flawlessly.

Please apply this patch to the package, to make the krb5-auth-dialog
also show up when no kerberos ticked could be fetched, allowing users
logging in while offline to have an simple GUI to _get_ the ticket
when they are back on line.

--- krb5-auth-dialog-0.15/src/krb5-auth-dialog.desktop.in   2009-09-03 
19:07:06.0 +0200
+++ krb5-auth-dialog-0.15-pere/src/krb5-auth-dialog.desktop.in  2010-05-21 
12:39:50.0 +0200
@@ -2,7 +2,7 @@
 _Name=Network Authentication
 _Comment=Kerberos Network Authentication Dialog
 Encoding=UTF-8
-Exec=krb5-auth-dialog
+Exec=krb5-auth-dialog --always
 Terminal=false
 Type=Application
 X-GNOME-Bugzilla-Bugzilla=GNOME

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#570365: please test driver 195.36.24 with 2.6.32-5 xen kernel

2010-05-21 Thread Esa Murtomäki
Hi,

I have same problem here with the nvidia-kernel-dkms 
package.
I am using driver version 195.36.24-1 (testing) and kernel
version 2.6.32-5-xen-686 (unstable).



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



Bug#582498: evince: Please find your package. Not working. Error output

2010-05-21 Thread yellow
Package: evince
Version: 2.30.1-2
Severity: important

** (evince:15722): WARNING **: Failed to create dbus proxy for 
org.gnome.SettingsDaemon: Could not get owner of name 
'org.gnome.SettingsDaemon': no such name

** (evince:15722): WARNING **: Error creating last_settings file: Error opening 
file '/home/peter/.gnome2/evince/last_settings': No such file or directory

Segmentation fault

Best regards

-- 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 evince depends on:
ii  evince-common   2.30.1-2 Document (postscript, pdf) viewer 
ii  gconf2  2.28.1-3 GNOME configuration database syste
ii  gnome-icon-theme2.30.2.1-1   GNOME Desktop icon theme
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.10.2-6 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  libevince2  2.30.1-2 Document (postscript, pdf) renderi
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  libglib2.0-02.24.0-1 The GLib library of C routines
ii  libgnome-keyring0   2.30.1-1 GNOME keyring services library
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  libnautilus-extension1  2.30.1-1 libraries for nautilus components 
ii  libpango1.0-0   1.28.0-1 Layout and rendering of internatio
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  shared-mime-info0.71-1   FreeDesktop.org shared MIME databa
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages evince recommends:
ii  dbus-x11  1.2.24-1   simple interprocess messaging syst
ii  gvfs  1.6.1-1userspace virtual filesystem - ser

Versions of packages evince suggests:
ii  nautilus  2.30.1-1   file manager and graphical shell f
pn  poppler-data   (no description available)
pn  unrar  (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#582500: evolution-exchange: Keep upstream folder layout for camel-providers

2010-05-21 Thread Didier Roche
Package: evolution-exchange
Version: 2.30.1-2
Severity: wishlist

In debian/evolution-exchange.install, you specify:
debian/tmp/usr/lib/evolution-data-server-1.2/camel-providers-*/*.urls
debian/tmp/usr/lib/evolution-data-server-1.2/camel-providers-*/*.so

upstream provides /usr/lib/evolution-data-server-1.2/camel-providers/,
that's maybe good to keep what upstream does to avoid unnecessary
divergence.
FYI, we patch that in ubuntu to get back to upstream default and that's
the only reason we are not in sync for this package (I'm opening a bug
on e-d-s too as it has to be coordinated)


Note: I've edited the version from 2.30.1-2ubuntu1 to 2.30.1-2 to not
break the
debian tracking system


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

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

Versions of packages evolution-exchange depends on:
ii  evolution2.30.1.2-1ubuntu1   groupware suite with mail
client a
ii  gconf2   2.28.1-3ubuntu1 GNOME configuration
database syste
ii  libart-2.0-2 2.3.21-1Library of functions for 2D
graphi
ii  libatk1.0-0  1.30.0-0ubuntu2 The ATK accessibility
toolkit
ii  libc62.11.1-0ubuntu8 Embedded GNU C Library:
Shared lib
ii  libcairo21.8.10-2ubuntu1 The Cairo 2D vector
graphics libra
ii  libcamel1.2-14   2.30.1-1ubuntu1 The Evolution MIME message
handlin
ii  libcomerr2   1.41.11-1ubuntu2common error description
library
ii  libdb4.8 4.8.24-1ubuntu1 Berkeley v4.8 Database
Libraries [
ii  libdbus-1-3  1.2.16-2ubuntu4 simple interprocess
messaging syst
ii  libdbus-glib-1-2 0.86-1  simple interprocess
messaging syst
ii  libebackend1.2-0 2.30.1-1ubuntu1 Utility library for
evolution data
ii  libebook1.2-92.30.1-1ubuntu1 Client library for
evolution addre
ii  libecal1.2-7 2.30.1-1ubuntu1 Client library for
evolution calen
ii  libedata-book1.2 2.30.1-1ubuntu1 Backend library for
evolution addr
ii  libedata-cal1.2- 2.30.1-1ubuntu1 Backend library for
evolution cale
ii  libedataserver1. 2.30.1-1ubuntu1 Utility library for
evolution data
ii  libedataserverui 2.30.1-1ubuntu1 GUI utility library for
evolution 
ii  libegroupwise1.2 2.30.1-1ubuntu1 Client library for
accessing group
ii  libenchant1c2a   1.6.0-0ubuntu1  a wrapper library for
various spel
ii  libevolution 2.30.1.2-1ubuntu1   evolution libraries
ii  libfontconfig1   2.8.0-2ubuntu1  generic font configuration
library
ii  libfreetype6 2.3.11-1ubuntu2 FreeType 2 font engine,
shared lib
ii  libgconf2-4  2.28.1-3ubuntu1 GNOME configuration
database syste
ii  libglib2.0-0 2.24.0-0ubuntu4 The GLib library of C
routines
ii  libgnome-desktop 1:2.30.0-0ubuntu1   Utility library for
loading .deskt
ii  libgnomecanvas2- 2.30.1-0ubuntu1 A powerful object-oriented
display
ii  libgssapi-krb5-2 1.8.1+dfsg-2MIT Kerberos runtime
libraries - k
ii  libgtk2.0-0  2.20.0-0ubuntu4 The GTK+ graphical user
interface 
ii  libgtkhtml-edito 1:3.30.1-1ubuntu1   HTML rendering/editing
library - e
ii  libgtkhtml3.14-1 1:3.30.1-1ubuntu1   HTML rendering/editing
library - r
ii  libical0 0.44-3  iCalendar library
implementation i
ii  libk5crypto3 1.8.1+dfsg-2MIT Kerberos runtime
libraries - C
ii  libkrb5-31.8.1+dfsg-2MIT Kerberos runtime
libraries
ii  libldap-2.4-22.4.21-0ubuntu5 OpenLDAP libraries
ii  libnspr4-0d  4.8.4-0ubuntu1  NetScape Portable Runtime
Library
ii  libnss3-1d   3.12.6-0ubuntu3 Network Security Service
libraries
ii  libpango1.0-01.28.0-0ubuntu2 Layout and rendering of
internatio
ii  libsoup2.4-1 2.30.1-0ubuntu1 an HTTP library
implementation in 
ii  libsqlite3-0 3.6.23.1-2  SQLite 3 shared library
ii  libstartup-notif 0.10-1build1library for program launch
feedbac
ii  libunique-1.0-0  1.1.6-1ubuntu2  Library for writing single
instanc
ii  libxml2  2.7.6.dfsg-1ubuntu1 GNOME XML library
ii  zlib1g   1:1.2.3.4.dfsg-3ubuntu1 compression library -
runtime

evolution-exchange recommends no packages.

Versions of packages evolution-exchange suggests:
pn  evolution-exchange-dbg (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#537247: qoauth ITP

2010-05-21 Thread Carlos Galisteo
Hi. Do you still ITP qoauth?
Qwit (and I guess some other packages) is now using qoauth in order to
match the new Twitter authentication policy, so the unavailability of
qoauth in the repositories is quite inconvenient.

If you're not planning to upload it please rename it to RFP so that
any other interested people can take it.

Thanks.



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



Bug#582329: udev: strange warnings after upgrade to 154.1

2010-05-21 Thread Γιώργος Πάλλας
I also use LVM2 over LUKS, and after the upgrade of udev, I keep getting 
those same messages seen on the JPG, on every boot.

I also don't have this  55-dm-rules.conf file.

The contents of /etc/udev are:

mordor:/etc/udev# ls -laR
.:
total 36
drwxr-xr-x   4 root root  4096 May 20 18:31 .
drwxr-xr-x 120 root root 12288 May 21 12:04 ..
drwxr-xr-x   2 root root  4096 Apr 16  2009 .dev
-rw-r--r--   1 root root92 Dec 28  2008 hdparm.rules
-rw-r--r--   1 root root   397 Apr 16  2009 links.conf
drwxr-xr-x   2 root root  4096 May 21 00:32 rules.d
-rw-r--r--   1 root root   269 Apr 19  2009 udev.conf

./.dev:
total 8
drwxr-xr-x 2 root root 4096 Apr 16  2009 .
drwxr-xr-x 4 root root 4096 May 20 18:31 ..

./rules.d:
total 28
drwxr-xr-x 2 root root 4096 May 21 00:32 .
drwxr-xr-x 4 root root 4096 May 20 18:31 ..
-rw-r--r-- 1 root root  208 May 21 00:32 10-vboxdrv.rules
-rw-r--r-- 1 root root 1872 May 10 18:38 70-persistent-cd.rules
-rw-r--r-- 1 root root  885 Jan  3 13:11 70-persistent-net.rules
lrwxrwxrwx 1 root root   15 Jul  4  2009 z60_hdparm.rules -> ../hdparm.rules
-rw-r--r-- 1 root root 7117 Apr 12  2009 z60_xserver-xorg-input-wacom.rules
mordor:/etc/udev#





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



Bug#582499: dhcp3-server: DHCPd unbinds at networking restart

2010-05-21 Thread Dominik George
Package: dhcp3-server
Version: 3.1.1-6+lenny4
Severity: important


When resarting the networkign service (e.g. /etc/init.d/networkign restart or 
invoke-rc.d networking restart), the DHCP server
loses its bind to any interfaces and stops answering requests when network 
comes up again.

DHCPd should either be fixed upstream to notice this or DHCPd should be 
restarted with networking as a dependency.

-- 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/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dhcp3-server depends on:
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  debianutils   2.30   Miscellaneous utilities specific t
ii  dhcp3-common  3.1.1-6+lenny4 common files used by all the dhcp3
ii  libc6 2.7-18lenny2   GNU C Library: Shared libraries
ii  lsb-base  3.2-20 Linux Standard Base 3.2 init scrip

dhcp3-server recommends no packages.

Versions of packages dhcp3-server suggests:
ii  dhcp3-server-ldap 3.1.1-6+lenny4 DHCP server able to use LDAP as ba

-- debconf information:
* dhcp3-server/new_auth_behavior:
  dhcp3-server/interfaces:
  dhcp3-server/new_next-server_behaviour:
  dhcp3-server/config_warn:



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



Bug#582501: If evince crashes, or buggy, no PDF solution for debian. Please put XPDF in your package

2010-05-21 Thread yellow
Package: evince
Version: 2.30.1-2
Severity: important

 If evince crashes, or buggy, no PDF solution for debian. Please put XPDF in 
your package

If evince crashes, there is no alternative for LINUX that works with firefox.

Please fix this , with adding XPDF to your package

LINUX and pdf: it would be great for using the machine please

Best regards


-- 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 evince depends on:
ii  evince-common   2.30.1-2 Document (postscript, pdf) viewer 
ii  gconf2  2.28.1-3 GNOME configuration database syste
ii  gnome-icon-theme2.30.2.1-1   GNOME Desktop icon theme
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.10.2-6 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  libevince2  2.30.1-2 Document (postscript, pdf) renderi
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  libglib2.0-02.24.0-1 The GLib library of C routines
ii  libgnome-keyring0   2.30.1-1 GNOME keyring services library
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  libnautilus-extension1  2.30.1-1 libraries for nautilus components 
ii  libpango1.0-0   1.28.0-1 Layout and rendering of internatio
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  shared-mime-info0.71-1   FreeDesktop.org shared MIME databa
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages evince recommends:
ii  dbus-x11  1.2.24-1   simple interprocess messaging syst
ii  gvfs  1.6.1-1userspace virtual filesystem - ser

Versions of packages evince suggests:
ii  nautilus  2.30.1-1   file manager and graphical shell f
pn  poppler-data   (no description available)
pn  unrar  (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#582502: RFP: uif2iso -- convert the UIF image files to ISO files

2010-05-21 Thread Jari Aalto
Package: wnpp
Severity: wishlist

* Package name: uif2iso
  Version : x.y.z
  Upstream Author : Name 
* URL : http://aluigi.org/mytoolz.htm#uif2iso
* License : GPL-2
  Programming Lang: 
  Description : convert the UIF image files to ISO files

Command line tool to convert single or multipart Universal Image
Format (*.uif) to standard ISO format. The UIF is in fact just a
compressed CD/DVD image created through a commercial program called
MagicISO; see .



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



Bug#582503: evolution-data-server: Keep upstream folder layout for camel-providers

2010-05-21 Thread Didier Roche
Package: evolution-data-server
Version: 2.30.1-4
Severity: wishlist

In debian/evolution-data-server.install, you specify:
debian/tmp/usr/lib/evolution-data-server-1.2/camel-providers-*/*.urls
debian/tmp/usr/lib/evolution-data-server-1.2/camel-providers-*/*.so

upstream provides /usr/lib/evolution-data-server-1.2/camel-providers/,
that's maybe good to keep what upstream does to avoid unnecessary
divergence (not adding -yyy).
FYI, we patch that in ubuntu to get back to upstream default (I had
opened a bug on evolution-exchange too as it has to be coordinated)


Note: I've edited the version from 2.30.1-1ubuntu1 to 2.30.1-4 as it's
still the case in last version and to not break the debian tracking
system

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


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

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

Versions of packages evolution-data-server depends on:
ii  evolution-data-s 2.30.1-1ubuntu1 architecture independent
files for
ii  libatk1.0-0  1.30.0-0ubuntu2 The ATK accessibility
toolkit
ii  libc62.11.1-0ubuntu8 Embedded GNU C Library:
Shared lib
ii  libcairo21.8.10-2ubuntu1 The Cairo 2D vector
graphics libra
ii  libcamel1.2-14   2.30.1-1ubuntu1 The Evolution MIME message
handlin
ii  libcomerr2   1.41.11-1ubuntu2common error description
library
ii  libdb4.8 4.8.24-1ubuntu1 Berkeley v4.8 Database
Libraries [
ii  libdbus-1-3  1.2.16-2ubuntu4 simple interprocess
messaging syst
ii  libdbus-glib-1-2 0.86-1  simple interprocess
messaging syst
ii  libebackend1.2-0 2.30.1-1ubuntu1 Utility library for
evolution data
ii  libebook1.2-92.30.1-1ubuntu1 Client library for
evolution addre
ii  libecal1.2-7 2.30.1-1ubuntu1 Client library for
evolution calen
ii  libedata-book1.2 2.30.1-1ubuntu1 Backend library for
evolution addr
ii  libedata-cal1.2- 2.30.1-1ubuntu1 Backend library for
evolution cale
ii  libedataserver1. 2.30.1-1ubuntu1 Utility library for
evolution data
ii  libegroupwise1.2 2.30.1-1ubuntu1 Client library for
accessing group
ii  libfontconfig1   2.8.0-2ubuntu1  generic font configuration
library
ii  libfreetype6 2.3.11-1ubuntu2 FreeType 2 font engine,
shared lib
ii  libgconf2-4  2.28.1-3ubuntu1 GNOME configuration
database syste
ii  libgdata-google1 2.30.1-1ubuntu1 Client library for
accessing Googl
ii  libgdata1.2-12.30.1-1ubuntu1 Client library for
accessing Googl
ii  libglib2.0-0 2.24.0-0ubuntu4 The GLib library of C
routines
ii  libgssapi-krb5-2 1.8.1+dfsg-2MIT Kerberos runtime
libraries - k
ii  libgtk2.0-0  2.20.0-0ubuntu4 The GTK+ graphical user
interface
ii  libgweather1 2.30.0-0ubuntu1 GWeather shared library
ii  libical0 0.44-3  iCalendar library
implementation i
ii  libk5crypto3 1.8.1+dfsg-2MIT Kerberos runtime
libraries - C
ii  libkrb5-31.8.1+dfsg-2MIT Kerberos runtime
libraries
ii  libldap-2.4-22.4.21-0ubuntu5 OpenLDAP libraries
ii  libnspr4-0d  4.8.4-0ubuntu1  NetScape Portable Runtime
Library
ii  libnss3-1d   3.12.6-0ubuntu3 Network Security Service
libraries
ii  libpango1.0-01.28.0-0ubuntu2 Layout and rendering of
internatio
ii  libsoup2.4-1 2.30.1-0ubuntu1 an HTTP library
implementation in
ii  libsqlite3-0 3.6.23.1-2  SQLite 3 shared library
ii  libxml2  2.7.6.dfsg-1ubuntu1 GNOME XML library
ii  zlib1g   1:1.2.3.4.dfsg-3ubuntu1 compression library -
runtime

evolution-data-server recommends no packages.

Versions of packages evolution-data-server suggests:
ii  evolution  2.30.1.2-1ubuntu1 groupware suite with mail
client a
ii  evolution-data-server- 2.30.1-1ubuntu1   evolution database backend
server

-- 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#569188: postgresql-8.3: Postgres server doesn't not start after installation

2010-05-21 Thread Alexander.Frink
Since I ran into the same problem, I thought I'd share at least a
workaround:

 

As root, run

 

/usr/bin/pg_createcluster -u postgres 8.3 main

 

Then postgres should start with

 

/etc/init.d/postgresql-8.3 start

 

 

I assume the bug has something to do with
/var/lib/dpkg/info/postgresql-8.3.postinst passing a non-empty second
parameter to configure_version() in
/usr/share/postgresql-common/maintscript-functions



Bug#582504: hardware-monitor: memory usage grows with time

2010-05-21 Thread Francesco Potortì
Package: hardware-monitor
Version: 1.4.2-1
Severity: normal

I have had hardware-monitor running for 23 days, monitoring four cpu
usages and swap usage, and it currently uses 1.3 GB memory (the resident
set size is small, as expected).  Looks like a memory leak somewhere...

Is there a way to restart it without loggin out from Gnome?

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

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

Versions of packages hardware-monitor depends on:
ii  libart-2.0-2   2.3.21-1  Library of functions for 2D graphi
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.24.3-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.24.3-1  The Bonobo UI library
ii  libc6  2.10.2-6  Embedded GNU C Library: Shared lib
ii  libcairo2  1.8.10-4  The Cairo 2D vector graphics libra
ii  libcairomm-1.0-1   1.8.4-3   C++ wrappers for Cairo (shared lib
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.3.11-1  FreeType 2 font engine, shared lib
ii  libgcc11:4.4.4-1 GCC support library
ii  libgconf2-42.28.1-3  GNOME configuration database syste
ii  libgconfmm-2.6-1c2 2.28.0-1  C++ wrappers for GConf (shared lib
ii  libglade2-01:2.6.4-1 library to load .glade files at ru
ii  libglademm-2.4-1c2a2.6.7-2   C++ wrappers for libglade2 (shared
ii  libglib2.0-0   2.24.1-1  The GLib library of C routines
ii  libglibmm-2.4-1c2a 2.24.2-1  C++ wrapper for the GLib toolkit (
ii  libgnome2-02.30.0-1  The GNOME library - runtime files
ii  libgnomecanvas2-0  2.30.1-1  A powerful object-oriented display
ii  libgnomecanvasmm-2.6-1c2a  2.26.0-1  C++ wrappers for libgnomecanvas2 (
ii  libgnomeui-0   2.24.3-1  The GNOME libraries (User Interfac
ii  libgnomevfs2-0 1:2.24.3-1GNOME Virtual File System (runtime
ii  libgtk2.0-02.20.1-1  The GTK+ graphical user interface 
ii  libgtkmm-2.4-1c2a  1:2.20.3-1C++ wrappers for GTK+ (shared libr
ii  libgtop2-7 2.28.1-1  gtop system monitoring library (sh
ii  libice62:1.0.6-1 X11 Inter-Client Exchange library
ii  liborbit2  1:2.14.18-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpanel-applet2-0 2.30.0-1  library for GNOME Panel applets
ii  libpango1.0-0  1.28.0-1  Layout and rendering of internatio
ii  libpangomm-1.4-1   2.26.2-1  C++ Wrapper for pango (shared libr
ii  libpopt0   1.15-1lib for parsing cmdline parameters
ii  libsensors41:3.1.2-2 library to read temperature/voltag
ii  libsigc++-2.0-0c2a 2.2.4.2-1 type-safe Signal Framework for C++
ii  libsm6 2:1.1.1-1 X11 Session Management library
ii  libstdc++6 4.4.4-1   The GNU Standard C++ Library v3
ii  libxml22.7.7.dfsg-2  GNOME XML library

hardware-monitor recommends no packages.

hardware-monitor 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#582505: python-rpy2: No modules compiled for Python 2.5

2010-05-21 Thread Gaubitzer Erwin
Package: python-rpy2
Version: 2.1.1-1
Severity: normal

There are no files in
/usr/lib/python2.5/site-packages

because compilation fails, as checked by
apt-get -b source python-rpy2

with following output


for python in python2.5 python2.6; \
do $python setup.py install --root=debian/python-rpy2; \
done
running install
running build
running build_py
running build_ext
building 'rpy2.rinterface.rinterface' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall
-Wstrict-prototypes -g -O2 -fPIC -DR_INTERFACE_PTRS=1
-DHAVE_POSIX_SIGJMP=1 -DCSTACK_DEFNS=1 -DRIF_HAS_RSIGHAND=1
-Irpy/rinterface -I/usr/include/python2.5 -I/usr/share/R/include -c
rpy/rinterface/rinterface.c -o
build/temp.linux-x86_64-2.5/rpy/rinterface/rinterface.o
-L/usr/lib64/R/lib -lR -llapack -lblas
In file included from /usr/include/python2.5/Python.h:8,
 from rpy/rinterface/rinterface.c:55:
/usr/include/python2.5/pyconfig.h:970:1: warning: "_POSIX_C_SOURCE"
redefined
In file included from /usr/include/signal.h:29,
 from rpy/rinterface/rinterface.c:51:
/usr/include/features.h:210:1: warning: this is the location of the
previous definition
In file included from rpy/rinterface/rinterface.c:74:
/usr/share/R/include/R_ext/Rdynload.h:26: warning: function declaration
isn’t a prototype
In file included from rpy/rinterface/rinterface.c:100:
rpy/rinterface/na_values.c: In function ‘NAInteger_tp_new’:
rpy/rinterface/na_values.c:179: warning: implicit declaration of
function ‘Py_SIZE’
rpy/rinterface/na_values.c:188: error: lvalue required as left operand
of assignment
In file included from rpy/rinterface/rinterface.c:105:
rpy/rinterface/sequence.c: In function ‘VectorSexp_ass_slice’:
rpy/rinterface/sequence.c:447: warning: unused variable ‘sexp_item’
rpy/rinterface/sequence.c:447: warning: unused variable ‘tmp’
rpy/rinterface/sequence.c:446: warning: unused variable ‘vs’
rpy/rinterface/sequence.c:386: warning: unused variable ‘self_typeof’
rpy/rinterface/rinterface.c: In function ‘EmbeddedR_end’:
rpy/rinterface/rinterface.c:1112: warning: unused variable ‘str’
error: command 'gcc' failed with exit status 1


In the following python2.6 modules get compiled without problem into
/usr/lib/python2.6/dist-packages/rpy2

Thanks
Erwin



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

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

Versions of packages python-rpy2 depends on:
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  python  2.5.4-9  An interactive high-level object-o
ii  python-central  0.6.14+nmu2  register and build utility for Pyt
ii  python-fann [python]20091015-1   Package created with checkinstall 
ii  python-numpy1:1.3.0-3+b1 Numerical Python adds a fast array
ii  r-base-core 2.11.0-1 GNU R core of statistical computat

python-rpy2 recommends no packages.

Versions of packages python-rpy2 suggests:
pn  python-rpy-docs(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#582506: evolution-exchange: Update version in exchange-connector-setup manpage

2010-05-21 Thread Didier Roche
Package: evolution-exchange
Version: 2.30.1-2
Severity: minor


Here is a patch attached to update the version in
exchange-connector-setup which still references 2.26.1 after renaming
debian/exchange-connector-setup-2.26.1 to
debian/exchange-connector-setup-2.30.1


Note: I've changed the version from 2.30.1-2ubuntu1 to 2.30.1-2 to not
break the debian tracking system

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


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

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

Versions of packages evolution-exchange depends on:
ii  evolution2.30.1.2-1ubuntu1   groupware suite with mail
client a
ii  gconf2   2.28.1-3ubuntu1 GNOME configuration
database syste
ii  libart-2.0-2 2.3.21-1Library of functions for 2D
graphi
ii  libatk1.0-0  1.30.0-0ubuntu2 The ATK accessibility
toolkit
ii  libc62.11.1-0ubuntu8 Embedded GNU C Library:
Shared lib
ii  libcairo21.8.10-2ubuntu1 The Cairo 2D vector
graphics libra
ii  libcamel1.2-14   2.30.1-1ubuntu1 The Evolution MIME message
handlin
ii  libcomerr2   1.41.11-1ubuntu2common error description
library
ii  libdb4.8 4.8.24-1ubuntu1 Berkeley v4.8 Database
Libraries [
ii  libdbus-1-3  1.2.16-2ubuntu4 simple interprocess
messaging syst
ii  libdbus-glib-1-2 0.86-1  simple interprocess
messaging syst
ii  libebackend1.2-0 2.30.1-1ubuntu1 Utility library for
evolution data
ii  libebook1.2-92.30.1-1ubuntu1 Client library for
evolution addre
ii  libecal1.2-7 2.30.1-1ubuntu1 Client library for
evolution calen
ii  libedata-book1.2 2.30.1-1ubuntu1 Backend library for
evolution addr
ii  libedata-cal1.2- 2.30.1-1ubuntu1 Backend library for
evolution cale
ii  libedataserver1. 2.30.1-1ubuntu1 Utility library for
evolution data
ii  libedataserverui 2.30.1-1ubuntu1 GUI utility library for
evolution
ii  libegroupwise1.2 2.30.1-1ubuntu1 Client library for
accessing group
ii  libenchant1c2a   1.6.0-0ubuntu1  a wrapper library for
various spel
ii  libevolution 2.30.1.2-1ubuntu1   evolution libraries
ii  libfontconfig1   2.8.0-2ubuntu1  generic font configuration
library
ii  libfreetype6 2.3.11-1ubuntu2 FreeType 2 font engine,
shared lib
ii  libgconf2-4  2.28.1-3ubuntu1 GNOME configuration
database syste
ii  libglib2.0-0 2.24.0-0ubuntu4 The GLib library of C
routines
ii  libgnome-desktop 1:2.30.0-0ubuntu1   Utility library for
loading .deskt
ii  libgnomecanvas2- 2.30.1-0ubuntu1 A powerful object-oriented
display
ii  libgssapi-krb5-2 1.8.1+dfsg-2MIT Kerberos runtime
libraries - k
ii  libgtk2.0-0  2.20.0-0ubuntu4 The GTK+ graphical user
interface
ii  libgtkhtml-edito 1:3.30.1-1ubuntu1   HTML rendering/editing
library - e
ii  libgtkhtml3.14-1 1:3.30.1-1ubuntu1   HTML rendering/editing
library - r
ii  libical0 0.44-3  iCalendar library
implementation i
ii  libk5crypto3 1.8.1+dfsg-2MIT Kerberos runtime
libraries - C
ii  libkrb5-31.8.1+dfsg-2MIT Kerberos runtime
libraries
ii  libldap-2.4-22.4.21-0ubuntu5 OpenLDAP libraries
ii  libnspr4-0d  4.8.4-0ubuntu1  NetScape Portable Runtime
Library
ii  libnss3-1d   3.12.6-0ubuntu3 Network Security Service
libraries
ii  libpango1.0-01.28.0-0ubuntu2 Layout and rendering of
internatio
ii  libsoup2.4-1 2.30.1-0ubuntu1 an HTTP library
implementation in
ii  libsqlite3-0 3.6.23.1-2  SQLite 3 shared library
ii  libstartup-notif 0.10-1build1library for program launch
feedbac
ii  libunique-1.0-0  1.1.6-1ubuntu2  Library for writing single
instanc
ii  libxml2  2.7.6.dfsg-1ubuntu1 GNOME XML library
ii  zlib1g   1:1.2.3.4.dfsg-3ubuntu1 compression library -
runtime

evolution-exchange recommends no packages.

Versions of packages evolution-exchange suggests:
pn  evolution-exchange-dbg (no description available)

-- no debconf information

--- debian/exchange-connector-setup-2.26.1	2010-05-21 10:56:46.449902000 +0200
+++ debian/exchange-connector-setup-2.30.1	2010-05-21 13:07:59.410467920 +0200
@@ -1,14 +1,14 @@
-.TH EXCHANGE-CONNECTOR-SETUP-2.24 1 "March 14, 2009"
+.TH EXCHANGE-CONNECTOR-SETUP-2.30 1 "March 14, 2009"
 
 .SH NAME
-exchange-connector-setup-2.24 \- configure evolution to access an
+exchange-connector-setup-2.30 \- configure evolution to access an
 exchange server
 
 .SH SYNOPSIS
-.B exchange-connector-setup-2.24
+.B exchange-connector-setup-2.30
 
 .SH DESCRIPTION
-\fBe

Bug#582507: python-rpy: Please recompile for R 2.11.0

2010-05-21 Thread Gaubitzer Erwin
Package: python-rpy
Version: 1.0.3-13
Severity: normal

Rpy needs just to rebuilt for the actual R package

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

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

Versions of packages python-rpy depends on:
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  python  2.5.4-9  An interactive high-level object-o
ii  python-central  0.6.14+nmu2  register and build utility for Pyt
ii  python-fann [python]20091015-1   Package created with checkinstall 
ii  python-numpy1:1.3.0-3+b1 Numerical Python adds a fast array
ii  r-base-core 2.11.0-1 GNU R core of statistical computat

python-rpy recommends no packages.

Versions of packages python-rpy suggests:
pn  python-rpy-docs(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#582482: Dist-upgrade leads to compiz not starting

2010-05-21 Thread Brent Clark

On 21/05/2010 11:51, Brice Goglin wrote:

On 21/05/2010 10:58, Brent Clark wrote:
   

On 21/05/2010 09:48, Brice Goglin wrote:
 

I am seeing the same messages and Compiz works fine. What did you
upgrade when things broke? Did you recently switch to KMS/DRI2 for
instance? Please send your Xorg.0.log.

Brice

   

Thanks for looking.

Kind Regards
Brent Clark
 

Try upgrading to a recent kernel first, for instance latest
linux-image-2.6.32-5-686.

Brice

   

That did the trick.

Thank you.

Kind Regards
Brent Clark



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



Bug#582508: mplayer: DVD menu support not available

2010-05-21 Thread Onkar Shinde
Package: mplayer
Version: 2:1.0~rc3+svn20100502-2
Severity: normal

According to mplayer news [1] it supports new way to play DVDs - mplayer 
dvdnav://. As per my understanding this means display of DVD menu. But even 
though Debian's mplayer package is created from a recent snapshot this 
functionality is not available.

Following error is seen when trying to use uri dvdnav://
*
on...@ibook:~$ mplayer -nocache dvdnav://
MPlayer SVN-r1.0~rc3+svn20100502-4.4.3 (C) 2000-2009 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing dvdnav://.
No stream found to handle url dvdnav://


Exiting... (End of file)
*

It seems that mplayer is not built with dvdnav support (missing build-dep 
libdvdnav-dev). I did a local build with libdvdnav-dev added as build-dep and 
resulting mplayer package shows DVD menu.
It will be great if this functionality was added in Debian package.

[1] http://www.mplayerhq.hu/design7/news.html

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

Kernel: Linux 2.6.32-5-powerpc
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mplayer depends on:
ii  libaa1  1.4p5-38 ascii art library
ii  libartsc0   1.5.9-3+b1   aRts sound system C support librar
ii  libasound2  1.0.22-2 shared library for ALSA applicatio
ii  libaudio2   1.9.2-3  Network Audio System - shared libr
ii  libavcodec524:0.5.1-3ffmpeg codec library
ii  libavformat52   4:0.5.1-3ffmpeg file format library
ii  libavutil49 4:0.5.1-3ffmpeg utility library
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  libcaca00.99.beta17-1colour ASCII art library
ii  libcdparanoia0  3.10.2+debian-9  audio extraction tool for sampling
ii  libdirectfb-1.2-9   1.2.10.0-3   direct frame buffer graphics - sha
ii  libdvdread4 4.1.3-9  library for reading DVDs
ii  libenca01.13-1   Extremely Naive Charset Analyser -
ii  libesd0 0.2.41-7 Enlightened Sound Daemon - Shared 
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
ii  libgcc1 1:4.4.4-1GCC support library
ii  libgif4 4.1.6-9  library for GIF images (library)
ii  libgl1-mesa-glx [libgl1 7.7.1-1  A free implementation of the OpenG
ii  libjack01.9.5~dfsg-13JACK Audio Connection Kit (librari
ii  libjpeg62   6b-16.1  The Independent JPEG Group's JPEG 
ii  liblircclient0  0.8.3-5  infra-red remote control support -
ii  liblzo2-2   2.03-2   data compression library
ii  libncurses5 5.7+20100313-2   shared libraries for terminal hand
ii  libogg0 1.2.0~dfsg-1 Ogg bitstream library
ii  libopenal1  1:1.11.753-1 Software implementation of the Ope
ii  libpng12-0  1.2.43-1 PNG library - runtime
ii  libpostproc51   4:0.5.1-3ffmpeg video postprocessing librar
ii  libpulse0   0.9.21-1 PulseAudio client libraries
ii  libsdl1.2debian 1.2.14-6 Simple DirectMedia Layer
ii  libsmbclient2:3.4.7~dfsg-2   shared library for communication w
ii  libspeex1   1.2~rc1-1The Speex codec runtime library
ii  libstdc++6  4.4.4-1  The GNU Standard C++ Library v3
ii  libswscale0 4:0.5.1-3ffmpeg video scaling library
ii  libtheora0  1.1.1+dfsg.1-3   The Theora Video Compression Codec
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxext62:1.1.1-3X11 miscellaneous extension librar
ii  libxinerama12:1.1-3  X11 Xinerama extension library
ii  libxt6  1:1.0.7-1X11 toolkit intrinsics library
ii  libxv1  2:1.0.5-1X11 Video extension library
ii  libxvmc12:1.0.5-1X11 Video extension library
ii  libxxf86dga12:1.1.1-2X11 Direct Graphics Access extensi
ii  libxxf86vm1 1:1.1.0-2X11 XFree86 video mode extension l
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

mplayer recommends no packages.

Versions of packages mplayer suggests:
ii  bzip2 1.0.5-4high-quality block-sorting file co
ii  fontconfig2.8.0-2.1  generic font configuration library
pn  mplayer-doc(no descriptio

Bug#578859: some ekstra info

2010-05-21 Thread Alf Tonny Bätz
Im sorry, i just not have got any time to take a look on it.

Regards Alf Tonny Bätz

On Fri, May 21, 2010 at 10:57 AM, Joost Yervante Damad
 wrote:



> Hey,
>
> did you manage to get your timitidy issue with rosegarden fixed?
> It could still be an issue with the timidity daemon not running or not
> behaving correctly.
>
> Thanks, Joost Damad
>
> On Monday 26 April 2010 09:10:02 Alf Tonny Bätz wrote:
>> Back to your questions:
>>
>> output of the command dpkg is:
>>
>> ii  timidity 2.13.2-37
>> Software sound renderer (MIDI sequencer, MOD
>> ii  timidity-daemon  2.13.2-37
>> runs TiMidity++ as a system-wide MIDI sequen
>>
>> '
>> no its the alsa audio.
>>
>>
>> Yes i can play it with the command timidity: midifile.mid, and i gets
>> sound from that..
>>
>> heheh, ups..
>>
>> Hm, strange that i dont get any sound out when i try it in
>> rosegarden... (i have confiugred it right there, to use the timidity
>> and so on.)
>>
>> And im using the Freepats.
>>
>> Hm, then i guess there is nothing wrong with timidity.
>>
>> Regards Alf Tonny Bätz
>>
>> On Fri, Apr 23, 2010 at 4:15 PM, Joost Yervante Damad 
> wrote:
>> > On Friday 23 April 2010 10:36:19 you wrote:
>> >> What i have done is install squeeze, and install timidity.
>> >>
>> >>
>> >> I'll tryed to use it with Rosegarden, and solfege, but no sound
>> >> produce at all from timidity.
>> >>
>> >> Also tryed to restart it, but it did not produce any messages that
>> >> thing had gone wrong.
>> >>
>> >> did also check the config file in /etc/timidity/ that those file was
>> >> correckt, and i did not find any foulty configurations there.
>> >>
>> >> this have before worked out of the box after installations of timidity.
>> >
>> > Hey,
>> >
>> > can you show the output of this command:
>> >
>> > dpkg -l | grep timidity
>> >
>> > And another question, are you using pulseaudio ?
>> >
>> > Can you play midi files like this:
>> >
>> > timidity mymidifile.mid
>> >
>> > ?
>> >
>> > Are you using fluid-soundfont or just freepats?
>> >
>> > Greetings, Joost Damad
>



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



Bug#576731: Missing framebuffer modules

2010-05-21 Thread Alberto
Why don't use uvesafb, which is quite universal (at least for i386 and
amd64)?




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



Bug#582503: [Evolution] Bug#582503: evolution-data-server: Keep upstream folder layout for camel-providers

2010-05-21 Thread Yves-Alexis Perez
On 21/05/2010 13:01, Didier Roche wrote:
> In debian/evolution-data-server.install, you specify:
> debian/tmp/usr/lib/evolution-data-server-1.2/camel-providers-*/*.urls
> debian/tmp/usr/lib/evolution-data-server-1.2/camel-providers-*/*.so
> 
> upstream provides /usr/lib/evolution-data-server-1.2/camel-providers/,
> that's maybe good to keep what upstream does to avoid unnecessary
> divergence (not adding -yyy).
> FYI, we patch that in ubuntu to get back to upstream default (I had
> opened a bug on evolution-exchange too as it has to be coordinated)

Actually we patch the dir name in
debian/patches/45_libcamel_providers_version. This patch is there since
quite a long time (it's been added in eds 1.6.1-1) to version libcamel
installation dirs (it was in libcamel package before beeing in eds, not
exactly sure why).

When it was in the libcamel package it made sense to have it versionned
(since multiple libcamel could be installed at once), but now that it's
in evolution-data-server it's not really needed anymore.

Stay tuned, I'll check and report back.

Cheers,
-- 
Yves-Alexis



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



Bug#582505: python-rpy2: No modules compiled for Python 2.5

2010-05-21 Thread Jakub Wilk

clone 582505 -1
reassign -1 src:rpy2 2.1.1-1
retitle -1 rpy2: debian/rules doesn't trap errors inside for loops
severity -1 serious
thanks

* Gaubitzer Erwin , 2010-05-21, 13:09:

There are no files in
/usr/lib/python2.5/site-packages

because compilation fails, as checked by
apt-get -b source python-rpy2

with following output


for python in python2.5 python2.6; \
   do $python setup.py install --root=debian/python-rpy2; \
   done


Ignoring errors in debian/rules is a "must" policy violation, see Policy 
4.6.


--
Jakub Wilk


signature.asc
Description: Digital signature


Bug#580606: can be done differently

2010-05-21 Thread martin f krafft
This can be done e.g.

  Cmnd_Alias FOO = bar
  Defaults!FOO !syslog
  baz ALL=(meh) NOPASSWD: FOO

The Defaults'!' construct is only available post-lenny.

Anyway, I think it would make more sense to do this analogously to
NOPASSWD.

-- 
 .''`.   martin f. krafft   Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems


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


Bug#582510: libspring-2.5-java: spring-aspects*.jar not available in any package

2010-05-21 Thread Onkar Shinde
Package: libspring-2.5-java
Version: 2.5.6.SEC01-9
Severity: normal

I am working on packaging xwork2 which in turn is build-dep of struts2. xwork2 
has build-dep 'spring-aspects' according to the pom.xml file in source package. 
It looks like this jar file should be built by libspring-2.5-java source 
package but it isn't.
Can you please fix this?


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

Kernel: Linux 2.6.32-5-powerpc
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#552036: fluxbox: workspaces doesn't work

2010-05-21 Thread Debian_bug_report
Hello Denis,

this bug not happened anymore. I think that this bug was related with the
fact that i hadn't xfonts-base package installed, because after installed
this package, i can't visualize this bug. Anyway, in my machine, it's not
happened anymore.

Cheers,

Isaac Mendes.

2010/5/20 Denis Briand 

> tag 552036 unreproducible moreinfo
> thanks
>
>
> Hello,
> Thank you for your bug report.
> I can't reproduce it.
> Please try with a clean ~/.fluxbox directory.
> Is that fix the issue?
>
> regards
>
> Denis Briand
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.10 (GNU/Linux)
>
> iQEcBAEBCAAGBQJL9Xn8AAoJEHEUMMsvK+bTEcQIAI/InC5Ymrz//UoxpBSMywmK
> 4i978V1ySXbhM8idM9jrc6+uoLa2oTfAqhWP5fzsHzBukvTAlqbFkcmvX+HOR9U6
> IpdHFlHHlG0fmYaPZyHhn66mvzlI/Ze9vTyFz/DSPqZK2TwHPcNWpXzn7xuGblUn
> xcx/hUcgsgwfMxOTa4x34mOsoGbynnyES6elbAU00VHLiUiJI5o/xe1VszPEIskn
> Vx5Z+k75W5Fpi0xNh03YilIrDH8SvLQ5pBQYg/MngBtbSwjwvw9kseg26nq2HV0Z
> Edm9lrPEkJQwU1KgQCLQcC37G2rGzkKQJt9HJMoKGSgCUooz/MZPFXqJSVk9LAY=
> =rV9Z
> -END PGP SIGNATURE-
>
>


Bug#582504: hardware-monitor: memory usage grows with time

2010-05-21 Thread Ole Laursen
> Is there a way to restart it without loggin out from Gnome?

The easiest way to do it is "killall gnome-panel", this whacks the
panels which are then restarted automatically (by gnome-session I
believe).


Ole



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



Bug#582508: mplayer: DVD menu support not available

2010-05-21 Thread Reinhard Tartler
On Fri, May 21, 2010 at 13:22:10 (CEST), Onkar Shinde wrote:

> According to mplayer news [1] it supports new way to play DVDs -
> mplayer dvdnav://. As per my understanding this means display of DVD
> menu. But even though Debian's mplayer package is created from a
> recent snapshot this functionality is not available.

Debian's mplayer is based on a snapshot about 14 months old. So this
will most likely have to wait for mplayer rc4.

> Following error is seen when trying to use uri dvdnav://
> Playing dvdnav://.
> No stream found to handle url dvdnav://

indeed. try mplayer dvd:// instead.

> It seems that mplayer is not built with dvdnav support (missing
> build-dep libdvdnav-dev). I did a local build with libdvdnav-dev added
> as build-dep and resulting mplayer package shows DVD menu.  It will be
> great if this functionality was added in Debian package.

I was told that dvdnav:// support was inferior to the dvd:// method.

Diego or Raimar, can you comment on this? Debian ships libdvdnav in
version 4.1.3-7. Is the debian mplayer better off with or without
system libdvdnav support?


-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



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



Bug#581018: Patch committed to SVN

2010-05-21 Thread Thierry Carrez
I committed a patch for this to debian-java SVN, revision 12475.
Feel free to review/revert/upload :)

-- 
Thierry Carrez
Ubuntu server team



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



Bug#579989: [DebianGIS-dev] Bug#579989: Bug#579989: Bug#579989: Tries to dlopen libproj.so instead of libproj.so.0

2010-05-21 Thread Francesco P. Lovergine
On Wed, May 19, 2010 at 11:54:50AM +0200, Jens Thiele wrote:
> > Ok, thanks. Solved in the 1.7.2 branch on svn, due in a few for
> > experimental. The reason for skipping by default a usual shlib
> > linking is quite obscure to me, but that can be better managed
> > by configure. I suspect that is done to avoid depending strictly
> > on a specific SONAME, because proj4 API is frozen since ages, but
> > anyway that's not the way things are done on Debian.
> 
> a) Your solution is IMHO fine (though the upstream naming of the
> configure option is misleading, because afaiu libproj is linked
> dynamically now and not statically).
> 

Agree.

> 
> b) just as additional comment:
> 
> Using dlopen basically allows to move a dependency from build-time to
> run-time. The application can provide features depending on wether a
> certain library is available at run-time or not. There are certain use
> cases where this is required:
> 
> Typically interpreter language modules are implemented like that (you
> can't build all possible combinations of perl/python/... + modules). Or
> "more general" application plugins are done like that. One also can use
> dlopen to update a running application (though this has its own problems
> and I don't know a real-world example for that one at the moment)
> 

The whole thing has a limited sense in the Debian environment, where
the whole toolchain is anyway conventionally linked to many other
libraries. Using this kind of approach would be nice if all drivers
were provided by a (versioned) plugin mechanism, which is not.
Honestly, I see no reason to use that approach for proj and 
nothing else.


-- 
Francesco P. Lovergine



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



Bug#582508: mplayer: DVD menu support not available

2010-05-21 Thread Onkar Shinde
On Fri, May 21, 2010 at 5:24 PM, Reinhard Tartler  wrote:

> Debian's mplayer is based on a snapshot about 14 months old. So this
> will most likely have to wait for mplayer rc4.


What does 'svn20100502' in version string signify then? It is this
string that led me to believe that it is recent svn snapshot.


Onkar



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



Bug#575439: qemu-kvm - Windows NT4 virtual machine stops with BSOD during boot

2010-05-21 Thread Michael Tokarev

21.05.2010 16:01, Michael Tokarev пишет:

This is a guest issue, not kvm issue.  See
http://marc.info/?l=qemu-devel&m=127439130431895
And indeed, I tried to set up winNT on two other
machines here, it fails the same way during boot,
with the same STOP: 0x0003 error (incorrect
multi-processor configuration). It has been fixed
in service pack 6. There's also a workaround in
kvm, to use -cpu qemu64,level=1 (the level is what
matters, not qemu64).


Correction.  The original bugreport, about 0x003E
code, is something to do with the windows NT reacting
to (slight) hardware change it is running on.  This
is something outside of scope of kvm - yes, kvm changes,
and virtual devices it emulates for the guest changes
too, it's just like hardware upgrade (usually leads to
reinstall of windowsNT).  At least upgrading kvm from
-72 to -0.12 does not make windowsNT install performed
in kvm-72 to break, it must be some even older than -72
install.

The other problem reported in this thread, about 0x03
error code, which leads to inability to reinstall the system,
is also due to windowsNT bug.

The recommended course of things is to reinstall windows
NT (or find a way to fix the issue inside it without
reinstalling), for which -cpu qemu64,level=1 is a
work-around for the bug mentioned.  After install,
either continue using the level=1 suboption, or apply
service pack 6, which will fix the bug in the guest.

Just to clarify things...

Thanks!

/mjt



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



Bug#582092: libttspico0: pico2wave should be in a separate package

2010-05-21 Thread Mathieu Parent
On Tue, May 18, 2010 at 11:50 AM, Samuel Thibault  wrote:
> Package: libttspico0
> Version: 1.0+git20100205-1
> Severity: normal
>
> Hello,
>
> The pico2wave command should probably not be packaged along the library,
> but as a separate libttspico-utils package (or maybe just pico2wave)
>
Thanks for your bug report.

I was wondering if having a so tiny package is relevant (Uncompressed
libttspico0 is currently 388 ko pico2wave being 9.9 ko of it). Asked
on IRC, I now understand the deep reason for this (see below).

I will fix this in an uncoming version.

As you are maintainer of various accessibility and TTS software in
Debian, would you join me to maintain SVOX Pico?

Mathieu


Reference:
(14:08:42) sathieu1: hello, is there a rule to split binaries out of
lib packages? (Especialy when the lib package is tiny...)
(14:09:51) Mithrandir: sathieu1: yes, how else can you bump soname and
not conflict with the previous version?
micah michi mick_laptop midget mikap Mithrandir
(14:12:22) sathieu1: Mithrandir:  if I have a "Provide: pkg-bin" in
libpkg0 isn't is sufficient?
(14:12:35) azeem_: sathieu1: pgk-bin?
(14:12:46) ol: sathieu1: no, because libfoo0 and libfoo1 will both
have the same file in
(14:13:28) sathieu1: (okay, pkg is not a good example: real example is
libttspico0)
(14:14:06) sathieu1: ol: okay I understand now. Thanks



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



Bug#582329: udev: strange warnings after upgrade to 154.1

2010-05-21 Thread Marco d'Itri
On May 20, Marco d'Itri  wrote:

> Getting them while upgrading is just a cosmetic issue I can fix in the
> next upload. Do you also get these errors AFTER the upgrade?
Nevermind, this is #581593 in dmsetup.

Please everybody stop replying to this closed bug, it's not useful nor
interesting.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#582492: desktop-base: diff for NMU version 5.0.5+nmu1

2010-05-21 Thread Jean-Christophe Dubacq
Package: desktop-base
Version: 5.0.5
Severity: normal
Tags: patch pending

Dear maintainers,

I've prepared an NMU for desktop-base (versioned as 5.0.5+nmu1)
fixing the aforementionned problem. Please feel free to include
it in desktop-base.

Regards.
diff -Nru desktop-base-5.0.5/debian/changelog desktop-base-5.0.5+nmu1/debian/changelog
--- desktop-base-5.0.5/debian/changelog	2009-02-27 08:45:13.0 +0100
+++ desktop-base-5.0.5+nmu1/debian/changelog	2010-05-21 13:40:45.0 +0200
@@ -1,3 +1,10 @@
+desktop-base (5.0.5+nmu1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Move /etc/kde3/kdeglobals to /etc/kde4/kdeglobals
+
+ -- Jean-Christophe Dubacq   Fri, 21 May 2010 13:40:21 +0200
+
 desktop-base (5.0.5) unstable; urgency=low
 
   * debian/{preinst,postinst}: remove deprecated, unshipped alternatives.
diff -Nru desktop-base-5.0.5/debian/postinst desktop-base-5.0.5+nmu1/debian/postinst
--- desktop-base-5.0.5/debian/postinst	2009-02-27 08:44:50.0 +0100
+++ desktop-base-5.0.5+nmu1/debian/postinst	2010-05-21 13:46:26.0 +0200
@@ -1,6 +1,9 @@
 #!/bin/bash -e
 
 #DEBHELPER#
+if [ -x $DPKG_LIBDIR/maintscript-helper ]; then
+$DPKG_LIBDIR/maintscript-helper mv_conffile /etc/kde3/kdeglobals /etc/kde4/kdeglobals 5.0.5 desktop-base -- "$@"
+fi
 
 
 if [ "${1}" = "configure" ] && [ "$2" != "" ] ; then
diff -Nru desktop-base-5.0.5/debian/postrm desktop-base-5.0.5+nmu1/debian/postrm
--- desktop-base-5.0.5/debian/postrm	2008-10-24 00:30:27.0 +0200
+++ desktop-base-5.0.5+nmu1/debian/postrm	2010-05-21 13:47:01.0 +0200
@@ -1,6 +1,10 @@
 #!/bin/sh -e
 
 #DEBHELPER#
+if [ -x $DPKG_LIBDIR/maintscript-helper ]; then
+$DPKG_LIBDIR/maintscript-helper mv_conffile /etc/kde3/kdeglobals /etc/kde4/kdeglobals 5.0.5 desktop-base -- "$@"
+fi
+
 
 if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then
 if which update-grub2 > /dev/null ; then
diff -Nru desktop-base-5.0.5/debian/preinst desktop-base-5.0.5+nmu1/debian/preinst
--- desktop-base-5.0.5/debian/preinst	2008-12-06 15:15:14.0 +0100
+++ desktop-base-5.0.5+nmu1/debian/preinst	2010-05-21 13:46:30.0 +0200
@@ -1,6 +1,10 @@
 #!/bin/sh -e
 
 #DEBHELPER#
+if [ -x $DPKG_LIBDIR/maintscript-helper ]; then
+$DPKG_LIBDIR/maintscript-helper mv_conffile /etc/kde3/kdeglobals /etc/kde4/kdeglobals 5.0.5 desktop-base -- "$@"
+fi
+
 
 if [ "${1}" = "upgrade" ]; then
 if dpkg --compare-versions ${2} lt 0.3.11 && dpkg --compare-versions ${2} gt 0.3.5; then
diff -Nru desktop-base-5.0.5/Makefile desktop-base-5.0.5+nmu1/Makefile
--- desktop-base-5.0.5/Makefile	2009-02-27 00:58:23.0 +0100
+++ desktop-base-5.0.5+nmu1/Makefile	2010-05-21 13:38:18.0 +0200
@@ -57,8 +57,8 @@
 	mkdir -p $(DESTDIR)/usr/share/apps/ksplash/Themes/nightly-moodin
 	$(INSTALL) $(wildcard ksplash-theme/nightly-moodin/*) $(DESTDIR)/usr/share/apps/ksplash/Themes/nightly-moodin
 	# KDE setup
-	mkdir -p $(DESTDIR)/etc/kde3
-	$(INSTALL) profiles/kde-profile/kdeglobals $(DESTDIR)/etc/kde3
+	mkdir -p $(DESTDIR)/etc/kde4
+	$(INSTALL) profiles/kde-profile/kdeglobals $(DESTDIR)/etc/kde4
 	mkdir -p $(DESTDIR)/usr/share/desktop-base/profiles/kde-profile/share/config
 	$(INSTALL) $(wildcard profiles/kde-profile/share/config/*) $(DESTDIR)/usr/share/desktop-base/profiles/kde-profile/share/config
 	# Xfce 4.4


Bug#582511: lintian: If dh_pysupport is used, require Depends package on python-support

2010-05-21 Thread Jari Aalto
Package: lintian
Version: 2.4.1
Severity: wishlist


With debian/rules file like this:

%
dh $@

The calls flow through "dh_pysupport". Unfortunately that does nothing
if debian/control::Depands lists package python-support

SUGGESTION

If there are any *.py files in the package please add some message about
possible missing python-support in Depends.

-- 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=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages lintian depends on:
ii  binutils   2.20.1-9  The GNU assembler, linker and bina
ii  diffstat   1.47-1produces graph of changes introduc
ii  dpkg-dev   1.15.7.1  Debian package development tools
ii  file   5.04-2Determines file type using "magic"
ii  gettext0.17-11   GNU Internationalization utilities
ii  intltool-debian0.35.0+20060710.1 Help i18n of RFC822 compliant conf
ii  libapt-pkg-perl0.1.24Perl interface to libapt-pkg
ii  libclass-accessor-perl 0.34-1Perl module that automatically gen
ii  libipc-run-perl0.89-1Perl module for running processes
ii  libparse-debianchangel 1.1.1-2   parse Debian changelogs and output
ii  libtimedate-perl   1.2000-1  collection of modules to manipulat
ii  liburi-perl1.54-1module to manipulate and access UR
ii  locales2.10.2-6  Embedded GNU C Library: National L
ii  man-db 2.5.7-3   on-line manual pager
ii  perl [libdigest-sha-pe 5.10.1-12 Larry Wall's Practical Extraction 

lintian recommends no packages.

Versions of packages lintian suggests:
pn  binutils-multiarch (no description available)
ii  libtext-template-perl 1.45-1 Text::Template perl module
ii  man-db2.5.7-3on-line manual pager

-- 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#575439: qemu-kvm - Windows NT4 virtual machine stops with BSOD during boot

2010-05-21 Thread Michael Tokarev

21.05.2010 16:14, Michael Tokarev wrote:

21.05.2010 16:01, Michael Tokarev wrote:

This is a guest issue, not kvm issue. See
http://marc.info/?l=qemu-devel&m=127439130431895
And indeed, I tried to set up winNT on two other
machines here, it fails the same way during boot,
with the same STOP: 0x0003 error (incorrect
multi-processor configuration). It has been fixed
in service pack 6. There's also a workaround in
kvm, to use -cpu qemu64,level=1 (the level is what
matters, not qemu64).


Correction. The original bugreport, about 0x003E
code, is something to do with the windows NT reacting
to (slight) hardware change it is running on. This
is something outside of scope of kvm - yes, kvm changes,
and virtual devices it emulates for the guest changes
too, it's just like hardware upgrade (usually leads to
reinstall of windowsNT). At least upgrading kvm from
-72 to -0.12 does not make windowsNT install performed
in kvm-72 to break, it must be some even older than -72
install.

The other problem reported in this thread, about 0x03
error code, which leads to inability to reinstall the system,
is also due to windowsNT bug.


Ehm.  Another correction.

 the two problems:
  0x003E - invalid smp configuration
this is the guest bug seen during install, fixed in sp6
  0x001E - inaccessible boot device
this is what you get by changing (even virtual) hardware
on a machine running windows NT

Since the bug mentions both problems.

Please excuse me for the noise: the number of digits in the
error codes puzzled me :)


The recommended course of things is to reinstall windows
NT (or find a way to fix the issue inside it without
reinstalling), for which -cpu qemu64,level=1 is a
work-around for the bug mentioned. After install,
either continue using the level=1 suboption, or apply
service pack 6, which will fix the bug in the guest.

Just to clarify things...

Thanks!

/mjt




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



Bug#581987: Patch

2010-05-21 Thread Yavor Doganov
tags 581987 + patch
thanks

Here is a minimalistic patch.
--- talksoup.app-1.0alpha-32-g55b4d4e.orig/debian/rules
+++ talksoup.app-1.0alpha-32-g55b4d4e/debian/rules
@@ -11,7 +11,7 @@ build: build-stamp
 
 build-stamp:
 	dh_testdir
-	$(MAKE) OBJCFLAGS="-I/usr/include/GNUstep"
+	$(MAKE)
 	touch build-stamp
 
 clean:


Bug#582512: midori: Link to FAQ is out of date.

2010-05-21 Thread John Lindgren
Package: midori
Version: 0.2.4-3
Severity: minor

Selecting "Help -> Frequent Questions" opens the page
http://wiki.xfce.org/_export/xhtml/midori_faq.  This link needs to be
changed to http://wiki.xfce.org/midori/faq.


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

Kernel: Linux 2.6.32-3-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 midori depends on:
ii  dbus-x11   1.2.1-5+lenny1simple interprocess messaging syst
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libc6  2.10.2-6  Embedded GNU C Library: Shared lib
ii  libcairo2  1.8.10-4  The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.24-1  simple interprocess messaging syst
ii  libdbus-glib-1-2   0.86-1simple interprocess messaging syst
ii  libfontconfig1 2.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.0-1  The GLib library of C routines
ii  libgtk2.0-02.20.1-1  The GTK+ graphical user interface 
ii  libjs-mootools 1.2.4.0~debian1-1 compact JavaScript framework
ii  libnotify1 [libnotify1 0.4.5-1   sends desktop notifications to a n
ii  libpango1.0-0  1.28.0-1  Layout and rendering of internatio
ii  libsoup2.4-1   2.30.1-1  an HTTP library implementation in 
ii  libsqlite3-0   3.6.23.1-1SQLite 3 shared library
ii  libunique-1.0-01.1.6-1   Library for writing single instanc
ii  libwebkit-1.0-21.1.17-2  Web content engine library for Gtk
ii  libx11-6   2:1.3.3-3 X11 client-side library
ii  libxml22.7.7.dfsg-2  GNOME XML library

Versions of packages midori recommends:
ii  gnome-icon-theme  2.30.2.1-1 GNOME Desktop icon theme

midori 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#574858: logcheck: Does not ignore unresolvable hostname

2010-05-21 Thread Hannes von Haugwitz

Bob Proulx wrote:

But regardless of how I ran into this problem in general it doesn't
seem good for logcheck to place a requirement that the host's hostname
be registered in dns.  A thin client wouldn't have this in every
configuration.  It just isn't needed and therefore shouldn't be a
dependency.  And in the case that it were a dependency then it
shouldn't produce an error so much as it should detect and report the
dependency failure.  But it isn't needed as a dependency.  Logcheck
otherwise works fine without the hostname registered in DNS.



Sorry, but I don't see the problem. As far as I understand a properly 
configured /etc/hosts file should be enough for a correct working 
'hostname --fqdn' command.


Please try to describe your problem in a few words. What behavior do you 
expect and what behavior do you see?


Thanks

Hannes



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



Bug#581985: Patch

2010-05-21 Thread Yavor Doganov
tags 581985 + patch
thanks

Patch attached.
--- terminal.app-0.9.4+cvs20051125.orig/ServicesPrefs.m
+++ terminal.app-0.9.4+cvs20051125/ServicesPrefs.m
@@ -7,20 +7,9 @@ Public License as published by the Free
 of the License. See COPYING or main.m for more information.
 */
 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
+#include 
 #include 
 #include 
-#include 
-#include 
 #include "Label.h"
 
 #include "ServicesPrefs.h"
--- terminal.app-0.9.4+cvs20051125.orig/TerminalParser_LinuxPrefs.m
+++ terminal.app-0.9.4+cvs20051125/TerminalParser_LinuxPrefs.m
@@ -7,10 +7,7 @@ Public License as published by the Free
 of the License. See COPYING or main.m for more information.
 */
 
-#include 
-#include 
-#include 
-#include 
+#include 
 #include 
 #include 
 #include "Label.h"
--- terminal.app-0.9.4+cvs20051125.orig/TerminalViewPrefs.m
+++ terminal.app-0.9.4+cvs20051125/TerminalViewPrefs.m
@@ -7,18 +7,7 @@ Public License as published by the Free
 of the License. See COPYING or main.m for more information.
 */
 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
+#include 
 #include 
 #include 
 #include "Label.h"


Bug#581986: Patch

2010-05-21 Thread Yavor Doganov
tags 581986 + patch
thanks

Patch attached.
--- textedit.app-4.0+20061029.orig/ScalingScrollView.m
+++ textedit.app-4.0+20061029/ScalingScrollView.m
@@ -11,11 +11,7 @@
 
 #import "ScalingScrollView.h"
 
-#import 
-#import 
-#import 
-#import 
-#import 
+#import 
 
 /* For genstrings:
 	NSLocalizedString(@"10%", @"Zoom popup entry")


Bug#582508: mplayer: DVD menu support not available

2010-05-21 Thread Reinhard Tartler
On Fri, May 21, 2010 at 14:12:28 (CEST), Onkar Shinde wrote:

> On Fri, May 21, 2010 at 5:24 PM, Reinhard Tartler  wrote:
> 
>> Debian's mplayer is based on a snapshot about 14 months old. So this
>> will most likely have to wait for mplayer rc4.
> 
>
> What does 'svn20100502' in version string signify then? It is this
> string that led me to believe that it is recent svn snapshot.

it is, but not from 'trunk', but from the branch
svn://svn.ffmpeg.org/mplayer/branches/rc3

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



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



Bug#555325: Bug located, patch will follow

2010-05-21 Thread Jakob Haufe
Hi!

Michael Stapelberg successfully located the problematic piece of code. For
some reason, the problem is only visible on amd64. On i386, gq behaves just
fine and shows an error message.

The problem is an incorrect reuse of a va_list structure in errorchain.c.

I'm currently preparing a patch.

Regards,
Jakob

-- 
ceterum censeo microsoftem esse delendam.


signature.asc
Description: PGP signature


Bug#579751: network problem with Solaris 10u8 guest

2010-05-21 Thread Michael Tokarev

21.05.2010 16:36, Harald Dunkel wrote:

On 05/12/10 12:41, Harald Dunkel wrote:

Hi folks,

I am trying to run Solaris 10u8 as a guest in kvm (kernel
2.6.33.2). Problem: The virtual network devices don't work
with this Solaris version.


Short update: Virtualbox 3.1.6 seems to be more reliable in
this case.


I forgot to send my testing results.

I installed solaris from sol-10-u8-ga-x86-dvd.iso.
It were with the default rtl8138 NIC, and the installer
configured rtls0 interface (so it actually at least
recognizable).

I left `ping -f $solaris-ip' process running for whole
night - it were still running in the morning without any
visible issues, at 100% CPU usage (2 cores - for ping,
host kernel and kvm processes).

Now, it looks like I forgot solaris enough to being unable
to set up new network driver, so I can't easily switch to
e1000.  Maybe reinstall will be faster for me.

So, basically, I can't reproduce the issue.

/mjt



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



Bug#582284: evince: segfaults at 1st start b/c no "last_settings"

2010-05-21 Thread Denis Laxalde
On Thu, 20 May 2010 22:35:01 +0200, arne anka wrote:
>> This bug has already been reported (twice ;)
>
> quite possible.
> but a bug of that severity (and with a total of 125 bugs) i'd expect to  
> find it within "Important Bugs" -- and there was nothing.

... and you then decided to report it as normal !

Anyway, the bug has been reported upstream and is now forwarded.

Cheers,

 Denis



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



Bug#582284: evince: segfaults at 1st start b/c no "last_settings"

2010-05-21 Thread arne anka
On Fri, 21 May 2010 15:23:17 +0200, Denis Laxalde   
wrote:



On Thu, 20 May 2010 22:35:01 +0200, arne anka wrote:

This bug has already been reported (twice ;)


quite possible.
but a bug of that severity (and with a total of 125 bugs) i'd expect to
find it within "Important Bugs" -- and there was nothing.


... and you then decided to report it as normal !


jupp. as i do always.
since i gave up on understanding how all those levels of severity are  
supposed to work (the descriptions are not really helpful and i got some  
reports on imo crucial issues graded down to normal for reasons i was  
unable to grasp), i now expect the assignees to push the level up.




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



Bug#474148: Squeeze support

2010-05-21 Thread Schumacher, Bernd
Thank you Alex for this Bugreport, I am so busy with customer projects using 
bootcd and lenny that I did not check the actual squeeze for a while. I have 
now downloaded 
http://cdimage.debian.org/cdimage/squeeze_di_alpha1/i386/iso-cd/debian-testing-i386-netinst.iso
 and have installed a Virtual machine with it. After installing bootcd, 
bootcd-i386 and bootcd-mkinitramfs I tried bootcdwrite and got the following 
Warning:
--- WARNING ---
CONFIG_BLK_DEV_RAM=y seems not to be configured in /boot/vmlinuz-2.6.32-3-686
To run bootcd some features have to be compiled in the kernel.
Please read the FAQ and check if all necessary features are enabled.
--- (e)xit (i)gnore ---

You should have seen this warning too. Haven't you ?

This means the standard kernel now has the ramdisk configured only as module.
First of all I wanted to make sure that it would run, when I recompile the 
kernel with ramdisk.
I installed linux-source-2.6.32 used the standard config 
/boot/config-2.6.32-trunk-686 and just changed CONFIG_BLK_DEV_RAM=y recompiled 
and tried again. It bootet, but I could not login. A first workaround was to 
add the lines /dev.ro/console /ram1/dev/tty1 /ram1/dev/tty2 and /ram1/dev/tty2 
in /etc/securetty.

This is only a first short hint, how you could use bootcd now with squeeze when 
you need it now. I will try to figure out how to use a kernel with ramdisk as 
module and then try to fix bootcd hopefully next week.

Bernd



Bug#582513: RFP: pyg3t -- a collection of tools for computer assisted translation using GNU gettext

2010-05-21 Thread Andrei Popescu
Package: wnpp
Severity: wishlist

* Package name: pyg3t
  Version : 0.2
  Upstream Author : PyG3T Development Team 
https://launchpad.net/~pyg3t-dev-team (I'm not subscribed to see the e-mail)
* URL : https://launchpad.net/pyg3t
* License : (GPL v3 or later)
  Programming Lang: Python
  Description : a collection of tools for computer assisted translation 
using GNU gettext

PyG3T, the Python GetText Translation Toolkit consists of the following tools:

 * gtgrep: script for performing grep-like operations on po-file entries
 * gtxml: script for checking xml in translations
 * podiff: script for generating diffs of po-files
 * poabc: script for checking common translation errors
 * gtparse: module for parsing po-files



-- 
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   >