Bug#611622: linux-image-2.6.32-bpo.5-686: VM problems

2011-02-06 Thread Anton Ivanov
Ben Hutchings wrote:
> On Sat, 2011-02-05 at 13:45 +, Anton Ivanov wrote:
>   
>> Ben Hutchings wrote:
>> 
>>> On Mon, 2011-01-31 at 11:16 +, Anton Ivanov wrote:
>>>   
>>>   
 Package: linux-2.6
 Version: 2.6.32-30~bpo50+1
 Severity: normal


 I keep getting VM failure messages. I suspect the machine 
 is simply a bit too slow for the network card which is in 
 it. It is a via Nehemia at 1.7GHz with an extra Intel 
 GigE server adapter. The backtraces look like showing 
 problems in the network receive/xmit routines.
 
 
>>> This is an allocation failure for a *huge* allocation (order 5 = 128 KB
>>> chunk) in atomic (non-sleeping) context.  I think this may be related to
>>> (1) use of GRO on the receive path to coalesce packets (2) a
>>> netfilter/iptables rule that requires the packet to be duplicated, or
>>> requires the contents to be made contiguous.
>>>   
>>>   
>> 1. Do you mean gso? I do not see gro as an option on ethtool.
>> 
>
> I mean what I said.  Install ethtool from squeeze.
>   
Understood. Will test and submit results.
>   
>> 2. I think I know the culprit. I have recently made the machine to
>> double up as a X-term. Some pixmap updates can easily pass around chunks
>> that size. I have a couple of other systems with similar hardware so I
>> will see if I can reproduce it with them.
>> 
>
> That doesn't require contiguous blocks.  But it will still reduce the
> amount of free memory.
>
>   
>> 3. While the machine has a few netfilter rules they are all on another
>> interface (towards a wifi AP) and it does not do any NAT so no need to
>> reconstruct packets.
>> 
>
> That's strange.
>
>   
The only traffic of notice the machine has is NFS, Xterm and a bit of
mysql from time to time. NFS is mostly read and clients use -orsize=4096

[snip]

>   
>
> Really, you think Linux hasn't improved in 7 years?
>   
Oh it has.  It is now much better on handling failed hardware/hardware
gone away. Fair point. I will test how exactly does it look if you swap
to a device and the device suddenly goes away nowdays.

> Ben.
>
>   
Brgds,

-- 
   Understanding is a three-edged sword:
your side, their side, and the truth. --Kosh Naranek

A. R. Ivanov
E-mail:  aiva...@sigsegv.cx
WWW: http://www.sigsegv.cx/
pub 1024D/DDE5E715 2002-03-03 Anton R. Ivanov 
Fingerprint: C824 CBD7 EE4B D7F8 5331  89D5 FCDA 572E DDE5 E715






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



Bug#612130: Call 'bzr explorer' failed with 'bzr: ERROR: no module named configobj'.

2011-02-06 Thread Haifeng CHEN
Package: bzr
Version: 2.3.0-1
Severity: normal

Call 'bzr explorer' failed with 'bzr: ERROR: no module named configobj'

Attached please check log file of bzr.

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

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

Versions of packages bzr depends on:
ii  libc6   2.11.2-11Embedded GNU C Library: Shared lib
ii  python  2.6.6-3+squeeze5 interactive high-level object-orie
ii  python-configobj4.7.2+ds-1   simple but powerful config file re
ii  python-support  1.0.11   automated rebuilding support for P

Versions of packages bzr recommends:
pn  bzrtools   (no description available)
ii  ca-certificates20090814+nmu2 Common CA certificates
pn  python-launchpadlib(no description available)
pn  python-paramiko(no description available)

Versions of packages bzr suggests:
pn  bzr-doc(no description available)
pn  bzr-gtk(no description available)
ii  bzr-svn  1.0.4+bzr3475-1 Bazaar plugin providing Subversion
pn  python-kerberos(no description available)
pn  python-pycurl  (no description available)
pn  python-testtools   (no description available)
pn  xdg-utils  (no description available)

-- no debconf information

this is a debug log for diagnosing/reporting problems in bzr
you can delete or truncate this file, or include sections in
bug reports to https://bugs.launchpad.net/bzr/+filebug

日 2011-02-06 16:13:35 +0800
0.098  bazaar version: 2.3.0
0.099  bzr arguments: [u'explorer']
0.148  looking for plugins in /home/dlz/.bazaar/plugins
0.148  looking for plugins in /usr/lib/pymodules/python2.6/bzrlib/plugins
0.169  looking for plugins in /usr/lib/python2.6/dist-packages/bzrlib/plugins
0.274  encoding stdout as sys.stdout encoding 'UTF-8'
0.662  loading explorer extensions for clothes ['Bazaar support', 'Register on 
Launchpad']
1.104  Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/bzrlib/commands.py", line 923, in 
exception_to_return_code
return the_callable(*args, **kwargs)
  File "/usr/lib/pymodules/python2.6/bzrlib/commands.py", line 1123, in run_bzr
ret = run(*run_argv)
  File "/usr/lib/pymodules/python2.6/bzrlib/commands.py", line 691, in 
run_argv_aliases
return self.run(**all_cmd_args)
  File "/usr/lib/pymodules/python2.6/bzrlib/commands.py", line 710, in run
return self._operation.run_simple(*args, **kwargs)
  File "/usr/lib/pymodules/python2.6/bzrlib/cleanup.py", line 135, in run_simple
self.cleanups, self.func, *args, **kwargs)
  File "/usr/lib/pymodules/python2.6/bzrlib/cleanup.py", line 165, in 
_do_with_cleanups
result = func(*args, **kwargs)
  File 
"/usr/lib/python2.6/dist-packages/bzrlib/plugins/explorer/lib/commands.py", 
line 154, in run
hat=hat, desktop=desktop, dry_run=dry_run, _script=script)
  File 
"/usr/lib/python2.6/dist-packages/bzrlib/plugins/explorer/lib/explorer.py", 
line 197, in __init__
gettext("Working Tree"))
  File 
"/usr/lib/python2.6/dist-packages/bzrlib/plugins/explorer/lib/wt_browser.py", 
line 48, in __init__
self._browser = _QBrowseStyleBrowser(action_callback, browse_action, self)
  File 
"/usr/lib/python2.6/dist-packages/bzrlib/plugins/explorer/lib/wt_browser.py", 
line 449, in __init__
self._action_panel.set_selection, self._filter_panel.get_filter)
  File 
"/usr/lib/python2.6/dist-packages/bzrlib/plugins/explorer/lib/wt_browser.py", 
line 738, in __init__
_QBrowseTreeWidget.__init__(self, *args)
  File 
"/usr/lib/python2.6/dist-packages/bzrlib/plugins/explorer/lib/wt_browser.py", 
line 684, in __init__
treewidget.TreeWidget.__init__(self, *args)
  File 
"/usr/lib/python2.6/dist-packages/bzrlib/plugins/qbzr/lib/treewidget.py", line 
1350, in __init__
self.create_context_menu()
  File 
"/usr/lib/python2.6/dist-packages/bzrlib/plugins/qbzr/lib/treewidget.py", line 
1686, in create_context_menu
if has_ext_diff():
  File "/usr/lib/pymodules/python2.6/bzrlib/lazy_import.py", line 125, in 
__call__
obj = _replace()
  File "/usr/lib/pymodules/python2.6/bzrlib/lazy_import.py", line 89, in 
_replace
obj = factory(self, scope, name)
  File "/usr/lib/pymodules/python2.6/bzrlib/lazy_import.py", line 195, in 
_import
module = __import__(module_python_path, scope, scope, [member])
  File "/usr/lib/python2.6/dist-packages/bzrlib/plugins/qbzr/lib/diff.py", line 
31, in 
default_diff = qconfig.get_option("default_diff")
  File "/usr/lib/python2.6/dist-packages/bzrlib/plugins/qbzr/lib/util.py", line 
122, in get_option
self._load()
  File "/usr/lib/python2.6/dist-packages/bzrlib/plugi

Bug#590887: segmentation fault after/before looking at already reported bugs

2011-02-06 Thread Daniel E. Markle
Package: python-gtk2
Version: 2.17.0-4
Severity: normal

I am also seeing this error with reportbug 4.12.6 and am unable to report bugs 
using the gtk interface.

It may not be related, but interestingly all reporters here (and I) are running 
64 bit with two or more cores.

Error message:
-
/usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:476: PangoWarning: 
pango_layout_set_width: assertion `layout != NULL' failed
  gtk.main ()
/usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:476: PangoWarning: 
pango_layout_get_extents: assertion `layout != NULL' failed
  gtk.main ()
/usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:476: PangoWarning: 
pango_layout_get_line_count: assertion `layout != NULL' failed
  gtk.main ()
Floating point exception


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

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

Versions of packages python-gtk2 depends on:
ii  libatk1.0-0   1.30.0-1   The ATK accessibility toolkit
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libcairo2 1.8.10-6   The Cairo 2D vector graphics libra
ii  libfontconfig12.8.0-2.1  generic font configuration library
ii  libfreetype6  2.4.2-2.1  FreeType 2 font engine, shared lib
ii  libglib2.0-0  2.24.2-1   The GLib library of C routines
ii  libgtk2.0-0   2.20.1-2   The GTK+ graphical user interface 
ii  libpango1.0-0 1.28.3-1+squeeze1  Layout and rendering of internatio
ii  python2.6.6-3+squeeze5   interactive high-level object-orie
ii  python-cairo [python2 1.8.8-1+b1 Python bindings for the Cairo vect
ii  python-gobject [pytho 2.21.4+is.2.21.3-1 Python bindings for the GObject li
ii  python-numpy  1:1.4.1-5  Numerical Python adds a fast array
ii  python-support1.0.10 automated rebuilding support for P
pn  python2.5-cairo(no description available)
pn  python2.5-gobject  (no description available)

python-gtk2 recommends no packages.

Versions of packages python-gtk2 suggests:
pn  python-gtk2-doc(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#612131: lists.debian.org: Please update debian-x@ description

2011-02-06 Thread Cyril Brulebois
Package: lists.debian.org
Severity: normal

Hi,

let's file a bug to make sure it's track(ed|able) easily. :)

Here's the request I sent to listmaster@ 2 months ago:
| Hi folks!
| 
| On http://lists.debian.org/debian-x/ one can read:
| | Debian XFree86 packaging
| 
| It'd be nice to have this instead:
| | Debian X.Org packaging
| 
| The following long description might be better than the current one:
| | Discussion about the X Window System within Debian. This is not a
| | user support list; this list is intended for those who deal with the
| | source code and with the bugreports.
| 
| Thanks already!

Thanks for your time.

KiBi.



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



Bug#612132: Silently fails to start when /var/cache/hald is removed

2011-02-06 Thread Robert Luberda
Package: hal
Version: 0.5.14-3
Severity: important

According to the section 5 of Filesystem Hierarchy Standard applications
must survive deletion of the files in /var/cache, however when /var/cache/hald
is removed, hal silently fails to start.

Regards,
robert

-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (990, 'unstable'), (200, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/pdksh

Versions of packages hal depends on:
ii  adduser  3.112+nmu2  add and remove users and groups
ii  dbus 1.2.24-4simple interprocess messaging syst
ii  hal-info 20091130-1  Hardware Abstraction Layer - fdi f
ii  libblkid12.17.2-9block device id library
ii  libc62.11.2-11   Embedded GNU C Library: Shared lib
ii  libdbus-1-3  1.2.24-4simple interprocess messaging syst
ii  libdbus-glib-1-2 0.88-2.1simple interprocess messaging syst
ii  libexpat12.0.1-7 XML parsing C library - runtime li
ii  libglib2.0-0 2.24.2-1The GLib library of C routines
ii  libhal-storage1  0.5.14-3Hardware Abstraction Layer - share
ii  libhal1  0.5.14-3Hardware Abstraction Layer - share
ii  libusb-0.1-4 2:0.1.12-16 userspace USB programming library
ii  lsb-base 3.2-27  Linux Standard Base 3.2 init scrip
ii  mount2.17.2-9Tools for mounting and manipulatin
ii  pciutils 1:3.1.7-6   Linux PCI Utilities
ii  udev 164-4   /dev/ and hotplug management daemo
ii  usbutils 0.87-5  Linux USB utilities

Versions of packages hal recommends:
ii  consolekit0.4.3-2framework for defining and trackin
ii  eject 2.1.5+deb1+cvs20081104-7.1 ejects CDs and operates CD-Changer
ii  pm-utils  1.3.0-3utilities and scripts for power ma

Versions of packages hal suggests:
pn  gnome-device-manager   (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#612105: qemu-kvm: hangs and "irq timeout" unless -no-kvm-irqchip passed

2011-02-06 Thread Michael Tokarev
tags 612105 + unreproducible moreinfo
thanks

06.02.2011 02:09, Jonathan Nieder пишет:
> Package: qemu-kvm
> Version: 0.13.0+dfsg-2
> Severity: important
> 
> Hi,
> 
> See [1] for the war story.  When I boot the HURD without passing
> -no-kvm-irqchip on the command line, the system usually will
> print
> 
>   hd2: irq timeout: status=0x50
>   hd2: irq timeout: status=0x50
>   hd2: irq timeout: status=0x50
>   hd2: unexpected_intr: status=0x58
> [and so on]
> 
> at boot time and not get past that.  If lucky, the system boots
> up but still hangs (not responding to keyboard input) at seemingly
> random moments.
> 
> Based on a hint from guillem, I tried passing -no-kvm-irqchip on
> the kvm command line.  And now it works great!
> 
> Known problem?  Ideas for tracking it down?
> 
> Jonathan
> 
>  $ : host
>  $ uname -a
>  Linux elie 2.6.38-rc3+ #2 SMP PREEMPT Thu Feb 3 17:51:50 CST 2011 x86_64 
> GNU/Linux
>  $ (cd ~/src/linux-2.6 && git rev-parse --short HEAD)
>  831d52b
>  $ dpkg-query -W qemu-kvm vde2 libaio1 libvdeplug2 iproute \
>   bridge-utils etherboot-qemu qemu-utils
>  bridge-utils 1.4-5
>  etherboot-qemu   5.4.4-9
>  iproute  20100519-3
>  libaio1  0.3.107-7
>  libvdeplug2  2.2.3-3
>  qemu-kvm 0.13.0+dfsg-2
>  qemu-utils   0.13.0+dfsg-2
>  vde2 2.2.3-3
> 
> [1]
> I was installing the hurd using a Debian installation CD-ROM (see
> ) like so:
> 
>   wget 
> http://people.debian.org/~sthibault/hurd-i386/installer/cdimage/mini.iso
>   qemu-img create hurd-install.qemu 3G
>   kvm -m 512 -net nic,model=ne2k_pci -net user \
>   -hda hurd-install.qemu -cdrom mini.iso -boot d
> 
> Puzzlingly, the result would hang (and not respond to keyboard
> input) at seemingly random moments.  Sometimes right after "Enabling
> FXSR" during bootup, sometimes after the text "auth" was printed,
> sometimes later.

I can't reproduce this with either of the released kernels -
neither standard 2.6.32, nor 2.6.37-trunk from unstable,
nor with my custom kernels (2.6.32 or 2.6.36).  It works
with or without -no-kvm-irqchip, on 32 or 64bits (I did
about a dozen of boots, but I didn't try to actually install
hurd, just answering a few questions installer asks and
stopping there).

How about trying one of supported kernels first, instead
of (ab)using a development snapshot of the kernel?

/mjt



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



Bug#612133: RM: orsa -- ROM; old, unmaintained upstream, Qt 3

2011-02-06 Thread Frank S. Thomas
Package: ftp.debian.org
Severity: normal

Hi,

Please remove orsa from the archive:
 - last upstream release was 6 years ago
 - it depends on old libraries: Qt 3 and fftw2
 - only 21 popcon votes

Thanks
Frank


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


Bug#612134: e-uae: something to configure teh gamepad xbox

2011-02-06 Thread yellow
Package: e-uae
Version: 0.8.29-WIP4-10
Severity: normal

Hello

my 2 joysticks xbox 360 is not working. Is there a tool to configure all input 
of my joy?

 ## E-UAE config file for the Amiga 500+
 chipset=ecs
 kickstart_rom_file=/myrom.rom
 chipmem_size=2
 bogomem_size=0
 gfx_width_windowed=720
 gfx_height_windowed=576
 gfx_width_fullscreen=720
 gfx_height_fullscreen=576
 gfx_fullscreen_amiga=true
 joyport0=joy1
 joyport1=joy0
 #sdl.use_gl=true

Thanks in advance if you have any further info

Sincerely,
Y.

-- 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/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 e-uae depends on:
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-2.1FreeType 2 font engine, shared lib
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgtk2.0-0 2.20.1-2 The GTK+ graphical user interface 
ii  libpango1.0-0   1.28.3-1 Layout and rendering of internatio
ii  libsdl1.2debian 1.2.14-6.1   Simple DirectMedia Layer
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

e-uae recommends no packages.

e-uae 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#567569: Unable to bind some core keys to pad buttons

2011-02-06 Thread Ron

Hi Sergey,

On Sun, Feb 06, 2011 at 11:59:53AM +0500, Sergey I. Sharybin wrote:
>  Pardon for delay,
> 
> I've just recevied last updates for squeeze and retried again.
> Things are bit worse now. I've attached device to my notebook and
> was unable to use xsetwacom at pad -- it was writting that tehe's no
> such device. After restarting X-server such device appeared and i
> could use xsetwacom, but without any result. My pad buttons were
> acting as mouse buttons. After re-attaching tablet to notebook and
> toggling to 1st terminal and back to x-server xsetwacom succseeded
> to set "core key 1" to pad's button, but i still unable to bind
> "core key -" or "core key +" to my pad.
> 
> My xorg.conf hasn't been changed since last upload.

Ok, thanks.  There's a new xorg and new wacom packages that should
be hitting unstable once the archive is reactivated again (later
today or tomorrow if all goes well).  Could you please try it with
those, and if it's still a problem, report this to the linuxwacom
list.  That will be the best place to explore this further if its
still a problem with the latest code.

Cheers,
Ron





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



Bug#612135: Initial boot fail

2011-02-06 Thread Gustav Public
Package: installation-reports

Boot method: Same problem in netinst, businesscard and CD-1
Image version:
http://cdimage.debian.org/debian-cd/6.0.0/kfreebsd-amd64/iso-cd/debian-6.0.0-kfreebsd-amd64-netinst.iso

Date: 02/06/2011 @ 3:49am.

Machine: A Gigabyte GA-H55N-USB3 with a cpu and some RAM.
Processor: Intel Core i3 530, socket 1156
Memory: 1*4GB of DDR3
Partitions:

Output of lspci -knn (or lspci -nn):
root@Bruna:~# lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation Core Processor DRAM Controller
[8086:0040] (rev 18)
00:01.0 PCI bridge [0604]: Intel Corporation Core Processor PCI Express x16
Root Port [8086:0041] (rev 18)
00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor
Integrated Graphics Controller [8086:0042] (rev 18)
00:16.0 Communication controller [0780]: Intel Corporation 5 Series/3400
Series Chipset HECI Controller [8086:3b64] (rev 06)
00:1a.0 USB Controller [0c03]: Intel Corporation 5 Series/3400 Series
Chipset USB Universal Host Controller [8086:3b3b] (rev 06)
00:1a.1 USB Controller [0c03]: Intel Corporation 5 Series/3400 Series
Chipset USB Universal Host Controller [8086:3b3e] (rev 06)
00:1a.2 USB Controller [0c03]: Intel Corporation 5 Series/3400 Series
Chipset USB Universal Host Controller [8086:3b3f] (rev 06)
00:1a.7 USB Controller [0c03]: Intel Corporation 5 Series/3400 Series
Chipset USB2 Enhanced Host Controller [8086:3b3c] (rev 06)
00:1b.0 Audio device [0403]: Intel Corporation 5 Series/3400 Series Chipset
High Definition Audio [8086:3b56] (rev 06)
00:1c.0 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset
PCI Express Root Port 1 [8086:3b42] (rev 06)
00:1c.5 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset
PCI Express Root Port 6 [8086:3b4c] (rev 06)
00:1d.0 USB Controller [0c03]: Intel Corporation 5 Series/3400 Series
Chipset USB Universal Host Controller [8086:3b36] (rev 06)
00:1d.1 USB Controller [0c03]: Intel Corporation 5 Series/3400 Series
Chipset USB Universal Host Controller [8086:3b37] (rev 06)
00:1d.2 USB Controller [0c03]: Intel Corporation 5 Series/3400 Series
Chipset USB Universal Host Controller [8086:3b38] (rev 06)
00:1d.7 USB Controller [0c03]: Intel Corporation 5 Series/3400 Series
Chipset USB2 Enhanced Host Controller [8086:3b34] (rev 06)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e]
(rev a6)
00:1f.0 ISA bridge [0601]: Intel Corporation 5 Series Chipset LPC Interface
Controller [8086:3b06] (rev 06)
00:1f.2 SATA controller [0106]: Intel Corporation 5 Series/3400 Series
Chipset 6 port SATA AHCI Controller [8086:3b22] (rev 06)
00:1f.3 SMBus [0c05]: Intel Corporation 5 Series/3400 Series Chipset SMBus
Controller [8086:3b30] (rev 06)
01:00.0 USB Controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host
Controller [1033:0194] (rev 03)
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd.
RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 06)


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [E]
Detect network card:[ ]
Configure network:  [ ]
Detect CD:  [ ]
Load installer modules: [ ]
Detect hard drives: [ ]
Partition hard drives:  [ ]
Install base system:[ ]
Clock/timezone setup:   [ ]
User/password setup:[ ]
Install tasks:  [ ]
Install boot loader:[ ]
Overall install:[ ]

Comments/Problems:
I want to install the amd64 kfreebsd version of Squeeze. Right after the
computer says "Boot from CD/DVD:" I come to the grub prompt and it says:
"Minimal BASH-Like line editing is supported. For the first word, TAB lists
possible command completions. Anywhere else TAB lists the possible
completions of a device/filename"
A list of commands is available, for example normal, boot, help, kfreebsd.
I've tried these, but it just says "error: no kernel loaded.". I just can't
get to the install menu, or whatever it's called.
It's just the kfreebsd versions that give this problem (I've tried i386
kfreebsd too). The linux version works.


Bug#612136: nvidia-graphics-drivers: New certified upstream release 260.19.36 available

2011-02-06 Thread Christof Bruyland

Package: nvidia-graphics-drivers
Version: 260.19.36
Severity: normal

Updated the NVIDIA kernel module to ensure that all system memory allocated by 
it for use with GPUs or within user-space components of the NVIDIA driver stack 
is initialized to zero. A new NVIDIA kernel module option, 
InitializeSystemMemoryAllocations, allows administrators to revert to the 
previous behavior.
Fixed a bug that caused X servers version 1.9 and higher to crash when color 
index overlays were enabled.
Fixed a bug that caused pixel value 255 to be treated as transparent in color 
index overlays.

Will the debian package be updated to this new release?




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



Bug#612104: mupen64plus: joystick left and right not working at all

2011-02-06 Thread Sven Eckelmann
On Saturday 05 February 2011 23:54:31 yellow wrote:
> I am sorry to report you the bug, but the joystick cannot be working. Fire
> a and b work, but not left up down right...
> 
> Bright plugin
> 
> I configured it well but not working

Wouldn't it be better to answer my questions about that problem 7 months ago? 
Please check #587268 and give answers to all question I've asked you there. 
That means: what did you configure, what doesn't work in which context, what 
did you try to work around that problem, what is your input device, what 
driver did you use for your input device, does the problem disappear with 
other drivers, which other input devices did you try, how did you test that 
this is a mupen64plus only problem (or even better: that it is Debian specific 
for mupen64plus), what were the results of the tests, ...? Please attach all 
related configuration files from ~/.config/mupen64plus/

If it is not Debian but mupen64plus specific: Have you tried to contact the 
upstream developer (for example the support channel #mupen64plus on 
irc.freenode.net)?

Best regards,
Sven


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


Bug#612137: lintian: Please adjust missing-build-dependency stuff

2011-02-06 Thread Cyril Brulebois
Package: lintian
Version: 2.4.3
Severity: important

Hi,

now that squeeze is out, it'd be nice to adjust the missing-build-dependency
tag. For example, this is annoying:
| missing-build-dependency quilt (>= 0.46-7~)

since rmadison says:
| quilt | 0.48-7 | squeeze | source, all
| quilt | 0.48-7 | sid | source, all

Anyone insane enough to backport the whole X stack to lenny should be able to
do handle setting proper build-dependencies.

Overriding this or setting the version would be extra work.

KiBi.



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



Bug#612138: www.debian.org: Old translation warning obscures main text

2011-02-06 Thread Vincent Zweije
Package: www.debian.org
Severity: normal

In the new website style, when a translation is too old, a warning overlay
is included. This overlay obscures part of the main text, making it very
hard to read.

You can find a screenschot at:

http://www.zweije.nl/~vzweije/overlay-error.png

Yes, I know the translation should be updated, but this looks really
unprofessional on an otherwise professional layout (for which kudos).

Ciao. Vicennt.

-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'unstable'), (600, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.37 (SMP w/1 CPU core; PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
-- 
Vincent Zweije| "If you're flamed in a group you
  | don't read, does anybody get burnt?"
[Xhost should be taken out and shot] |-- Paul Tomblin on a.s.r.


signature.asc
Description: Digital signature


Bug#612139: xdg-utils: xdg-open should check if $DE is already set

2011-02-06 Thread James Robertson
Package: xdg-utils
Version: 1.1.0~rc1-1
Severity: minor


I use Openbox on Debian Sid with mostly GTK/Gnome Apps and more specifically 
Nautilus is what I will refer to in this report.  I do not use a login manager 
and start openbox from .xinitrc with "exec ck-launch-session dbus-launch 
openbox-session" and have dbus, policykit and consolekit installed.

I had set "export DE=gnome" in my .bashrc but found that xdg-open was still 
considering my DE to be "generic".  Therefore, as one example file:/// url's 
were opening within Chromium Web Browser when I clicked on "Show in Folder" 
from a download from within Chromium.  I wanted this to open in Nautilus 
instead.

The function "detectDE" in the xdg-open script does not take into account that 
the DE variable may already be set.

To get things working I replaced the line where "detectDE" is called with:

if [ x"$DE" = x"" ]; then
detectDE
fi

Which means the script does not assume the DE variable is unset, if it's not 
set tries to detect it.

Then things worked as expected.


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

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

xdg-utils depends on no packages.

Versions of packages xdg-utils recommends:
pn  libfile-mimeinfo-perl  (no description available)
ii  x11-utils 7.5+4  X11 utilities
ii  x11-xserver-utils 7.5+2  X server utilities

Versions of packages xdg-utils suggests:
ii  gvfs-bin  1.6.4-3userspace virtual filesystem - bin

-- 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#612140: python-pyvtk: possible typo in package description

2011-02-06 Thread Davide Prina

Package: python-pyvtk
Severity: minor

In DDTSS I see:

PyVTK provides a VtkData class to create VTK a file from standard
 ^
_|

but in the homepage: http://cens.ioc.ee/projects/pyvtk I see:

VtkData Create VTK file from Python objects

We are not sure how to translate it, we think it must be:

PyVTK provides a VtkData class to create VTK file from standard

it is correct?

Ciao
Davide

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

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

--
Dizionari: http://linguistico.sourceforge.net/wiki
Petizione per liberare i PC:
http://www.petitiononline.com/liberasw/
Non autorizzo la memorizzazione del mio indirizzo su outlook




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



Bug#612141: hatari: F12-Q like e-uae please to quit

2011-02-06 Thread yellow
Package: hatari
Version: 1.4.0-1
Severity: wishlist

Dear Sir,

E-eau and hatari are the greatest... Could you please add this keybinding to 
quit (not prompting any X popup message) so that we can directly return to 
mythtv... 

"F12" + "Q" : directly Quit the program

Please find teh bindings of e-uae:

Using E-UAE

You can reboot the emulated Amiga with the "Reset" button. You can also reset 
the Amiga by pressing Ctrl-Super-Super (that is both of the Super keys. The 
Super keys are often "Windows" keys on a PC, and "Command" keys on a Mac. On an 
Amiga they are the "A" keys). Additionally F12-R will reset the Amiga (a "warm" 
reset, like that of ctrl-A-A) and F12-Shift-R will do a "cold" reset 
(equivalent to turning off the Amiga and turning it back on).

If you find E-UAE is having problems with your mouse pointer moving at the 
wrong speed, or getting stuck when your Ubuntu pointer reaches the edge of the 
screen, you can press F12-G to grab and release the mouse.

To toggle between fullscreen and windowed mode you can press F12-S.

If you find E-UAE is going slowly try turning off the sound emulation (this can 
be done at any time from within the E-UAE control window and does not require 
resetting the emulated Amiga). The "100% Accurate" sound emulation will 
noticably impact the performance. To change the frame-rate of the emulator 
(skipping frames requires less work than rendering them all) you can use F12-+ 
and F12-- (+ and - on the NumPad).

Classic Amiga computers do not require a shutdown, you can just quit E-UAE 
(closing the control window will not stop the emulation, but closing the 
emulation window will close the entire program, including the control window) 
F12-Q will also quit E-UAE.

More documentation can be found in the "docs" folder in your dowloaded archive 
of E-UAE. 


Cheers

-- 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/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 hatari depends on:
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libpng12-0  1.2.44-1 PNG library - runtime
ii  libreadline66.1-3GNU readline and history libraries
ii  libsdl1.2debian 1.2.14-6.1   Simple DirectMedia Layer
ii  libx11-62:1.3.3-4X11 client-side library
ii  python  2.6.6-3+squeeze4 interactive high-level object-orie
ii  python-support  1.0.10   automated rebuilding support for P
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

hatari recommends no packages.

Versions of packages hatari suggests:
ii  dosfstools3.0.9-1utilities for making and checking 
ii  mtools4.0.12-1   Tools for manipulating MSDOS files
ii  unzip 6.0-4  De-archiver for .zip files

-- 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#612142: roundcube-core: Missing dependence : php5-cgi roundcube not work without

2011-02-06 Thread jules
Package: roundcube
Version: 0.3.1-6~bpo50+1
Severity: minor

An important dependence miising in roundcube packages, php5-cgi, 
it won't work on lighttpd without it
thank you for all your job on this package.

-- System Information:
Debian Release: 5.0.8
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.26-2-powerpc
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 roundcube-core depends on:
ii  apache2-mpm-prefor 2.2.9-10+lenny9   Apache HTTP Server - traditional n
ii  dbconfig-common1.8.39common framework for packaging dat
ii  debconf [debconf-2 1.5.24Debian configuration management sy
ii  libjs-jquery   1.4.2-2~bpo50+1   JavaScript library for dynamic web
ii  libmagic1  4.26-1File type determination library us
ii  lighttpd [httpd]   1.4.19-5+lenny2   A fast webserver with minimal memo
ii  php-auth   1.6.1-1   PHP PEAR modules for creating an a
ii  php-mail-mime  1.8.0-2~bpo50+1   PHP PEAR module for creating MIME 
ii  php-mdb2   2.5.0b2-1~bpo50+1 PHP PEAR module to provide a commo
ii  php-net-smtp   1.3.1-1   PHP PEAR module implementing SMTP 
ii  php-net-socket 1.0.8-2   PHP PEAR Network Socket Interface 
ii  php5   5.2.6.dfsg.1-1+lenny9 server-side, HTML-embedded scripti
ii  php5-gd5.2.6.dfsg.1-1+lenny9 GD module for php5
ii  php5-mcrypt5.2.6.dfsg.1-1+lenny9 MCrypt module for php5
ii  php5-pspell5.2.6.dfsg.1-1+lenny9 pspell module for php5
ii  roundcube-sqlite   0.3.1-6~bpo50+1   metapackage providing sqlite depen
ii  tinymce3.0.8-1   platform independent web based Jav
ii  ucf3.0016Update Configuration File: preserv

roundcube-core recommends no packages.

Versions of packages roundcube-core suggests:
pn  php-auth-sasl  (no description available)

roundcube depends on no packages.

-- debconf information:
  roundcube/upgrade-error: abort
  roundcube/pgsql/authmethod-user: password
  roundcube/purge: false
* roundcube/dbconfig-install: true
  roundcube/db/dbname: roundcube
  roundcube/language: fr_FR
  roundcube/remote/newhost:
  roundcube/pgsql/changeconf: false
  roundcube/upgrade-backup: true
  roundcube/install-error: abort
  roundcube/mysql/admin-user: root
  roundcube/hosts:
  roundcube/pgsql/authmethod-admin: ident
  roundcube/dbconfig-remove:
  roundcube/pgsql/admin-user: postgres
  roundcube/internal/skip-preseed: false
  roundcube/db/app-user: roundcube
  roundcube/dbconfig-reinstall: false
  roundcube/mysql/method: unix socket
  roundcube/remove-error: abort
  roundcube/restart-webserver: true
  roundcube/dbconfig-upgrade: true
  roundcube/remote/port:
  roundcube/pgsql/method: unix socket
  roundcube/pgsql/manualconf:
  roundcube/db/basepath: /var/lib/dbconfig-common/sqlite/roundcube
  roundcube/pgsql/no-empty-passwords:
  roundcube/passwords-do-not-match:
  roundcube/internal/reconfiguring: false
  roundcube/reconfigure-webserver: apache2, lighttpd
* roundcube/database-type: sqlite
  roundcube/remote/host:
  roundcube/missing-db-package-error: abort

-- 
Ce message a été vérifié par MailScanner
pour des virus ou des polluriels et rien de
suspect n'a été trouvé.




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



Bug#611521: [INTL:da] Danish translation of release-notes

2011-02-06 Thread Javier Fernández-Sanguino Peña
On Sun, Feb 06, 2011 at 12:29:48AM +0100, Torben Grøn Helligsø wrote:
> Package: release-notes
> 
> On 05-02-2011 22:48, Javier Fernández-Sanguino Peña wrote:
> > On Sat, Feb 05, 2011 at 07:48:17PM +0100, Torben Grøn Helligsø wrote:
> >> I attach a Danish translation of whats-new.po from the release-notes
> >> package.
> >>
> > 
> > Thanks, committed to SVN in r8429.
> whats-new.po has lost its non-ascii characters along the way from my
> previous mail to svn; i.e. they have been turned into ?? . This shows
> when I update my working copy, and also in svn web clients.

That is probably an issue with my e-mail client. I have just committed your
new file, hopefully all looks good noe.

In addition, could you please review the build of the 'da' Release Notes?
Based on the build logs [1]  the Danish Release Notes do not build all the
files and they break the publication of the Release Notes for other
languages:

[End of the file]

+ cp -pr da/release-notes.kfreebsd-amd64.txt
/srv/www.debian.org/www/releases/testing/kfreebsd-amd64/release-notes.da.txt
+ cp -pr da/release-notes.kfreebsd-amd64.pdf
/srv/www.debian.org/www/releases/testing/kfreebsd-amd64/release-notes.da.pdf
cp: cannot stat `da/release-notes.kfreebsd-amd64.pdf': No such file or directory
 
