Bug#591152: Probable cause: segfault with librmagick ?

2010-08-02 Thread Vincent Fourmond
  Hi,

  I've disabled xmllint ages ago as it was causing rather unexpected
FTBSes on various arches; in any case, that isn't the problem for now,
as Ruby segfaults. My guess is that rmagick has some small binary
incompatibility with the version of imagemagick currently in use. I'll
investigate this tonight.

  Cheers,

  Vincent



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



Bug#591321: error: "value too great for base" while comparing numbers more than 7 with leading zeros

2010-08-02 Thread Alexey Knyazev
Package: bash
Version: 3.2-4


There were no problems while comparing any numbers in scripts while this 
version of bash. But...

Here is the console:
=quote
k...@fish-eye:~$ if (( 06 > 06 )); then echo lazhaa; fi
k...@fish-eye:~$ if (( 07 > 06 )); then echo lazhaa; fi
lazhaa
k...@fish-eye:~$ if (( 07 > 07 )); then echo lazhaa; fi
k...@fish-eye:~$ if (( 08 > 07 )); then echo lazhaa; fi
bash: ((: 08: value too great for base (error token is "08")
k...@fish-eye:~$ if (( 09 > 08 )); then echo lazhaa; fi
bash: ((: 09: value too great for base (error token is "09")
k...@fish-eye:~$ 
endquote===

As you can see, everything is OK while numbers in brackets are 7 and less. But 
if one of them are 8 and more, there is an error "value too great for base".

The same error is produced by any shell script like this :
===quote=script.sh===
#! /bin/bash
trash="08"
lazhaa="09"
if (( lazhaa > trash )); then echo lazhaa; fi
if (( $lazhaa > $trash)); then echo lazhaa; fi
===endquote===

output:
===quote===
./script.sh: line 4: ((: 09: value too great for base (error token is "09")
./script.sh: line 5: ((: 09: value too great for base (error token is "09")
===endquote=

This behaviour is discovered only when numbers are with leading zeros. That is
==quote===
k...@fish-eye:~$ if (( 9 > 8 )); then echo lazhaa; fi
lazhaa
k...@fish-eye:~$
==endquote
works as it must.

There were no such behaviour in previous versions of bash.



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



Bug#591322: ITA: secpanel -- graphical user interface for SSH and SCP

2010-08-02 Thread Chris Silva
Package: wnpp
Severity: normal


I request to adopter this package.



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



Bug#591106: Followup on Bug 591106

2010-08-02 Thread Mike Hommey
On Sun, Aug 01, 2010 at 09:52:46PM -0700, John Aston  wrote:
> I defer to the expert's judgment on where the bug belongs, but I will note 
> that I've only experienced the bug with Iceweasel, and no other programs.  
> I've taken the same image (locally saved) and opened it using various viewers 
> and image editors, and encountered no difficulties when moving the pointer to 
> the other screen.  I've also done plenty of other tasks where one GUI-based 
> program was actively "doing" something on one screen and I've moved the 
> pointer to the other.  No problems there either.
> 
> Also, I just encountered the bug again without a large image.  I went to the 
> main yahoo page (to check for responses to this bug, ironically enough) and 
> once again moved my mouse pointer onto the other screen while the entire page 
> was rendering -- freeze, same as before.
> 
> Without being an expert on the matter, I'd probably place more of the bug on 
> Iceweasel's side, since I can't duplicate it using any other program.

The fact it happens only with iceweasel may simply mean it triggers a bug
with some extension that the other applications you tested don't use.
(Xrender, maybe ?)
Anyways, an application shouldn't be able to freeze X.

Mike



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



Bug#588125: Upstream bug

2010-08-02 Thread James Healy
This looks like the issue reported at
http://redmine.ruby-lang.org/issues/show/3607

Ruby 1.9.2 trunk has custom changes to rubygems that haven't been ported
back to rubygems proper yet.

What a mess.

-- James Healy   Mon, 02 Aug 2010 17:31:08 +1000



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



Bug#574243: please restore Sun XVR video drivers, and add the latest one [was Re: Debian Sparc 5.4 on Sun blade 2500]

2010-08-02 Thread Josip Rodin
On Sun, Aug 01, 2010 at 09:45:45PM -0400, Moritz Muehlenhoff wrote:
> On Wed, Mar 17, 2010 at 01:13:45AM +0100, Josip Rodin wrote:
> > Package: linux-2.6
> > Version: 2.6.32-9
> > 
> > On Tue, Mar 16, 2010 at 03:24:37PM -0700, David Miller wrote:
> > > > Josip, please make sure this gets fixed, please get my
> > > > sunxvr1000 driver added (attached) and then add:
> > > > 
> > > > CONFIG_FB_XVR500=y
> > > > CONFIG_FB_XVR2500=y
> > > > CONFIG_FB_XVR1000=y
> > > > 
> > > > to the config for sparc64.
> > > 
> > > Ok, further checking shows that lenny has XVR500 and XVR2500
> > > enabled (doing a test install with a XVR-500 card right now)
> > > but testing doesn't.
> > 
> > Indeed, they seem to have gone missing somehow from
> > debian/config/sparc/config where there's just:
> > 
> > # CONFIG_FB_LEO is not set
> > # CONFIG_FB_S1D13XXX is not set
> > 
> > whereas in the same source we have arch/sparc/configs/sparc64_defconfig
> > where there's:
> > 
> > # CONFIG_FB_LEO is not set
> > CONFIG_FB_XVR500=y
> > CONFIG_FB_XVR2500=y
> > # CONFIG_FB_S1D13XXX is not set
> > 
> > I'm filing a bug report with this message, thanks for the exact hint.
> > 
> > As for the new driver that Dave mentioned as an attachment, it's
> > already in mainline at:
> > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=2d378b9179881b46a0faf11430efb421fe03ddd8
> > That should apply pretty easily to .32 stable.
> 
> I've added the patch and activated it in the Sparc config. Do you have the
> hardware, can you test a build?

Me personally, no, but if you post a link I'm sure someone will crop up :)
Just yesterday we had someone ask about XVR-1200.

-- 
 2. That which causes joy or happiness.



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



Bug#580882: mount.crypt: New option to show fsck output

2010-08-02 Thread Jan Engelhardt

On Tuesday 2010-07-27 18:10, Jörg Sommer wrote:

>Hi Jan,
>> 
>> What I was saying is that you cannot make the output of something
>> visible that isn't being run in the first place.
>
>Why not? Bind stdout and stderr of the process to the current and be
>silent, while the subprocess is running. I don't see where the problem
>is. It's like:

Try to make a patch and see ;-)



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



Bug#591272: Some qt4-x11 packages are missing in experimental

2010-08-02 Thread Fathi Boudra
Hi,

see http://lists.debian.org/debian-devel/2010/07/msg00160.html

> Is this one more time a suspected license problem that prevents these packages
> to be in repository or best wish this is that qt4-x11 is splitted differently?
> Is it worth adding a local dummy package and check usability of these 16 
> packages?

Qt 4.7 isn't shipped anymore with the legacy assistant.
qt-assistant-compat should be used for this purpose.

Cheers,

Fathi



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



Bug#586084: Fwd: scsi0: Dumping Card State while idle

2010-08-02 Thread zoltan herman
This is hardware error.

Please, close this bug.

Greetings,
hz



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



Bug#580611: VM breaks switching of buffers: Lisp backtrace

2010-08-02 Thread Carl-Fredrik Enell
Hi,
I managed to get this lisp backtrace and noticed at least one error
message on loading VM, which seems related to the problem:

 signal(error ("menu name (first element) must be a string" ((identity
 "foo") (quote ding) t)))

Best regards,
Carl-Fredrik Enell

Lisp backtrace follows:

  # (condition-case ... . error)
  # (catch exit ...)
  # bind (standard-input standard-output)
  # (unwind-protect ...)
  recursive-edit()
  # (unwind-protect ...)
  # bind (standard-output buffer-read-only)
  byte-code("..." [buffer-read-only noninteractive debugger-buffer middlestart 
debugger-args debugger-batch-max-lines pop-to-buffer debugger-mode 
debugger-setup-buffer count-lines 2 "...\n" message buffer-string kill-emacs 
debug backtrace-debug 3 t debugger-reenable "" nil recursive-edit 
standard-output] 3)
  # (unwind-protect ...)
  # (unwind-protect ...)
  # bind (last-command this-command unread-command-event unread-command-events 
last-input-event last-input-char last-input-time last-command-event 
last-command-char overriding-local-map load-read-function 
enable-recursive-minibuffers standard-input standard-output cursor-in-echo-area)
  # (unwind-protect ...)
  # bind (debugger-value debug-on-error debug-on-quit debug-on-signal 
debugger-buffer debugger-old-buffer debugger-step-after-exit 
executing-kbd-macro debugger-outer-match-data debugger-outer-load-read-function 
debugger-outer-overriding-local-map 
debugger-outer-overriding-terminal-local-map debugger-outer-last-command 
debugger-outer-this-command debugger-outer-unread-command-event 
debugger-outer-unread-command-events debugger-outer-last-input-event 
debugger-outer-last-input-char debugger-outer-last-input-time 
debugger-outer-last-command-event debugger-outer-last-command-char 
debugger-outer-standard-input debugger-outer-standard-output 
debugger-outer-cursor-in-echo-area debugger-args)
  debug(error (error "menu name (first element) must be a string" ((identity 
"foo") (quote ding) t)))
  # (catch debugger ...)
  # (unwind-protect ...)
  # bind (stack-trace-on-signal debug-on-signal stack-trace-on-error 
debug-on-error)
  signal(error ("menu name (first element) must be a string" ((identity "foo") 
(quote ding) t)))
  # bind (menubar-p menu)
  check-menu-syntax(((identity "foo") (quote ding) t))
  # bind (menuitem item menubar-p menu)
  check-menu-syntax(("bar" ((identity "foo") (quote ding) t)))
  byte-code("..." [check-menu-syntax ("bar" (... ... t))] 2)
  # (condition-case ... . ((error)))
  vm-menu-can-eval-item-name()
  # bind (title)
  byte-code("..." [vm-menu-folder-menu vm-menu-folders-menu vm-fsfemacs-p w3 
title current-load-list default-boundp set-default "Folder" ["Manipulate 
Folders" ignore (ignore)] "---" vector "Display Summary" vm-summarize t "Toggle 
Threading" vm-toggle-threads-display "Get New Mail" vm-get-new-mail 
(vm-menu-can-get-new-mail-p) "Search" vm-isearch-forward vm-message-list 
"Auto-Archive" vm-auto-archive-messages "Expunge" vm-expunge-folder "Expunge 
POP Messages" vm-expunge-pop-messages (vm-menu-can-expunge-pop-messages-p) 
"Expunge IMAP Messages" (vm-menu-can-expunge-imap-messages-p) "Visit Local 
Folder" vm-visit-folder "Visit POP Folder" vm-visit-pop-folder 
vm-pop-folder-alist "Visit IMAP Folder" vm-visit-imap-folder 
vm-imap-server-list "Revert Folder (back to disk version)" vm-revert-buffer 
(vm-menu-can-revert-p) "Recover Folder (from auto-save file)" vm-recover-file 
(vm-menu-can-recover-p) "Save" vm-save-folder (vm-menu-can-save-p) "Save As..." 
vm-write-file "Quit" vm-quit-no-change "Save & Quit" vm-quit ("---" "---" 
"---" "Visit:" "---" ["" ... t "~/VMail/INBOX"] "---" "---" ["" ... 
t "~/VMail/INBOX"]) vm-menu-dispose-menu vm-menu-fsfemacs19-menus-p "Dispose" 
append "Reply to Author" vm-reply "Reply to All" vm-followup 
vm-menu-motion-menu vm-menu-send-menu vm-menu-mark-menu vm-menu-label-menu 
vm-menu-sort-menu vm-menu-virtual-menu vm-menu-help-menu "Reply to Author 
(citing original)" vm-reply-include-text "Reply to All (citing original)" 
vm-followup-include-text "Forward" vm-forward-message "Resend" 
vm-resend-message "Retry Bounce" vm-resend-bounced-message "File" 
vm-save-message "Delete" vm-delete-message "Undelete" vm-undelete-message "Kill 
Current Subject" vm-kill-subject "Mark Unread" vm-unread-message "Edit" 
vm-edit-message "Print" vm-print-message "Pipe to Command" 
vm-pipe-message-to-command "Burst Message as Digest" (vm-burst-digest "guess") 
"Decode MIME" vm-decode-mime-message (vm-menu-can-decode-mime-p) ("Motion" 
["Page Up" vm-scroll-backward vm-message-list] ["Page Down" vm-scroll-forward 
vm-message-list] "" ["Beginning" vm-beginning-of-message vm-message-list] 
["End" vm-end-of-message vm-message-list] "" ["Expose/Hide Headers" 
vm-expose-hidden-headers vm-message-list] "" ["Next Message" 
vm-next-message t] ["Previous Message" vm-previous-message t] "---" ["Next, 
Same Subject" vm-next-message-same-subject t] ["Previous, Same Subject" 
vm-previous-me

Bug#591323: lintian: Please add hurd to data/fields/essential

2010-08-02 Thread Samuel Thibault
Package: lintian
Version: 2.4.3
Severity: important

Please add hurd to data/fields/essential, as it _is_ essential to
hurd-i386 and lintian considers this as an error ATM.

Samuel

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

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

Versions of packages lintian depends on:
ii  binutils  2.20.51.20100617-1 The GNU assembler, linker and bina
ii  diffstat  1.47-1 produces graph of changes introduc
ii  dpkg-dev  1.15.7.2   Debian package development tools
ii  file  5.04-4 Determines file type using "magic"
ii  gettext   0.17-11GNU Internationalization utilities
ii  intltool-debian   0.35.0+20060710.1  Help i18n of RFC822 compliant conf
ii  libapt-pkg-perl   0.1.24 Perl interface to libapt-pkg
ii  libclass-accessor-per 0.34-1 Perl module that automatically gen
ii  libipc-run-perl   0.89-1 Perl module for running processes
ii  libparse-debianchange 1.1.1-2parse Debian changelogs and output
ii  libtimedate-perl  1.2000-1   collection of modules to manipulat
ii  liburi-perl   1.54-1 module to manipulate and access UR
ii  locales   2.11.2-2   Embedded GNU C Library: National L
ii  locales-all [locales] 2.11.2-2   Embedded GNU C Library: Precompile
ii  man-db2.5.7-3on-line manual pager
ii  perl [libdigest-sha-p 5.10.1-13  Larry Wall's Practical Extraction 

lintian recommends no packages.

Versions of packages lintian suggests:
ii  binutils-multiarch2.20.51.20100617-1 Binary utilities that support mult
pn  libtext-template-perl  (no description available)
ii  man-db2.5.7-3on-line manual pager

-- no debconf information

-- 
Samuel Thibault 
War doesn't prove who's right, just who's left.



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



Bug#591324: udev: Very slow at boot : "waiting for /dev to be fully populated."

2010-08-02 Thread Jean-Luc Coulon (f5ibh)
Package: udev
Version: 160-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I apologize if udev is not the culprit but I cannot find anything else...

At boot the system probes for devices and at one moment, I've the message:
waiting for /dev to be fully populated.

It stay 'stalled' for about one full minute in this state before de Done. 
message.

If I request a non quiet boot, the latest messages before the stall are
related to my integrated HD audio device:

Aug  2 09:28:36 tangerine kernel: [   25.584371] HDA Intel :00:14.2: PCI INT
A -> GSI 16 (level, low) -> IRQ 16
Aug  2 09:28:36 tangerine kernel: [   25.663452] hda_codec: ALC889A: BIOS
auto-probing.
Aug  2 09:28:36 tangerine kernel: [   25.669399] HDA Intel :01:05.1: PCI INT
B -> GSI 19 (level, low) -> IRQ 19
Aug  2 09:28:36 tangerine kernel: [   25.669478] HDA Intel :01:05.1: setting
latency timer to 64

This device is:
[jean-...@tangerine] % lspci -v | grep HDA~
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
Kernel driver in use: HDA Intel
Kernel driver in use: HDA Intel

Regards

Jean-Luc

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

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

Versions of packages udev depends on:
ii  cdebconf [debconf-2.0]   0.150   Debian Configuration Management Sy
ii  debconf [debconf-2.0]1.5.33  Debian configuration management sy
ii  libc62.11.2-2Embedded GNU C Library: Shared lib
ii  libselinux1  2.0.96-1SELinux runtime shared libraries
ii  libudev0 160-1   libudev shared library
ii  libusb-0.1-4 2:0.1.12-15 userspace USB programming library
ii  lsb-base 3.2-23.1Linux Standard Base 3.2 init scrip
ii  util-linux   2.17.2-3.1  Miscellaneous system utilities

Versions of packages udev recommends:
ii  pciutils  1:3.1.7-4  Linux PCI Utilities
ii  usbutils  0.87-5 Linux USB utilities

udev suggests no packages.

- -- debconf information:
  udev/new_kernel_needed: false
  udev/title/upgrade:
  udev/reboot_needed:

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iD8DBQFMVnoXUdGGXzzGnNARAovnAJ4yUtaZdl4+aA6J5pBUDq5Sx53atwCfd7xp
ga9az6VOcDFcBu6KJA0Y7Kk=
=k6rQ
-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#590126: [Pkg-tcltk-devel] Bug#590126: rcmdr: FTBFS on mips{, el}: Error : package 'tcltk' could not be loaded

2010-08-02 Thread Rtp
Dirk Eddelbuettel  writes:

Hi,


> | > (the failing program is attached). It seems that r-base hit bug
> | > #519006 (see [1]). It's a bug in gcc-4.4, and it's unlikely that
> | > Tcl/Tk itself can do something to it.
> | 
> | yeah, r-base is hitting this bug. As a _workaround_, you can patch the
> | r-base package with the joined patch. It'll disable the '-g' flag when
> | running the configure test. With that, the tcltk.so lib is generated
> | (and thus the tcl/tk deps are there too). Please note that I've not
> | tested if the R tcl/tk stuff is working, I've only checked that the lib
> | was built.
>
> Thanks for the patch (and the upstream maintainer for configure / m4 is
> CC'ed).  I will prepare a new r-base upload for Debian.
>
> Any idea why tcltk dies on mips when -g is present? Is that being
> addressed on on mips or in tcl/tk?

It's a gcc-4.4 bug specific to the mips platform. If you want more
details about it, see bug #519006.

Arnaud



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



Bug#591325: initramfs-tools: kernel does not boot without network connection

2010-08-02 Thread Євгеній Мещеряков
Package: initramfs-tools
Version: 0.97.2
Severity: grave

Recently during boot initramfs started to send DHCP RARP request to all
network interfaces. This behaviour was not observed before and I changed
nothing in initramfs-tools configuration for long time. This can be
because I started to use dhcp for network configuration (using
NetworkManager, and not for network boot boot) or just because I
installed new kernel.

The result is that kernel fail to boot if there is no network
connection, so severity is grave. initramfs just displays repeatedly
messages about timeout and giving up, but does not really give up.

-- Package-specific info:
-- initramfs sizes
-rw-r--r-- 1 root root 3.3M May 19 01:53 /boot/initrd.img-2.6.34
-rw-r--r-- 1 root root 3.6M Jun  9 14:44 /boot/initrd.img-2.6.35-rc1+
-rw-r--r-- 1 root root 3.6M Jun 11 21:10 /boot/initrd.img-2.6.35-rc2+
-rw-r--r-- 1 root root 3.7M Jul  2 02:42 /boot/initrd.img-2.6.35-rc3+
-rw-r--r-- 1 root root 3.7M Jul 12 14:02 /boot/initrd.img-2.6.35-rc4+
-rw-r--r-- 1 root root 3.7M Aug  2 10:08 /boot/initrd.img-2.6.35-rc6+
-- /proc/cmdline
BOOT_IMAGE=/vmlinuz-2.6.35-rc6+ root=UUID=777326f2-9fac-4efe-a15b-e01002fd4f1b 
ro quiet splash

-- resume
RESUME=/dev/sda5
-- /proc/filesystems
ext3
ext4
fuseblk
btrfs

-- lsmod
Module  Size  Used by
binfmt_misc 6815  1 
deflate 1895  0 
af_key 25013  0 
k10temp 2795  0 
i2c_piix4   8808  0 
btrfs 489608  0 
zlib_deflate   19756  2 deflate,btrfs
crc32c  2640  1 
libcrc32c882  1 btrfs

-- /etc/kernel-img.conf
# Kernel image management overrides
# See kernel-img.conf(5) for details
do_symlinks = yes
relative_links = yes
do_bootloader = no
do_bootfloppy = no
do_initrd = yes
link_in_boot = no
postinst_hook = update-grub
postrm_hook   = update-grub

-- /etc/initramfs-tools/initramfs.conf
MODULES=most
BUSYBOX=y
KEYMAP=n
COMPRESS=gzip
BOOT=local
DEVICE=
NFSROOT=auto

-- /etc/initramfs-tools/update-initramfs.conf
update_initramfs=yes
backup_initramfs=no


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

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

Versions of packages initramfs-tools depends on:
ii  cpio  2.11-4 GNU cpio -- a program to manage ar
ii  findutils 4.4.2-1utilities for finding files--find,
ii  klibc-utils   1.5.18-1   small utilities built with klibc f
ii  module-init-tools 3.12-1 tools for managing Linux kernel mo
ii  udev  160-1  /dev/ and hotplug management daemo

Versions of packages initramfs-tools recommends:
ii  busybox   1:1.15.3-1 Tiny utilities for small and embed

Versions of packages initramfs-tools suggests:
ii  bash-completion   1:1.2-2programmable completion for the ba

-- 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#591272: Some qt4-x11 packages are missing in experimental

2010-08-02 Thread Reinhard Karcher

Am 02.08.2010 09:44, schrieb Fathi Boudra:

Qt 4.7 isn't shipped anymore with the legacy assistant.
qt-assistant-compat should be used for this purpose.



How can I use system-config-printer-kde with qt 4.7?
python-qt4, which the package depends on, depends on
libqt4-assistant. Installing qt-assistant-compat doesn't help.

Reinhard



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



Bug#591326: composite: segmentation fault when jackd is not installed

2010-08-02 Thread Javier Barroso
Package: composite
Version: 0.006-3
Severity: important

$ strace composite-gui # nothing is showed
...
futex(0xb4c24bd8, FUTEX_WAIT, 28263, NULL) = 0
clone(child_stack=0xb4c24424, 
flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID,
 parent_tidptr=0xb4c24bd8, {entry_number:6, base_addr:0xb4c24b70, 
limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, 
seg_not_present:0, useable:1}, child_tidptr=0xb4c24bd8) = 28264
access("/usr/local/bin/jackd", X_OK)= -1 ENOENT (No such file or directory)
access("/usr/bin/jackd", X_OK)  = -1 ENOENT (No such file or directory)
access("/bin/jackd", X_OK)  = -1 ENOENT (No such file or directory)
access("/usr/games/jackd", X_OK)= -1 ENOENT (No such file or directory)
futex(0xb4c24bd8, FUTEX_WAIT, 28264, NULL) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Violación de segmento

# aptitude install jackd
Se instalarán los siguiente paquetes NUEVOS:
  jackd jackd2{a} jackd2-firewire{a} libffado2{a} libjack-jackd2-0{a} 
libsamplerate0{a} libxml++2.6-2{a} qjackctl{a} 
Se ELIMINARÁN los siguientes paquetes:
  libjack0{a} libjack0.100.0-0{a} 

# aptitude purge jackd
$ strace composite-gui # welcome popup is showed, but it won't work
write(2, "jack server is not running or ca"..., 48jack server is not running or 
cannot be started
) = 48
futex(0x86fbd4c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x86fbd48, {FUTEX_OP_SET, 0, 
FUTEX_OP_CMP_GT, 1}) = 1
futex(0x86fbd30, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0xb4af4bd8, FUTEX_WAIT, 29268, NULL) = -1 EAGAIN (Resource temporarily 
unavailable)
rt_sigprocmask(SIG_BLOCK, [PIPE], NULL, 8) = 0
write(2, "composite-gui: /tmp/buildd/compo"..., 219composite-gui: 
/tmp/buildd/composite-0.006/src/Tritium/src/IO/JackClient.cpp:221: int 
Tritium::JackClient::setNonAudioProcessCallback(int (*)(jack_nframes_t, 
void*)): La declaración `m_audio_process_arg' no se cumple.
) = 219
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
tgkill(29251, 29251, SIGABRT)   = 0
--- SIGABRT (Aborted) @ 0 (0) ---
+++ killed by SIGABRT +++
Abortado


Thank you!


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

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

Versions of packages composite depends on:
ii  composite-data  0.006-3  Live performance sequencer (data f
ii  libc6   2.11.2-2 Embedded GNU C Library: Shared lib
ii  libflac++6  1.2.1-2+b1   Free Lossless Audio Codec - C++ ru
ii  libflac81.2.1-2+b1   Free Lossless Audio Codec - runtim
ii  libgcc1 1:4.4.4-8GCC support library
ii  libjack-jackd2-0 [libja 1.9.5~dfsg-19JACK Audio Connection Kit (librari
ii  liblrdf00.4.0-3  a library to manipulate RDF files 
ii  libqt4-network  4:4.6.3-1Qt 4 network module
ii  libqt4-xml  4:4.6.3-1Qt 4 XML module
ii  libqtcore4  4:4.6.3-1Qt 4 core module
ii  libqtgui4   4:4.6.3-1Qt 4 GUI module
ii  libsndfile1 1.0.21-2 Library for reading/writing audio 
ii  libstdc++6  4.4.4-8  The GNU Standard C++ Library v3
ii  libtar  1.2.11-6 C library for manipulating tar arc
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

composite recommends no packages.

composite 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#591327: RFP: xul-ext-undo-closed-tabs-button -- This extension allows you to undo closed tabs via a toolbar button or the right-click context menu.

2010-08-02 Thread Roman V. Nikolaev
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org

   Package name: xul-ext-undo-closed-tabs-button
Version: 3.7.1
Upstream Author: supernova_00
(https://addons.mozilla.org/ru/firefox/user/5764/)
URL: https://addons.mozilla.org/ru/firefox/addon/3082/
License: Mozilla Public License 1.1
Description: This extension allows you to undo closed tabs via a
toolbar button or the right-click context menu.

This is simple but useful plugin. Please add this plugin in Debian.

-- 

 Roman V. Nikolaev

mail:rsha...@rambler.ru
icq: 198-364-657
jabber:  rsha...@jabber.org
site:http://www.rshadow.ru



signature.asc
Description: OpenPGP digital signature


Bug#591328: RFP: xul-ext-quickproxy -- Statusbar button to turn the proxy on and off with a single click

2010-08-02 Thread Roman V. Nikolaev
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org

--- Please fill out the fields below. ---

   Package name: xul-ext-quickproxy
Version: 2009.07.19
Upstream Author: Ozzie- 
URL: https://addons.mozilla.org/ru/firefox/addon/1557/
URL: http://ozzie.id.au/quickproxy/
License: Mozilla Public License 1.1
Description: QuickProxy is an extension that I’ve been working on
for Firefox. Quickproxy creates a statusbar button to turn the proxy on
and off with a single click. This switches Firefox between the different
proxy states that you have selected, which are configured through the
Firefox preferences, and the type of proxy that is turned on/off is
configured through the QuickProxy preferences window. This extension
will not provide a proxy server for you.

-- 

 Roman V. Nikolaev

mail:rsha...@rambler.ru
icq: 198-364-657
jabber:  rsha...@jabber.org
site:http://www.rshadow.ru



signature.asc
Description: OpenPGP digital signature


Bug#590684: [logcheck-database] rules for rsyslog

2010-08-02 Thread Hannes von Haugwitz

tags 590684 +wontfix
thanks

Hendrik Jaeger wrote:

^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ kernel: imklog 3\.18\.6, log
source = /proc/kmsg started\.$


Fixed in 1.3.8.


^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ rsyslogd: \[origin
software="rsyslogd" swVersion="3.18.6" x-pid="[[:digit:]]+"
x-info="http://www.rsyslog.com"\] restart$


Daemon restart messages are willingly not included in logcheck-database.

So I tag this bug as wontfix.

Regards

Hannes



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



Bug#591329: host objects: ignore ipv6 addresses in ipv4 context and vice versa

2010-08-02 Thread martin f krafft
Package: ferm
Version: 2.0.7-1
Severity: wishlist
Tags: upstream, ipv6
Forwarded: Max Kellermann 

All of my hosts are IPv4 and IPv6 connected. Hence, every host has
at least one address in each of the (ip ip6) domains. I'd really
like to be able to think about a host as a single entity and thus
would love to see the concept of "host objects" in ferm.

In general, however, a host object needs not be more than
a variable:

  @def $MYHOST = (77.109.139.85 2001:1620:2018:2::4d6d:8b55);

Unfortunately, this does not work:

  daddr $MYHOST ACCEPT;

causes the following rules to be created in both (ip ip6) domains:

  -A in-new --destination 77.109.139.85 --jump ACCEPT
  -A in-new --destination 2001:1620:2018:2::4d6d:8b55 --jump ACCEPT

I am thinking that all that is needed is a simple domain-specific
regexp to filter only the applicable addresses when expanding
variable arrays in an address context.

Unfortunately, I couldn't figure out where this is happening in 15
minutes of studying the code.

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

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

Versions of packages ferm depends on:
ii  debconf   1.5.33 Debian configuration management sy
ii  iptables  1.4.8-3administration tools for packet fi
ii  lsb-base  3.2-23.1   Linux Standard Base 3.2 init scrip
ii  perl  5.10.1-13  Larry Wall's Practical Extraction 

Versions of packages ferm recommends:
ii  libnet-dns-perl   0.66-2 Perform DNS queries from a Perl sc

ferm suggests no packages.

-- Configuration Files:
/etc/default/ferm changed [not included]
/etc/ferm/ferm.conf changed [not included]

-- debconf information excluded


-- 
 .''`.   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#591266: qemu-kvm: fails to detect mouse on win95 guest

2010-08-02 Thread Michael Tokarev
severity 591266 normal
thanks

01.08.2010 20:11, Matthias Mann wrote:
> Package: qemu-kvm
> Version: 0.12.4+dfsg-1
> Severity: important
> 
> I'm trying to install Windows 95 B on qemu-kvm Version 0.12.4+dfsg-1 from 
> Lenny backports with this options:
> 
> kvm /var/mmn/vm/Win95/Win95.img -name "Windows 95" -M pc-0.12 -m 512M -rtc 
> base=localtime -k de -soundhw sb16 -vga cirrus -net user,hostname=w95vm -net 
> nic,model=ne2k_pci -boot a -fda /var/mmn/vm/floppy/win95B_Drive-D-boot.img 
> -cdrom /var/mmn/vm/CD/win95-setup.iso -no-acpi -no-kvm -usb
> 
> I also tried to use some other options but always the same problem: the vm 
> fails to detect the ps/2 mouse and usb mouse is not supported on Windows 95 B 
> and earlier.

This is a known issue in the SeaBIOS code as shipped with
qemu-kvm package.  It is fixed upstream and in the seabios
package in Debian, but not in the copy of the code in
qemu-kvm.  I plan to switch to using bios and other
supplementary code (PXE boot ROMs etc) in external
packages, but this will be a few releases later.
For now, I included the fixes for this issue in the
current qemu-kvm package, it will be fixed in the
next upload.

Besides, win95 did not work at all up to just a few
releases ago (lots of realmode emulation were missing),
so it is a great surprize for me to know that it works
somehow.  This opens up quite a few possibilities for
me too.

Lowering severity to normal since the issue affects
only a very-very small fraction of guests and since
it can be worked around.

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#591331: lintian: Please also allow non-standard toplevel dirs in hurd-udeb

2010-08-02 Thread Samuel Thibault
Package: lintian
Version: 2.4.3
Severity: important
Tags: patch
User: debian-h...@lists.debian.org
Usertags: hurd

Hello,

Please allow non-standard toplevel dirs in hurd-udeb, as is already done
for the hurd package (for /hurd and /servers, notably).

Samuel

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

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

Versions of packages lintian depends on:
ii  binutils  2.20.51.20100617-1 The GNU assembler, linker and bina
ii  diffstat  1.47-1 produces graph of changes introduc
ii  dpkg-dev  1.15.7.2   Debian package development tools
ii  file  5.04-4 Determines file type using "magic"
ii  gettext   0.17-11GNU Internationalization utilities
ii  intltool-debian   0.35.0+20060710.1  Help i18n of RFC822 compliant conf
ii  libapt-pkg-perl   0.1.24 Perl interface to libapt-pkg
ii  libclass-accessor-per 0.34-1 Perl module that automatically gen
ii  libipc-run-perl   0.89-1 Perl module for running processes
ii  libparse-debianchange 1.1.1-2parse Debian changelogs and output
ii  libtimedate-perl  1.2000-1   collection of modules to manipulat
ii  liburi-perl   1.54-1 module to manipulate and access UR
ii  locales   2.11.2-2   Embedded GNU C Library: National L
ii  locales-all [locales] 2.11.2-2   Embedded GNU C Library: Precompile
ii  man-db2.5.7-3on-line manual pager
ii  perl [libdigest-sha-p 5.10.1-13  Larry Wall's Practical Extraction 

lintian recommends no packages.

Versions of packages lintian suggests:
ii  binutils-multiarch2.20.51.20100617-1 Binary utilities that support mult
pn  libtext-template-perl  (no description available)
ii  man-db2.5.7-3on-line manual pager

-- no debconf information

-- 
Samuel Thibault 
Actually, typing random strings in the Finder does the equivalent of
filename completion.
(Discussion in comp.os.linux.misc on the intuitiveness of commands: file
completion vs. the Mac Finder.)
--- ./checks/files.orig 2010-08-02 10:41:12.0 +0200
+++ ./checks/files  2010-08-02 10:41:15.0 +0200
@@ -653,6 +653,7 @@
tag "non-standard-toplevel-dir", "$file"
unless $pkg eq 'base-files'
or $pkg eq 'hurd'
+   or $pkg eq 'hurd-udeb'
or $pkg =~ /^rootskel(?:-bootfloppy)?/
or $file =~ m,^emul/,;
 }


Bug#591330: live-snapshot fails to sync at reboot/shotdown

2010-08-02 Thread Luigi Capriotti

Package: live-boot
  Version: 2.0~a16-1

Use of live-snapshot is currently broken due to an inconsistency in 
parsing snapshot information stored in /etc/live.conf.


snapshot info stored with:

http://live.debian.net/gitweb?p=live-boot.git;a=blob;f=scripts/live;h=a17eb423fca132f0aaf03c8ca6f956766eaef797;hb=HEAD#l1052

and parsed with:

http://live.debian.net/gitweb?p=live-boot.git;a=blob;f=bin/live-snapshot;h=08e5fd654adf08609dc9d7a411da83fc58b3f3a1;hb=HEAD#l245

Similarly on debian-old-1.0:

http://live.debian.net/gitweb?p=live-boot.git;a=blob;f=scripts/live;h=cbec764a9ceeb73f0e6875f5efd54e4ed4bf5cc6;hb=refs/heads/debian-old-1.0#l1176

vs

http://live.debian.net/gitweb?p=live-boot.git;a=blob;f=bin/live-snapshot;h=55673bbb5ef2f5ab3a7512064e0f6d7b8e4d2940;hb=debian-old-1.0#l241





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



Bug#591332: RFP: xul-ext-skipscreen -- Incredible Rapidshare and Megaupload download helper

2010-08-02 Thread Roman V. Nikolaev
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org

--- Please fill out the fields below. ---

   Package name: xul-ext-skipscreen
Version: 0.4.7amo
Upstream Author: Skipscreen Team 
URL: https://addons.mozilla.org/ru/firefox/addon/11243/
URL: http://skipscreen.com/
License: Creative Commons BY-NC-ND
Description: Incredible Rapidshare and Megaupload download helper

Skips unnecessary pages on sites like Rapidshare, Megaupload, zShare,
Mediafire, and more.

-- 

 Roman V. Nikolaev

mail:rsha...@rambler.ru
icq: 198-364-657
jabber:  rsha...@jabber.org
site:http://www.rshadow.ru



signature.asc
Description: OpenPGP digital signature


Bug#587754: Info received (Bug#587754: linux-image-2.6.32-5-686-bigmem: dpkg failed dependency problems prevent configuration of linux-image)

2010-08-02 Thread B Raveendra Reddy

Dear Debain/Linux Developers,

Thanks for your wonderful work.
The latest upgrad fixes the problem and 
this bug may please be closed.


regards,
ravi
--
http://www.imsc.res.in

B. Raveendra Reddy |  email: r...@imsc.res.in
The Institute of Mathematical Sciences |  phone: (91)44-2254 3222
Chennai 600 113 |(91)44-2448 7845 (Res)
India  |   fax : (91)44-2254 1586



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



Bug#462355: Adding LVM files to `.gitignore`

2010-08-02 Thread Paul Menzel
Am Sonntag, den 01.08.2010, 14:40 -0400 schrieb Joey Hess:
> Paul Menzel wrote:
> > This issues seems still to be unresolved and this bug is still open.
> 
> No,
> 
> etckeeper (0.11) unstable; urgency=low
> 
>   * Add lvm cache dir to default ignores. (#462355)
> 
>  -- Joey Hess   Mon, 11 Feb 2008 00:43:19 -0500

Alexander asked about

lvm/backup
lvm/archive

too. And reading the discussion, I did not see a definite argument
against adding it.


Thanks,

Paul


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


Bug#591333: Octave build dep should include libmesa-glx-dev

2010-08-02 Thread Bastien ROUCARIES
package: octave3.2
severity: wishlist

I want to build myself octave and I need to deinstall
libgl1-mesa-swx11-glx and to install libgl1-mesa-swx11-dev

Please allow to build with libgl1-mesa-swx11-glx

Bastien



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



Bug#569990: Bug#581703: qemu-kvm: Squeeze/Sid VMs crashes on squeeze host

2010-08-02 Thread Michael Tokarev
forcemerge 573071 581703
thanks

Replying to two old bugreports against qemu-kvm package,
#569990 and #581703.

Please note that #569990 contains two issues, one (initial)
reported by Toni Mueller, and another later added by
Marc Siegwald about kernel crash (unable to handle kernel
paging request at kvm_leave_lazy_mmu).  The latter issue
is bug#581703.

The issue we're talking about is a known bug in linux kernel,
which should be fixed in later kernel release.
See http://bugs.debian.org/573071 - I'm merging #581703 with
this #573071.

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#440709: patch for initscript

2010-08-02 Thread Ritesh Raj Sarraf
tags 440709 +patch
thanks

Hi there,

AppArmor might be in in 2.6.36. I have owned the bug. Michael, please let me 
know if you would like to co-maintain.

I've gone through this bug report and hope the attach patch should fulfill this 
report. In this patch, securityfs is not mounted with any explicit options. To 
my knowledge, apparmor does not have special mount option requirements on 
securityfs.
-- 
Ritesh Raj Sarraf | http://people.debian.org/~rrs
Debian - The Universal Operating System
Index: debian/src/initscripts/etc/init.d/umountfs
===
--- debian/src/initscripts/etc/init.d/umountfs	(revision 1940)
+++ debian/src/initscripts/etc/init.d/umountfs	(working copy)
@@ -42,7 +42,7 @@
 			;;
 		esac
 		case "$FSTYPE" in 
-		  proc|procfs|linprocfs|sysfs|usbfs|usbdevfs|devpts)
+		  proc|procfs|linprocfs|sysfs|securityfs|usbfs|usbdevfs|devpts)
 			continue
 			;;
 		  tmpfs)
Index: debian/src/initscripts/etc/init.d/mountkernfs.sh
===
--- debian/src/initscripts/etc/init.d/mountkernfs.sh	(revision 1940)
+++ debian/src/initscripts/etc/init.d/mountkernfs.sh	(working copy)
@@ -46,6 +46,15 @@
 		domount sysfs "" /sys sysfs -onodev,noexec,nosuid
 	fi
 
+	#
+	# Mount securityfs on /sys/kernel/security
+	#
+	# Only mount securityfs if it is supported
+	if grep -E -qs "securityfs\$" /proc/filesystems
+	then
+		domount securityfs "" /sys/kernel/security securityfs
+	fi
+
 	# Mount /var/run and /var/lock as tmpfs if enabled
 	if [ yes = "$RAMRUN" ] ; then
 		RUN_OPT=
Index: debian/src/initscripts/etc/init.d/mtab.sh
===
--- debian/src/initscripts/etc/init.d/mtab.sh	(revision 1940)
+++ debian/src/initscripts/etc/init.d/mtab.sh	(working copy)
@@ -115,6 +115,10 @@
 	then
 		domtab sysfs /sys sysfs -onodev,noexec,nosuid
 	fi
+	if grep -E -qs "securityfs\$" /proc/filesystems
+	then
+		domtab securityfs /sys/kernel/security securityfs
+	fi
 	if [ yes = "$RAMRUN" ] ; then
 		RUN_OPT=
 		[ "${RUN_SIZE:=$TMPFS_SIZE}" ] && RUN_OPT=",size=$RUN_SIZE"
Index: debian/changelog
===
--- debian/changelog	(revision 1940)
+++ debian/changelog	(working copy)
@@ -1,3 +1,10 @@
+sysvinit (2.88dsf-11.1) unstable; urgency=low
+
+  [ Ritesh Raj Sarraf ]
+  * Mount securityfs is supported by the kernel (Closes: #440709) 
+
+ -- Ritesh Raj Sarraf   Mon, 02 Aug 2010 14:06:46 +0530
+
 sysvinit (2.88dsf-11) unstable; urgency=low
 
   * Avoid /usr/bin/find in init.d/urandom to be able to run it before


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


Bug#440680: apparmod 2.6.36

2010-08-02 Thread Ritesh Raj Sarraf
owner 440680 !
retitle 440680 "ITP: apparmor -- application security framework"
thanks

I'll own this bug then. Thanks.

On Saturday 31 Jul 2010 01:30:14 Ritesh Raj Sarraf wrote:
> AppArmor might be in into the kernel in 2.6.36. Anyone still owning the bug
> ? Else please drop a note on this bug. I have liked AppArmor and would
> like maintaining it.

-- 
Ritesh Raj Sarraf | http://people.debian.org/~rrs
Debian - The Universal Operating System


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


Bug#591334: libc6: LANGUAGE not taken into account unless LC_MESSAGES is set

2010-08-02 Thread Vincent Lefevre
Package: libc6
Version: 2.11.2-2
Severity: normal

The LANGUAGE environment variable isn't taken into account for
translations, unless LC_MESSAGES is set. Here's an example:

ypig% unset LC_MESSAGES
ypig% LANGUAGE=fr_FR:fr cp
cp: missing file operand
Try `cp --help' for more information.
ypig% LANGUAGE=fr_FR:fr LC_MESSAGES=en_US.ISO8859-1 cp
cp: opérande fichier manquant
Saisissez « cp --help » pour plus d'informations.

Note that I've chosen to set LC_MESSAGES to English to show that
LANGUAGE has the precedence, as documented. The bug is that the
LC_MESSAGES environment variable must be set, even though its
language isn't used. The value of LC_MESSAGES has some importance,
though. With POSIX or C, I still get English messages:

ypig% LANGUAGE=fr_FR:fr LC_MESSAGES=POSIX cp  
cp: missing file operand
Try `cp --help' for more information.

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

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

Versions of packages libc6 depends on:
ii  libc-bin  2.11.2-2   Embedded GNU C Library: Binaries
ii  libgcc1   1:4.4.4-7  GCC support library

libc6 recommends no packages.

Versions of packages libc6 suggests:
ii  debconf [debconf-2.0] 1.5.33 Debian configuration management sy
ii  glibc-doc 2.11.2-2   Embedded GNU C Library: Documentat
ii  locales   2.11.2-2   Embedded GNU C Library: National L

-- debconf information excluded



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



Bug#591335: mutter: Insufficiently strict dependencies on private libraries

2010-08-02 Thread Jonathon Jongsma
Package: mutter
Version: 2.31.5-1
Severity: grave
Justification: renders package unusable


After upgrading to gnome-shell from experimental (2.31.5-2), it pulled in mutter
from experimental (2.31.5-1), but when trying to run the new version of
gnome-shell, I kept getting crashes.  I then noticed that the following
mutter-related packages were not upgraded to the versions from experimental.
After manually upgrading them, things worked again:
 * gir1.0-mutter-2.31
 * libmutter-private0
 * mutter-common

This makes me think that the mutter package should depend on exact versions of
these packages so that they get upgraded when the mutter package is upgraded.


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

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

Versions of packages mutter depends on:
ii  libatk1.0-0  1.30.0-1The ATK accessibility toolkit
ii  libc62.11.2-2Embedded GNU C Library: Shared lib
ii  libcairo21.8.10-4The Cairo 2D vector graphics libra
ii  libclutter-1.0-0 1.2.12-2Open GL based interactive canvas l
ii  libffi5  3.0.9-2 Foreign Function Interface library
ii  libfontconfig1   2.8.0-2.1   generic font configuration library
ii  libfreetype6 2.4.0-2 FreeType 2 font engine, shared lib
ii  libgconf2-4  2.31.5-1GNOME configuration database syste
ii  libgirepository1.0-0 0.6.14-1+b1 Library for handling GObject intro
ii  libgl1-mesa-glx [libgl1] 7.7.1-3 A free implementation of the OpenG
ii  libglib2.0-0 2.25.12-1   The GLib library of C routines
ii  libgtk2.0-0  2.21.2-1The GTK+ graphical user interface 
ii  libice6  2:1.0.6-1   X11 Inter-Client Exchange library
ii  libjson-glib-1.0-0   0.10.2-2GLib JSON manipulation library
ii  libmutter-private0   2.31.5-1library for the Mutter window mana
ii  libpango1.0-01.28.1-1Layout and rendering of internatio
ii  libsm6   2:1.1.1-1   X11 Session Management library
ii  libstartup-notification0 0.10-1  library for program launch feedbac
ii  libx11-6 2:1.3.3-3   X11 client-side library
ii  libxcomposite1   1:0.4.2-1   X11 Composite extension library
ii  libxcursor1  1:1.1.10-2  X cursor management library
ii  libxdamage1  1:1.1.3-1   X11 damaged region extension libra
ii  libxext6 2:1.1.2-1   X11 miscellaneous extension librar
ii  libxfixes3   1:4.0.5-1   X11 miscellaneous 'fixes' extensio
ii  libxinerama1 2:1.1-3 X11 Xinerama extension library
ii  libxrandr2   2:1.3.0-3   X11 RandR extension library
ii  libxrender1  1:0.9.6-1   X Rendering Extension client libra
ii  mutter-common2.31.5-1shared files for the Mutter window
ii  zenity   2.30.0-1Display graphical dialog boxes fro

Versions of packages mutter recommends:
ii  gnome-session [x-session-mana 2.30.2-1   The GNOME Session Manager - GNOME 
ii  gnome3-session [x-session-man 2.30.2-1   The GNOME Session Manager - GNOME 

Versions of packages mutter suggests:
ii  gnome-control-center  1:2.30.1-1 utilities to configure the GNOME d
ii  gnome-themes  2.30.2-1   official themes for the GNOME desk
ii  xdg-user-dirs 0.12-1 tool to manage well known user dir

-- 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#540807: rsyslog: program name filter ! in the configuration cannot be reset

2010-08-02 Thread Kiss Gabor (Bitman)
The same problem found in rsyslog 3.18.6-4.

Gabor



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



Bug#590428: can not use gphoto2 -P without using the root account)

2010-08-02 Thread Anders Lagerås
A workaround is to change permissions, chmod u+s gphoto2.
-- 
Mvh Anders Lagerås


pgpD4h0ONBJlO.pgp
Description: PGP signature


Bug#591330: live-snapshot fails to sync at reboot/shotdown

2010-08-02 Thread Marco Amadori
In data lunedì 2 agosto 2010 10:45:21, Luigi Capriotti ha scritto:

I'll paste relevant lines there for convenience:

> http://live.debian.net/gitweb?p=live-boot.git;a=blob;f=scripts/live;h=a17eb
> 423fca132f0aaf03c8ca6f956766eaef797;hb=HEAD#l1052

echo "export ${snap_type}SNAP="/cow${snap_mount#$rootmnt}":${snapdev}:
${snapfile}" >> /etc/live.conf # for resync on reboot/halt

where snap_type is 

> and parsed with:
 
> http://live.debian.net/gitweb?p=live-boot.git;a=blob;f=bin/live-snapshot;h=
> 08e5fd654adf08609dc9d7a411da83fc58b3f3a1;hb=HEAD#l245

SNAP_COW=$(echo "${SNAP_RESYNC_STRING}" | sed -e 's|
^/root\([^:.]*\).*$|'"${DEF_SNAP_COW}"'\1|')
SNAP_DEV=$(echo "${SNAP_RESYNC_STRING}" | cut -f2 -d ':')
SNAP_MNT=$(echo "${SNAP_RESYNC_STRING}" | cut -f3 -d ':')

${snap_mount#$rootmnt} should then be either "/root/" or "/root/home"


-- 
ESC:wq

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




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



Bug#591336: lxterminal: after installation of gdm3 GNOME desktop wallpaper as background

2010-08-02 Thread Paul Menzel
Subject: lxterminal: after installation of gdm3 GNOME desktop wallpaper as 
background
Package: lxterminal
Version: 0.1.8-2
Severity: normal

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

Dear Debian folks,


I installed GDM 2.30 using `sudo aptitude install gdm3` [1], which also pulled 
in some GNOME packages as dependencies. After logging into LXDE using GDM 2.30 
and starting lxterminal the background is not black. Instead the Debian GNOME 
wallpaper is shown as the background. I tested Leafpad and it does not expose 
this issue.


Thanks,

Paul


[1] http://np237.livejournal.com/28463.html

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

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

Versions of packages lxterminal depends on:
ii  libatk1.0-0   1.30.0-1   The ATK accessibility toolkit
ii  libc6 2.11.2-2   Embedded GNU C Library: Shared lib
ii  libcairo2 1.8.10-4   The Cairo 2D vector graphics libra
ii  libfontconfig12.8.0-2.1  generic font configuration library
ii  libfreetype6  2.4.0-2FreeType 2 font engine, shared lib
ii  libglib2.0-0  2.24.1-1   The GLib library of C routines
ii  libgtk2.0-0   2.20.1-1   The GTK+ graphical user interface 
ii  libpango1.0-0 1.28.1-1   Layout and rendering of internatio
ii  libvte9   1:0.24.3-1 Terminal emulator widget for GTK+ 
ii  libx11-6  2:1.3.3-3  X11 client-side library

lxterminal recommends no packages.

lxterminal suggests no packages.

-- no debconf information


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


Bug#591337: gnome-shell: Settings not able to be read after upgrade to 2.31.5-2

2010-08-02 Thread Jonathon Jongsma
Package: gnome-shell
Version: 2.31.5-2
Severity: important

After upgrading to gnome-shell from experimental (2.31.5-2), none of my
'favorite' applications were shown in the sidebar anympore and I got the
following warning on the terminal:

Window manager warning: Log level 16: specified class size for type 
`DConfSettingsBackend' is smaller than the parent type's `GSettingsBackend' 
class size
Window manager warning: Log level 8: g_once_init_leave: assertion 
`initialization_value != 0' failed

(mutter:6640): GLib-GIO-WARNING **: Tried to register an extension of the type 
(null) to extension point gsettings-backend. Expected type is GObject.
GLib-GIO-Message: Using the 'memory' GSettings backend.  Your settings will not 
be saved or shared with other applications.


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

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

Versions of packages gnome-shell depends on:
ii  gconf2  2.31.5-1 GNOME configuration database syste
ii  gir1.0-clutter-1.0  1.2.12-2 GObject introspection data for the
ii  gir1.0-freedesktop  0.6.14-1+b1  Introspection data for some FreeDe
ii  gir1.0-gconf-2.02.31.5-1 GNOME configuration database syste
ii  gir1.0-glib-2.0 0.6.15~git20100713-1 Introspection data for GLib, GObje
ii  gir1.0-gtk-2.0  0.6.5-6+b1   GObject introspection data for the
ii  gir1.0-json-glib-1. 0.10.2-2 GLib JSON manipulation library (do
ii  gir1.0-mutter-2.31  2.31.5-1 GObject introspection data for Mut
ii  gjs 0.7.1-1  Mozilla-based javascript bindings 
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-2 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-4 The Cairo 2D vector graphics libra
ii  libclutter-1.0-01.2.12-2 Open GL based interactive canvas l
ii  libcroco3   0.6.2-1  a generic Cascading Style Sheet (C
ii  libdbus-1-3 1.2.24-3 simple interprocess messaging syst
ii  libdbus-glib-1-20.86-1   simple interprocess messaging syst
ii  libffi5 3.0.9-2  Foreign Function Interface library
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.0-2  FreeType 2 font engine, shared lib
ii  libgconf2-4 2.31.5-1 GNOME configuration database syste
ii  libgirepository1.0- 0.6.14-1+b1  Library for handling GObject intro
ii  libgjs0a0.7.1-1  Mozilla-based javascript bindings 
ii  libgl1-mesa-glx [li 7.7.1-3  A free implementation of the OpenG
ii  libglib2.0-02.25.12-1The GLib library of C routines
ii  libgnome-desktop-2- 2.30.2-1 Utility library for loading .deskt
ii  libgnome-menu2  2.30.2-1 an implementation of the freedeskt
ii  libgstreamer0.10-0  0.10.30-1Core GStreamer libraries and eleme
ii  libgtk2.0-0 2.21.2-1 The GTK+ graphical user interface 
ii  libjson-glib-1.0-0  0.10.2-2 GLib JSON manipulation library
ii  libmozjs2d  1.9.1.11-1   The Mozilla SpiderMonkey JavaScrip
ii  libnspr4-0d 4.8.4-2  NetScape Portable Runtime Library
ii  libpango1.0-0   1.28.1-1 Layout and rendering of internatio
ii  libstartup-notifica 0.10-1   library for program launch feedbac
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxcomposite1  1:0.4.2-1X11 Composite extension library
ii  libxdamage1 1:1.1.3-1X11 damaged region extension libra
ii  libxext62:1.1.2-1X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.5-1X11 miscellaneous 'fixes' extensio
ii  libxml2 2.7.7.dfsg-4 GNOME XML library
ii  mesa-utils  7.7.1-3  Miscellaneous Mesa GL utilities
ii  mutter  2.31.5-1 lightweight GTK+ window manager
ii  pkg-config  0.25-1   manage compile and link flags for 
ii  python  2.6.5-5  An interactive high-level object-o
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages gnome-shell recommends:
ii  xserver-xephyr2:1.7.7-2  nested X server

gnome-shell 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#591338: cannot configure nfs-common and nfs-kernel-server: service script depends on portmap, but rpcbind is installed

2010-08-02 Thread Sebastian Hegler
Package: nfs-common
Version: 1:1.2.2-2
Severity: important

When trying to install the latest update to nfs-common and nfs-kernel-server, I 
am confronted with the following error message:
=
Richte nfs-common ein (1:1.2.2-2) ...
insserv: Service portmap has to be enabled to start service nfs-common
insserv: exiting now!
update-rc.d: error: insserv rejected the script header
=

Surely, portmap cannot be started, since it is not installed. However, rpcbind 
is, which provides the same service. 


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

Kernel: Linux 2.6.32-5-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 nfs-common depends on:
ii  adduser  3.112   add and remove users and groups
ii  initscripts  2.88dsf-11  scripts for initializing and shutt
ii  libc62.11.2-2Embedded GNU C Library: Shared lib
ii  libcap2  1:2.17-2support for getting/setting POSIX.
ii  libcomerr2   1.41.12-2   common error description library
ii  libevent-1.4-2   1.4.13-stable-1 An asynchronous event notification
ii  libgssapi-krb5-2 1.8.1+dfsg-5MIT Kerberos runtime libraries - k
ii  libgssglue1  0.1-4   mechanism-switch gssapi library
ii  libk5crypto3 1.8.1+dfsg-5MIT Kerberos runtime libraries - C
ii  libkrb5-31.8.1+dfsg-5MIT Kerberos runtime libraries
ii  libnfsidmap2 0.23-2  An nfs idmapping library
ii  librpcsecgss30.19-2  allows secure rpc communication us
ii  libwrap0 7.6.q-19Wietse Venema's TCP wrappers libra
ii  lsb-base 3.2-23.1Linux Standard Base 3.2 init scrip
ii  netbase  4.42Basic TCP/IP networking system
ii  rpcbind [portmap]0.2.0-4.1   converts RPC program numbers into 
ii  ucf  3.0025  Update Configuration File: preserv

nfs-common recommends no packages.

nfs-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#589055: qemu-kvm: booting sid amd64 kernel 2.6.32-17 fails

2010-08-02 Thread Michael Tokarev
reassign 589055 linux-2.6 2.6.32-17
thanks

14.07.2010 19:39, Michal Suchanek wrote:
> Package: qemu-kvm
> Version: 0.12.4+dfsg-1
> Severity: normal
> 
> Booting a live CD with the 2.6.32-17 kernel stops early on message
> Write protecting the kernel read-only data: 4220k
> 
> The CPU loops, with -smp 2 two CPUs loop
> 
> The -15 kernel from squeeze works fine.
> 
> The qemu-system-x86_64 without accel also works fine.

This is a bug in kernel, apparently fixed by this patch:
http://patchwork.kernel.org/patch/85087/ which went into
2.6.32.12 stable series.   I'm not sure if it is already
available in Debian.

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#591339: slicer3 doesn't start without /usr/lib/InsightToolkit directory

2010-08-02 Thread Gabriele Giacone
Package: slicer
Version: 3.6.0~svn13936-1
Severity: normal


$ slicer3 
Error converting runtime path entry "/usr/bin/../lib/InsightToolkit" to real 
path: No such file or directory

workaround:

$ sudo mkdir /usr/lib/InsightToolkit
or
$ sudo apt-get install libinsighttoolkit3-dev




-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
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 slicer depends on:
ii  itcl3 3.4~b1-2   [incr Tcl] OOP extension for Tcl -
ii  iwidgets4 4.0.1-5[incr Widgets] Tk-based widget col
ii  libc6 2.11.2-2   Embedded GNU C Library: Shared lib
ii  libfreetype6  2.4.0-2FreeType 2 font engine, shared lib
ii  libgcc1   1:4.4.4-7  GCC support library
ii  libgdcm2.02.0.15-1   Grassroots DICOM runtime libraries
ii  libgl1-mesa-glx [ 7.7.1-4A free implementation of the OpenG
ii  libinsighttoolkit 3.18.0-3+b1Image processing toolkit for regis
ii  libkwwidgets1.0.1 1.0.0~cvs20100630-1Cross-Platform GUI Toolkit - runti
ii  libopenigtlink1   1.0.0~svn6270-1Open IGT Link is a simple network 
ii  libpython2.6  2.6.5+20100706-1   Shared Python runtime library (ver
ii  libslicer33.6.0~svn13936-1   software package for visualization
ii  libstdc++64.4.4-7The GNU Standard C++ Library v3
ii  libvtk5.6 5.6.0-1Visualization Toolkit - A high lev
ii  python-numpy  1:1.3.0-3+b2   Numerical Python adds a fast array
ii  slicer-data   3.6.0~svn13936-1   software package for visualization
ii  tcl-vtk   5.6.0-1Tcl bindings for VTK
ii  tcl8.58.5.8-2Tcl (the Tool Command Language) v8
ii  tcl8.5-kwwidgets  1.0.0~cvs20090825-4+b2 Cross-Platform GUI Toolkit - TCL/T
ii  tcllib1.12-dfsg-2the Standard Tcl Library

slicer recommends no packages.

slicer 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#591340: Spelling: dictionary not found

2010-08-02 Thread Arthur Magill
Package: texmaker
Version: 1.9.9-2
Severity: important

The dictionary (in my case en_GB.dic) is not present in the default location
(/usr/share/texmaker). Redirecting to /usr/share/myspell/dicts fixes the
problem, but it would be nice if it worked out-of-the-box.



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

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

Versions of packages texmaker depends on:
ii  libc6 2.11.2-2   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.4-7  GCC support library
ii  libqt4-network4:4.6.3-1  Qt 4 network module
ii  libqt4-xml4:4.6.3-1  Qt 4 XML module
ii  libqtcore44:4.6.3-1  Qt 4 core module
ii  libqtgui4 4:4.6.3-1  Qt 4 GUI module
ii  libstdc++64.4.4-7The GNU Standard C++ Library v3

Versions of packages texmaker recommends:
ii  aspell  0.60.6-4 GNU Aspell spell-checker
ii  asymptote   2.02-2   script-based vector graphics langu
ii  ghostscript 8.71~dfsg2-3 The GPL Ghostscript PostScript/PDF
ii  myspell-en-gb [myspell-dict 1:3.2.1-2English_british dictionary for mys
ii  myspell-en-us [myspell-dict 1:3.2.1-2English_american dictionary for my
ii  netpbm  2:10.0-12.2  Graphics conversion tools between 
ii  psutils 1.17-27  A collection of PostScript documen
ii  texlive-latex-extra 2009-9   TeX Live: LaTeX supplementary pack
ii  texmaker-data   1.9.9-2  Texmaker LaTeX editor -- arch-inde

texmaker 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#591341: luakit: segfaults on startup

2010-08-02 Thread Edward Allcutt
Package: luakit
Version: 0~20100725-1
Severity: normal

As follows:
$ luakit 
D: luakit: luaH_parserc:566: Segmentation fault
$ 

Rebuilding from the source package seems to fix it.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (700, 'experimental')
Architecture: i386 (i686)

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

Versions of packages luakit depends on:
ii  libatk1.0-0   1.30.0-1   The ATK accessibility toolkit
ii  libc6 2.11.2-2   Embedded GNU C Library: Shared lib
ii  libcairo2 1.8.10-4   The Cairo 2D vector graphics libra
ii  libfontconfig12.8.0-2.1  generic font configuration library
ii  libfreetype6  2.4.0-2FreeType 2 font engine, shared lib
ii  libglib2.0-0  2.24.1-1   The GLib library of C routines
ii  libgtk2.0-0   2.20.1-1   The GTK+ graphical user interface 
ii  liblua5.1-0   5.1.4-5Simple, extensible, embeddable pro
ii  libpango1.0-0 1.28.1-1   Layout and rendering of internatio
ii  libsoup2.4-1  2.30.2-1   an HTTP library implementation in 
ii  libwebkit-1.0-2   1.2.1-2Web content engine library for Gtk
ii  libxdg-basedir1   1.0.2-1implementation of the XDG Base Dir

luakit recommends no packages.

luakit 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#590934: [xml/sgml-pkgs] Bug#590934: libxml2: Segmentation fault, when compiling with -static

2010-08-02 Thread Mike Hommey
On Fri, Jul 30, 2010 at 11:53:17AM +0200, Christoph Junghans 
 wrote:
> Package: libxml2
> Version: 2.6.32.dfsg-5+lenny1
> 
> I know static compiling is bad, but from time to time you need it.
> 
> Here is the simplest case I can imagine:
> $ cat main.c
> #include 
> 
> int main(int argc, char **argv) {
> xmlInitParser();
> }
> $ gcc -static main.c `xml2-config --libs --cflags` -pthread -lz -lm
> $ ./a.out
> Segmentation fault
> 
> This is a problem with weak symbols in threads.c
> 
> A patch can be found here:
> https://bugzilla.gnome.org/show_bug.cgi?id=609926
> but upstream refused to merge it.

Upstream is partially responsible for the problem. I'd say there are actually
2 different problems. The first one is that despite using weak symbols, the
initialization steps don't check if the symbols are resolved before using
them. That should IMHO be fixed in libxml2, instead of removing weak symbols.
The fix should be straightforward.

The other issue is that gcc and ld are doing weird stuff with those weak
pthread symbols, even when using -lpthread. I'll probably file a bug against
either or both.

Please also note that you should be using the "--libs --static" options when
linking statically libxml2, which gives the right flags, but due to the above,
that doesn't buy much.

Cheers,

Mike



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



Bug#591264: pommed: brightness control no longer working on macbook pro

2010-08-02 Thread Julien BLACHE
Rob Browning  wrote:

Hi,

> OK.  This log was taken while pressing f2 three times followed by f1
> three times.

As you can see, there are no errors whatsoever and the key events are
received & processed.

What do you have under /sys/class/backlight? If there's anything in
there, does it work if you manually change the backlight there?

JB.

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



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



Bug#588342: closed by Matthias Klose

2010-08-02 Thread Anton Khirnov
Sorry, the issue is still there.

r...@zohar:/# apt-cache policy python2.6
python2.6:
  Installed: 2.6.5+20100730-1
  Candidate: 2.6.5+20100730-1
  Version table:
 *** 2.6.5+20100730-1 0
500 http://ftp.cz.debian.org sid/main Packages
100 /var/lib/dpkg/status
r...@zohar:/# python2.6
Python 2.6.5+ (release26-maint, Jul 30 2010, 23:04:10)
[GCC 4.4.4] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> print sys.path
['', '/usr/lib/python2.6', '/usr/lib/python2.6/plat-linux2', 
'/usr/lib/python2.6/lib-tk', '/usr/lib/python2.6/lib-old', 
'/usr/lib/python2.6/lib-dynload', '/usr/lib/python2.6/dist-packages', 
'/usr/local/lib/python2.6/dist-packages']




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



Bug#590900: minicom: setting localecho in config file doesn't work

2010-08-02 Thread Adam Lackorzynski
Hi,

On Fri Jul 30, 2010 at 01:52:39 +0200, Peter De Wachter wrote:
> I've tried configuring minicom to start with local echo enabled ("pu localecho
> Yes" in the config file), but this doesn't work. Minicom's upper layer
> recognizes this setting, but it isn't passed on to the vt100 layer. The
> attached patch contains a fix.

I think this is already fixed in the upstream repo.


Adam
-- 
Adam a...@os.inf.tu-dresden.de
  Lackorzynski http://os.inf.tu-dresden.de/~adam/



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



Bug#590934: [xml/sgml-pkgs] Bug#590934: libxml2: Segmentation fault, when compiling with -static

2010-08-02 Thread Christoph Junghans
How do you check if a weak symbol was resolved?

2010/8/2 Mike Hommey :
> On Fri, Jul 30, 2010 at 11:53:17AM +0200, Christoph Junghans 
>  wrote:
>> Package: libxml2
>> Version: 2.6.32.dfsg-5+lenny1
>>
>> I know static compiling is bad, but from time to time you need it.
>>
>> Here is the simplest case I can imagine:
>> $ cat main.c
>> #include 
>>
>> int main(int argc, char **argv) {
>>             xmlInitParser();
>> }
>> $ gcc -static main.c `xml2-config --libs --cflags` -pthread -lz -lm
>> $ ./a.out
>> Segmentation fault
>>
>> This is a problem with weak symbols in threads.c
>>
>> A patch can be found here:
>> https://bugzilla.gnome.org/show_bug.cgi?id=609926
>> but upstream refused to merge it.
>
> Upstream is partially responsible for the problem. I'd say there are actually
> 2 different problems. The first one is that despite using weak symbols, the
> initialization steps don't check if the symbols are resolved before using
> them. That should IMHO be fixed in libxml2, instead of removing weak symbols.
> The fix should be straightforward.
>
> The other issue is that gcc and ld are doing weird stuff with those weak
> pthread symbols, even when using -lpthread. I'll probably file a bug against
> either or both.
>
> Please also note that you should be using the "--libs --static" options when
> linking statically libxml2, which gives the right flags, but due to the above,
> that doesn't buy much.
>
> Cheers,
>
> Mike
>



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



Bug#591338: cannot configure nfs-common and nfs-kernel-server: service script depends on portmap, but rpcbind is installed

2010-08-02 Thread Sebastian Hegler
tags patch
package rpcbind

Adding "portmap" to the "Provides" line of the rpcbind init script fixes the 
issue. I don't know if it's a proper fix, though, and not some evil hack. 

Yours,
Sebastian


rpcbind.patch
Description: Binary data


Bug#590853: ITP: your-freedom -- The your-freedom.net client

2010-08-02 Thread Martín Ferrari
Hi,

On Thu, Jul 29, 2010 at 18:58, Irving Leonard  wrote:
> * Package name    : your-freedom
>  Version         : 0.0.20100728.01
>  Upstream Author : resolution GmbH
> * URL             : http://your-freedom.net/
> * License         : LGPL, others
>  Programming Lang: Java
>  Description     : The your-freedom.net client
>
> Are you trapped behind a firewall or a filtering web proxy and
> cannot access some or many web pages or use an application
> you would like to use or play a game you would like to play? Is
> your Internet connection being censored and you would like to stick
> censorship where the sun doesn't shine? Would you prefer to stay
> anonymous, that your IP address is not logged with every access to
> someone's web page? Then look no further, you've found the solution!

This description sounds like a marketing blurb (in fact, it is copied
verbatim from the webpage), I think that's not good for a Debian
package. IMO it should just explain what is this for, and highlight
that it is a paid sarvice.

-- 
Martín Ferrari



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



Bug#585598: Plans to upload a package with fixed French translation of debconf templates?

2010-08-02 Thread Christian PERRIER
Hell there, openswan maintainers,

Bug #585598 is now the oldest bug report for French localization of
debconf templates in a package. So, here am I, coming on your
toes..:-)

Are there any plans to upload a package fixing these two poor fuzzy
strings (and maybe some other stuff)?

-- 




signature.asc
Description: Digital signature


Bug#540807: rsyslog: program name filter ! in the configuration cannot be reset

2010-08-02 Thread Kiss Gabor (Bitman)
After looking into the code (parse.c)...

Variable pDfltProgNameCmp is NULL until the first
occurence of a !progname line
therefore it matches any program name.

Any later !* line makes rsCStrSetSzStr(pDfltProgNameCmp, NULL) to be called
that replaces current content of the string object with an empty string(!).

See stringbuf.c:
/* Sets the string object to the classigal sz-string provided.
 * Any previously stored vlaue is discarded. If a NULL pointer
 * the the new value (pszNew) is provided, an empty string is
 * created (this is NOT an error!). Property iAllocIncrement is
 * not modified by this function.
 * rgerhards, 2005-10-18
 */

Unfortunately pDfltProgNameCmp must be NULL instead of "".

Gabor



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



Bug#591342: [INTL:da] Danish translation of the debconf templates oneliner-el

2010-08-02 Thread Joe Dalton
Package: oneliner-el
Severity: wishlist
Tags: l10n patch

Please include the attached Danish debconf translations

j...@joe-desktop:~/over/debian/oneliner-el$ msgfmt --statistics -c -v -o 
/dev/null da.po
4 oversatte tekster.

bye
Joe

# Danish translation oneliner-el.
# Copyright (C) 2010 syscp & nedenstående oversættere.
# This file is distributed under the same license as the oneliner-el package.
# Joe Hansen , 2010.
# Korrekturlæst Ask Hjorth Larsen, 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: oneliner-el\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-12-29 14:18+0100\n"
"PO-Revision-Date: 2010-08-02 17:30+01:00\n"
"Last-Translator: Joe Hansen \n"
"Language-Team: Danish  \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 "Should oneliner-el be auto-loaded by default at your site?"
msgstr "Skal oneliner-el som standard automatisk indlæses på din side?"

#. Type: boolean
#. Description
#: ../templates:1001
msgid ""
"If you want to auto-load oneliner-el at your site, you should accept here."
msgstr ""
"Hvis du ønsker at oneliner-el automatisk skal indlæses på din side, skal du "
"acceptere her."

#. Type: boolean
#. Description
#: ../templates:1001
msgid ""
"If you accept here, oneliner-el are loaded globally, i.e. all people in your "
"site can use oneliner-el without special settings in their \"~/.emacs\". If "
"your site is a single user site and you want to use oneliner-el, you should "
"accept here without hesitating."
msgstr ""
"Hvis du accepterer her, bliver oneliner-el indlæst globalt, hvilket vil sige, "
"at alle folk på din side kan bruge oneliner-el uden speciel opsætning i deres "
"»~/.emacs«. Hvis din side er en enkeltbrugerside, og du ønsker at bruge "
"oneliner-el, skal du acceptere her uden videre."

#. Type: boolean
#. Description
#: ../templates:1001
msgid ""
"If you refuse here, people who desire to use it will have to put the string "
"\"(require 'oneliner)\" in their \"~/.emacs\" to load it."
msgstr ""
"Hvis du afviser, vil folk som ønsker at bruge oneliner-el skulle placere "
"strengen »(require 'oneliner)« i deres »~/.emacs« for at kunne indlæse den."


Bug#591343: plymouth-set-default-theme failed to rebuild initrd

2010-08-02 Thread Loïc Le Coq
Package: plymouth
Version: 0.8.3-5
Severity: important

I want to modify plymouth theme

#  plymouth-set-default-theme solar
#  plymouth-set-default-theme -R
/usr/share/plymouth/themes//.plymouth does not exist


I don't understand this error,

Best,



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (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 plymouth depends on:
ii  initramfs-tools   0.97.2 tools for generating an initramfs
ii  libc6 2.11.2-2   Embedded GNU C Library: Shared lib
ii  libcairo2 1.8.10-4   The Cairo 2D vector graphics libra
ii  libdrm-intel1 2.4.18-6   Userspace interface to intel-speci
ii  libdrm-nouveau1   2.4.18-6   Userspace interface to nouveau-spe
ii  libdrm-radeon12.4.18-6   Userspace interface to radeon-spec
ii  libdrm2   2.4.18-6   Userspace interface to kernel DRM 
ii  libglib2.0-0  2.24.1-1   The GLib library of C routines
ii  libpango1.0-0 1.28.1-1   Layout and rendering of internatio
ii  libpng12-01.2.44-1   PNG library - runtime
ii  ttf-dejavu-core   2.31-1 Vera font family derivate with add

Versions of packages plymouth recommends:
ii  plymouth-themes-all   0.8.3-5Graphical Boot Animation and Logge

Versions of packages plymouth suggests:
pn  gdm(no description available)

-- Configuration Files:
/etc/plymouth/plymouthd.conf changed:
[Daemon]


-- 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#529224: Cron job removal

2010-08-02 Thread Stig Sandbeck Mathisen
Jayen  writes:

> The cron job was not added by puppet, but was around before we started
> using puppet.  We're trying to clean up some of the old cron jobs
> using puppet.

That won't work with puppet's cron provider, unfortunately. It will only
remove cron jobs it identifies as one of its own.

To be more specific: It uses a commented header to identify the cron
job.  As you see, the hour and minute does not need to be specified to
remove the cron job:

,[ Existing crontab before puppet ]
| s...@mavis:~ :) $ crontab -l
| # m h  dom mon dow   command
| 08  08 *   *   * /home/ssm/bin/update-schroots
`

,[ Add new crontab with puppet ]
| $ puppet -e 'cron{"update-schroots": command => 
"/home/ssm/bin/update-schroots", minute => fqdn_rand(59), hour=> fqdn_rand(23), 
ensure => present }'
| notice: /Stage[main]//Cron[update-schroots]/ensure: created
| s...@mavis:~ :) $ crontab -l
| # HEADER: This file was autogenerated at Mon Aug 02 11:33:18 +0200 2010 by 
puppet.
| # HEADER: While it can still be managed manually, it is definitely not 
recommended.
| # HEADER: Note particularly that the comments starting with 'Puppet Name' 
should
| # HEADER: not be deleted, as doing so could cause duplicate cron jobs.
| # m h  dom mon dow   command
| 08 08 * * * /home/ssm/bin/update-schroots
| # Puppet Name: update-schroots
| 25 17 * * * /home/ssm/bin/update-schroots
`

,[ Remove crontab with puppet ]
| s...@mavis:~ :) $ puppet -e 'cron{"update-schroots": command => 
"/home/ssm/bin/update-schroots", ensure => absent }'
| notice: /Stage[main]//Cron[update-schroots]/ensure: removed
| s...@mavis:~ :) $ crontab -l
| # HEADER: This file was autogenerated at Mon Aug 02 11:34:37 +0200 2010 by 
puppet.
| # HEADER: While it can still be managed manually, it is definitely not 
recommended.
| # HEADER: Note particularly that the comments starting with 'Puppet Name' 
should
| # HEADER: not be deleted, as doing so could cause duplicate cron jobs.
| # m h  dom mon dow   command
| 08 08 * * * /home/ssm/bin/update-schroots
`

,[ Remove crontab with puppet (again) ]
| s...@mavis:~ :) $ puppet -e 'cron{"update-schroots": command => 
"/home/ssm/bin/update-schroots", ensure => absent }'
| s...@mavis:~ :) $ crontab -l
| # HEADER: This file was autogenerated at Mon Aug 02 11:34:37 +0200 2010 by 
puppet.
| # HEADER: While it can still be managed manually, it is definitely not 
recommended.
| # HEADER: Note particularly that the comments starting with 'Puppet Name' 
should
| # HEADER: not be deleted, as doing so could cause duplicate cron jobs.
| # m h  dom mon dow   command
| 08 08 * * * /home/ssm/bin/update-schroots
`

You could, instead, use a definition to remove a line matching your
commands in the crontab file with a define like the one found at
http://git.black.co.at/?p=module-common;a=blob_plain;f=manifests/defines/line.pp

-- 
Stig Sandbeck Mathisen
  ooo, shiny!



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



Bug#591051: kazehakase-webkit: gdb output

2010-08-02 Thread Yavor Doganov
В 11:50 +0200 на 01.08.2010 (нд), Alek написа:
> and ran gdb, ouput below.

Thanks.  Are you by any chance trying to switch from the menu, View ->
Switch layout engine?  That's known to be broken, particularly if you
don't have a tab open as it appears.

Try Edit -> Preferences -> Browser -> Layout engine, then press "Apply"
and "OK".




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



Bug#540807: rsyslog: program name filter ! in the configuration cannot be reset

2010-08-02 Thread Kiss Gabor (Bitman)
This patch fixes the bug.

Gabor

--- ../../rsyslog-orig/rsyslog-3.18.6/conf.c2008-12-10 19:02:24.0 
+0100
+++ conf.c  2010-08-02 13:07:50.213850465 +0200
@@ -962,8 +962,7 @@
if(**pline != '\0' && **pline == '*' && *(*pline+1) == '\0') {
dbgprintf("resetting programname filter\n");
if(pDfltProgNameCmp != NULL) {
-   if((iRet = rsCStrSetSzStr(pDfltProgNameCmp, NULL)) != 
RS_RET_OK)
-   return(iRet);
+   rsCStrDestruct(&pDfltProgNameCmp);
}
} else {
dbgprintf("setting programname filter to '%s'\n", *pline);



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



Bug#589306: Additional Info

2010-08-02 Thread Guigui Moimoi
Hi Roberto,

Just wanted to follow up on this bug.



Apparently several people have found that the solution of building the
package with the additional dpkg-buildflags --get FFLAGS -g -O2 solves the
problem (see http://readlist.com/lists/openswan.org/users/2/10743.html).



As such, I’m not sure it’s actually an upstream bug.



I’m not aware of the way this type of issues is handled, but I guess the
package would have to be rebuilt for the same version of xl2tpd as part of
debian testing.



Thanks a lot for your help guys.



Cheers


Bug#501520: CTAN upload

2010-08-02 Thread Hilmar Preusse
On 30.07.10 Matthew Vernon (matt...@debian.org) wrote:

Hi,

> FYI, In response to a request by email, I've uploaded my patched
> version of flashcards (as v1.0.1) to CTAN.  I don't know how long
> that will take to update, but it would be nice if my fix made it
> into testing before release :)
> 
Many thanks for your work! However we won't update the TL packages in
Debian just for a single LaTeX package. If people need the fix they
can install the updated package into the local texmf tree.

Please notify us if the new package is on CTAN.

H.
-- 
sigmentation fault



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



Bug#587391: pure-ftpd-postgresql: spontanous crash

2010-08-02 Thread Nico Golde
Hi,
can you provide the configuration that is causing this as 
well as details on how to reproduce?

Cheers
Nico



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



Bug#591344: im-switch is not internationalised

2010-08-02 Thread David Planella
Package: im-switch
Version: 1.20
Tags: i18n

The im-switch application is not internationalised, and thus is only
useful for English speakers.

Its main purpose being allowing non-English users to switch between
input methods, it would just make sense for it to have natural language
support.

The application is currently a shell script that uses zenity to create a
UI dialog. Here [1] is an example of how a zenity shell script can be
internationalised.

[1] 
https://code.launchpad.net/~dpm/ubuntu/lucid/xorg/bug-335678/+merge/17970/+preview-diff/+files/preview.diff




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


Bug#591345: xserver-xorg-video-cirrus: gd5446 w. 4mb: pitch too high

2010-08-02 Thread Stefan Potyra
Package: xserver-xorg-video-cirrus
Version: 1:1.3.2-2
Severity: normal
Tags: patch

Hi,

thanks for maintaining xserver-xorg-video-cirrus. With the resolution 
1360x768, the driver sets the pitch to 1408 * 3. However internally, the gd 
5446 uses only 9 bits to store the pitch, which get left shifted by 3. So the 
maximum allowed value for the pitch is 4088. As a result, the screen is 
garbled since the resulting pitch is then just 128.

Attached is a patch, that limits the maximum pitch for the gd5446. This bug is 
also reported upstream at 


Would be very nice if you could apply the patch.

Thanks in advance,
Stefan.

-- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 Jul 17 16:37 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1878240 Jun  3 15:09 /usr/bin/Xorg

/var/lib/x11/xorg.conf.roster does not exist.

VGA-compatible devices on PCI bus:
00:08.0 VGA compatible controller: Cirrus Logic GD 5446 (rev 01)

/etc/X11/xorg.conf does not exist.

Kernel version (/proc/version):
Linux version 2.6.32-5-amd64 (Debian 2.6.32-15) (b...@decadent.org.uk) (gcc 
version 4.3.5 (Debian 4.3.5-1) ) #1 SMP Tue Jun 1 04:34:03 UTC 2010

Xorg X server log files on system:
-rw-r--r-- 1 root root 34498 Aug  2 10:40 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

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-5-amd64 x86_64 Debian
Current Operating System: Linux debian 2.6.32-5-amd64 #1 SMP Tue Jun 1 
04:34:03 UTC 2010 x86_64
Kernel command line: initrd=/live/initrd.img boot=live live-config   
BOOT_IMAGE=/live/vmlinuz 
Build Date: 03 June 2010  03:01:44PM
xorg-server 2:1.7.7-2 (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: Mon Aug  2 10:39:56 2010
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(==) No Layout section.  Using the first Screen section.
(==) No screen section available. Using defaults.
(**) |-->Screen "Default Screen Section" (0)
(**) |   |-->Monitor ""
(==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
(==) 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: 0x7c5e80
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 6.0
X.Org XInput driver : 7.0
X.Org Server Extension : 2.0
(++) using VT number 7

(--) PCI:*(0:0:8:0) 1013:00b8:: Cirrus Logic GD 5446 rev 1, Mem @ 
0x5000/33554432, 0x5200/4096, BIOS @ 0x/65536
(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/lib

Bug#573112: Testing a patch now

2010-08-02 Thread Alan Woodland
tags 573112 +patch
thanks

I'm testing a newer patch from upstream which adds support for newer kernels.

Alan



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



Bug#589294: Acknowledgement (Crashes / traces after copying large files over NFS)

2010-08-02 Thread Leszek Urbanski
<20100727153041.ga5...@galadriel.inutil.org>; from Moritz Muehlenhoff on Tue, 
Jul 27, 2010 at 11:30:41 -0400

> It should be applied upstream, before we can pull it into the Debian
> kernel (ideally through 2.6.32.x).

https://bugzilla.kernel.org/show_bug.cgi?id=16056#c18

"Comment #18 From Trond Myklebust 2010-07-31 18:13:10 (-) [reply] 
Commit number in Linus's tree is b608b283a962caaa280756bc8563016a71712acf
(NFS: kswapd must not block in nfs_release_page)

Also Cced sta...@kernel.org"


-- 
Leszek "Tygrys" Urbanski, SCSA, SCNA
 "Unix-to-Unix Copy Program;" said PDP-1. "You will never find a more
  wretched hive of bugs and flamers. We must be cautious." -- DECWARS
 http://cygnus.moo.pl/ -- Cygnus High Altitude Balloon



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



Bug#591346: Allow the installation of libhdf5-serial and libhdf5-openmpi at the same time

2010-08-02 Thread Sylvestre Ledru
Package: hdf5
Severity: important

Hello,

More and more packages are using hdf5 packages.
Some of them (for example, Code Saturne) are using hdf5 mpi by default while
others, like Scilab, needs the serial one.

This is causing also some issues at build time. See bug #591164.

To reproduce it:
aptitude install libhdf5-openmpi-1.8.4 libhdf5-serial-1.8.4

By the way, if the ABI are compatible, #586149 might be the solution.

Thanks for considering this. 

If you need help on this, don't hesitate to ask.
Sylvestre


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

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






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



Bug#540807: rsyslog: program name filter ! in the configuration cannot be reset

2010-08-02 Thread Rainer Gerhards
Thanks for the patch, I'll check if the problem exists in the current
versions and apply the patch if so :)

Rainer

> -Original Message-
> From: Kiss Gabor (Bitman) [mailto:ki...@ssg.ki.iif.hu]
> Sent: Monday, August 02, 2010 1:19 PM
> To: 540...@bugs.debian.org
> Subject: Bug#540807: rsyslog: program name filter ! in the
> configuration cannot be reset
> 
> This patch fixes the bug.
> 
> Gabor
> 
> --- ../../rsyslog-orig/rsyslog-3.18.6/conf.c  2008-12-10
> 19:02:24.0 +0100
> +++ conf.c2010-08-02 13:07:50.213850465 +0200
> @@ -962,8 +962,7 @@
>   if(**pline != '\0' && **pline == '*' && *(*pline+1) == '\0') {
>   dbgprintf("resetting programname filter\n");
>   if(pDfltProgNameCmp != NULL) {
> - if((iRet = rsCStrSetSzStr(pDfltProgNameCmp, NULL)) !=
> RS_RET_OK)
> - return(iRet);
> + rsCStrDestruct(&pDfltProgNameCmp);
>   }
>   } else {
>   dbgprintf("setting programname filter to '%s'\n", *pline);
> 
> 




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



Bug#588727: python-gendoc: broken with Python >= 2.5: ImportError: No module named regex

2010-08-02 Thread Jakub Wilk

* Steve Kowalik , 2010-08-02, 12:03:

Speaking as the maintainer of this package, I'm happy for this package
to be removed from the archive. Shall we retitle and re-assign this bug?


clone + reassign would be more appropriate. Also, this issue needs to be 
somehow fixed in lenny as well; we have 2 easy solutions here:

- remove it from lenny;
- upload new version with #!/usr/bin/python2.4 shebang.

--
Jakub Wilk


signature.asc
Description: Digital signature


Bug#581841: Silly me

2010-08-02 Thread Frode Severin Hatlevik
Silly me not to investigate version numbers in the Debian packaging
system. Seems there is only a minor step from 2.2 to 2.3, though there
is a distinct change in the API.

Mea maxima culpa.
;)Frode

-- 
Da sa Gud: "Det bli lys!"
Og det ble lys.
                      1. Mosebok 1.3

And God said, "Let there be light,"
and there was light.
                      Genesis 1:3, NIV



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



Bug#591347: browser-plugin-lightspark: Crashes on every YT video with Iceweasel

2010-08-02 Thread Kai Wasserbäch
Package: browser-plugin-lightspark
Version: 0.4.2.1-1
Severity: important
Tags: upstream

Dear Didier,
I've installed Lightspark for testing purposes with Iceweasel 3.6.7 (from Debian
Experimental). At the moment Lightspark crashes (and takes the complete
Iceweasel with it) due to a SIGILL on every YT video I've tried (including the
ones listed as working in the README file in the source package).

Attached you'll find a backtrace and a register dump (with installed
debugging package for Lightspark there is still one unresolved symbol in
the Lightspark library). If you need more information, please ask me for
it and I'm going to try to provide it ASAP.

Kind regards,
Kai Wasserbäch


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

Kernel: Linux 2.6.34.1-cabal
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 browser-plugin-lightspark depends on:
ii  libc6 2.11.2-2   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.4-7  GCC support library
ii  libgtk2.0-0   2.20.1-1   The GTK+ graphical user interface
ii  libstdc++64.4.4-7The GNU Standard C++ Library v3
ii  libx11-6  2:1.3.3-3  X11 client-side library
ii  lightspark-common 0.4.2.1-1  High-performance SWF player - comm

browser-plugin-lightspark recommends no packages.

browser-plugin-lightspark suggests no packages.

-- no debconf information



-- 

Kai Wasserbäch (Kai Wasserbaech)

E-Mail: deb...@carbon-project.org
Jabber (debianforum.de): Drizzt
URL: http://wiki.debian.org/C%C3%B9ran
GnuPG: 0xE1DE59D2  0600 96CE F3C8 E733 E5B6 1587 A309 D76C E1DE 59D2
(http://pgpkeys.pca.dfn.de/pks/lookup?search=0xE1DE59D2&fingerprint=on&hash=on&op=vindex)
Program received signal SIGILL, Illegal instruction.
[Switching to Thread 0xa16f7b70 (LWP 11235)]
0xaa7edf26 in outer_loop () from /usr/lib/lightspark/liblightspark.so.0.4
(gdb) bt
#0  0xaa7edf26 in outer_loop () from /usr/lib/lightspark/liblightspark.so.0.4
#1  0xaadf4ff4 in ?? () from /usr/lib/lightspark/liblightspark.so.0.4
#2  0xaa7e9428 in lightspark::FFMpegVideoDecoder::copyFrameToTexture 
(this=0x9bc72000, tex=...) at /pack/lightspark-0.4.2.1/decoder.cpp:236
#3  0xaa7cbbee in lightspark::NetStream::copyFrameToTexture (this=0x9d8aacf0, 
tex=...) at /pack/lightspark-0.4.2.1/flashnet.cpp:572
#4  0xaa7e1aea in lightspark::Video::Render (this=0xac07fec0) at 
/pack/lightspark-0.4.2.1/flashmedia.cpp:100
#5  0xaa7ba5db in lightspark::Sprite::Render (this=0xacb74bb0) at 
/pack/lightspark-0.4.2.1/flashdisplay.cpp:385
#6  0xaa7b7e2b in lightspark::MovieClip::Render (this=0xabbd6800) at 
/pack/lightspark-0.4.2.1/flashdisplay.cpp:643
#7  0xaa6c7bb9 in lightspark::RootMovieClip::Render (this=0xabbd6800) at 
/pack/lightspark-0.4.2.1/swf.cpp:1378
#8  0xaa6d61a7 in lightspark::RenderThread::gtkplug_worker (th=0xacb72370) at 
/pack/lightspark-0.4.2.1/swf.cpp:1176
#9  0xb768c955 in start_thread (arg=0xa16f7b70) at pthread_create.c:300
#10 0xb760c10e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
(gdb) info registers 
eax0x0  0
ecx0xa9004000   -1459601408
edx0x9bc85000   -1681371136
ebx0x0  0
esp0xa16f6ddc   0xa16f6ddc
ebp0xa16f6de8   0xa16f6de8
esi0x9bc72000   -1681448960
edi0x9bc27000   -1681756160
eip0xaa7edf26   0xaa7edf26 
eflags 0x10246  [ PF ZF IF RF ]
cs 0x73 115
ss 0x7b 123
ds 0x7b 123
es 0x7b 123
fs 0x0  0
gs 0x33 51


signature.asc
Description: OpenPGP digital signature


Bug#588089: SIGABRT when typing ~ in search box (backtrace included)

2010-08-02 Thread Kai Wasserbäch
Dear Daniel,
I can reproduce this since the latest testing migration (0.6.3-3). I've attached
a backtrace and a register dump of what happens, when you enter a ~ into the
search box (as a side note: calling `aptitude search ~i' on the shell doesn't
cause the SIGABRT, only if you're in the NCurses interface, aptitude dies).

If you should need more information, please let me know.

Kind regards,
Kai Wasserbäch


-- Package-specific info:
aptitude 0.6.3 compiled at Jul 10 2010 21:52:22
Compiler: g++ 4.4.4
Compiled against:
  apt version 4.8.0
  NCurses version 5.7
  libsigc++ version: 2.2.4.2
  Ept support enabled.
  Gtk+ support disabled.

Current library versions:
  NCurses version: ncurses 5.7.20100313
  cwidget version: 0.5.16
  Apt version: 4.8.0
linux-gate.so.1 =>  (0xb786e000)
libapt-pkg-libc6.9-6.so.4.8 => /usr/lib/libapt-pkg-libc6.9-6.so.4.8 
(0xb7792000)
libncursesw.so.5 => /lib/libncursesw.so.5 (0xb774c000)
libsigc-2.0.so.0 => /usr/lib/libsigc-2.0.so.0 (0xb7746000)
libcwidget.so.3 => /usr/lib/libcwidget.so.3 (0xb7686000)
libept.so.1 => /usr/lib/libept.so.1 (0xb7636000)
libxapian.so.15 => /usr/lib/libxapian.so.15 (0xb74e5000)
libz.so.1 => /usr/lib/libz.so.1 (0xb74d1000)
libsqlite3.so.0 => /usr/lib/libsqlite3.so.0 (0xb744d000)
libboost_iostreams.so.1.42.0 => /usr/lib/libboost_iostreams.so.1.42.0 
(0xb7434000)
libpthread.so.0 => /lib/i686/cmov/libpthread.so.0 (0xb741b000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7325000)
libm.so.6 => /lib/i686/cmov/libm.so.6 (0xb72ff000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb72e1000)
libc.so.6 => /lib/i686/cmov/libc.so.6 (0xb719a000)
libutil.so.1 => /lib/i686/cmov/libutil.so.1 (0xb7196000)
libdl.so.2 => /lib/i686/cmov/libdl.so.2 (0xb7191000)
libbz2.so.1.0 => /lib/libbz2.so.1.0 (0xb718)
librt.so.1 => /lib/i686/cmov/librt.so.1 (0xb7177000)
/lib/ld-linux.so.2 (0xb786f000)
Terminal: xterm
$DISPLAY is set.
`which aptitude`: /usr/bin/aptitude
aptitude version information:

aptitude linkage:

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

Kernel: Linux 2.6.34.1-cabal
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 aptitude depends on:
ii  apt [libapt-pkg-libc6.9 0.7.25.3 Advanced front-end for dpkg
ii  libboost-iostreams1.42. 1.42.0-3 Boost.Iostreams Library
ii  libc6   2.11.2-2 Embedded GNU C Library: Shared lib
ii  libcwidget3 0.5.16-3 high-level terminal interface libr
ii  libept1 1.0.3High-level library for managing De
ii  libgcc1 1:4.4.4-7GCC support library
ii  libncursesw55.7+20100313-2   shared libraries for terminal hand
ii  libsigc++-2.0-0c2a  2.2.4.2-1type-safe Signal Framework for C++
ii  libsqlite3-03.6.23.1-4   SQLite 3 shared library
ii  libstdc++6  4.4.4-7  The GNU Standard C++ Library v3
ii  libxapian15 1.0.20-2 Search engine library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages aptitude recommends:
pn  apt-xapian-index   (no description available)
pn  aptitude-doc-en | aptitude-do  (no description available)
ii  libparse-debianchangelog-perl 1.1.1-2parse Debian changelogs and output
ii  sensible-utils0.0.4  Utilities for sensible alternative

Versions of packages aptitude suggests:
ii  debtags   1.7.10 Enables support for package tags
pn  tasksel(no description available)

-- no debconf information



-- 

Kai Wasserbäch (Kai Wasserbaech)

E-Mail: deb...@carbon-project.org
Jabber (debianforum.de): Drizzt
URL: http://wiki.debian.org/C%C3%B9ran
GnuPG: 0xE1DE59D2  0600 96CE F3C8 E733 E5B6 1587 A309 D76C E1DE 59D2
(http://pgpkeys.pca.dfn.de/pks/lookup?search=0xE1DE59D2&fingerprint=on&hash=on&op=vindex)
Program received signal SIGABRT, Aborted.
0xb77d3424 in __kernel_vsyscall ()
(gdb) bt
#0  0xb77d3424 in __kernel_vsyscall ()
#1  0xb7129751 in *__GI_raise (sig=6) at 
../nptl/sysdeps/unix/sysv/linux/raise.c:64
#2  0xb712cb82 in *__GI_abort () at abort.c:92
#3  0xb71228b8 in *__GI___assert_fail (assertion=0x82c1ca0 "px != 0", 
file=0x82e397c "/usr/include/boost/smart_ptr/scoped_ptr.hpp", line=91, 
function=0x8311280 "T& boost::scoped_ptr::operator*() const [with T = 
Xapian::Database]") at assert.c:81
#4  0x082acd68 in 
aptitude::matching::search_cache::implementation::term_matches(pkgCache::PkgIterator
 const&, std::string const&, bool) ()
#5  0x082a11a5 in evaluate_atomic (p=, target=..., 
the_stack=..., search_info=..., cache=..., records=..., debug=false)
at ../../../../../src/generic/apt/match

Bug#588455: samba: 'panic action' script called for /usr/sbin/smbd

2010-08-02 Thread Jan Wächtler
 This is another example of todays occurences, if you need more, please 
let me know


Thanks
Jan

Aug  2 12:08:35 brs001 smbd[11217]: [2010/08/02 12:08:35,  0] 
lib/fault.c:46(fault_report)
Aug  2 12:08:35 brs001 smbd[11217]:   
===
Aug  2 12:08:35 brs001 smbd[11217]: [2010/08/02 12:08:35,  0] 
lib/fault.c:47(fault_report)
Aug  2 12:08:35 brs001 smbd[11217]:   INTERNAL ERROR: Signal 11 in pid 
11217 (3.4.8)
Aug  2 12:08:35 brs001 smbd[11217]:   Please read the Trouble-Shooting 
section of the Samba3-HOWTO
Aug  2 12:08:35 brs001 smbd[11217]: [2010/08/02 12:08:35,  0] 
lib/fault.c:49(fault_report)

Aug  2 12:08:35 brs001 smbd[11217]:
Aug  2 12:08:35 brs001 smbd[11217]:   From: 
http://www.samba.org/samba/docs/Samba3-HOWTO.pdf
Aug  2 12:08:35 brs001 smbd[11217]: [2010/08/02 12:08:35,  0] 
lib/fault.c:50(fault_report)
Aug  2 12:08:35 brs001 smbd[11217]:   
===
Aug  2 12:08:35 brs001 smbd[11217]: [2010/08/02 12:08:35,  0] 
lib/util.c:1480(smb_panic)

Aug  2 12:08:35 brs001 smbd[11217]:   PANIC (pid 11217): internal error
Aug  2 12:08:35 brs001 smbd[11217]: [2010/08/02 12:08:35,  0] 
lib/util.c:1584(log_stack_trace)

Aug  2 12:08:35 brs001 smbd[11217]:   BACKTRACE: 27 stack frames:
Aug  2 12:08:35 brs001 smbd[11217]:#0 
/usr/sbin/smbd(log_stack_trace+0x2d) [0xb737a55d]
Aug  2 12:08:35 brs001 smbd[11217]:#1 /usr/sbin/smbd(smb_panic+0x2d) 
[0xb737a65d]

Aug  2 12:08:35 brs001 smbd[11217]:#2 /usr/sbin/smbd [0xb7367c46]
Aug  2 12:08:35 brs001 smbd[11217]:#3 [0xb7030400]
Aug  2 12:08:35 brs001 smbd[11217]:#4 
/usr/lib/libgcrypt.so.11(gcry_randomize+0x2b) [0xb6b36c9b]
Aug  2 12:08:35 brs001 smbd[11217]:#5 /usr/lib/libgnutls.so.26 
[0xb6e6c0fc]
Aug  2 12:08:35 brs001 smbd[11217]:#6 
/usr/lib/libgnutls.so.26(_gnutls_rnd_init+0x53) [0xb6e62ca3]
Aug  2 12:08:35 brs001 smbd[11217]:#7 
/usr/lib/libgnutls.so.26(gnutls_global_init+0x1d5) [0xb6e52025]
Aug  2 12:08:35 brs001 smbd[11217]:#8 
/usr/lib/libcups.so.2(httpInitialize+0x53) [0xb6ed4773]
Aug  2 12:08:35 brs001 smbd[11217]:#9 
/usr/lib/libcups.so.2(httpConnectEncrypt+0x55) [0xb6ed4bc5]
Aug  2 12:08:35 brs001 smbd[11217]:#10 
/usr/lib/libcups.so.2(httpConnect+0x36) [0xb6ed4d46]

Aug  2 12:08:35 brs001 smbd[11217]:#11 /usr/sbin/smbd [0xb733e94a]
Aug  2 12:08:35 brs001 smbd[11217]:#12 
/usr/sbin/smbd(cups_cache_reload+0x468) [0xb7342638]
Aug  2 12:08:35 brs001 smbd[11217]:#13 
/usr/sbin/smbd(pcap_cache_reload+0x16d) [0xb733e43d]
Aug  2 12:08:35 brs001 smbd[11217]:#14 
/usr/sbin/smbd(reload_printers+0x5d) [0xb765bbed]
Aug  2 12:08:35 brs001 smbd[11217]:#15 
/usr/sbin/smbd(check_reload+0xea) [0xb715b41a]

Aug  2 12:08:35 brs001 smbd[11217]:#16 /usr/sbin/smbd [0xb715b4b0]
Aug  2 12:08:35 brs001 smbd[11217]:#17 /usr/sbin/smbd [0xb715bc5c]
Aug  2 12:08:35 brs001 smbd[11217]:#18 
/usr/sbin/smbd(run_events+0xa5) [0xb738b715]
Aug  2 12:08:35 brs001 smbd[11217]:#19 
/usr/sbin/smbd(smbd_process+0x8cd) [0xb715d3cd]

Aug  2 12:08:35 brs001 smbd[11217]:#20 /usr/sbin/smbd [0xb765cd75]
Aug  2 12:08:35 brs001 smbd[11217]:#21 
/usr/sbin/smbd(run_events+0x13c) [0xb738b7ac]

Aug  2 12:08:35 brs001 smbd[11217]:#22 /usr/sbin/smbd [0xb738ba4e]
Aug  2 12:08:35 brs001 smbd[11217]:#23 
/usr/sbin/smbd(_tevent_loop_once+0x9b) [0xb738c08b]
Aug  2 12:08:35 brs001 smbd[11217]:#24 /usr/sbin/smbd(main+0xc1d) 
[0xb765da8d]
Aug  2 12:08:35 brs001 smbd[11217]:#25 
/lib/i686/cmov/libc.so.6(__libc_start_main+0xe5) [0xb6be7455]

Aug  2 12:08:35 brs001 smbd[11217]:#26 /usr/sbin/smbd [0xb70d8311]
Aug  2 12:08:35 brs001 smbd[11217]: [2010/08/02 12:08:35,  0] 
lib/util.c:1485(smb_panic)
Aug  2 12:08:35 brs001 smbd[11217]:   smb_panic(): calling panic action 
[/usr/share/samba/panic-action 11217]
Aug  2 12:08:36 brs001 smbd[11217]: [2010/08/02 12:08:36,  0] 
lib/util.c:1493(smb_panic)

Aug  2 12:08:36 brs001 smbd[11217]:   smb_panic(): action returned status 0
Aug  2 12:08:36 brs001 smbd[11217]: [2010/08/02 12:08:36,  0] 
lib/fault.c:326(dump_core)
Aug  2 12:08:36 brs001 smbd[11217]:   dumping core in 
/var/log/samba/cores/smbd

Aug  2 12:08:36 brs001 smbd[11217]:





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



Bug#591332: RFP: xul-ext-skipscreen -- Incredible Rapidshare and Megaupload download helper

2010-08-02 Thread Benjamin Drung
Am Montag, den 02.08.2010, 12:46 +0400 schrieb Roman V. Nikolaev:
> License: Creative Commons BY-NC-ND

Due to NC in BY-NC-ND the license is not DFSG-compatible. So it wont
make it into main.

-- 
Benjamin Drung
Ubuntu Developer (www.ubuntu.com) | Debian Maintainer (www.debian.org)


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#591348: RFP: glassfish -- GlassFish is a Java EE open source application server.

2010-08-02 Thread Tim Stoop
Package: wnpp
Severity: wishlist

* Package name: glassfish
  Version : 3.0.1
* URL : http://glassfish.dev.java.net/
* License : CDDL and GPLv2
  Programming Lang: Java
  Description : GlassFish is a Java EE open source application server.

GlassFish 3.0.1 is built on a modular, flexible runtime based on the OSGi
standard. It enables organizations to create and deploy Web applications with
the lightweight Java EE 6 Web Profile and to easily leverage the power of the
full Java EE 6 platform for enterprise applications. Developers also benefit
from the simplified programming model and productivity improvements offered by
Java EE 6. The result is a flexible platform that can apply only what is needed
to address the business problem, thereby reducing cost and complexity. Because
GlassFish 3.0.1 uses a microkernel architecture based on OSGi, developers can
begin with the Java EE 6 Web Profile and use the Update Center to dynamically
upgrade to the full Java EE 6 platform!

GlassFish 3.0.1 also features alignment with NetBeans 6.9, support for Eclipse,
scripting support including JRuby/Ruby and Groovy/Grails, an easy-to-use
Administration Console and Update Center connectivity.

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



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



Bug#591332: RFP: xul-ext-skipscreen -- Incredible Rapidshare and Megaupload download helper

2010-08-02 Thread Roman V. Nikolaev


 Исходное сообщение 
Тема: Re: Bug#591332: RFP: xul-ext-skipscreen -- Incredible Rapidshare
and Megaupload download helper
Дата: Mon, 02 Aug 2010 16:30:48 +0400
От: Roman V. Nikolaev 
Кому: Benjamin Drung 

02.08.2010 16:15, Benjamin Drung пишет:
> Am Montag, den 02.08.2010, 12:46 +0400 schrieb Roman V. Nikolaev:
>> License: Creative Commons BY-NC-ND
> 
> Due to NC in BY-NC-ND the license is not DFSG-compatible. So it wont
> make it into main.
> 

maybe non-free? This is very good extension =)

-- 

 Roman V. Nikolaev

mail:rsha...@rambler.ru
icq: 198-364-657
jabber:  rsha...@jabber.org
site:http://www.rshadow.ru





signature.asc
Description: OpenPGP digital signature


Bug#590143: sysfsutils: init-script should wait for cpufrequtils instead on loadcpufreq version graph

2010-08-02 Thread Petter Reinholdtsen

[Mario 'BitKoenig' Holbe]
> Btw... I personally believe that sysfsutils should start somewhere
> close to procps since both do a similar job. The latter currently
> starts in rcS, which IMHO makes sense because it eases the
> dependencies of daemons enormously. Would you mind moving sysfsutils
> to rcS if I'm getting the cpufrequtils maintainer convinced to move
> to rcS, too?

Note that I strongly recommend as many scripts as possible are moved
_out_ of rcS.d/, to make the early boot easier to fix when it comes to
kernel events, make single user mode more useful and to increase the
amount of concurrency possible during boot.  So I would recommend to
first see if procps can be moved out of rcS.d/ first, and not start by
looking at how more scripts can be put in rcS.d/. :)

For the issue reported, adding a header 'should-start: cpufrequtils'
to sysfsutils will make sure it is always started after cpufrequtils,
if both packages are installed.  Let me know if you need a patch
proposal.

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#574966: lxterminal: Slow window update and sometimes never completed

2010-08-02 Thread 7gn6ahq8qm
Hi, and thanks for reviewing this problem.
Great! It seems to be history now (or 99.99% solved).

I tried hard to reproduce the delay problem and luckily I didn't
have any success. This was with lxterminal 0.1.8-2 on the same
computer as then in mars 2010. Also gnome-terminal 2.30.2-1 now works
without the delay.

I did see the "uncompleted window update" problem occasionally. Now it
is even more difficult to reproduce and only with gnome and my
customized user. It also seems less persistent when it happens. It goes
away before I can catch it with some screendumper. I think this is no
problem anymore.

Since then I have another driver for my video card: nouveau instead of
nv for my card "NVIDIA GeForce4 MX 440". This change was forced by the
kernel update from 2.6.32-3-686 to 2.6.32-5-686. Maybe I can reproduce
the delay problem by downgrading the kernel and try the nv driver
again. If you think it's interesting I can try, but I don't think it is
a bug in lxterminal anymore.

Cheers,
Leif Hornsved

PS
My new temporary spam-protected email address: 7gn6ahq...@snkmail.com
DS



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



Bug#591349: mplayer: segfault after latest upgrade

2010-08-02 Thread Kenny Hitt
Package: mplayer
Version: 2:1.0~rc3++final.dfsg1-1
Severity: important

Mplayer will no longer start.  I get the following error even typing a command 
like mplayer --help
mplayer: relocation error: mplayer: symbol codec_wav_tags, version 
LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference

If you need me to provide more info, just ask and I'll do my best to provide it.

  Kenny


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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (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  libasound2 1.0.23-1  shared library for ALSA applicatio
ii  libaudio2  1.9.2-3   Network Audio System - shared libr
ii  libavcodec52   5:0.6~svn20100726-0.0 library to encode decode multimedi
ii  libavformat52  5:0.6~svn20100726-0.0 ffmpeg file format library
ii  libavutil494:0.5.2-1 ffmpeg utility library
ii  libc6  2.11.2-2  Embedded GNU C Library: Shared lib
ii  libcaca0   0.99.beta17-1 colour ASCII art library
ii  libcdparanoia0 3.10.2+debian-9   audio extraction tool for sampling
ii  libdirectfb-1.2-9  1.2.10.0-4direct frame buffer graphics - sha
ii  libdvdread44.1.3-10  library for reading DVDs
ii  libenca0   1.13-3Extremely Naive Charset Analyser -
ii  libesd00.2.41-7  Enlightened Sound Daemon - Shared 
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.4.0-2   FreeType 2 font engine, shared lib
ii  libfribidi00.19.2-1  Free Implementation of the Unicode
ii  libgcc11:4.4.4-8 GCC support library
ii  libgif44.1.6-9   library for GIF images (library)
ii  libgl1-mesa-glx [l 7.7.1-4   A free implementation of the OpenG
ii  libjack0 [libjack- 1:0.118+svn3796-7 JACK Audio Connection Kit (librari
ii  libjpeg62  6b1-1 The Independent JPEG Group's JPEG 
ii  liblircclient0 0.8.3-5   infra-red remote control support -
ii  liblzo2-2  2.03-2data compression library
ii  libncurses55.7+20100313-2shared libraries for terminal hand
ii  libogg01.2.0~dfsg-1  Ogg bitstream library
ii  libopenal1 1:1.12.854-2  Software implementation of the Ope
ii  libpng12-0 1.2.44-1  PNG library - runtime
ii  libpostproc51  5:0.6~svn20100726-0.0 postproc shared libraries
ii  libpulse0  0.9.21-3  PulseAudio client libraries
ii  libsdl1.2debian1.2.14-6  Simple DirectMedia Layer
ii  libsmbclient   2:3.4.8~dfsg-2shared library for communication w
ii  libspeex1  1.2~rc1-1 The Speex codec runtime library
ii  libstdc++6 4.4.4-8   The GNU Standard C++ Library v3
ii  libsvga1   1:1.4.3-29console SVGA display libraries
ii  libswscale05:0.6~svn20100726-0.0 ffmpeg video scaling library
ii  libtheora0 1.1.1+dfsg.1-3The Theora Video Compression Codec
ii  libx11-6   2:1.3.3-3 X11 client-side library
ii  libxext6   2:1.1.2-1 X11 miscellaneous extension librar
ii  libxinerama1   2:1.1-3   X11 Xinerama extension library
ii  libxt6 1:1.0.7-1 X11 toolkit intrinsics library
ii  libxv1 2:1.0.5-1 X11 Video extension library
ii  libxvmc1   2:1.0.5-1 X11 Video extension library
ii  libxxf86dga1   2:1.1.1-2 X11 Direct Graphics Access extensi
ii  libxxf86vm11:1.1.0-2 X11 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 description available)
pn  netselect | fping  (no description available)
pn  ttf-freefont   (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#475730: [request-tracker-maintainers] Bug#475730: request-tracker3.6: should prompt for initial root password

2010-08-02 Thread Dominic Hargreaves
On Sun, Jul 25, 2010 at 04:43:58PM +0100, Dominic Hargreaves wrote:

> We would patch initialdata to remove the default password on the root
> account, and patch rt-setup-database to separately set the password on
> the root account (perhaps within action_insert, perhaps with a separate
> action). It should be possible to use standard RT API methods (ie
> RT::User->SetPassword) to do this.

Note that it wasn't necessary to patch initialdata. The password in
there can simply be overridden if appropriate.

> One complication here is finding a secure channel for communication
> between the postinst and rt-setup-database. We could make rt-setup-database
> prompt for the password and then use expect or similar, but this is
> hacky. We could use a command line option or environment variable, but 
> these are not necessarily secure.
> 
> We could use a temporary file containing a password, which would be okay,
> or we could use a direct call to debconf via perl APIs. The latter would
> be the most elegant but would make the patch completely Debian-specific,
> whereas a separate file-based approach would make it suitable for inclusion
> upstream. Being able to set a safe password should benefit non-Debian
> users, so we should aim to do this.

I've now implemented most of this in SVN. There are a couple of edge
cases to work through, but it's basically done. The patch against
upstream portion of the work has been forwarded upstream as



Dominic.

-- 
Dominic Hargreaves | http://www.larted.org.uk/~dom/
PGP key 5178E2A5 from the.earth.li (keyserver,web,email)



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



Bug#591350: lxde-common: Change fullscreen keyboard shortcut.

2010-08-02 Thread Sérgio Cipolla
Package: lxde-common
Version: 0.5.0-4
Severity: wishlist
Tags: upstream

The fullscreen keyboard shortcut (/usr/share/lxde/openbox/rc.xml, line 290) is
currently set to F11 and this conflicts with other applications such as
Iceweasel.
I suggest to change it for A-F11 (Alt+F11).



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

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

Versions of packages lxde-common depends on:
ii  lxsession 0.4.4-1a lightweight X11 session manager

Versions of packages lxde-common recommends:
ii  lxde-core 0.5.0-4Meta-package for the Lightweight X

Versions of packages lxde-common suggests:
pn  lxlauncher (no description available)

-- Configuration Files:
/etc/xdg/lxsession/LXDE/autostart changed:
@xscreensaver -no-splash
@lxpanel --profile LXDE
@pcmanfm --desktop --profile LXDE
@/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
@volwheel


-- 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#587553: Update

2010-08-02 Thread Ryan Kavanagh
Hi,

Packaging is pending the next upstream release. Upstream says that they forgot
about their old non-free icon license and that they'd relicense them in the next
release.

Cheers,
Ryan

-- 
|_)|_/  Ryan Kavanagh |  GnuPG key
| \| \  http://ryanak.ca/ |  4A11C97A (Transitioning from E95EDDC9)   
()  ascii ribbon campaign - against html e-mail 
/\  www.asciiribbon.org   - against proprietary attachments
Ol qrpelcgvat guvf zrffntr lbh ner va ivbyngvba bs gur QZPN!


signature.asc
Description: Digital signature


Bug#591351: bzr-gtk: packaging improvements to the package like migration to dh7 and so on

2010-08-02 Thread Bhavani Shankar R
Package: bzr-gtk
User: ubuntu-de...@lists.ubuntu.com
Version: 0.98.0+bzr692-1
Severity: wishlist
Tags: patch


Hello dear maintainer,

Attached is the patch which is applied in ubuntu which has some
packaging improvements like updating to dh7 and other stuff

regards

-- 
Bhavani Shankar.R
https://launchpad.net/~bhavi, a proud ubuntu community  member.
What matters in life is application of mind!,
It makes great sense to have some common sense..!
diff -Nru bzr-gtk-0.98.0+bzr692/debian/bzr-gtk.install bzr-gtk-0.98.0+bzr692/debian/bzr-gtk.install
--- bzr-gtk-0.98.0+bzr692/debian/bzr-gtk.install	2010-07-21 19:53:13.0 +0530
+++ bzr-gtk-0.98.0+bzr692/debian/bzr-gtk.install	2010-07-23 11:19:19.0 +0530
@@ -1,9 +1,8 @@
-/usr/share/lintian/overrides/bzr-gtk
 /usr/share/pixmaps/bzr-icon-64.png
 /usr/lib/python*
 /usr/share/bzr-gtk
 /usr/bin/bzr-notify
 /usr/bin/bzr-handle-patch
-/etc/xdg/autostart/bzr-notify.desktop
+bzr-notify.desktop etc/xdg/autostart
 /usr/share/applications/*.desktop
 /usr/share/application-registry/bzr-gtk.applications
+
diff -Nru bzr-gtk-0.98.0+bzr692/debian/compat bzr-gtk-0.98.0+bzr692/debian/compat
--- bzr-gtk-0.98.0+bzr692/debian/compat	2009-11-26 21:38:09.0 +0530
+++ bzr-gtk-0.98.0+bzr692/debian/compat	2010-07-22 05:52:45.0 +0530
@@ -1 +1 @@
-5
+7
diff -Nru bzr-gtk-0.98.0+bzr692/debian/control bzr-gtk-0.98.0+bzr692/debian/control
--- bzr-gtk-0.98.0+bzr692/debian/control	2010-07-21 23:37:47.0 +0530
+++ bzr-gtk-0.98.0+bzr692/debian/control	2010-08-02 18:54:42.0 +0530
@@ -3,8 +3,14 @@
 Priority: optional
 Maintainer: Debian Bazaar Maintainers 
 Uploaders: Jelmer Vernooij , John Francesco Ferlito 
-Build-Depends-Indep: bzr (>= 1.17~), bzr-stats, python-nautilus (>= 0.5.0), pkg-config
-Build-Depends: python-central (>= 0.5), cdbs (>= 0.4.43), python, debhelper (>= 5.0.37.2)
+Build-Depends-Indep: bzr (>= 1.17~),
+ bzr-stats,
+ pkg-config,
+ python-nautilus (>= 0.5.0)
+Build-Depends: cdbs (>= 0.4.43),
+   debhelper (>= 7),
+   python,
+   python-central (>= 0.5)
 Standards-Version: 3.9.0
 Homepage: http://bazaar-vcs.org/bzr-gtk
 XS-Python-Version: >= 2.4
@@ -12,9 +18,23 @@
 
 Package: bzr-gtk
 Architecture: all
-Depends: bzr (>= 1.17~), bzr (<< 2.2~), python-gtk2 (>= 2.8), python-glade2 (>= 2.10), python-notify, ${python:Depends}, ${misc:Depends}
-Recommends: python-cairo (>= 1.0), bzr-dbus, seahorse, python-gnome2-desktop, python-gtksourceview2, python-gnomekeyring, olive-bzr
-Suggests: bzr-loom, bzr-search, bzr-avahi
+Depends: bzr (>= 1.17~),
+ bzr (<< 2.2~),
+ python-gtk2 (>= 2.8),
+ python-glade2 (>= 2.10),
+ python-notify,
+ ${python:Depends},
+ ${misc:Depends}
+Recommends: bzr-dbus,
+python-cairo (>= 1.0),
+python-gnome2-desktop,
+python-gnomekeyring,
+python-gtksourceview2,
+seahorse,
+olive-bzr
+Suggests: bzr-avahi,
+  bzr-loom,
+  bzr-search
 Enhances: bzr
 XB-Python-Version: ${python:Versions}
 Description: provides graphical interfaces to Bazaar (bzr) version control
@@ -28,7 +48,9 @@
 
 Package: nautilus-bzr
 Architecture: all
-Depends: bzr-gtk (= ${source:Version}), python-nautilus (>= 0.5.0), ${misc:Depends}
+Depends: bzr-gtk (= ${source:Version}),
+ python-nautilus (>= 0.5.0),
+ ${misc:Depends}
 Enhances: nautilus
 XB-Python-Version: ${python:Versions}
 Description: Bazaar (bzr) integration for nautilus
diff -Nru bzr-gtk-0.98.0+bzr692/debian/rules bzr-gtk-0.98.0+bzr692/debian/rules
--- bzr-gtk-0.98.0+bzr692/debian/rules	2010-07-21 19:29:02.0 +0530
+++ bzr-gtk-0.98.0+bzr692/debian/rules	2010-07-22 05:52:45.0 +0530
@@ -1,13 +1,10 @@
 #!/usr/bin/make -f
 
 DEB_PYTHON_SYSTEM=pycentral
-DEB_DH_INSTALL_SOURCEDIR=debian/tmp
 DEB_DH_INSTALL_ARGS=--list-missing
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 
-install/bzr-gtk::
-	install -m644 -D debian/bzr-gtk.lintian-overrides $(DEB_DESTDIR)/usr/share/lintian/overrides/bzr-gtk
-	install -d $(DEB_DESTDIR)/etc/xdg/autostart
-	install -m644 -D bzr-notify.desktop $(DEB_DESTDIR)/etc/xdg/autostart
+clean::
+	rm -rf build


Bug#467231: Problem with dynamic completion

2010-08-02 Thread Reuben Thomas
For some reason, dynamic completion seems to stop completion of
filenames containing spaces from working. As far as I can see,
everything is correct: this completion is performed by _filedir(),
_filedir's definition has been loaded into my session (according to
the output of "set") etc. But, pressing Tab on a partly-written
filename containing a space only works until I have typed the first
(escaped) space; after that, it doesn't. Reverting to non-dynamically
loaded completions makes everything work. My dynamic completion files
in /etc/bash_dyncompletion.d are up to date.

-- 
http://rrt.sc3d.org



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



Bug#591030: bcfg2-server init scripts are a complete mess

2010-08-02 Thread Arto Jantunen
Hi Tuomas,

Tuomas Noraef  writes:

> While being in the process of evaluating bcfg2, I came across its
> Debian init scripts, which are IMHO a complete mess. Sorry to come to
> use these terms, but I am really being honest... I hardly believe such
> bugs (really release critical, I guess, as I can't imagine even
> remotely using bcfg2, or, more simply, can't use it, with init scripts
> in this state) have not been reported yet.


I did not write the bcfg2 init scripts, and hadn't really even looked at them
much before this bug report. I would have noticed at least few of these issues
if I had.

Bcfg2 does not have many users on Debian, so noticing bugs may take time. Also
I am not running the squeeze version of the server in production (I am running
that version of the client, and the lenny version of the server, which does
not show most of these issues).

I went through the issues you reported and the script itself, and decided to
rewrite it in a more debian-like way (using start-stop-daemon instead of the
lsb functions, etc) instead of trying to fix the current one. I'm attaching my
version as a patch to this mail, I would appreciate it if you could test it
and make sure that all of the reported problems are fixed by it.

Also it appears that the bugs with server shutdown are currently thought to be
fixed upstream, but the fixes aren't easy to backport to the current stable
version. I'll have a closer look at this, but it may be that we will need to
wait for 1.1 to be released until this is properly fixed and just kill the
daemon from the init script until that happens.

I will also sort out the situation with the bcfg2 client init script, probably
by removing it and noting the removal in NEWS.Debian before uploading a new
version. 

PS. Please use the unified diff format (diff -u) when sending patches, it's
quite a bit more readable.

-- 
Arto Jantunen

--- bcfg2-server.orig	2010-03-30 10:20:45.0 +0300
+++ bcfg2-server	2010-08-02 15:45:21.291754838 +0300
@@ -1,112 +1,135 @@
-#!/bin/sh
-#
-# bcfg-server - Bcfg2 configuration daemon
-#
-# chkconfig: 2345 19 81
-# description: bcfg2 server for configuration requests
-#
+#! /bin/sh
 ### BEGIN INIT INFO
 # Provides:  bcfg2-server
-# Required-Start:$network $remote_fs $named
-# Required-Stop: $network $remote_fs $named
+# Required-Start:$network $remote_fs $named $syslog
+# Required-Stop: $network $remote_fs $named $syslog
 # Default-Start: 2 3 4 5
 # Default-Stop:  0 1 6
 # Short-Description: Configuration management Server
-# Description:   Bcfg2 is a configuration management system that builds
-#installs configuration files served by bcfg2-server
+# Description:   The server component of the Bcfg2 configuration management
+#system
 ### END INIT INFO
 
-# Include lsb functions
-. /lib/lsb/init-functions
+# Author: Arto Jantunen 
+
+# PATH should only include /usr/* if it runs after the mountnfs.sh script
+PATH=/sbin:/usr/sbin:/bin:/usr/bin
+DESC="Configuration management server"
+NAME=bcfg2-server
+DAEMON=/usr/sbin/$NAME
+PIDFILE=/var/run/$NAME.pid
+DAEMON_ARGS="-D $PIDFILE"
+SCRIPTNAME=/etc/init.d/$NAME
 
-# Commonly used stuff
-DAEMON=/usr/sbin/bcfg2-server
-PIDFILE=/var/run/bcfg2-server.pid
-PARAMS="-D $PIDFILE"
+# Exit if the package is not installed
+[ -x "$DAEMON" ] || exit 0
 
 # Disabled per default
 BCFG2_SERVER_OPTIONS=""
 BCFG2_SERVER_ENABLED=0
 
-# Include default startup configuration if exists
-test -f "/etc/default/bcfg2-server" && . /etc/default/bcfg2-server
+# Read configuration variable file if it is present
+[ -r /etc/default/$NAME ] && . /etc/default/$NAME
+
+# Load the VERBOSE setting and other rcS variables
+. /lib/init/vars.sh
+
+# Define LSB log_* functions.
+# Depend on lsb-base (>= 3.2-14) to ensure that this file is present
+# and status_of_proc is working.
+. /lib/lsb/init-functions
 
 if [ "$BCFG2_SERVER_ENABLED" -eq 0 ] ; then
  log_failure_msg "bcfg2-server is disabled - see /etc/default/bcfg2-server"
  exit 0
 fi
 
-# Exit if $DAEMON doesn't exist and is not executable
-test -x $DAEMON || exit 5
-
-# Internal variables
-BINARY=$(basename $DAEMON)
-
-start () {
-echo -n "Starting Configuration Management Server: "
-start_daemon ${DAEMON} ${PARAMS} ${BCFG2_SERVER_OPTIONS}
-STATUS=$?
-if [ "$STATUS" = 0 ]
-then
-log_success_msg "bcfg2-server"
-test -d /var/lock/subsys && touch /var/lock/subsys/bcfg2-server
-else
-log_failure_msg "bcfg2-server"
-fi
-return $STATUS
-}
-
-stop () {
-echo -n "Stopping Configuration Management Server: "
-killproc -p $PIDFILE ${BINARY}
-STATUS=$?
-if [ "$STATUS" = 0 ]; then
-  log_success_msg "bcfg2-server"
-  test -d /var/lock/subsys && touch /var/lock/subsys/bcfg2-server
-else
-  log_failure_msg "bcfg2-server"
-fi
-return $STATUS
+#
+# Function that starts the daemon/service
+#
+do_start()
+{
+	# Return
+	#   

Bug#591315: No iPod support in quodlibet. Can't import python-gpod

2010-08-02 Thread Jakub Wilk

(I am not maintainer of this package.)

* Amit Uttamchandani , 2010-08-01, 21:07:

am...@debian:~$ python
Python 2.6.5+ (release26-maint, Jul  6 2010, 15:42:20)
[GCC 4.4.4] on linux2
Type "help", "copyright", "credits" or "license" for more information.

import gpod

Traceback (most recent call last):
File "", line 1, in 
File "/usr/lib/python2.6/dist-packages/gpod/__init__.py", line 8, in 
from gpod import *
File "/usr/lib/python2.6/dist-packages/gpod/gpod.py", line 35, in 
_gpod = swig_import_helper()
File "/usr/lib/python2.6/dist-packages/gpod/gpod.py", line 31, in 
swig_import_helper
_mod = imp.load_module('_gpod', fp, pathname, description)
ImportError: /usr/lib/python2.6/dist-packages/gpod/_gpod.so: undefined symbol:
itdb_device_supports_chapter_image


I cannot reproduce this bug, not even on powerpc. Could you provide 
output of this command:


ldd /usr/lib/python2.6/dist-packages/gpod/_gpod.so

--
Jakub Wilk


signature.asc
Description: Digital signature


Bug#591334: libc6: LANGUAGE not taken into account unless LC_MESSAGES is set

2010-08-02 Thread Vincent Lefevre
tags 591334 upstream
forwarded 591334 http://sourceware.org/bugzilla/show_bug.cgi?id=11869
thanks

-- 
Vincent Lefèvre  - Web: 
100% accessible validated (X)HTML - Blog: 
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)



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



Bug#591251: xacobeo: FTBFS: /usr/bin/perl: symbol lookup error: /usr/lib/perl5/auto/Gtk2/Gtk2.so: undefined symbol: gperl_hv_take_sv

2010-08-02 Thread Salvatore Bonaccorso
Hi Philipp

On Sun, Aug 01, 2010 at 08:42:21PM +0200, Philipp Kern wrote:
> Hi,
> 
> On Sun, Aug 01, 2010 at 08:29:04PM +0200, Salvatore Bonaccorso wrote:
> > Thus a
> > 
> > dw xacobeo_0.13-1 . powerpc . -m 'libgtk2-perl (>= 2:1.222-1)'
> > 
> > should solve this, thus I'm cc'ing debian-wb-t...@lists.debian.org
> > too.
> 
> I've set the dep-wait now, thanks.

Thank you! To not have the same problems on which we do not have yet
build and have a mixture of libglib-perl and libgtk2-perl not in the
matching versions, could you also deb-wait for the other
architectures? I think it would be safe to add dep-wait on all
remaining architectures too, to wait until libgtk2-perl (>= 2:1.222-1)
is around ...

xacobeo already failed on mipsel too.

dw xacobeo_0.13-1 . alpha hppa hurd-i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips 
mipsel sparc . -m 'libgtk2-perl (>=2:1.222-1)'

Bests and thanks again
Salvatore 


signature.asc
Description: Digital signature


Bug#591352: RFP: eclipse-epic -- Perl IDE for the Eclipse platform

2010-08-02 Thread Roman V. Nikolaev
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org

--- Please fill out the fields below. ---

   Package name: eclipse-epic
Version: 0.6.35
Upstream Author: Jan Ploski, Jochen Ruehl, Stephan Ruehl
URL: http://www.epic-ide.org/
URL: https://sourceforge.net/projects/e-p-i-c/files/
License: Common Public License V1.0
Description: Perl IDE for the Eclipse platform
EPIC is an open source Perl IDE (including editor and debugger) based on
the Eclipse platform. Whether you are into CGI scripting or full-fledged
Perl projects with hundreds of modules, EPIC is the most feature-rich
and extensible free Perl IDE available today, thanks to a seamless
integration with all the major features and GUI conventions of Eclipse.

-- 

 Roman V. Nikolaev

mail:rsha...@rambler.ru
icq: 198-364-657
jabber:  rsha...@jabber.org
site:http://www.rshadow.ru



signature.asc
Description: OpenPGP digital signature


Bug#220403: exporting small floats: problem with 0

2010-08-02 Thread Nirgal Vourgère
Hello

Attached is a modified version for patch 130-export-smallfloat

Basically, it's ok to use "%e" instead of "%f" but we must NOT call 
trim_trailing_zeros after that.
Or 0.00e+00 becomes 0.00e+ that is invalid.


http://nirgal.com/mdbtools
(squeeze version not updated yet)
Description: mdb-export fails exporting small (1e-7) floats, due to a %f used
 instead of a %e.
Author: Vincent Fourmond 
Bug-Debian: http://bugs.debian.org/220403
Last-Update: 2010-08-02

Index: mdbtools-0.6pre1/src/libmdb/data.c
===
--- mdbtools-0.6pre1.orig/src/libmdb/data.c
+++ mdbtools-0.6pre1/src/libmdb/data.c
@@ -704,6 +704,7 @@
 	return text;
 }
 
+#if 0
 static int trim_trailing_zeros(char * buff)
 {
 	char *p;
@@ -724,6 +725,7 @@
 
 	return 0;
 }
+#endif
 
 /* Date/Time is stored as a double, where the whole
part is the days from 12/30/1899 and the fractional
@@ -837,15 +839,13 @@
 		break;
 		case MDB_FLOAT:
 			tf = mdb_get_single(buf, start);
-			text = g_strdup_printf("%.*f",
+			text = g_strdup_printf("%.*e",
 FLT_DIG - floor_log10(tf,1) - 1, tf);
-			trim_trailing_zeros(text);
 		break;
 		case MDB_DOUBLE:
 			td = mdb_get_double(buf, start);
-			text = g_strdup_printf("%.*f",
+			text = g_strdup_printf("%.*e",
 DBL_DIG - floor_log10(td,0) - 1, td);
-			trim_trailing_zeros(text);
 		break;
 		case MDB_TEXT:
 			if (size<0) {


Bug#591334: libc6: LANGUAGE not taken into account unless LC_MESSAGES is set

2010-08-02 Thread Vincent Lefevre
It could be a documentation bug[*], but I'm not sure since Debian
scripts assume that LANGUAGE can be used alone. For instance, the
/etc/default/locale file generated by Debian contains:

#  File generated by update-locale
#LANG="en_US.UTF-8"
LANGUAGE="en_US:en"

[*] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=311259

-- 
Vincent Lefèvre  - Web: 
100% accessible validated (X)HTML - Blog: 
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)



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



Bug#591298: Banshee becomes extremely slow after sqlite3 3.6.23.1-4 => 3.7.0-1 upgrade

2010-08-02 Thread Iain Lane

reassign 591298 sqlite3
severity 591298 serious
affects 591298 banshee
tags 591298 + confirmed
thanks

Hi,

On Sun, Aug 01, 2010 at 11:09:26PM +0200, Wouter Bolsterlee wrote:

Package: sqlite3
Package: banshee
Severity: major

[Not sure whether this is a Banshee or SQLite bug.]

After I upgraded sqlite3 (and its libs) from 3.6.23.1-4 to 3.7.0-1, Banshee
becomes extremely slow. For instance, it hangs for a minute right after
startup, and also for many seconds in between songs. Fwiw, strace(1)'ing the
process shows nothing special.

Downgrading SQLite and its libs to the old version fixes the problem. Note
that the problem occurs with both Banshee 1.6.x and 1.7.x.


Thanks for your report. I can confirm it here too: it makes starting
Banshee an incredibly tiresome operation on my database.

It seems that this is a bug in sqlite3 itself though, so I'm
reassigning there. I'm also making it RC, mainly to prevent testing
transition while we figure this issue out. (Please downgrade if you
really disagree)

I can provide you with a database which should allow you to reproduce
the problem if you wish. I'm also available for debugging. Let's try
to get this upstreamed and fixed for 3.7.1.

Thanks a lot,
Iain


signature.asc
Description: Digital signature


Bug#583312: since update to initscripts, sysv... to version 2.88.dfs-5 -- kdm "fails" to load!

2010-08-02 Thread Dominique Dumont
On Saturday 24 July 2010 08:28:45 Hans-J. Ullrich wrote:
> Then I increased /etc/kde4/kdm/kdmrc
> [X-*-Core]
>  to ServerTimeout=120

Hmm, on my machine (Debian/sid) the ServerTimeout parameter that has a "15" 
default value is located in local display section "[X-:*-Core]", not in [X-*-
Core].

Setting ServerTimeout to 120 in [X-*-Core] did not fix the problem on my 
machine. Only changing ServerTimeout to 30 in [X-:*-Core] did resolve the 
issue.

Thanks for the tip anyway.

Dominique
--
http://config-model.wiki.sourceforge.net/ -o- http://search.cpan.org/~ddumont/
http://www.ohloh.net/accounts/ddumont



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



Bug#591346: Allow the installation of libhdf5-serial and libhdf5-openmpi at the same time

2010-08-02 Thread Lucas Nussbaum
severity 591346 serious
thanks

On 02/08/10 at 13:55 +0200, Sylvestre Ledru wrote:
> Package: hdf5
> Severity: important
> 
> Hello,
> 
> More and more packages are using hdf5 packages.
> Some of them (for example, Code Saturne) are using hdf5 mpi by default while
> others, like Scilab, needs the serial one.
> 
> This is causing also some issues at build time. See bug #591164.
> 
> To reproduce it:
> aptitude install libhdf5-openmpi-1.8.4 libhdf5-serial-1.8.4
> 
> By the way, if the ABI are compatible, #586149 might be the solution.
> 
> Thanks for considering this. 
> 
> If you need help on this, don't hesitate to ask.
> Sylvestre

This bug blocks 2 RC bugs, and I don't see any other resolution path for
those RC than fixing this bug.
So I'm upgrading this bug to severity:serious too, to make sure it stays
on the radar.

Lucas



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



Bug#591354: RFP: eclipse-shelled -- Shell script editor for Eclipse.

2010-08-02 Thread Roman V. Nikolaev
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org

--- Please fill out the fields below. ---

   Package name: eclipse-shelled
Version: 2.0.0
Upstream Author: Alexander Kurtakov, Satch
URL: https://sourceforge.net/projects/shelled/
License: Eclipse Public License
Description: ShellEd is a superb shell script editor for Eclipse.
The great benefit of this plugin is the integration of man page
information for content assist and text hover.

-- 

 Roman V. Nikolaev

mail:rsha...@rambler.ru
icq: 198-364-657
jabber:  rsha...@jabber.org
site:http://www.rshadow.ru



signature.asc
Description: OpenPGP digital signature


Bug#591353: Manpage missing for canberra-gtk-play

2010-08-02 Thread François Wendling
Package: libcanberra-gtk0
Tags: patch

Hi, 

The manpage for canberra-gtk-play is missing. I attach it.

Cheers, 

-- 
François "KnuckOne" Wendling (frwendling at free d0t fr)
GPG key: 048A18FE (pgp.mit.edu)


canberra-gtk-play.1
Description: Binary data


pgpAK1zQcvur3.pgp
Description: PGP signature


Bug#591251: xacobeo: FTBFS: /usr/bin/perl: symbol lookup error: /usr/lib/perl5/auto/Gtk2/Gtk2.so: undefined symbol: gperl_hv_take_sv

2010-08-02 Thread Philipp Kern
Hi,

On Mon, Aug 02, 2010 at 03:25:30PM +0200, Salvatore Bonaccorso wrote:
> dw xacobeo_0.13-1 . alpha hppa hurd-i386 ia64 kfreebsd-amd64 kfreebsd-i386 
> mips mipsel sparc . -m 'libgtk2-perl (>=2:1.222-1)'

done, except for the HURD, where it was installed already.

Kind regards,
Philipp Kern



signature.asc
Description: Digital signature


Bug#591355: aspell: CVS patch backport for supporting german umlauts

2010-08-02 Thread Bhavani Shankar R
Package: aspelll
User: ubuntu-de...@lists.ubuntu.com
Version: 0.60.6-4
Severity: wishlist
Tags: patch

Hello dear maintainer,

In ubuntu we have backported patch from CVS to support german umlauts

refer: https://bugs.launchpad.net/bugs/77414

for more info.

Attached is the backported patch,

regards

-- 
Bhavani Shankar.R
https://launchpad.net/~bhavi, a proud ubuntu community  member.
What matters in life is application of mind!,
It makes great sense to have some common sense..!
diff -Nru aspell-0.60.6/debian/patches/11_special_chars.diff aspell-0.60.6/debian/patches/11_special_chars.diff
--- aspell-0.60.6/debian/patches/11_special_chars.diff	1970-01-01 05:30:00.0 +0530
+++ aspell-0.60.6/debian/patches/11_special_chars.diff	2010-03-24 21:14:38.0 +0530
@@ -0,0 +1,44 @@
+diff -Nur aspell-0.60.6/prog/check_funs.cpp aspell-0.60.6.new/prog/check_funs.cpp
+--- aspell-0.60.6/prog/check_funs.cpp	2006-11-18 11:29:29.0 +0100
 aspell-0.60.6.new/prog/check_funs.cpp	2010-03-24 16:44:12.343040048 +0100
+@@ -327,7 +327,11 @@
+ wnoutrefresh(choice_w);
+ doupdate();
+ line.resize(0);
+-int c;
++#ifdef HAVE_WIDE_CURSES
++wint_t c;
++#else
++ int c;
++#endif
+ noecho();
+ int begin_x;
+ {int junk; getyx(choice_w, junk, begin_x);}
+@@ -336,13 +340,12 @@
+ while (true) {
+   handle_last_signal();
+ #ifdef HAVE_WIDE_CURSES
+-  wint_t wi = 0;
+-  int res = wget_wch(choice_w, &wi);
+-  c = wi;
++  int res = wget_wch(choice_w, &c);
++  if (res == ERR) continue;
+ #else
+   c = wgetch(choice_w);
+-#endif
+   if (c == ERR) continue;
++#endif
+   if (c == '\r' || c == '\n' || c == KEY_ENTER) 
+ 	break;
+   if (c == control('c') || c == KEY_BREAK) {
+@@ -373,7 +376,9 @@
+   } else if (x < max_x && 32 <= c && c != '\x7F' && NOT_KEY /*c < 256*/) {
+ #ifdef HAVE_WIDE_CURSES
+ wchar_t wc = c;
+-wins_nwstr(choice_w, &wc, 1);
++cchar_t cc;
++setcchar(&cc, &wc, 0, 0, NULL);
++wins_wch(choice_w, &cc);
+ #else
+ 	winsch(choice_w, c);
+ #endif
diff -Nru aspell-0.60.6/debian/patches/series aspell-0.60.6/debian/patches/series
--- aspell-0.60.6/debian/patches/series	2010-01-28 22:07:13.0 +0530
+++ aspell-0.60.6/debian/patches/series	2010-03-25 01:46:37.0 +0530
@@ -5,3 +5,4 @@
 05_doc_fix.diff
 07_filter.diff
 10_autotools.diff
+11_special_chars.diff



Bug#591050: Warnings when processing triggers for gconf2

2010-08-02 Thread Iain Lane

forcemerge 591050 584215
thanks

Hi,

On Sat, Jul 31, 2010 at 04:24:22PM +0300, Juhapekka Tolvanen wrote:

Package: f-spot
Version: 0.6.2-1
Severity: normal


Processing triggers for gconf2 ...
WARNING: Failed to parse default value `' for schema 
(/schemas/desktop/gnome/f-spot/ui/main_window_x)
WARNING: Failed to parse default value `' for schema 
(/schemas/desktop/gnome/f-spot/ui/main_window_y)
WARNING: Failed to parse default value `' for schema 
(/schemas/desktop/gnome/f-spot/ui/viewer_x)
WARNING: Failed to parse default value `' for schema 
(/schemas/desktop/gnome/f-spot/ui/viewer_y)


Thanks for the report. This particular bug has been filed already, and
fixed in experimental: marking your bug as a duplicate.

I'll backport the fix to unstable.

Thanks,
Iain


signature.asc
Description: Digital signature


Bug#591356: kkbswitch: [INTL:de] German translation

2010-08-02 Thread Chris Leick

Package: kkbswitch
Version: 1.4.3-8
Severity: wishlist
Tags: l10n


Hi,

please find attached the initial german translation of kkbswitch.

Regards,
Chris

# German translation of kkbswitch.
# Copyright (C) 2001-2004 Leonid Zeitlin.
# This file is distributed under the same license as the kkbswitch package.
# Chris Leick , 2010.
# 
msgid ""
msgstr ""
"Project-Id-Version: kkbswitch 1.4.3-8\n"
"Report-Msgid-Bugs-To: Leonid Zeitlin \n"
"POT-Creation-Date: 2004-06-15 23:49+0300\n"
"PO-Revision-Date: 2010-08-02 15:42+0100\n"
"Last-Translator: Chris Leick \n"
"Language-Team: German \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"


#: kbconfig.cpp:85
msgid ""
msgstr ""

#: kbconfig.cpp:101
msgid "Activate %1 keyboard layout"
msgstr "Tastaturlayout %1 aktivieren"

#: kbconfigdlg.cpp:116
msgid "&General"
msgstr "&Allgemein"

#: kbconfigdlg.cpp:120
msgid "Available &keyboard layouts:"
msgstr "Verfügbare &Tastaturlayouts:"

#: kbconfigdlg.cpp:132
# FIXME s/in bold/bold/
msgid ""
"This list box shows keyboard layouts available in your system.\n"
"Select a layout and click \"Change Icon...\" button to change the icon for a "
"layout.\n"
"If you have configured a non-default icon, you can reset the icon to default "
"with \"Use Default Icon\" button.\n"
"The layout shown is bold is the default layout. Use \"Set as default\" "
"button to set the default layout."
msgstr ""
"Diese Auswahlliste zeigt die in Ihrem System verfügbaren Tastaturlayouts.\n"
"Wählen Sie ein Layout aus und klicken Sie auf »Symbol ändern ...«, um das "
"Symbol eines Layouts zu ändern.\n"
"Falls Sie ein Symbol eingerichtet haben, das nicht Standard ist, können "
"Sie das Symbol mit dem Knopf »Standardsymbol benutzen« zum Standard "
"zurücksetzen.\n"
"Das fettgedruckt angezeigte Layout ist das Standardlayout. Benutzen Sie den "
"Knopf »Als Standard setzen«, um das Standardlayout zu setzen."

#: kbconfigdlg.cpp:141
msgid "Cha&nge Icon..."
msgstr "&Symbol ändern ..."

#: kbconfigdlg.cpp:144
msgid ""
"Click this button to change the icon for the layout selected in the list box "
"to the left."
msgstr ""
"Klicken Sie auf diesen Knopf, um das Symbol für das in der linken "
"Auswahlliste ausgewählte Layout zu ändern."

#: kbconfigdlg.cpp:147
msgid "Use &Default Icon"
msgstr "Standardsymbol &benutzen"

#: kbconfigdlg.cpp:150
msgid ""
"Click this button to use default icon for the layout selected in the list "
"box to the left."
msgstr ""
"Klicken Sie auf diesen Knopf, um das Standardsymbol für das in der linken "
"Auswahlliste ausgewählte Layout zu benutzen."

#: kbconfigdlg.cpp:153
msgid "&Set as Default"
msgstr "Als Standard set&zen"

#: kbconfigdlg.cpp:156
msgid ""
"Cick this button to set the layout selected in the list box to the left as "
"the default"
msgstr ""
"Klicken Sie auf diesen Knopf, um das in der linken Auswahlliste ausgewählte "
"Layout als Standard zu setzen."

#: kbconfigdlg.cpp:162
msgid "Layout &icon style:"
msgstr "&Layout-Symbolstil:"

#: kbconfigdlg.cpp:167
msgid "Country flag"
msgstr "Landesflagge"

#: kbconfigdlg.cpp:168
msgid "Language code"
msgstr "Sprachcode"

#: kbconfigdlg.cpp:169
msgid "Flag and code"
msgstr "Flagge und Code"

#: kbconfigdlg.cpp:173
msgid ""
"Select the style of icons representing the current keyboard layout.\n"
"You can choose from the following styles:Country flag - "
"displays the corresponding contry flagLanguage code - displays "
"the language ISO 2-letter codeFlag and code - displays the "
"language code superimposed over the country flag."
msgstr ""
"Wählen Sie den Symbolstil, der das aktuelle Tastaturlayout repäsentiert.\n"
"Sie können zwischen den folgenden Stilen wählen:Landesflaggen"
" - zeigt die zugehörige FlaggeSprachcode - zeigt den "
"ISO-2-Buchstaben-SprachcodeFlagge und Code - zeigt die "
"Landesflagge vom Sprachcode überlagert."

#: kbconfigdlg.cpp:181
msgid "&Layout applies to:"
msgstr "Layout &gilt für:"

#: kbconfigdlg.cpp:186
msgid "All windows"
msgstr "Alle Fenster"

#: kbconfigdlg.cpp:187
msgid "Windows of one application"
msgstr "Fenster einer Anwendung"

#: kbconfigdlg.cpp:188
msgid "One window"
msgstr "Ein Fenster"

#: kbconfigdlg.cpp:191
msgid ""
"Select what windows the currently selected keyboard layout applies to:\n"
"All windows - one layout applies to all windows on your "
"desktop\n"
"Windows of one application - layout applies to one application; "
"each application can have its own layout. When you switch between "
"applications, layout follows the active application\n"
"One window - layout applies to one window only; each window can "
"have its own layout. When you switch between windows, layout follows the "
"active window."
msgstr ""
"Wählen Sie, für welches Fenster das derzeit ausgewählte Tastaturlayout "
"gilt:\n"
"Alle Fenster - ein Layout gilt für alle Fenster auf Ihrer "
"Arbeitsfläche\n"
"Fenster einer Anwendung - Layout gilt für eine Anwendung; jede "
"Anwendung kann ihr ei

Bug#590143: sysfsutils: init-script should wait for cpufrequtils instead on loadcpufreq version graph

2010-08-02 Thread Mario 'BitKoenig' Holbe
On Mon, Aug 02, 2010 at 02:32:52PM +0200, Petter Reinholdtsen wrote:
> Note that I strongly recommend as many scripts as possible are moved
> _out_ of rcS.d/, to make the early boot easier to fix when it comes to
> kernel events, make single user mode more useful and to increase the
> amount of concurrency possible during boot.

Sorry, but this is a very strange argumentation and hard to follow.

Shouldn't the reason for something to happen in runlevel S be functional
rather than non-functional? Maintainability, useability, and concurrency
are all pure non-functional properties.

The functional reason for something belonging to runlevel S is hardware
setup and configuration, and initial system setup.
This is why things like hwclock, hdparm, ifupdown, keyboard-setup, etc.,
as well as mount* reside there.

> For the issue reported, adding a header 'should-start: cpufrequtils'
> to sysfsutils will make sure it is always started after cpufrequtils,
> if both packages are installed.  Let me know if you need a patch
> proposal.

I attached a patch in my initial mail already.


Mario
-- 
Independence Day: Fortunately, the alien computer operating system works just
fine with the laptop. This proves an important point which Apple enthusiasts
have known for years. While the evil empire of Microsoft may dominate the
computers of Earth people, more advanced life forms clearly prefer Macs.


signature.asc
Description: Digital signature


Bug#591357: lightspark: should be "Architecture: any-i386 any-amd64"

2010-08-02 Thread Jakub Wilk

Source: lightspark
Version: 0.4.2.1-1
Severity: minor

AFAIUI lightspark is x86-specific, so its architecture should be 
"any-i386 any-amd64", because:

- there might be some non-x86 kfreebsd ports in future;
- there might be some x86 non-linux, non-kfreebsd ports in future.

--
Jakub Wilk


signature.asc
Description: Digital signature


Bug#591358: When I try to eject a CD the door opens then closes immediately

2010-08-02 Thread Nigel Horne
Package: eject
Version: 2.1.5+deb1+cvs20081104-7
Severity: normal

The door opens and closes straight away, so I can't take the CD out.
This is NOT a hardware fault, it works fine under Windows and used to work
fine under Linux.


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

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

Versions of packages eject depends on:
ii  libc62.11.2-2Embedded GNU C Library: Shared lib
ii  libdevmapper1.02.1   2:1.02.48-2 The Linux Kernel Device Mapper use

eject recommends no packages.

Versions of packages eject suggests:
pn  cdtool (no description available)
pn  setcd  (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



  1   2   3   4   >