make: *** [publish] Error 1
make: Leaving directory `/srv/www.debian.org/release-notes/testing'



Maybe it has to do with this:

[in the middle of the build logs]

 %&-line parsing enabled.
 entering extended mode
 pdflatex failed
 stdin_tmp.tex: File `da/hyphenation.tex' not found.
 
 stdin_tmp.tex:36: Emergency stop.


This breakage prevented the translations of the Release Notes for many other
languages to not be up-to-date in the website (at least not  with the changes
introduced in the last few days).

For the time being I moved 'da' to the end of the LANGUAGES list (I was
tempted to remove it) so it does not break other languages.

Could you please look into this and provide patches to fix the 'da' build?


Regards

Javier



[1] http://www-master.debian.org/build-logs/webwml/release-notes.log


signature.asc
Description: Digital signature


Bug#612143: O: zsh -- A shell with lots of features

2011-02-06 Thread Kan-Ru Chen
Package: wnpp
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The original maintainer, Clint Adams , orphaned the
package.

 zsh (4.3.11-2) unstable; urgency=low
 .
   * Fix psmisc detection of fuser completion, thanks to GI.
 closes: #607603.
   * Change "recommended" prompt theme to adam1.
   * Turn SHARE_HISTORY on in the recommended zshrc.
   * Orphan the package.

The package description is:
 Zsh is a UNIX command interpreter (shell) usable as an
 interactive login shell and as a shell script command
 processor. Of the standard shells, zsh most closely resembles
 ksh but includes many enhancements. Zsh has command-line editing,
 built-in spelling correction, programmable command completion,
 shell functions (with autoloading), a history mechanism, and a
 host of other features.

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

iEYEARECAAYFAk1Oel0ACgkQsbdbXzZcx6KO7QCg+K9+YK9+iGDP4XTkRhdO4nvD
vGsAoIkJhmUC37ClITUohnTMGD16/8En
=cNWE
-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#612008: release-notes: please add emdebian section

2011-02-06 Thread Wookey
 Subject: Re: Bug#612008: release-notes: please add emdebian section

> > Emdebian is an extension to Debian, and  it was recognized as official
> > Debian subproject, the same as Debian Live. So a pointer to Emdebian
> > release-notes might apply in this case, as well as Debian Live should
> > have a pointer to their release notes.
> 
> The only references I see to Emdebian being an "official Debian subproject"
> are from the emdebian.org website itself - I have never seen any mention of
> this from any DPL, past or present.  What makes Emdebian an "official Debian
> subproject"? 

It was agreed with TBM when he was DPL. I'd have to dig a little to
find the email.

One could still argue about exactly what
status/benefits/requirements/responsibilities are conferred by being an
'official Debian subject'. I think the original question was about
using the debian website design. But there was alse a co-ordinated release
for Lenny, and I think we are expecting that to continue. 

Wookey
-- 
Principal hats:  Linaro, Emdebian, Wookware, Balloonboard, ARM
http://wookware.org/



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



Bug#612144: e-uae: Issue with keyboard: doublig pressing

2011-02-06 Thread yellow
Package: e-uae
Version: 0.8.29-WIP4-10
Severity: minor

Dear sir,

I am sorry but it is not possible to play games with using keys, since it is 
doubling the effect.

For instance captive of mindscape, you go to butre, then you go into the planet

ok, you land

then you wanna walk:

press 8 on keypad to go forward. but instead it does 2 cells instead of one.

Right , left, back  ... same it is pressing twice what one can press once on 
the keyboard.

This bug hence avoid using keyboard... The testing machine is debian testing.


 ## E-UAE config file for the Amiga 500+
 chipset=ecs
 kickstart_rom_file=/kick31.rom
 chipmem_size=2
 bogomem_size=0
 gfx_width_windowed=720
 gfx_height_windowed=576
 gfx_width_fullscreen=720
 gfx_height_fullscreen=576
 gfx_fullscreen_amiga=true
 joyport0=mouse
 joyport1=joy1
 #sdl.use_gl=true


Kind regards
Y.

-- 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/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 e-uae depends on:
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-2.1FreeType 2 font engine, shared lib
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgtk2.0-0 2.20.1-2 The GTK+ graphical user interface 
ii  libpango1.0-0   1.28.3-1 Layout and rendering of internatio
ii  libsdl1.2debian 1.2.14-6.1   Simple DirectMedia Layer
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

e-uae recommends no packages.

e-uae 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#612142: roundcube-core: Missing dependence : php5-cgi roundcube not work without

2011-02-06 Thread Vincent Bernat
OoO  En cette  matinée ensoleillée  du  dimanche 06  février 2011,  vers
09:33, jules  disait :

> An important dependence miising in roundcube packages, php5-cgi, 
> it won't work on lighttpd without it
> thank you for all your job on this package.

There is  a dependency  on php5 which  depends on  libapache2-mod-php5 |
libapache2-mod-php5filter |  php5-cgi. We do  not depend on  php5-cgi to
not  force  Apache  users  to   install  it  (and  we  don't  depend  on
libapache2-mod-php5 to not force lighttpd users to install it).
-- 
printk(KERN_WARNING "Multi-volume CD somehow got mounted.\n");
2.2.16 /usr/src/linux/fs/isofs/inode.c


pgpsqYoA9k60r.pgp
Description: PGP signature


Bug#612145: RM: typo3-dummy -- ROM; merged into typo3-src

2011-02-06 Thread Christian Welzel
Package: ftp.debian.org

Hello ftp-masters,

please remove the source package "typo3-dummy" from unstable.
It has been merged with "typo3-src" in unstable using new source
format 3.0-quilt.
The binary package "typo3-dummy" is now build by "typo3-src".


-- 
 MfG, Christian Welzel

  GPG-Key: http://www.camlann.de/de/pgpkey.html
  Fingerprint: 4F50 19BF 3346 36A6 CFA9 DBDC C268 6D24 70A1 AD15



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



Bug#612146: pkill via process number

2011-02-06 Thread jidanni
Package: procps
Version: 1:3.2.8-10
Severity: wishlist
File: /usr/share/man/man1/pgrep.1.gz

   -P ppid,...
  Only match processes whose parent process ID is listed.

OK, but you forgot one:

   -Z ppid,...
  Only match processes whose process ID is listed.

That way one could do
$ pkill  -Z  $!
instead of
$  kill 2>&- $!
if one wanted.
(-Z is just an arbitrary choice.)



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



Bug#612147: Why using version 1.6.2.9 - it's not a LTS version with Long Term Support?

2011-02-06 Thread Karsten Malcher

Package: asterisk
Severity: wishlist

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

For the future when Squeeze goes to stable it would be better to use a 
LTS version.

This is version 1.8.2.3 at this time.
https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions

Regards Karsten

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

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




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



Bug#612148: dh_girepository doesn't look for libraries in private directories

2011-02-06 Thread Laurent Bigonville
Package: gobject-introspection
Version: 0.10.1-1
Severity normal

Hi,

I have a package that ship a private .typelib file that require a
library shipped in a private path (/usr/lib/) in the same
package. Unfortunately, dh_girepository doesn't look for library in
private directory and thus return an error.

dh_girepository should look for libraries in private path for in all
packages built in the same source directory.

Cheers

Laurent Bigonville



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



Bug#612149: RM: wacom-tools -- ROM; obsoleted by xf86-input-wacom

2011-02-06 Thread Ron
Package: ftp.debian.org
Severity: normal

I've finally triaged all the old bugs still attached to this package,
so it's time to remove it now.

Thanks,
Ron



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



Bug#612150: ogre: orig tarball ships CC 2.5 licensed HTML files

2011-02-06 Thread Torsten Werner
Package: ogre
Version: 1.7.1-1
Severity: serious
Justification: Policy 2.1

Hi,

CC license version 2.5 is considered non-free for Debian but it has an upgrade
clause. Please document the license in the copyright file.

Cheers,
Torsten



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



Bug#517900: installation-reports: Successful install report

2011-02-06 Thread Daniel Lister
Package: installation-reports
Followup-For: Bug #517900



-- Package-specific info:

Boot method: cd
Image version: 508 i386 netinst
Date: 

Machine: Advent 7093 laptop
Partitions: 


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [o]
Detect network card:[o]
Configure network:  [o]
Detect CD:  [o]
Load installer modules: [o]
Detect hard drives: [o]
Partition hard drives:  [o]
Install base system:[o]
Clock/timezone setup:   [o]
User/password setup:[o]
Install tasks:  [o]
Install boot loader:[o]
Overall install:[o]

Comments/Problems:




-- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to sub...@bugs.debian.org.

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION="Debian GNU/Linux installer"
DISTRIB_RELEASE="5.0 (lenny) - installer build 20090123lenny8"
X_INSTALLATION_MEDIUM=cdrom

==
Installer hardware-summary:
==
umame -a: Linux debianserver 2.6.26-2-486 #1 Sat Nov 20 22:54:50 UTC 2010 i686 
unknown
lspci -knn: 00:00.0 Host bridge [0600]: Intel Corporation Mobile 945GM/PM/GMS, 
943/940GML and 945GT Express Memory Controller Hub [8086:27a0] (rev 03)
lspci -knn: 00:01.0 PCI bridge [0604]: Intel Corporation Mobile 945GM/PM/GMS, 
943/940GML and 945GT Express PCI Express Root Port [8086:27a1] (rev 03)
lspci -knn: Kernel driver in use: pcieport-driver
lspci -knn: 00:1b.0 Audio device [0403]: Intel Corporation 82801G (ICH7 Family) 
High Definition Audio Controller [8086:27d8] (rev 02)
lspci -knn: 00:1c.0 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) 
PCI Express Port 1 [8086:27d0] (rev 02)
lspci -knn: Kernel driver in use: pcieport-driver
lspci -knn: 00:1c.1 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) 
PCI Express Port 2 [8086:27d2] (rev 02)
lspci -knn: Kernel driver in use: pcieport-driver
lspci -knn: 00:1c.2 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) 
PCI Express Port 3 [8086:27d4] (rev 02)
lspci -knn: Kernel driver in use: pcieport-driver
lspci -knn: 00:1d.0 USB Controller [0c03]: Intel Corporation 82801G (ICH7 
Family) USB UHCI Controller #1 [8086:27c8] (rev 02)
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: Kernel modules: uhci-hcd
lspci -knn: 00:1d.1 USB Controller [0c03]: Intel Corporation 82801G (ICH7 
Family) USB UHCI Controller #2 [8086:27c9] (rev 02)
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: Kernel modules: uhci-hcd
lspci -knn: 00:1d.2 USB Controller [0c03]: Intel Corporation 82801G (ICH7 
Family) USB UHCI Controller #3 [8086:27ca] (rev 02)
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: Kernel modules: uhci-hcd
lspci -knn: 00:1d.3 USB Controller [0c03]: Intel Corporation 82801G (ICH7 
Family) USB UHCI Controller #4 [8086:27cb] (rev 02)
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: Kernel modules: uhci-hcd
lspci -knn: 00:1d.7 USB Controller [0c03]: Intel Corporation 82801G (ICH7 
Family) USB2 EHCI Controller [8086:27cc] (rev 02)
lspci -knn: Kernel driver in use: ehci_hcd
lspci -knn: Kernel modules: ehci-hcd
lspci -knn: 00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI 
Bridge [8086:2448] (rev e2)
lspci -knn: 00:1f.0 ISA bridge [0601]: Intel Corporation 82801GBM (ICH7-M) LPC 
Interface Bridge [8086:27b9] (rev 02)
lspci -knn: 00:1f.1 IDE interface [0101]: Intel Corporation 82801G (ICH7 
Family) IDE Controller [8086:27df] (rev 02)
lspci -knn: Kernel driver in use: PIIX_IDE
lspci -knn: Kernel modules: piix
lspci -knn: 00:1f.3 SMBus [0c05]: Intel Corporation 82801G (ICH7 Family) SMBus 
Controller [8086:27da] (rev 02)
lspci -knn: 01:00.0 VGA compatible controller [0300]: nVidia Corporation G72M 
[GeForce Go 7400] [10de:01d8] (rev a1)
lspci -knn: 04:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. 
88E8055 PCI-E Gigabit Ethernet Controller [11ab:4363] (rev 10)
lspci -knn: Kernel driver in use: sky2
lspci -knn: Kernel modules: sky2
lspci -knn: 05:01.0 CardBus bridge [0607]: Texas Instruments PCIxx12 Cardbus 
Controller [104c:8039]
lspci -knn: Kernel driver in use: yenta_cardbus
lspci -knn: Kernel modules: yenta_socket
lspci -knn: 05:01.1 FireWire (IEEE 1394) [0c00]: Texas Instruments PCIxx12 OHCI 
Compliant IEEE 1394 Host Controller [104c:803a]
lspci -knn: Kernel driver in use: ohci1394
lspci -knn: Kernel modules: ohci1394
lspci -knn: 05:01.2 Mass storage controller [0180]: Texas Instruments 5-in-1 
Multimedia Card Reader (SD/MMC/MS/MS PRO/xD) [104c:803b]
lspci -knn: 05:01.3 SD Host controller [0805]: Texas Instrume

Bug#595068: New version available

2011-02-06 Thread Geoffroy Youri
Hi,

A new jabberbot version is available v0.11 :)

Carl, I guess you forgot the "Closes" statement in the changelog,
python-jabberbot 0.10-1 did close #595068.

Thanks,
Geoff



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



Bug#612151: mirror listing update for ftp.lecl.net

2011-02-06 Thread Lee Yeosong
Package: mirrors
Severity: minor

Submission-Type: update
Site: ftp.lecl.net
Type: leaf
Archive-architecture: amd64 i386 sparc 
Archive-ftp: /debian/
Archive-http: /debian/
Archive-rsync: debian/
IPv6: no
Archive-upstream: ftp.kr.debian.org
Updates: push
Maintainer: Lee Yeosong 
Country: KR Korea (South)
Location: Cheonahn, Korea
Sponsor: Love-Angel Electronic-Computation Laboratory http://www.lecl.net



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



Bug#528682: xserver-xorg-video-ati: ATI HD 3300 with squeeze freezes

2011-02-06 Thread Nigel Taylor
Package: xserver-xorg-video-ati
Version: 1:6.13.1-2+squeeze1
Severity: normal

The same hardware tried under OpenBSD v4.9 amd64 current. X-Windows is not a 
problem both with v6.12.2 
of the xf86-video-ati driver that's the version included in OpenBSD, and 
v6.13.99 xf86-video-ati driver a 
version I built to support HD 5450 for OpenBSD, note the ATI HD 5450 has issues 
with v6.13.2 requires later 
fixes. OpenBSD was run using a USB drive. Same hardware used under Windows XP 
has no problems either.

-- 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 Jan 16  2007 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1733468 Jan 12 03:50 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
01:05.0 VGA compatible controller: ATI Technologies Inc Radeon HD 3300 Graphics

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

Kernel version (/proc/version):
Linux version 2.6.32-5-686 (Debian 2.6.32-30) (b...@decadent.org.uk) (gcc 
version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Wed Jan 12 04:01:41 UTC 2011

Xorg X server log files on system:
-rw-r--r-- 1 root root 33258 Feb  5 13:02 /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.28-dsa-ia32 i686 Debian
Current Operating System: Linux stoney.asterisk.me.uk 2.6.32-5-686 #1 SMP Wed 
Jan 12 04:01:41 UTC 2011 i686
Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.32-5-686 
root=UUID=40a00fbb-bb47-45b7-a645-16dff5db8b95 ro rw ramdisk_size=10 
lang=en apm=power-off nomce vga=791 quiet
Build Date: 12 January 2011  03:44:48AM
xorg-server 2:1.7.7-11 (Cyril Brulebois ) 
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: Sat Feb  5 13:02:48 2011
(==) 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: 0x81ecca0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 6.0
X.Org XInput driver : 7.0
X.Org Server Extension : 2.0
(++) using VT number 7

(--) PCI:*(0:1:5:0) 1002:9614:1462:7550 ATI Technologies Inc Radeon HD 3300 
Graphics rev 0, Mem @ 0xd000/268435456, 0xfe7f/65536, 
0xfe60/1048576, I/O @ 0xc000/256
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(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/exten

Bug#612153: override: libwpg-0.2-2:libs/optional

2011-02-06 Thread Rene Engelhard
Package: ftp.debian.org

On Sun, Feb 06, 2011 at 11:21:22AM +, Debian FTP Masters wrote:
> There are disparities between your recently accepted upload and the
> override file for the following file(s):
> 
> libwpg-0.2-2_0.2.0-4_amd64.deb: package says priority is optional, override 
> says extra.

libreoffice is depending on this now, so this should be optional.

Grüße/Regards,

René



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



Bug#612149: RM: wacom-tools -- ROM; obsoleted by xf86-input-wacom

2011-02-06 Thread Ron

Hi again!

Just to clarify this one, `dak rm -Rn wacom-tools` complains of:

# Broken Depends:
xorg: xserver-xorg-input-all [alpha armel hppa i386 ia64 mips mipsel powerpc 
sparc]

But it seems dak just doesn't notice that the xserver-xorg-input-wacom
binary package is now provided by the xf86-input-wacom source package.

We are all clear to remove the wacom-tools source package now though.

 Ron





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



Bug#612154: RM: wpg2odg -- ROM; now built by writerperfect

2011-02-06 Thread Rene Engelhard
Package: ftp.debian.org
Severity: normal

Please remove wpg2odg *source* package from unstable.

The wpg2odg binary package is now built by the writerperfect source packag

Grüße/Regards,

René



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



Bug#612155: RM: wps2sxw -- ROM; obsolete, replaced by wps2odt

2011-02-06 Thread Rene Engelhard
Package: ftp.debian.org
Severity: normal

Please remove wps2sxw (source+binaries) from unstable.

It is obsolete, a libwpd 0.8.x using application, only supports an old file
format (NOT OpenDocument) and isn't updated anymore.

Instead, we know have wpd2odg

Grüße/Regards,

René



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



Bug#611862: [Pkg-lyx-devel] Bug#611862: lyx: Add eLyXer to the "recommends" packages for LyX

2011-02-06 Thread Sven Hoexter
On Wed, Feb 02, 2011 at 11:58:37PM +0100, Alex Fernandez wrote:

Hi,

> eLyXer is an HTML converter specifically geared towards LyX documents. It 
> would
> be nice if it was recommended by LyX, instead of just suggested.

I'm not sure what's the right thing for most users of the Debian lyx package.

On the one hand the default installation grows bigger and bigger but on the
other hand HTML export seems to be kind of a wanted feature with a now build in
implementation and the userbase elyxer got so far. Admittedly the output of
the build in exporter is very ugly compared to elyxer. Even the argument
about the size of the default installation is a weak one in the light
of the few hundred kilobytes elyxer would add.

Another opinion or other arguments for or against a change are appreciated.

Sven
-- 
And I don't know much, but I do know this:
With a golden heart comes a rebel fist.
 [ Streetlight Manifesto - Here's To Life ]



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



Bug#611073: [traceroute] please consider use of file capabilities

2011-02-06 Thread Jakob Hirsch
On 05.02.2011 11:11, Daniel Baumann wrote:
> this is a forward of a bug report that a user just made, repeating from
> http://bugs.debian.org/611073
> 
> ---snip---
> The upstream source contains a hardcoded test that makes it
> impossible to use file capabilities (libcap2) with traceroute,
> i.e., the use of '-I' is checked against superuser accesss.
...

as always, Debian is behind the times. See the thread in
http://sourceforge.net/mailarchive/message.php?msg_id=26726801 and
the 2.0.17 changes in
http://sourceforge.net/mailarchive/message.php?msg_id=26750974.




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



Bug#612156: section 4 Linux-specific

2011-02-06 Thread Robert Millan
Package: manpages
Version: 3.27-1
Severity: normal
User: debian-...@lists.debian.org
Usertags: kfreebsd

Section 4 is entirely Linux-specific. Please would you consider splitting
it into a separate package? (e.g. linux-manpages or so)

-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: kfreebsd-amd64 (x86_64)

Kernel: kFreeBSD 8.1-1-amd64
Locale: LANG=ca_AD.utf8, LC_CTYPE=ca_AD.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

manpages depends on no packages.

manpages recommends no packages.

Versions of packages manpages suggests:
ii  man-db [man-browser]  2.5.7-8on-line manual pager

-- no debconf information



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



Bug#588353: [ia32-libs] PCSX2 Update summary

2011-02-06 Thread gregory hainaut
Hello,

Libsoundtouch got a new maintainer which upload some lib32soundtouch0*
package in experimental. In others words we need only three packages.

1/ libwxbase2.8-0, libwxgtk2.8-0
2/ libportaudio1.9
3/ libGLEW

Best regards,
Gregory



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



Bug#598390: How to reproduce

2011-02-06 Thread Nicolas DEGAND
I have found that the bug is present (tested with Iceweasel 3.5.16) when you 
watch a youtube video embedded in a third-party site, but if you watch the 
same video in Youtube,the bug is NOT present.

Checked with the first video on this website:

http://www.ecrans.fr/Chaton-hausse-le-thon,11931.html

Best regards

-- 
Nicolas DEGAND



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



Bug#612157: gdm3: gdm-session-worker hangs on kfreebsd-i386

2011-02-06 Thread Chris Hills
Package: gdm3
Version: 2.30.5-6
Severity: grave
Justification: renders package unusable


After installing gnome I am unable to log in because gdm-session-worker hangs 
using 100% cpu.

1. Install Debian 6.0.0 kfreebsd-i386
2. Run `apt-get install gnome`
3. Reboot and attempt to log in

The log in hangs, and ktrace shows the following repeatedly for 
gdm-session-worker:-

CALL poll(0xbfbfe504,0x1,0xbae6)
RET  poll -1 errno 22 Invalid argument

-- System Information:
Debian Release: 6.0
  APT prefers squeeze-updates
  APT policy: (500, 'squeeze-updates'), (500, 'stable')
Architecture: kfreebsd-i386 (i686)

Kernel: kFreeBSD 8.1-1-686
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 gdm3 depends on:
ii  adduser3.112+nmu2add and remove users and groups
ii  debconf [debconf-2.0]  1.5.36.1  Debian configuration management sy
ii  gconf2 2.28.1-6  GNOME configuration database syste
ii  gnome-session [x-sessi 2.30.2-3  The GNOME Session Manager - GNOME 
ii  gnome-session-bin  2.30.2-3  The GNOME Session Manager - Minima
ii  gnome-terminal [x-term 2.30.2-1  The GNOME terminal emulator applic
ii  libart-2.0-2   2.3.21-1  Library of functions for 2D graphi
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.24.3-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.24.3-1  The Bonobo UI library
ii  libc0.12.11.2-10+b1  Embedded GNU C Library: Shared lib
ii  libcairo2  1.8.10-6  The Cairo 2D vector graphics libra
ii  libcanberra-gtk0   0.24-1Gtk+ helper for playing widget eve
ii  libcanberra0   0.24-1a simple abstract interface for pl
ii  libdbus-1-31.2.24-4  simple interprocess messaging syst
ii  libdbus-glib-1-2   0.88-2.1  simple interprocess messaging syst
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.4.2-2.1 FreeType 2 font engine, shared lib
ii  libgconf2-42.28.1-6  GNOME configuration database syste
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libgnome2-02.30.0-1  The GNOME library - runtime files
ii  libgnomecanvas2-0  2.30.1-1  A powerful object-oriented display
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
ii  liborbit2  1:2.14.18-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpam-modules 1.1.1-6.1 Pluggable Authentication Modules f
ii  libpam-runtime 1.1.1-6.1 Runtime support for the PAM librar
ii  libpam0g   1.1.1-6.1 Pluggable Authentication Modules l
ii  libpanel-applet2-0 2.30.2-2  library for GNOME Panel applets
ii  libpango1.0-0  1.28.3-1+squeeze1 Layout and rendering of internatio
ii  libpolkit-gobject-1-0  0.96-4PolicyKit Authorization API
ii  libpolkit-gtk-1-0  0.96-3PolicyKit GTK+ API
ii  libpopt0   1.16-1lib for parsing cmdline parameters
ii  librsvg2-common2.26.3-1  SAX-based renderer library for SVG
ii  libupower-glib10.9.5-5   abstraction for power management -
ii  libwrap0   7.6.q-19  Wietse Venema's TCP wrappers libra
ii  libx11-6   2:1.3.3-4 X11 client-side library
ii  libxau61:1.0.6-1 X11 authorisation library
ii  libxdmcp6  1:1.0.3-2 X11 Display Manager Control Protoc
ii  libxklavier16  5.0-2 X Keyboard Extension high-level AP
ii  libxml22.7.8.dfsg-2  GNOME XML library
ii  lsb-base   3.2-23.2squeeze1  Linux Standard Base 3.2 init scrip
ii  metacity [x-window-man 1:2.30.1-3lightweight GTK+ window manager
ii  policykit-1-gnome  0.96-3GNOME authentication agent for Pol
ii  upower 0.9.5-5   abstraction for power management
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

Versions of packages gdm3 recommends:
ii  at-spi1.30.1-3   Assistive Technology Service Provi
ii  desktop-base  6.0.5  common files for the Debian Deskto
ii  gnome-icon-theme  2.30.3-2   GNOME Desktop icon theme
ii  gnome-power-manager   2.32.0-2   power management tool for the GNOM
ii  gnome-settings-daemon 2.30.2-2   daemon handling the GNOME session 
ii  x11-xkb-utils 7.5+5  X11 XKB utilities
ii  xserver-xephyr2:1.7.7-11 nested X server
ii  xserver-xorg  1:7.5+8the X.Org X server
ii  zenity2.30.0-1   Display graphical dialog boxes fro

Versions of packages g

Bug#612158: ITP: florence -- extensible and scalable virtual keyboard for GNOME

2011-02-06 Thread Jérémy Bobbio
Package: wnpp
Severity: wishlist
Owner: "Jérémy Bobbio" 

* Package name: florence
  Version : 0.5.0
  Upstream Author : François Agrech 
* URL : http://florence.sourceforge.net/
* License : GPL-2+
  Programming Lang: C
  Description : extensible and scalable virtual keyboard for GNOME

Florence is an extensible scalable virtual keyboard for GNOME.
It is useful when a real keyboard is unusable either because of a
handicap, disease, broken keyboard or tablet PC; but when a pointing
device is usable.

Florence stays out of your way: it appears on the screen only when
needed. An auto-click functionality also help people having
difficulties to click buttons.

-- 
Jérémy Bobbio.''`. 
lu...@debian.org: :Ⓐ  :  # apt-get install anarchism
`. `'` 
  `-   


signature.asc
Description: Digital signature


Bug#611521: [INTL:da] Danish translation of release-notes

2011-02-06 Thread Torben Grøn Helligsø
On 06-02-2011 11:34, Javier Fernández-Sanguino Peña wrote:
> In addition, could you please review the build of the 'da' Release Notes?
> Based on the build logs [1]  the Danish Release Notes do not build all the
> files and they break the publication of the Release Notes for other
> languages:

I attach the file 'da/hyphenation.tex'. The broken build was due to the
absence of this file as suggested.

I built the release notes with this file present and it looks as it
should, including the pdf versions.

Regards,
Torben
\hyphenation{}


Bug#612157: (no subject)

2011-02-06 Thread Chris Hills
Additional information:-

Host is VMware Workstation 7.1.3-324285 on a Core 2 Duo T7500.



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



Bug#612159: linux-headers-2.6.26-2-486: system does not boot

2011-02-06 Thread missing kernel module for TDA18218 dvb-t tuner
Package: linux-headers-2.6.26-2-486
Version: 2.6.26-26lenny2
Severity: critical
Justification: breaks the whole system


System doesnt boot, because GRUB havent found system image.  This 
happens every time after linux-headers actualization.  I find out 
that boot/grub/menu.1st was incorrectly overwriten. Debian is 
installed on hdc3 but GRUB is trying to find it on hdc2. 
This is part of menu.1st:

## ## End Default Options ##

title   Debian GNU/Linux, kernel 2.6.26-2-686
root(hd0,2)
kernel  /boot/vmlinuz-2.6.26-2-686 root=/dev/hdc3 ro quiet
initrd  /boot/initrd.img-2.6.26-2-686

and this is the same part, incorrecly overwriten after linux-headers 
actualization

## ## End Default Options ##

title   Debian GNU/Linux, kernel 2.6.26-2-686
root(hd0,1)
kernel  /boot/vmlinuz-2.6.26-2-686 root=/dev/hdc2 ro quiet
initrd  /boot/initrd.img-2.6.26-2-686


!! my new email is ks...@mail333.com !!!
...


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

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

Versions of packages linux-headers-2.6.26-2-486 depends on:
ii  gcc-4.1  4.1.2-25The GNU C compiler
ii  linux-headers-2.6.26-2-c 2.6.26-26lenny2 Common header files for Linux 2.6.
ii  linux-kbuild-2.6.26  2.6.26-3Kbuild infrastructure for Linux 2.

linux-headers-2.6.26-2-486 recommends no packages.

linux-headers-2.6.26-2-486 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#612160: [ecryptfs-utils] kdm fails to log in after ~/.ecryptfs/auto-mount is deleted

2011-02-06 Thread ras
Package: ecryptfs-utils
Version: 83-4
Severity: normal

If you delete ~/.ecryptfs/auto-mount and log out of KDE session,
and try to log in again, kdm, after some screen flashing, will bring you back 
to the login screen.
You can still successfully log in in the terminal, using C-A-F1, and after the 
following command
$ touch ~/.ecryptfs/auto-mount
kdm is able to start KDE session again.


--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.36-trunk-amd64

Debian Release: 6.0
  500 testing ftp.de.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-==
libc6 (>= 2.2.5) | 2.11.2-10
libecryptfs0 | 83-4
libgpg-error0 (>= 1.6-1) | 1.6-1
libgpgme11(>= 1.1.2) | 1.2.0-1.2
libkeyutils1 | 1.4-1
libpam0g   (>= 0.99.7.1) | 1.1.1-6.1
gettext-base | 0.18.1.1-3
keyutils | 1.4-1
libnss3-1d   | 3.12.8-1
libpam-runtime  (>= 1.0.1-6) | 1.1.1-6.1


Package's Recommends field is empty.

Suggests  (Version) | Installed
===-+-===
cryptsetup  | 2:1.1.3-4
opencryptoki| 




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



Bug#596586: ping

2011-02-06 Thread Robert Millan
Ping

-- 
Robert Millan



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



Bug#596590: ping

2011-02-06 Thread Robert Millan
Ping

-- 
Robert Millan



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



Bug#596588: ping

2011-02-06 Thread Robert Millan
Ping

-- 
Robert Millan



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



Bug#596594: new patch

2011-02-06 Thread Robert Millan
forcemerge 596595 596594
thanks

Here's a new patch which doesn't add libdrm-dev to Build-Conflicts.

-- 
Robert Millan
diff -ur xserver-xorg-video-vesa-2.3.0.old/debian/control xserver-xorg-video-vesa-2.3.0/debian/control
--- xserver-xorg-video-vesa-2.3.0.old/debian/control	2011-02-06 13:58:44.0 +0100
+++ xserver-xorg-video-vesa-2.3.0/debian/control	2011-02-06 14:00:50.0 +0100
@@ -17,7 +17,7 @@
  libtool,
  xutils-dev (>= 1:7.5),
  quilt,
- libdrm-dev (>= 2.4.3) [!hurd-i386],
+ libdrm-dev (>= 2.4.3) [linux-any],
  x11proto-xf86dri-dev,
 Standards-Version: 3.8.4
 Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-vesa
@@ -40,3 +40,12 @@
  http://www.X.org>
  .
  This package is built from the X.org xf86-video-vesa driver module.
+
+Package: xserver-xorg-video-vesa-udeb
+XC-Package-Type: udeb  
+Section: debian-installer
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${xviddriver:Depends}
+Provides: ${xviddriver:Provides}
+Description: X.Org X server -- vesa display driver
+ This is a udeb, or a microdeb, for the debian-installer.
Només a xserver-xorg-video-vesa-2.3.0/debian: xserver-xorg-video-vesa-udeb.install


Bug#611533: [Pkg-alsa-devel] Bug#611533: Bug#611533: Bug#611533: alsa-base: version issue: kernel provides 1.0.21 drivers, alsa is 1.0.23

2011-02-06 Thread Brice Rebsamen
$ grep snd-usb-audio /etc/modprobe.d/*
/etc/modprobe.d/alsa-base.conf:# Keep snd-usb-audio from beeing loaded
as first soundcard
/etc/modprobe.d/alsa-base.conf:options snd-usb-audio index=-2

Thanks
Brice


On Sat, Feb 5, 2011 at 1:55 AM, Elimar Riesebieter  wrote:
> * Brice Rebsamen [110204 22:35 +0800]:
> [...]
>> When I ran alsamixer, the device in the home screen was my USB camera
>> (it has a microphone).
>> I unplugged the camera,  restarted my system and did all of the above
>> test again. This time I had sound for all of them, as well as in X...
>
> Please send the output of:
> $ grep snd-usb-audio /etc/modprobe.d/*
>
>>
>> So:
>> 1- the bug report is invalid: there is no version issue.
>> 2- It is weird though that things work with the 1.0.23 version, maybe
>> because I installed it when the camera was installed, or maybe because
>> it came with fresh configuration files... I'll investigate more.
>> 3- I need to find how to configure alsa so that my sound card is my
>> default device. Any guidance is appreciated.
>
> Since alsa-base (1.0.23+dfsg-1) we made shure an usb-sound device
> doesn't get the primary one. Read
> /usr/share/doc/alsa-base/changelog.Debian.gz:
>
> ...
> alsa-driver (1.0.23+dfsg-1) unstable; urgency=low
>
> ...
>
>  * Prevent snd-usb-audio to be the first soundcard via
>    /etc/modprobe.d/alsa-base.conf. (closes: #574593).
>
> ...
>
> Elimar
>
> --
>  Never make anything simple and efficient when a way
>  can be found to make it complex and wonderful ;-)
>



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



Bug#612161: gitg: incorrect watch file

2011-02-06 Thread Michael Nagel
Package: gitg
Version: 0.0.6-3
Severity: minor


The watchfile for gitg seems to be incorrect and not pick up all upstream 
releases. It currently reads:

version=3
http://ftp.gnome.org/pub/GNOME/sources/gitg/([\d\.]+)[02468]/gitg-(.*)\.tar\.gz 
debian uupdate

But when you have a look at http://ftp.gnome.org/pub/GNOME/sources/gitg/ it 
seems to be case that they do not seem to distinguish between even-number 
releases and odd-number releases. So they had proper releases 0.0.1 0.0.3 0.0.5 
and 0.0.7 that the watch file did not pick up.
Moreover they seem to have released version 0.1.0 that is also ignored by the 
watchfile.

-- System Information:
Debian Release: 6.0
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'testing'), (500, 
'stable'), (100, 'unstable'), (1, 'experimental')
Architecture: i386 (x86_64)

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

Versions of packages gitg depends on:
ii  git [git-core] 1:1.7.2.3-2.2 fast, scalable, distributed revisi
ii  git-core   1:1.7.2.3-2.2 fast, scalable, distributed revisi
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libc6  2.11.2-9  Embedded GNU C Library: Shared lib
ii  libcairo2  1.8.10-6  The Cairo 2D vector graphics libra
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.4.2-2.1 FreeType 2 font engine, shared lib
ii  libgconf2-42.28.1-6  GNOME configuration database syste
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
ii  libgtksourceview2.0-0  2.10.4-1  shared libraries for the GTK+ synt
ii  libpango1.0-0  1.28.3-1+squeeze1 Layout and rendering of internatio

gitg recommends no packages.

gitg 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#611521: [INTL:da] Danish translation of release-notes

2011-02-06 Thread Javier Fernández-Sanguino Peña
On Sun, Feb 06, 2011 at 01:52:45PM +0100, Torben Grøn Helligsø wrote:
> On 06-02-2011 11:34, Javier Fernández-Sanguino Peña wrote:
> > In addition, could you please review the build of the 'da' Release Notes?
> > Based on the build logs [1]  the Danish Release Notes do not build all the
> > files and they break the publication of the Release Notes for other
> > languages:
> 
> I attach the file 'da/hyphenation.tex'. The broken build was due to the
> absence of this file as suggested.

Thanks, I've committed this to SVN.

Regards

Javier


signature.asc
Description: Digital signature


Bug#612162: convertall: provide a manpage

2011-02-06 Thread Julian Gilbey
Package: convertall
Version: 0.4.2-1

This package lacks a manpage, so when I forget its name, it is hard to
find.  A very simple manpage would be perfectly adequate.

   Julian



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



Bug#612163: README.Debian: inform about updating initrds too

2011-02-06 Thread Holger Levsen
package: desktop-base
version: 6.0.5
severity: minor
tags: patch

Hi,

README.Debian says under "5. Boot splash":

desktop-base ships a plymouth theme. If you want to activate it, install
plymouth and run:
  plymouth-set-default-theme spacefun
Then remember to add “splash” to your kernel command line.


It misses the fact that one has to update the initrds, so that the activated 
theme becomes visible.

Sugesstion for the last sentence:

Then remember to add “splash” to your kernel command line and to update the 
initrds by running
  update-initramfs -u


cheers,
Holger


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


Bug#596578: framebuffer is Linux-only

2011-02-06 Thread Robert Millan
Julien wrote:
> Since rootskel isn't arch:all, this check could be done at build time?

We could, but that would require duplicating the file.  Existing code in
this file already tries to avoid this duplication, e.g.:

case "$(archdetect)" in
powerpc/*|amd64/*)
local MEMLIMIT=119 ;;   # is 128 MiB
*)
local MEMLIMIT=94 ;;# is 100 MiB
esac

I personally don't mind either way.  So could one of the maintainers say
which one is preferred?

-- 
Robert Millan



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



Bug#596588: ping

2011-02-06 Thread Cyril Brulebois
Robert Millan  (06/02/2011):
> Ping

For this one and for the other stupid contentless pings: be patient.

kthxbye.


signature.asc
Description: Digital signature


Bug#612163: README.Debian: inform about updating initrds too

2011-02-06 Thread Yves-Alexis Perez
On dim., 2011-02-06 at 14:11 +0100, Holger Levsen wrote:
> package: desktop-base
> version: 6.0.5
> severity: minor
> tags: patch
> 
> Hi,
> 
> README.Debian says under "5. Boot splash":
> 
> desktop-base ships a plymouth theme. If you want to activate it, install
> plymouth and run:
>   plymouth-set-default-theme spacefun
> Then remember to add “splash” to your kernel command line.
> 
> 
> It misses the fact that one has to update the initrds, so that the activated 
> theme becomes visible.
> 
> Sugesstion for the last sentence:
> 
> Then remember to add “splash” to your kernel command line and to update the 
> initrds by running
>   update-initramfs -u

Yeah good point, though reading the manpage about
plymouth-set-default-theme would give the -R arg which will rebuild the
initramfs (but people might not read manpages before executing commands
in README so I'll push a change anyway).

Thanks for your report.

Cheers,
-- 
Yves-Alexis


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


Bug#596588: ping

2011-02-06 Thread Robert Millan
2011/2/6 Cyril Brulebois :
> Robert Millan  (06/02/2011):
>> Ping
>
> For this one and for the other stupid contentless pings: be patient.

What's the situation?  Is there something wrong with the patches,
or is it just wrong timing for new udebs to go through NEW?

-- 
Robert Millan



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



Bug#612164: rinse: Please allow arguments in --before-post-install

2011-02-06 Thread Michael Goetze

Package: rinse
Version: 1.7-1
Severity: wishlist

I was trying to do the following:
rinse --directory ${TMPDIR} --distribution centos-5 
--before-post-install "/usr/bin/perl -pie 's,mirrorlist=,\#mirrorlist=,; 
s,\#baseurl=http://mirror.centos.org,baseurl=${MIRROR_CENTOS},;' 
${TMPDIR}/etc/yum.repos.d/CentOS-Base.repo"


but unfortunately this is not possible with rinse. The fact that it 
fails silently might in fact merit a bug of a different severity.


As an aside, there are some pretty horrible CentOS mirrors and it would 
be nice if the default post-install script could be a bit smarter about 
choosing one for the second stage of the bootstrap, e.g. by substituting 
the mirror specified in /etc/rinse/rinse.conf into the chroot or at 
least fasttracking the installation of the yum-fastestmirror plugin.




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



Bug#612165: installation-guide-i386: Booting from Linux Using Grub - menu.lst changed to grub.cfg

2011-02-06 Thread delby
Package: installation-guide-i386
Severity: normal

In the installation manual section 5.1.4 Booting Fron Linux Using LILO or GRUB, 
in the procedure for grub, the manual only include instructions with regards to 
configuring menu.lst. If I am not mistaken, the latest grub uses grub.cfg 
instead.
I think the manual should include instruction with regards to the new config 
file.

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

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



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



Bug#596588: ping

2011-02-06 Thread Cyril Brulebois
Robert Millan  (06/02/2011):
> What's the situation?  Is there something wrong with the patches, or
> is it just wrong timing for new udebs to go through NEW?

Plenty of work already going on, and a single maintainer for all of X.

Be patient.


signature.asc
Description: Digital signature


Bug#596588: ping

2011-02-06 Thread Robert Millan
2011/2/6 Cyril Brulebois :
> Robert Millan  (06/02/2011):
>> What's the situation?  Is there something wrong with the patches, or
>> is it just wrong timing for new udebs to go through NEW?
>
> Plenty of work already going on, and a single maintainer for all of X.
>
> Be patient.

Ok.

-- 
Robert Millan



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



Bug#584167:

2011-02-06 Thread Pawel Kudzia
just FYI: this problem is still present in munin 1.4.5-3 when using
graph_strategy cgi

as temporary workaround that enables chart-plotting [but does not
solve underlying issue] you can change "#!/usr/bin/perl  -Tw" to
"#!/usr/bin/perl  -w" at the top of /usr/lib/cgi-bin/munin-cgi-graph
and munin-fastcgi-graph

--
regards,
Pawel Kudzia / .PaKud



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



Bug#596594: new patch

2011-02-06 Thread Julien Cristau
On Sun, Feb  6, 2011 at 14:03:21 +0100, Robert Millan wrote:

> forcemerge 596595 596594
> thanks
> 
> Here's a new patch which doesn't add libdrm-dev to Build-Conflicts.
> 
> -- 
> Robert Millan

> diff -ur xserver-xorg-video-vesa-2.3.0.old/debian/control 
> xserver-xorg-video-vesa-2.3.0/debian/control
> --- xserver-xorg-video-vesa-2.3.0.old/debian/control  2011-02-06 
> 13:58:44.0 +0100
> +++ xserver-xorg-video-vesa-2.3.0/debian/control  2011-02-06 
> 14:00:50.0 +0100
> @@ -17,7 +17,7 @@
>   libtool,
>   xutils-dev (>= 1:7.5),
>   quilt,
> - libdrm-dev (>= 2.4.3) [!hurd-i386],
> + libdrm-dev (>= 2.4.3) [linux-any],

Won't be necessary anymore once we get
http://cgit.freedesktop.org/xorg/driver/xf86-video-vesa/commit/?id=b1f7f190f9d4f2ab63d3e9ade3e7e04bb4b1f89f

>   x11proto-xf86dri-dev,
>  Standards-Version: 3.8.4
>  Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-vesa
> @@ -40,3 +40,12 @@
>   http://www.X.org>
>   .
>   This package is built from the X.org xf86-video-vesa driver module.
> +
> +Package: xserver-xorg-video-vesa-udeb
> +XC-Package-Type: udeb  
> +Section: debian-installer
> +Architecture: any

Why not restrict this to kfreebsd?

> +Depends: ${shlibs:Depends}, ${misc:Depends}, ${xviddriver:Depends}
> +Provides: ${xviddriver:Provides}
> +Description: X.Org X server -- vesa display driver
> + This is a udeb, or a microdeb, for the debian-installer.
> Només a xserver-xorg-video-vesa-2.3.0/debian: 
> xserver-xorg-video-vesa-udeb.install

Missing .install file.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#612166: What's new for ARM section out of date

2011-02-06 Thread Martin Michlmayr
Package: release-notes
Severity: important
Tags: patch

The "What's new for ARM" section is completely out of date.  Here's a
patch:

Index: en/whats-new.dbk
===
--- en/whats-new.dbk(revision 8444)
+++ en/whats-new.dbk(working copy)
@@ -88,42 +88,28 @@
 web pages.
 
 
-
 
   What's new for ARM?
 
   
-Support has also been added for Marvell's Orion platform.
+Support has been added for Marvell's Kirkwood platform.
 Specifically, Debian GNU/Linux &release; supports the following
-devices based on the Orion platform: QNAP Turbo Station (http://www.cyrius.com/debian/orion/qnap/ts-109/";>TS-109,
+devices based on the Kirkwood platform: http://www.cyrius.com/debian/kirkwood/sheevaplug/";>SheevaPlug
+and other plug computers, QNAP Turbo NAS (http://www.cyrius.com/debian/kirkwood/qnap/ts-119/";>TS-11x,
 http://www.cyrius.com/debian/orion/qnap/ts-209/";>TS-209,
+url="http://www.cyrius.com/debian/kirkwood/qnap/ts-219/";>TS-21x,
 http://www.cyrius.com/debian/orion/qnap/ts-409/";>TS-409),
-http://www.cyrius.com/debian/orion/hp/mv2120/";>HP
-mv2120, and http://www.cyrius.com/debian/orion/buffalo/kuroboxpro/";>Buffalo
-Kurobox Pro.
+url="http://www.cyrius.com/debian/kirkwood/qnap/ts-41x/";>TS-41x),
+and the http://www.cyrius.com/debian/kirkwood/openrd/";>OpenRD
+platform.
   
   
-Support has been added for the Versatile platform which is emulated
-by QEMU.
+Support has also been added for the Lanner EM7210 and compatible
+devices (e.g. Intel SS4000-e).  These are NAS devices based on the
+IOP32x platform.
   
-  
-An Ethernet driver for the IXP4xx platform (e.g. Linksys NSLU2)
-has recently been integrated into the mainline kernel, so the
-Debian kernel in &releasename; uses this driver rather than the
-unofficial driver which the previous release of Debian used.
-  
-  
-The proprietary IXP4xx microcode needed to use the in-built
-Ethernet is now available in the package ixp4xx-microcode in non-free.
-Installer images for Debian which include this microcode will
-continue to be made available from http://slug-firmware.net";>slug-firmware.net.
-  
 
 
 

-- 
Martin Michlmayr
http://www.cyrius.com/



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



Bug#592752: closed by robe...@connexer.com (Roberto C. Sanchez) (Bug#592752: fixed in coinor-ipopt 3.9.2-1)

2011-02-06 Thread Oliver Sander

Thanks again!
Oliver



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



Bug#599793: ntpdate says Server dropped: no data - fixed in 4.2.6p3

2011-02-06 Thread Olli Janatuinen
This bug is in ntpdate 4.2.6p2: https://bugs.ntp.org/show_bug.cgi?id=1709
Bug is fixed in 4.2.6p3

Test results from Debian squeeze:
root@debian:~/ntp-4.2.6p3# ntpdate -v
 6 Feb 15:43:48 ntpdate[4626]: ntpdate 4.2.6p2@1.2194-o Sun Oct 17 13:45:14
UTC 2010 (1)
 6 Feb 15:43:48 ntpdate[4626]: no servers can be used, exiting
root@debian:~/ntp-4.2.6p3# ntpdate 10.10.10.11
 6 Feb 15:44:06 ntpdate[4627]: no server suitable for synchronization found

root@debian:~/ntp-4.2.6p3# ./ntpdate/ntpdate -v
 6 Feb 15:44:20 ntpdate[4628]: ntpdate 4.2.6p3@1.2290-o Sun Feb  6 13:43:25
UTC 2011 (1)
 6 Feb 15:44:20 ntpdate[4628]: no servers can be used, exiting
root@debian:~/ntp-4.2.6p3# ./ntpdate/ntpdate 10.10.10.11
 6 Feb 17:44:36 ntpdate[4629]: step time server 10.10.10.11 offset
7203.757666 sec


Bug#612169: mpich2: Version 1.3.2

2011-02-06 Thread Torquil Macdonald Sørensen
Package: mpich2
Version: 1.3.1-1
Severity: wishlist
Tags: experimental

Hi! Would it be possible to get the newly released version 1.3.2 into 
experimental?

Thanks!
Torquil Sørensen 

-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (700, 'unstable'), (600, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37 (SMP w/2 CPU cores; PREEMPT)
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 mpich2 depends on:
ii  hwloc-nox 1.1-2  Hierarchical view of the machine -
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
ii  libhwloc0 1.1-1  Hierarchical view of the machine -
ii  libmpich2-2   1.3.1-1Shared libraries for MPICH2

Versions of packages mpich2 recommends:
ii  libmpich2-dev 1.3.1-1Development files for MPICH2

Versions of packages mpich2 suggests:
pn  blcr-util  (no description available)
pn  mpich2-doc (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#611002: ntpdate 4.2.6p2@1.2194 not working with NTPv3 servers - duplicate with #599793

2011-02-06 Thread Olli Janatuinen
This bug is duplicate with #599793

Bug is fixed in ntpdate 4.2.6p3
https://bugs.ntp.org/show_bug.cgi?id=1709


Bug#612171: [git] New upstream version available (1.7.4)

2011-02-06 Thread Carl Fürstenberg
Package: git
Version: 1:1.7.2.3-2.2
Severity: wishlist

1.7.4 is now available at
http://kernel.org/pub/software/scm/git/git-1.7.4.tar.bz2
Release notes:
http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.4.txt



signature.asc
Description: OpenPGP digital signature


Bug#612170: ftbfs with binutils-gold

2011-02-06 Thread Angel Abad
Package: scotch
Version: 5.1.11.dfsg-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty ubuntu-patch



*** /tmp/tmpnBDFmZ
In Ubuntu, the attached patch was applied to achieve the following:

Hi! This package ftbfs with binutils-gold, in the future Debian will
use this new toolchain. This patch solves this problem.

Thanks!

  * debian/patches/fix_ftbfs_with_binutils_gold.patch:
- Reorder LDFLAGS to fix ftbfs with binutils-gold


Thanks for considering the patch.


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

Kernel: Linux 2.6.37-8-generic (SMP w/1 CPU core)
Locale: LANG=es_ES.utf8, LC_CTYPE=es_ES.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru scotch-5.1.11.dfsg/debian/patches/fix_ftbfs_with_binutils_gold.patch scotch-5.1.11.dfsg/debian/patches/fix_ftbfs_with_binutils_gold.patch
--- scotch-5.1.11.dfsg/debian/patches/fix_ftbfs_with_binutils_gold.patch	1970-01-01 01:00:00.0 +0100
+++ scotch-5.1.11.dfsg/debian/patches/fix_ftbfs_with_binutils_gold.patch	2011-02-06 14:49:28.0 +0100
@@ -0,0 +1,14 @@
+Description: Reorder LDFLAGS to fix ftbfs with binutils-gold
+Author: Angel Abad 
+
+--- a/src/esmumps/Makefile
 b/src/esmumps/Makefile
+@@ -44,7 +44,7 @@
+ $(CC) $(CFLAGS) $(CLIBFLAGS) -I$(includedir) -c $(<) -o $(@)
+ 
+ %$(EXE)	:	%.c
+-		 		$(CC) $(CFLAGS) -I$(includedir) $(<) -o $(@) -L$(libdir) $(LDFLAGS) -L. -l$(ESMUMPSLIB) -l$(SCOTCHLIB) -l$(SCOTCHLIB)errexit
++		 		$(CC) $(CFLAGS) -I$(includedir) $(<) -o $(@) -L$(libdir) -L. -l$(ESMUMPSLIB) -l$(SCOTCHLIB) -l$(SCOTCHLIB)errexit $(LDFLAGS)
+ 
+ ##
+ ##  Project rules.
diff -Nru scotch-5.1.11.dfsg/debian/patches/series scotch-5.1.11.dfsg/debian/patches/series
--- scotch-5.1.11.dfsg/debian/patches/series	2010-12-29 18:40:28.0 +0100
+++ scotch-5.1.11.dfsg/debian/patches/series	2011-02-06 14:46:21.0 +0100
@@ -1,3 +1,4 @@
+fix_ftbfs_with_binutils_gold.patch
 shared-libs.patch
 metis-header.patch
 ptscotch.patch
  	$(AR) $(ARFLAGS) lib$(ESMUMPSLIB)$(LIB) $(?)
  	-$(RANLIB) lib$(ESMUMPSLIB)$(LIB)


Bug#612139: xdg-utils: xdg-open should check if $DE is already set

2011-02-06 Thread Per Olofsson
Hi James,

2011-02-06 11:01, James Robertson skrev:
> I had set "export DE=gnome" in my .bashrc but found that xdg-open was
> still considering my DE to be "generic".

This is really an internal variable to xdg-utils. It is not a documented
interface, so you can't expect it to work. (Maybe there should be an
interface, though.)

A workaround could be to use gnome-session, or set the variable
$GNOME_DESKTOP_SESSION_ID.

> Therefore, as one example
> file:/// url's were opening within Chromium Web Browser when I
> clicked on "Show in Folder" from a download from within Chromium.  I
> wanted this to open in Nautilus instead.

Have you tried installing libfile-mimeinfo-perl which is recommended by
xdg-utils? Then the URL should open in Nautilus.

-- 
Pelle



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



Bug#612172: pu: package apt-dater/0.8.4-4

2011-02-06 Thread Patrick Matthäi
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: pu


Hi,
the report came too late to get fixed for squeeze, so I want to upload it
for the next point release, now:

me@gnu:~/Coding/pkg/apt-dater$ diff -Naur tags/0.8.4-4/ trunk/ --exclude=.svn
diff -Naur '--exclude=.svn' tags/0.8.4-4//debian/apt-dater-host.config 
trunk//debian/apt-dater-host.config
--- tags/0.8.4-4//debian/apt-dater-host.config  2011-01-29 18:40:36.0 
+0100
+++ trunk//debian/apt-dater-host.config 2011-02-06 14:56:00.0 +0100
@@ -4,8 +4,8 @@
 
 . /usr/share/debconf/confmodule
 
-# Default value is 1 (enabled).
-ASSUME_YES=1
+# Default value is true (enabled).
+ASSUME_YES="true"
 
 if [ -f "/etc/apt-dater-host.conf" ] ; then
# Get the current setted value.
@@ -13,7 +13,7 @@
 
if [ "$CURRENT_VALUE" = "0" ]; then
# Overwrite default value, if it is not enabled.
-   ASSUME_YES=0
+   ASSUME_YES="false"
fi
 fi
 
diff -Naur '--exclude=.svn' tags/0.8.4-4//debian/changelog 
trunk//debian/changelog
--- tags/0.8.4-4//debian/changelog  2011-01-29 18:40:36.0 +0100
+++ trunk//debian/changelog 2011-02-06 14:56:00.0 +0100
@@ -1,3 +1,10 @@
+apt-dater (0.8.4-5) UNRELEASED; urgency=medium
+
+  * Fix apt-dater-host.config, to not mess up with boolean values and integers.
+Closes: #611968
+
+ -- Patrick Matthäi   Fri, 04 Feb 2011 10:22:10 +0100
+
 apt-dater (0.8.4-4) unstable; urgency=high
 
   * Add patch from Stefan Bühler, which fixes apt-dater-host.postinst to


-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (200, 'experimental')
Architecture: i386 (i686)

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



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



Bug#612173: weathermap4rrd can't get any value from rrds generated with rrdtool 1.4.3

2011-02-06 Thread Pierre Tourbeaux
Package: weathermap4rrd
Version: 1.1.999+1.2rc3-2
Severity: important
Tags: patch

Hello.

After an upgrade from lenny to squeeze, weathermap4rrd can't get any value from 
rrd files generated with rrdtool 1.4.3.

I made a patch for this issue. After applying this patch, the map is correctly 
generated with good values.

Regards,
Pierre Tourbeaux

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

Kernel: Linux 2.6.32-5-vserver-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR@euro, LC_CTYPE=fr_FR@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash

Versions of packages weathermap4rrd depends on:
ii  libgd-gd2-perl   1:2.39-2+b1 Perl module wrapper for libgd - gd
ii  librrds-perl 1.4.3-1 time-series data storage and displ
ii  perl 5.10.1-17   Larry Wall's Practical Extraction 

weathermap4rrd recommends no packages.

weathermap4rrd suggests no packages.

-- Configuration Files:
/etc/weathermap4rrd/weathermap.conf changed [not included]

-- no debconf information
--- weathermap4rrd  2008-11-24 10:18:52.0 +0100
+++ weathermap4rrd.patched  2011-02-06 14:46:03.0 +0100
@@ -101,7 +101,7 @@
$DATE= RRDs::last "$data";
$version=&rrdtool_getversion();
print "RRDTool binary version detected : $version\n" if 
($DEBUG);
-   if ($version=="1.2" || $version=="1.3") {
+   if ($version=="1.2" || $version=="1.3" || $version=="1.4") {
$DATE= $DATE-300;
}
print "No date specified, last value will be read : ".scalar 
localtime($DATE)."\n" if ($DEBUG);


Bug#601602: still broken?!!

2011-02-06 Thread Björn Boschman

Hi,

I just dist an dist-upgrade to squeeze and this still seems to be broken
Symlinking my homedir to docroot works fine.

In my eyes this should have been marked as a RC-Bug?

B



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



Bug#612174: buildd.debian.org: build.cgi and pkg.cgi aren't linking/listing build logs since Squeeze release

2011-02-06 Thread James Vega
Package: buildd.debian.org
Severity: normal

See  for missing links.

See  for missing
logs altogether.  Changing &dist=sid to &dist=unstable fixes this one.

Also notice that for the tagpy package, pkg.cgi links some but not all of the
build logs and only the ones that are linked show up on build.cgi with
&dist=sid.

-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (100, 'experimental')
Architecture: i386 (i686)

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



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



Bug#612175: xserver-xorg-input-tslib: I can not normal exit x-server when tslib started

2011-02-06 Thread Lubyagov Nickolay
Package: xserver-xorg-input-tslib
Version: 0.0.6-5
Severity: normal 

I use device SmartDevices Smart Q7. I try to install Debian squeeze on this 
device. When I install xserver-xorg-input-tslib, and libts 1.0-7, and configure 
it in xorg.conf. Run xserver (i use fluxbox) with startx command. Next click 
exit in menu, x-server not stoping. It can not get any input from devices, and 
in screen i can see static picture (but device working). When i build tslib and 
xserver-xorg-input-tslib from sources, (last source from github and svn) and 
install, device normal exit from x-server, it "bug" solved. I think it not 
correct builded packet.

I use next configuration xorg.conf: 

Section "InputDevice"
 Driver "tslib"
 Identifier "touchscreen-tslib"
 Option "Device" "/dev/input/event0"

 Option "Width" "800"
 Option "Height" "480"
 Option "Rotate" "NONE"
 option "EmulateRightButton" "1"
endsection

-- System Information:
Debian Release: 6.0
 APT prefers testing
 APT policy: (500, 'testing'), (500, 'stable')
Architecture: armel (armv6l)

Kernel: Linux 2.6.24.7 (PREEMPT)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xserver-xorg-input-tslib depends on:
ii libc6 2.11.2-10 Embedded GNU C Library: Shared lib
ii libts-0.0-0 1.0-7 touch screen library
ii xserver-xorg-core [xorg-input 2:1.7.7-11 Xorg X server - core server

xserver-xorg-input-tslib recommends no packages.

xserver-xorg-input-tslib 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#463002: Doomsday Engine

2011-02-06 Thread Kees Meijs

Good afternoon guys,

As Jon suggested, I released 1.9.0-beta6.9+dfsg1-1 with cleaned up 
sources. The package has been built using pbuilder (squeeze/i386) with 
the --twice option.


You can find (GnuPG signed) sources here:

-http://files.keesmeijs.nl/squeeze/deng_1.9.0-beta6.9+dfsg1-1.diff.gz
-http://files.keesmeijs.nl/squeeze/deng_1.9.0-beta6.9+dfsg1-1.dsc
-http://files.keesmeijs.nl/squeeze/deng_1.9.0-beta6.9+dfsg1.orig.tar.gz

Best regards,
Kees



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



Bug#612157: gdm3: gdm-session-worker hangs on kfreebsd-i386

2011-02-06 Thread Josselin Mouette
severity 612157 normal
tag 612157 + moreinfo
thanks

Le dimanche 06 février 2011 à 07:42 -0500, Chris Hills a écrit : 
> 1. Install Debian 6.0.0 kfreebsd-i386
> 2. Run `apt-get install gnome`
> 3. Reboot and attempt to log in
> 
> The log in hangs, and ktrace shows the following repeatedly for 
> gdm-session-worker:-
> 
> CALL poll(0xbfbfe504,0x1,0xbae6)
> RET  poll -1 errno 22 Invalid argument

Sorry but this is insufficient to debug the issue.

gdm3 is reported to be working on kfreebsd on real hardware and qemu
guests. I don’t have time to waste on VMware.

-- 
 .''`.  Josselin Mouette
: :' :
`. `'  “If you behave this way because you are blackmailed by someone,
  `-[…] I will see what I can do for you.”  -- Jörg Schilling


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


Bug#612176: ftbfs with binutils-gold

2011-02-06 Thread Angel Abad
Package: bastet
Version: 0.41-6
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty ubuntu-patch



*** /tmp/tmp2eJpjT

Hi! This packages ftbfs with binutils-gold, in the future Debian will
use this new toolchain. This patch solves the problem reordering LDFLAGS

Thanks for considering the patch.


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

Kernel: Linux 2.6.37-8-generic (SMP w/1 CPU core)
Locale: LANG=es_ES.utf8, LC_CTYPE=es_ES.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u bastet-0.41/debian/patches/series bastet-0.41/debian/patches/series
--- bastet-0.41/debian/patches/series
+++ bastet-0.41/debian/patches/series
@@ -2,0 +3 @@
+03_fix_ftbfs_with_binutils_gold.patch
only in patch2:
unchanged:
--- bastet-0.41.orig/debian/patches/03_fix_ftbfs_with_binutils_gold.patch
+++ bastet-0.41/debian/patches/03_fix_ftbfs_with_binutils_gold.patch
@@ -0,0 +1,13 @@
+Index: bastet-0.41/Makefile
+===
+--- bastet-0.41.orig/Makefile	2011-02-06 14:29:59.652547002 +
 bastet-0.41/Makefile	2011-02-06 14:30:24.462547001 +
+@@ -19,7 +19,7 @@
+ all: $(EXNAME)
+ 
+ $(EXNAME) : $(SOURCES:.c=.o)
+-	$(CC) $(LDFLAGS) -o $(EXNAME) $(SOURCES:.c=.o)
++	$(CC) -o $(EXNAME) $(SOURCES:.c=.o) $(LDFLAGS)
+ 
+ %.d: %.c
+ 	set -e; $(CC) -MM $(CFLAGS) $< \


Bug#612178: caff: silently fails if .caff/gnupghome has wrong permissions

2011-02-06 Thread Emilio Pozuelo Monfort
Package: signing-party
Version: 1.1.4-1
Severity: normal

caff was failing to download keys without telling me why, so I assumed
there was something wrong with my config or with the keyserver. In the
end I found out (running it under strace) that it was failing because
of wrong permissions in .caff/gnupghome (it needs to be go-rwx).

Please complain loudly when the permissions are wrong, or report an
appropriate error message when gpg fails.

Emilio

-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (101, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages signing-party depends on:
ii  gnupg   1.4.10-4 GNU privacy guard - a free PGP rep
ii  libc6   2.11.2-11Embedded GNU C Library: Shared lib
ii  libclass-methodmaker-perl   2.15-2   Perl module for creating generic m
ii  libgd-gd2-noxpm-perl1:2.41-1 Perl module wrapper for libgd - gd
ii  libgnupg-interface-perl 0.42-3   Perl interface to GnuPG
ii  libmailtools-perl   2.06-1   Manipulate email in perl programs
ii  libmime-tools-perl  5.500-1  Perl5 modules for MIME-compliant m
ii  libterm-readkey-perl2.30-4   A perl module for simple terminal 
ii  libtext-template-perl   1.45-2   Text::Template perl module
ii  perl5.10.1-17Larry Wall's Practical Extraction 
ii  qprint  1.0.dfsg.2-2 encoder and decoder for quoted-pri

Versions of packages signing-party recommends:
ii  exim4-daemon-light [mail-tran 4.72-6 lightweight Exim MTA (v4) daemon
ii  libpaper-utils1.1.24 library for handling paper charact
ii  libtext-iconv-perl1.7-2  converts between character sets in
ii  whiptail  0.52.11-2  Displays user-friendly dialog boxe

Versions of packages signing-party suggests:
ii  imagemagick8:6.6.0.4-3   image manipulation programs
ii  mutt   1.5.20-9+squeeze1 text-based mailreader supporting M
ii  texlive-latex-recommen 2009-11   TeX Live: LaTeX recommended packag
pn  wipe   (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#612157: gdm3: gdm-session-worker hangs on kfreebsd-i386

2011-02-06 Thread Chris Hills
On 06/02/2011 14:37, Josselin Mouette wrote:
> Le dimanche 06 février 2011 à 07:42 -0500, Chris Hills a écrit : 
>> 1. Install Debian 6.0.0 kfreebsd-i386
>> 2. Run `apt-get install gnome`
>> 3. Reboot and attempt to log in
>>
>> The log in hangs, and ktrace shows the following repeatedly for 
>> gdm-session-worker:-
>>
>> CALL poll(0xbfbfe504,0x1,0xbae6)
>> RET  poll -1 errno 22 Invalid argument
> 
> Sorry but this is insufficient to debug the issue.
> 
> gdm3 is reported to be working on kfreebsd on real hardware and qemu
> guests. I don’t have time to waste on VMware.
> 

What further information is required?



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



Bug#612179: resolvconf tries to awaken fetchmail even if its not running leading to failed service at boot

2011-02-06 Thread kiu
Package: resolvconf
Version: 1.46
Severity: normal


While booting a failed service is shown because resolvconf tries to awaken 
fetchmail which is not running yet.

/etc/resolvconf/update-libc.d/fetchmail

if [ -x /etc/init.d/fetchmail ]; then
/etc/init.d/fetchmail awaken
fi

should be something like this

if [ -x /etc/init.d/fetchmail ] && [ -e /var/run/fetchmail/fetchmail.pid ]; then
/etc/init.d/fetchmail awaken
fi


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

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

Versions of packages resolvconf depends on:
ii  debconf [debconf-2.0]   1.5.36.1 Debian configuration management sy
ii  lsb-base3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip

resolvconf recommends no packages.

resolvconf suggests no packages.

-- 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#612180: xfig cannot generate preview bitmap from eps images

2011-02-06 Thread Rolf Mueller
Package: xfig
Version: 1:3.2.5.b-1.1
Severity: normal


When I insert an eps-file as a "picture object" into an xfig drawing,
no preview bitmap is being generated. Instead, xfig reports a
ghostscript error: "Error: /invalidfileaccess in --run--"

This even happens for eps-files that were generated with xfig. I.e.,
if I draw a circle in xfig, then choose "Export", and save as an eps.

However, I have gotten the bug consistently, no matter what the origin
of the eps-file. All eps-files render fine when using gv/ghostscript.

This bug has been already reported for redhat
https://bugzilla.redhat.com/show_bug.cgi?id=657290

and openSUSE:
https://bugzilla.novell.com/show_bug.cgi?id=629462

Apparently it is related to a security patch for ghostscript, but a
workaround for xfig seems to have been found for these distributions.

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

Kernel: Linux 2.6.33.2 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=C, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages xfig depends on:
ii  libc6   2.11.2-11Embedded GNU C Library: Shared lib
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  libpng12-0  1.2.44-1 PNG library - runtime
ii  libx11-62:1.3.3-4X11 client-side library
ii  libxi6  2:1.3-6  X11 Input extension library
ii  libxpm4 1:3.5.9-1X11 pixmap library
ii  libxt6  1:1.0.7-1X11 toolkit intrinsics library
ii  xaw3dg  1.5+E-18 Xaw3d widget set
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages xfig recommends:
ii  transfig   1:3.2.5.c-1   Utilities for converting XFig figu
ii  xfig-libs  1:3.2.5.b-1.1 XFig image libraries and examples

Versions of packages xfig suggests:
ii  cups-client   1.4.5-2Common UNIX Printing System(tm) - 
ii  ghostscript   8.71~dfsg2-6.1 The GPL Ghostscript PostScript/PDF
ii  gimp  2.6.11-1   The GNU Image Manipulation Program
ii  gsfonts-x11   0.21   Make Ghostscript fonts available t
ii  lpr   1:2008.05.17   BSD lpr/lpd line printer spooling 
ii  netpbm2:10.0-12.2+b1 Graphics conversion tools between 
pn  spell  (no description available)
pn  xfig-doc   (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#489495: update?

2011-02-06 Thread Thomas Champagne
Hello Andres

You can close this bug report. I don't have any problem since the
release 6.13 of driver.
The upstream bug is closed :
https://bugs.freedesktop.org//show_bug.cgi?id=19168
It works fine in Squeeze.

Sorry for the late answer. 

Thomas

Le jeudi 01 avril 2010 à 23:50 -0400, Andres Cimmarusti a écrit :
> is this still a problem with the newer radeon driver from squeeze? If
> so, could you try getting the even newer one from sid (you'll need a
> newer kernel as well, either 2.6.32-10 from sid or 2.6.33-1 from
> experimental). For this you will need to enable Kernel modesetting.
> add radeon to /etc/modules and put options radeon modeset=1
> in /etc/modprobe.d/radeon-kms.conf (you'll probably need to create the
> file).
> 
> let us know
> 
> Andres




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



Bug#612177: timer-applet crashes unexpectedly

2011-02-06 Thread gest
Package: timer-applet
Version: 2.1.2-4
Severity: normal


There is a backtrace:

System: Linux 2.6.32-5-686 #1 SMP Wed Jan 12 04:01:41 UTC 2011 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10707000
Selinux: No
Accessibility: Disabled
GTK+ Theme: Mist
Icon Theme: gnome
GTK+ Modules: gnomebreakpad, canberra-gtk-module

Memory status: size: 267763712 vsize: 267763712 resident: 33841152 share: 
18104320 rss: 33841152 rss_rlim: 18446744073709551615
CPU usage: start_time: 1296918945 rtime: 4102 utime: 3342 stime: 760 cutime:0 
cstime: 0 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/usr/bin/python2.6'

[Thread debugging using libthread_db enabled]
[New Thread 0xaf740b70 (LWP 10308)]
0xb777a424 in __kernel_vsyscall ()
#0  0xb777a424 in __kernel_vsyscall ()
#1  0xb774ef4b in waitpid () at ../sysdeps/unix/syscall-template.S:82
#2  0xb70ef857 in g_spawn_sync () from /lib/libglib-2.0.so.0
#3  0xb70efb5c in g_spawn_command_line_sync () from /lib/libglib-2.0.so.0
#4  0xb63ae8f4 in ?? () from /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
#5  
#6  0xb777a424 in __kernel_vsyscall ()
#7  0xb7440751 in *__GI_raise (sig=6)
at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
#8  0xb7443b82 in *__GI_abort () at abort.c:92
#9  0xb70cf32f in g_assertion_message () from /lib/libglib-2.0.so.0
#10 0xb70cf98d in g_assertion_message_expr () from /lib/libglib-2.0.so.0
#11 0xb6b3060f in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#12 0xb6b31a6e in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#13 0xb6b31b90 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#14 0xb68863e9 in g_simple_async_result_complete ()
   from /usr/lib/libgio-2.0.so.0
#15 0xb68866fe in ?? () from /usr/lib/libgio-2.0.so.0
#16 0xb70a7381 in ?? () from /lib/libglib-2.0.so.0
#17 0xb70a9305 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#18 0xb70acfe8 in ?? () from /lib/libglib-2.0.so.0
#19 0xb70ad527 in g_main_loop_run () from /lib/libglib-2.0.so.0
#20 0xb5f71983 in bonobo_main () from /usr/lib/libbonobo-2.so.0
#21 0xb5f6fb6e in bonobo_generic_factory_main_timeout ()
   from /usr/lib/libbonobo-2.so.0
#22 0xb5f6fbf3 in bonobo_generic_factory_main ()
   from /usr/lib/libbonobo-2.so.0
#23 0xb6328b44 in panel_applet_factory_main_closure ()
   from /usr/lib/libpanel-applet-2.so.0
#24 0xb6332b0a in ?? ()
   from /usr/lib/pymodules/python2.6/gtk-2.0/gnomeapplet.so
#25 0x080e0721 in PyEval_EvalFrameEx ()
#26 0x080e2507 in PyEval_EvalCodeEx ()
#27 0x080e2607 in PyEval_EvalCode ()
#28 0x080ffcbd in PyRun_FileExFlags ()
#29 0x080fff22 in PyRun_SimpleFileExFlags ()
#30 0x0805dd81 in Py_Main ()
#31 0x0805cf6b in main ()

Thread 2 (Thread 0xaf740b70 (LWP 10308)):
#0  0xb777a424 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb774b482 in pthread_cond_timedwait@@GLIBC_2.3.2 ()
at 
../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_timedwait.S:179
No locals.
#2  0xb714203e in ?? () from /usr/lib/libgthread-2.0.so.0
No symbol table info available.
#3  0xb7083b2c in ?? () from /lib/libglib-2.0.so.0
No symbol table info available.
#4  0xb7083c5d in g_async_queue_timed_pop () from /lib/libglib-2.0.so.0
No symbol table info available.
#5  0xb70d554f in ?? () from /lib/libglib-2.0.so.0
No symbol table info available.
#6  0xb70d36cf in ?? () from /lib/libglib-2.0.so.0
No symbol table info available.
#7  0xb7746955 in start_thread (arg=0xaf740b70) at pthread_create.c:300
__res = 
__ignore1 = 
__ignore2 = 
pd = 0xaf740b70
now = 
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {-1217040396, 0, 4001536, 
-1351351144, -109084925, -106277581}, mask_was_saved = 0}}, 
  priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, 
  cleanup = 0x0, canceltype = 0}}}
not_first_call = 
freesize = 
__PRETTY_FUNCTION__ = "start_thread"
#8  0xb74e1e7e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
No locals.

Thread 1 (Thread 0xb7415b20 (LWP 5612)):
#0  0xb777a424 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb774ef4b in waitpid () at ../sysdeps/unix/syscall-template.S:82
No locals.
#2  0xb70ef857 in g_spawn_sync () from /lib/libglib-2.0.so.0
No symbol table info available.
#3  0xb70efb5c in g_spawn_command_line_sync () from /lib/libglib-2.0.so.0
No symbol table info available.
#4  0xb63ae8f4 in ?? () from /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
No symbol table info available.
#5  
No symbol table info available.
#6  0xb777a424 in __kernel_vsyscall ()
No symbol table info available.
#7  0xb7440751 in *__GI_raise (sig=6)
at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
resultvar = 
pid = -1219133452
selftid = 5612
#8  0xb7443b82 in *__GI_abort () at abort.c:92
act = {__sigaction_handler = {sa_handler = 0x1, sa_sigaction = 0x1}, 
  sa_mask = {__val = {3075838928, 1024, 3075838880, 3075833844, 
  3075838880, 166479560, 3215297256, 3074972605, 3215297288, 
  30

Bug#612181: ftbfs with binutils-gold

2011-02-06 Thread Angel Abad
Package: bluemon
Version: 1.4-6
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty ubuntu-patch



*** /tmp/tmpL0M1L6

Hi! This package ftbfs with binutils-gold, in the future Debian will use this 
new
toolchain. This patch solves this problem reordering libs

Thanks for considering the patch.


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

Kernel: Linux 2.6.37-8-generic (SMP w/1 CPU core)
Locale: LANG=es_ES.utf8, LC_CTYPE=es_ES.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u bluemon-1.4/debian/patches/series bluemon-1.4/debian/patches/series
--- bluemon-1.4/debian/patches/series
+++ bluemon-1.4/debian/patches/series
@@ -1 +1,2 @@
+fix-ftbfs-with-binutils-gold.diff
 fix-system-bus-permissions.diff
only in patch2:
unchanged:
--- bluemon-1.4.orig/debian/patches/fix-ftbfs-with-binutils-gold.diff
+++ bluemon-1.4/debian/patches/fix-ftbfs-with-binutils-gold.diff
@@ -0,0 +1,20 @@
+Description: Fix ftbfs with binutils-gold
+Author: Angel Abad 
+
+--- a/Makefile
 b/Makefile
+@@ -20,11 +20,11 @@
+ 	echo $(DEB_RELEASE)
+ 
+ bluemon: bluetooth-monitor.c
+-	$(CC) $(CFLAGS) $(INCLUDES) $(LIBS) -DVERSION=\"$(VERSION)\" -o $@ $<
++	$(CC) $(CFLAGS) $(INCLUDES) -DVERSION=\"$(VERSION)\" -o $@ $< $(LIBS)
+ bluemon-query: bluemon-query.c
+-	$(CC) $(CFLAGS) $(INCLUDES) $(LIBS) -DVERSION=\"$(VERSION)\" -o $@ $<
++	$(CC) $(CFLAGS) $(INCLUDES) -DVERSION=\"$(VERSION)\" -o $@ $< $(LIBS)
+ bluemon-client: bluemon-client.c
+-	$(CC) $(CFLAGS) $(INCLUDES) $(LIBS) -DVERSION=\"$(VERSION)\" -o $@ $<
++	$(CC) $(CFLAGS) $(INCLUDES) -DVERSION=\"$(VERSION)\" -o $@ $< $(LIBS)
+ 
+ %.1: %.sgml
+ 	docbook-to-man $< > $@


Bug#596594: new patch

2011-02-06 Thread Robert Millan
2011/2/6 Julien Cristau :
>> - libdrm-dev (>= 2.4.3) [!hurd-i386],
>> + libdrm-dev (>= 2.4.3) [linux-any],
>
> Won't be necessary anymore once we get
> http://cgit.freedesktop.org/xorg/driver/xf86-video-vesa/commit/?id=b1f7f190f9d4f2ab63d3e9ade3e7e04bb4b1f89f

I don't understand this, but in any case I just remove that hunk
from the patch.

>> +Package: xserver-xorg-video-vesa-udeb
>> +XC-Package-Type: udeb
>> +Section: debian-installer
>> +Architecture: any
>
> Why not restrict this to kfreebsd?

No particular reason; Hurd people also want it, though [1], so I
set it to "kfreebsd-any hurd-any" then.

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596595#19

> Missing .install file.

Fixed.

-- 
Robert Millan
diff -Nur xserver-xorg-video-vesa-2.3.0.old/debian/xserver-xorg-video-vesa-udeb.install xserver-xorg-video-vesa-2.3.0/debian/xserver-xorg-video-vesa-udeb.install
--- xserver-xorg-video-vesa-2.3.0.old/debian/xserver-xorg-video-vesa-udeb.install	1970-01-01 01:00:00.0 +0100
+++ xserver-xorg-video-vesa-2.3.0/debian/xserver-xorg-video-vesa-udeb.install	2010-09-12 16:09:54.997219478 +0200
@@ -0,0 +1 @@
+usr/lib/xorg/modules/drivers/*.so
diff -ur xserver-xorg-video-vesa-2.3.0.old/debian/control xserver-xorg-video-vesa-2.3.0/debian/control
--- xserver-xorg-video-vesa-2.3.0.old/debian/control	2011-02-06 13:58:44.0 +0100
+++ xserver-xorg-video-vesa-2.3.0/debian/control	2011-02-06 14:00:50.0 +0100
@@ -40,3 +40,12 @@
  http://www.X.org>
  .
  This package is built from the X.org xf86-video-vesa driver module.
+
+Package: xserver-xorg-video-vesa-udeb
+XC-Package-Type: udeb  
+Section: debian-installer
+Architecture: kfreebsd-any hurd-any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${xviddriver:Depends}
+Provides: ${xviddriver:Provides}
+Description: X.Org X server -- vesa display driver
+ This is a udeb, or a microdeb, for the debian-installer.


Bug#612163: README.Debian: inform about updating initrds too

2011-02-06 Thread Holger Levsen
Hi,

On Sonntag, 6. Februar 2011, Yves-Alexis Perez wrote:
> Yeah good point, though reading the manpage about
> plymouth-set-default-theme would give the -R arg which will rebuild the
> initramfs (but people might not read manpages before executing commands
> in README so I'll push a change anyway).

Sounds better indeed! Thanks!


cheers,
Holger


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


Bug#612182: mr: support "svn export" like operation

2011-02-06 Thread Osamu Aoki
Package: mr
Version: 0.49
Severity: wishlist

=== Outline ===

There should be variant of "mr checkout" command to support "svn export"
like action using command syntax like "mr export".

Basically, minimum bandwidth checkout of the latest source to the dirty
working directory is what I wish to have.

=== Details ===

There is a fine difference between
 * "svn checkout"
 * "svn export"

Here is a use case.

If we wish to check out latest PO files on working directory where PO
files may have been modified by the build script, we use "svn export" to
checkout repository anyway by overwriting existing contents.  This is
the case for DDP web pages build for http://www.debian.org/doc/ .  This
can not be done by "svn update" nor "svn checkout".  It took a while to
fix this problem for DDP.

I wish *mr* supports such typical VCS activities of "svn export" via
syntax like "mr export".

(I think it can be implemented locally by replacing "mr checkout"
behavior ... but having proper default is still nice.)

The situation with git is something like:
  git reset --hard HEAD; git pull ...

I am thinking of using mr for the source control of DDP web pages.

Osamu

PS: I forgot about CVS behavior.  The situation for CVS is a bit
different since CVS does not have local cache of remote files.  So it
may need to be implemented by one of
 * "rm -rf "; cvs checkout ..."
 * "cvs export ..."
 * "cvs checkout ..."
I forgot exactly what we used to do and what worked. 

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

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

mr depends on no packages.

Versions of packages mr recommends:
ii  libhtml-parser-perl   3.66-1 collection of modules that parse H
ii  libwww-perl   5.836-1Perl HTTP/WWW client/server librar
ii  perl  5.10.1-17  Larry Wall's Practical Extraction 

Versions of packages mr suggests:
ii  bzr2.1.2-1   easy to use distributed version co
ii  curl   7.21.0-1  Get a file from an HTTP, HTTPS or 
ii  cvs1:1.12.13-12  Concurrent Versions System
ii  darcs  2.4.4-3   a distributed, interactive, smart 
ii  git [git-core] 1:1.7.2.3-2.2 fast, scalable, distributed revisi
ii  liburi-perl1.54-2module to manipulate and access UR
ii  mercurial  1.6.4-1   scalable distributed version contr
ii  subversion 1.6.12dfsg-4  Advanced version control system

-- 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#612183: Installation finished successfully on Netbook Acer Aspire One 532h

2011-02-06 Thread Bernhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: installation-reports

Boot method: CD
Image version: Self-made Boot-CD with squeeze installer 6.0.0
Date: 2011-02-06

Machine: Netbook Acer Aspire One 532h
Processor: Intel Atom CPU N450 1,6GHz
Memory: 1.0GB
Partitions:

> Dateisystem   Typ1K‐Blöcke   Benutzt Verfügbar Ben% Eingehängt auf
> /dev/sda1 ext4 9611492   4040328   5082924  45% /
> tmpfstmpfs  508148 0508148   0% /lib/init/rw
> udev tmpfs  503336   228503108   1% /dev
> tmpfstmpfs  50814876508072   1% /dev/shm
> /dev/sda6 ext4   227822924192716 216057472   1% /home
> /dev/sdb5 ext2  482186233220224069  52% /media/disk

Output of lspci -knn:

> 00:00.0 Host bridge [0600]: Intel Corporation N10 Family DMI Bridge 
> [8086:a010]
>   Subsystem: Acer Incorporated [ALI] Device [1025:0349]
>   Kernel driver in use: agpgart-intel
> 00:02.0 VGA compatible controller [0300]: Intel Corporation N10 Family 
> Integrated Graphics Controller [8086:a011]
>   Subsystem: Acer Incorporated [ALI] Device [1025:0349]
>   Kernel driver in use: i915
> 00:02.1 Display controller [0380]: Intel Corporation N10 Family Integrated 
> Graphics Controller [8086:a012]
>   Subsystem: Acer Incorporated [ALI] Device [1025:0349]
> 00:1b.0 Audio device [0403]: Intel Corporation N10/ICH 7 Family High 
> Definition Audio Controller [8086:27d8] (rev 02)
>   Subsystem: Acer Incorporated [ALI] Device [1025:0349]
>   Kernel driver in use: HDA Intel
> 00:1c.0 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express 
> Port 1 [8086:27d0] (rev 02)
>   Kernel driver in use: pcieport
> 00:1c.1 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express 
> Port 2 [8086:27d2] (rev 02)
>   Kernel driver in use: pcieport
> 00:1d.0 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI 
> Controller #1 [8086:27c8] (rev 02)
>   Subsystem: Acer Incorporated [ALI] Device [1025:0349]
>   Kernel driver in use: uhci_hcd
> 00:1d.1 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI 
> Controller #2 [8086:27c9] (rev 02)
>   Subsystem: Acer Incorporated [ALI] Device [1025:0349]
>   Kernel driver in use: uhci_hcd
> 00:1d.2 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI 
> Controller #3 [8086:27ca] (rev 02)
>   Subsystem: Acer Incorporated [ALI] Device [1025:0349]
>   Kernel driver in use: uhci_hcd
> 00:1d.3 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI 
> Controller #4 [8086:27cb] (rev 02)
>   Subsystem: Acer Incorporated [ALI] Device [1025:0349]
>   Kernel driver in use: uhci_hcd
> 00:1d.7 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB2 EHCI 
> Controller [8086:27cc] (rev 02)
>   Subsystem: Acer Incorporated [ALI] Device [1025:0349]
>   Kernel driver in use: ehci_hcd
> 00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge 
> [8086:2448] (rev e2)
> 00:1f.0 ISA bridge [0601]: Intel Corporation NM10 Family LPC Controller 
> [8086:27bc] (rev 02)
>   Subsystem: Acer Incorporated [ALI] Device [1025:0349]
> 00:1f.2 SATA controller [0106]: Intel Corporation N10/ICH7 Family SATA AHCI 
> Controller [8086:27c1] (rev 02)
>   Subsystem: Acer Incorporated [ALI] Device [1025:0349]
>   Kernel driver in use: ahci
> 00:1f.3 SMBus [0c05]: Intel Corporation N10/ICH 7 Family SMBus Controller 
> [8086:27da] (rev 02)
>   Subsystem: Acer Incorporated [ALI] Device [1025:0349]
>   Kernel driver in use: i801_smbus
> 01:00.0 Ethernet controller [0200]: Atheros Communications AR8132 Fast 
> Ethernet [1969:1062] (rev c0)
>   Subsystem: Acer Incorporated [ALI] Device [1025:0349]
>   Kernel driver in use: atl1c
> 02:00.0 Network controller [0280]: Atheros Communications Inc. AR9285 
> Wireless Network Adapter (PCI-Express) [168c:002b] (rev 01)
>   Subsystem: Foxconn International, Inc. Device [105b:e016]
>   Kernel driver in use: ath9k

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[O]
Configure network:  [O]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [O]
Install base system:[O]
Clock/timezone setup:   [O]
User/password setup:[O]
Install tasks:  [O]
Install boot loader:[O]
Overall install:[O]

Comments/Problems:

Installation finished successfully
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAk1OxB8ACgkQLIf9UiHPz1qwZwCeIHy6qS0fWeExppUM/2W2knFp
uAUAn3zaPeOk4ZJXHfNZX4Wj2wDc7P4l
=rLl4
-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#612169: mpich2: Version 1.3.2

2011-02-06 Thread Lucas Nussbaum
On 06/02/11 at 14:52 +0100, Torquil Macdonald Sørensen wrote:
> Package: mpich2
> Version: 1.3.1-1
> Severity: wishlist
> Tags: experimental
> 
> Hi! Would it be possible to get the newly released version 1.3.2 into 
> experimental?

Hi,

Actually, now that squeeze is released, we will upload it to unstable.

Please just wait a few days (or do the work for me ;)

 - Lucas



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



Bug#612184: installation-report: Stable release of squeeze on Dell Optiplex GX 150

2011-02-06 Thread andreas glaeser
Package: installation-reports
Version: 2.44
Severity: wishlist

-- Package-specific info:

Boot method: CD
Image version: debian-6.0.0-i386-CD-1.iso downloaded through
http://cdimage.debian.org/debian-cd/6.0.0/i386/bt-cd/debian-6.0.0-i386-CD-1.iso.torrent,
date: 2011-02-06 Date: 2011-02-06, from 10.00 h

Machine: Dell Optiplex GX 150
Partitions: 
   Device Boot  Start End  Blocks   Id  System
/dev/sda1   *   11216 9764864   83  Linux
/dev/sda212165006304414735  Extended
/dev/sda512161278  493568   82  Linux swap /
Solaris /dev/sda61278500629946880   83  Linux

FilesystemType   1K-blocks  Used Available Use% Mounted on
/dev/sda1 ext3 9611492   1882256   7240996  21% /
tmpfstmpfs  126348 0126348   0% /lib/init/rw
udev tmpfs  125084   216124868   1% /dev
tmpfstmpfs  126348 0126348   0% /dev/shm
/dev/sda6 ext329476840176416  27803080   1% /home


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [o]
Detect network card:[o]
Configure network:  [o]
Detect CD:  [o]
Load installer modules: [o]
Detect hard drives: [o]
Partition hard drives:  [o]
Install base system:[o]
Clock/timezone setup:   [o]
User/password setup:[o]
Install tasks:  [o]
Install boot loader:[o]
Overall install:[o]

Comments/Problems:

On this machine the installation of the operating system had to be done
in expert mode, because when standard installation was selected the
screen started flickering and the system became unresponsive, no matter
how the BIOS was set up. Upon booting 
into the newly installed system for the first time, I installed gdm and
xfce4. This box is going to be my printserver and test machine for
networking in general, and even a lightweight box for browsing the web
and reading. 

-- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to sub...@bugs.debian.org.

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION="Debian GNU/Linux installer"
DISTRIB_RELEASE="6.0 (squeeze) - installer build 20110106+b1"
X_INSTALLATION_MEDIUM=cdrom

==
Installer hardware-summary:
==
uname -a: Linux printsrv 2.6.32-5-486 #1 Fri Dec 10 15:32:53 UTC 2010
i686 GNU/Linux lspci -knn: 00:00.0 Host bridge [0600]: Intel
Corporation 82815 815 Chipset Host Bridge and Memory Controller Hub
[8086:1130] (rev 04) lspci -knn:Subsystem: Dell Device
[1028:00be] lspci -knn: Kernel driver in use: agpgart-intel
lspci -knn: 00:02.0 VGA compatible controller [0300]: Intel Corporation
82815 Chipset Graphics Controller (CGC) [8086:1132] (rev 04) lspci
-knn:   Subsystem: Dell Device [1028:00be] lspci -knn: 00:1e.0
PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev
11) lspci -knn: 00:1f.0 ISA bridge [0601]: Intel Corporation 82801BA
ISA Bridge (LPC) [8086:2440] (rev 11) lspci -knn: 00:1f.1 IDE interface
[0101]: Intel Corporation 82801BA IDE U100 Controller [8086:244b] (rev
11) lspci -knn: Kernel driver in use: ata_piix lspci -knn:
00:1f.2 USB Controller [0c03]: Intel Corporation 82801BA/BAM USB
Controller #1 [8086:2442] (rev 11) lspci -knn:  Kernel driver in
use: uhci_hcd lspci -knn: 00:1f.3 SMBus [0c05]: Intel Corporation
82801BA/BAM SMBus Controller [8086:2443] (rev 11) lspci -knn: 00:1f.4
USB Controller [0c03]: Intel Corporation 82801BA/BAM USB Controller #1
[8086:2444] (rev 11) lspci -knn:Kernel driver in use: uhci_hcd
lspci -knn: 00:1f.5 Multimedia audio controller [0401]: Intel
Corporation 82801BA/BAM AC'97 Audio Controller [8086:2445] (rev 11)
lspci -knn: Subsystem: Dell Device [1028:00be] lspci -knn:
01:0c.0 Ethernet controller [0200]: 3Com Corporation 3c905C-TX/TX-M
[Tornado] [10b7:9200] (rev 78) lspci -knn:  Subsystem: Dell
Device [1028:00be] lspci -knn:  Kernel driver in use: 3c59x
usb-list: usb-list: Bus 01 Device 01: UHCI Host Controller [1d6b:0001]
usb-list:Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00
Protocol 00 usb-list:Manufacturer: Linux 2.6.32-5-486 uhci_hcd
usb-list:Interface 00: Class 09(hub  ) Subclass 00 Protocol 00
Driver hub usb-list: usb-list: Bus 02 Device 01: UHCI Host Controller
[1d6b:0001] usb-list:Level 00 Parent 00 Port 00  Class 09(hub  )
Subclass 00 Protocol 00 usb-list:Manufacturer: Linux 2.6.32-5-486
uhci_hcd usb-list:Interface 00: Class 09(hub  ) Subclass 00
Protocol 00 Driver hub lsmod: Module  Size  Used by
lsmod: ufs

Bug#612185: RM: xserver-xorg-input-citron -- ROM; unmaintained

2011-02-06 Thread Cyril Brulebois
Package: ftp.debian.org
Severity: normal

Hi,

please remove xserver-xorg-input-citron from the archive, since it's
unmaintained.

The packaging is still available in our attic/, just in case somebody
wants/needs to revive it some day:
  http://git.debian.org/?p=pkg-xorg/attic/driver/xserver-xorg-input-citron.git

KiBi.



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



Bug#609466: Workaround nonfunctional (SunBlade 150)

2011-02-06 Thread Christoph Egger
Hi!

Just a quick note: the workaround `video=atyfb:off` doesn't seem to
help on my SunBlade 150 (installer)

Regards

Christoph

-- 
9FED 5C6C E206 B70A 5857  70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer

A. Because it breaks the logical sequence of discussion
Q. Why is top posting bad?


pgpP6wIzYNUNV.pgp
Description: PGP signature


Bug#612186: RM: xserver-xorg-input-evtouch -- ROM; unmaintained

2011-02-06 Thread Cyril Brulebois
Package: ftp.debian.org
Severity: normal

Hi,

please remove xserver-xorg-input-evtouch from the archive, since it's
unmaintained.

The packaging is still available in our attic/, just in case somebody
wants/needs to revive it some day:
  http://git.debian.org/?p=pkg-xorg/attic/driver/xserver-xorg-input-evtouch.git

KiBi.



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



Bug#612188: RM: xserver-xorg-input-hyperpen -- ROM; unmaintained

2011-02-06 Thread Cyril Brulebois
Package: ftp.debian.org
Severity: normal

Hi,

please remove xserver-xorg-input-hyperpen from the archive, since it's
unmaintained.

The packaging is still available in our attic/, just in case somebody
wants/needs to revive it some day:
  http://git.debian.org/?p=pkg-xorg/attic/driver/xserver-xorg-input-hyperpen.git

KiBi.



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