Bug#665695: powertop: segmentation fault at read_kernel_config() when calling strcpy()

2012-03-25 Thread Márton Németh
Package: powertop
Version: 1.11-1
Severity: important
Tags: patch upstream

powertop 1.11 crashes after first displaing the list of processes with 
segmentation fault.

I have also tested upstream versions:

http://www.lesswatts.org/projects/powertop/download/powertop-1.12.tar.gz -> 
also crashes
http://www.lesswatts.org/projects/powertop/download/powertop-1.13.tar.gz -> 
works fine

Here is the output of gdb backtrace when the powertop source was downloaded 
with "apt-get source powertop" and recompiled in order to include debug symbols:

Program received signal SIGSEGV, Segmentation fault.
0xb7e9a704 in strcpy () from /lib/i386-linux-gnu/i686/cmov/libc.so.6
(gdb) bt
#0  0xb7e9a704 in strcpy () from /lib/i386-linux-gnu/i686/cmov/libc.so.6
#1  0x0804cf30 in read_kernel_config (string=0xbfffe83c 
"CONFIG_COMEDI_NI_6527=m\n", onoff=1, 
comment=0xb7fdeab2 "Tanács: Engedélyezd a CONFIG_USB_SUSPEND kernel 
konfigurációs opciót.\nEz az opció automatikusan kikapcsolja az USB-t ha nincs 
használatban, \nezzel körülbelül 1 Watt energiát takarít meg.", weight=20) at 
config.c:80
#2  suggest_kernel_config (string=0xbfffe83c "CONFIG_COMEDI_NI_6527=m\n", 
onoff=1, 
comment=0xb7fdeab2 "Tanács: Engedélyezd a CONFIG_USB_SUSPEND kernel 
konfigurációs opciót.\nEz az opció automatikusan kikapcsolja az USB-t ha nincs 
használatban, \nezzel körülbelül 1 Watt energiát takarít meg.", weight=20) at 
config.c:96
#3  0x0804c6fb in main (argc=1, argv=0xb4d4) at powertop.c:1063
(gdb) q
A debugging session is active.

Inferior 1 [process 4277] will be killed.

Quit anyway? (y or n) y
/tmp/src/powertop/powertop-1.11# ./powertop  --version
powertop version 1.11
/tmp/src/powertop/powertop-1.11# /usr/sbin/powertop --version
powertop version 1.11
/tmp/src/powertop/powertop-1.11# locale
LANG=hu_HU.UTF-8
LANGUAGE=
LC_CTYPE="hu_HU.UTF-8"
LC_NUMERIC="hu_HU.UTF-8"
LC_TIME="hu_HU.UTF-8"
LC_COLLATE="hu_HU.UTF-8"
LC_MONETARY="hu_HU.UTF-8"
LC_MESSAGES="hu_HU.UTF-8"
LC_PAPER="hu_HU.UTF-8"
LC_NAME="hu_HU.UTF-8"
LC_ADDRESS="hu_HU.UTF-8"
LC_TELEPHONE="hu_HU.UTF-8"
LC_MEASUREMENT="hu_HU.UTF-8"
LC_IDENTIFICATION="hu_HU.UTF-8"
LC_ALL=
 

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

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

Versions of packages powertop depends on:
ii  libc6 2.13-24Embedded GNU C Library: Shared lib
ii  libncursesw5  5.7+20100313-5 shared libraries for terminal hand

powertop recommends no packages.

Versions of packages powertop suggests:
ii  cpufrequtils  007-1+squeeze1 utilities to deal with the cpufreq
pn  laptop-mode-tools  (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#631144: genpng: ERROR: required module GD.pm not found on this system

2011-06-20 Thread Márton Németh
Package: lcov
Version: 1.8-2
Severity: normal

When running genpng the following error message appears:

$ genpng --help
ERROR: required module GD.pm not found on this system (see www.cpan.org).

This is because the locv package does not contain any reference
in "Depends/Recommends/Suggests" field to libgd-gd2-noxpm-perl or
libgd-gd2-perl package.

After installing package libgd-gd2-perl the genpng runs correctly:

 genpng --help
Usage: genpng [OPTIONS] SOURCEFILE

Create an overview image for a given source code file of either plain text
or .gcov file format.

  -h, --helpPrint this help, then exit
  -v, --version Print version number, then exit
  -t, --tab-size TABSIZEUse TABSIZE spaces in place of tab
  -w, --width WIDTH Set width of output image to WIDTH pixel
  -o, --output-filename FILENAMEWrite image to FILENAME

For more information see: http://ltp.sourceforge.net/coverage/lcov.php

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

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

-- 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#629248: cheese: segmentation fault when permission is denied to video device

2011-06-04 Thread Márton Németh
Package: cheese
Version: 2.30.1-2
Severity: normal


When the user has access rights to /dev/video0 then cheese runs correctly:

$ ls -la /dev/video0 
crw-rw+ 1 root video 81, 0 Jun  5 00:14 /dev/video0
$ groups 
nmarci dialout cdrom floppy audio dip video plugdev
$ cheese 

Whent the user has not the necessary rights then cheese crashes with 
segmentation fault right after startup:

$ sudo chmod 600 /dev/video0 
$ ls -la /dev/video0 
crw---+ 1 root video 81, 0 Jun  5 00:14 /dev/video0
$ cheese 
Segmentation fault

My first investigations leaded to cheese_camera_create_camera_source_bin() 
function in libcheese/cheese-camera.c , where the library function 
gst_parse_bin_from_description() is called. I guess this library function shall 
return NULL if an error occured, according to 
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstParse.html#gst-parse-bin-from-description
 . As far as my investigations gone so far the function 
gst_parse_bin_from_description() does not return NULL when the /dev/video0 is 
not accessible. Later on this causes segmentation fault in cheese.


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

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

Versions of packages cheese depends on:
ii  cheese-common  2.30.1-2  Common files for the Cheese tool t
ii  gstreamer0.10-plugins- 0.10.30-1 GStreamer plugins from the "base" 
ii  gstreamer0.10-plugins- 0.10.24-1 GStreamer plugins from the "good" 
ii  gstreamer0.10-x0.10.30-1 GStreamer plugins for X11 and Pang
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  libcanberra-gtk0   0.24-1Gtk+ helper for playing widget eve
ii  libcheese-gtk182.30.1-2  A tool to take pictures and videos
ii  libdbus-glib-1-2   0.88-2.1  simple interprocess messaging syst
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  libgnome-desktop-2-17  2.30.2-2  Utility library for loading .deskt
ii  libgstreamer-plugins-b 0.10.30-1 GStreamer libraries from the "base
ii  libgstreamer0.10-0 0.10.30-1 Core GStreamer libraries and eleme
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
ii  libgudev-1.0-0 164-3 GObject-based wrapper library for 
ii  libpango1.0-0  1.28.3-1+squeeze2 Layout and rendering of internatio
ii  librsvg2-2 2.26.3-1  SAX-based renderer library for SVG

Versions of packages cheese recommends:
ii  gnome-icon-theme  2.30.3-2   GNOME Desktop icon theme
ii  gvfs  1.6.4-3userspace virtual filesystem - ser

cheese 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#626043: gpsk31: Add hint for loading snd_pcm_oss kernel module

2011-05-08 Thread Márton Németh
Package: gpsk31
Version: 0.5-4
Severity: wishlist
Tags: patch


When the sound device /dev/dsp does not exists gpsk31 reports the following 
error message on stderr:

$ ls -la /dev/dsp
ls: cannot access /dev/dsp: No such file or directory
$ gpsk31 
init_audio: can't open /dev/dsp
Cannot initialize audio device: /dev/dsp -1
$ gpsk31 -v
gpsk31 version 0.5

This can be fixed when ALSA sound device exists with loading the snd_pcm_oss 
kernel module. The attached patch adds a hint to the user how to she/he can try 
to fix it herself/himself.

$ gpsk31
init_audio: can't open /dev/dsp
Hint: you might want to try to load snd_pcm_oss kernel module
Cannot initialize audio device: /dev/dsp -1


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

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

Versions of packages gpsk31 depends on:
ii  libatk1.0-01.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  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.4.2-2.1 FreeType 2 font engine, shared lib
ii  libgcc11:4.4.5-8 GCC support library
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  libpango1.0-0  1.28.3-1+squeeze2 Layout and rendering of internatio
ii  libstdc++6 4.4.5-8   The GNU Standard C++ Library v3

gpsk31 recommends no packages.

gpsk31 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#598913: escputil: different ink levels are reported by -e and -i with Epson Stylus SX110

2010-10-03 Thread Márton Németh
Package: escputil
Version: 5.2.6-1
Severity: normal


I just installed the new catridges to an Epson Stylus SX110 printer. The real 
ink levels are 100%, this is reported with -i (ink level) and -s (status). 
However, with -e (extended-ink-info) the remaining percent is reported 17% and 
35% which I think conflicts with the numbers reported by -i and -s.

# escputil -d -r /dev/usb/lp0 
Escputil version 5.2.6, Copyright (C) 2000-2006 Robert Krawitz
Escputil comes with ABSOLUTELY NO WARRANTY; for details type 'escputil -l'
This is free software, and you are welcome to redistribute it
under certain conditions; type 'escputil -l' for details.

Epson Stylus SX110
# escputil -i -r /dev/usb/lp0 
Escputil version 5.2.6, Copyright (C) 2000-2006 Robert Krawitz
Escputil comes with ABSOLUTELY NO WARRANTY; for details type 'escputil -l'
This is free software, and you are welcome to redistribute it
under certain conditions; type 'escputil -l' for details.

   Ink color   Percent remaining
Cyan 100
  Yellow 100
 Magenta 100
   Black 100
asus-eeepc:/home/nmarci# escputil -s -r /dev/usb/lp0 
Escputil version 5.2.6, Copyright (C) 2000-2006 Robert Krawitz
Escputil comes with ABSOLUTELY NO WARRANTY; for details type 'escputil -l'
This is free software, and you are welcome to redistribute it
under certain conditions; type 'escputil -l' for details.

Printer Name: Epson Stylus SX110
Status: Idle
Ink Levels:
   Ink color   Percent remaining
Cyan 100
  Yellow 100
 Magenta 100
   Black 100

Job Name: unknown
# escputil -e -r /dev/usb/lp0 
Escputil version 5.2.6, Copyright (C) 2000-2006 Robert Krawitz
Escputil comes with ABSOLUTELY NO WARRANTY; for details type 'escputil -l'
This is free software, and you are welcome to redistribute it
under certain conditions; type 'escputil -l' for details.

   Ink cartridge   Percent remainingPart number  Date
Cyan  17T07122010-01
 Magenta  17T07142010-01
  Yellow  17T07132010-01
   Black  35T07112010-01
# 

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

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

Versions of packages escputil depends on:
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libgutenprint25.2.6-1runtime for the Gutenprint printer
ii  libncurses5   5.7+20100313-3 shared libraries for terminal hand
ii  libreadline6  6.1-3  GNU readline and history libraries

escputil recommends no packages.

Versions of packages escputil suggests:
pn  gutenprint-locales (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#598911: network-manager-gnome: DNS servers disappear from /etc/resolv.conf when connecting USB WiFi

2010-10-03 Thread Márton Németh
Package: network-manager-gnome
Version: 0.8.1-1
Severity: normal

I have an Internet connection via the eth0 interface, PPPoE. After the boot
finished the connection to the Internet is working fine. Then I connect an USB
WiFi configured for ad-hoc mode. The current result is that the WiFi ad-hoc
network is set up and the DNS servers are removed from the /etc/resolv.conf
file. This brakes further name resolutions.

Note that this scenario was working before I upgraded my Debian system.
Unfortunately I cannot say exact version numbers which was working correctly.

And now the details. After the boot I have the following state:
$ /sbin/ifconfig
eth0  Link encap:Ethernet  HWaddr 00:90:f5:3e:5a:ca
  inet6 addr: fe80::290:f5ff:fe3e:5aca/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:724 errors:0 dropped:0 overruns:0 frame:0
  TX packets:670 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:205309 (200.4 KiB)  TX bytes:85052 (83.0 KiB)
  Interrupt:19 Base address:0x1000

eth0:avahi Link encap:Ethernet  HWaddr 00:90:f5:3e:5a:ca
  inet addr:169.254.9.143  Bcast:169.254.255.255  Mask:255.255.0.0
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  Interrupt:19 Base address:0x1000

loLink encap:Local Loopback
  inet addr:127.0.0.1  Mask:255.0.0.0
  inet6 addr: ::1/128 Scope:Host
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:12 errors:0 dropped:0 overruns:0 frame:0
  TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:800 (800.0 B)  TX bytes:800 (800.0 B)

ppp0  Link encap:Point-to-Point Protocol
  inet addr:78.131.104.119  P-t-P:10.0.0.1  Mask:255.255.255.255
  UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1492  Metric:1
  RX packets:430 errors:0 dropped:0 overruns:0 frame:0
  TX packets:420 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:3
  RX bytes:19 (173.6 KiB)  TX bytes:50384 (49.2 KiB)

$ nm-tool

NetworkManager Tool

State: disconnected

- Device: eth0
-
  Type:  Wired
  Driver:8139too
  State: unmanaged
  Default:   no
  HW Address:00:90:F5:3E:5A:CA

  Capabilities:
Carrier Detect:  yes
Speed:   100 Mb/s

  Wired Properties
Carrier: on


$ cat /etc/resolv.conf
nameserver 193.110.57.4
nameserver 193.110.56.8
# Generated by NetworkManager
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
$

Then I stop the NetworkManager and run it from console to see the outputs:

# /etc/init.d/network-manager stop
Stopping network connection manager: NetworkManager.
# NetworkManager --no-daemon
NetworkManager[2579]:  NetworkManager (version 0.8.1) is starting...
NetworkManager[2579]:  Read config file
/etc/NetworkManager/NetworkManager.conf
NetworkManager[2579]:  modem-manager is now available
NetworkManager[2579]:SCPlugin-Ifupdown: init!
NetworkManager[2579]:SCPlugin-Ifupdown: update_system_hostname
NetworkManager[2579]:SCPluginIfupdown: guessed connection type (eth0) =
802-3-ethernet
NetworkManager[2579]:SCPlugin-Ifupdown:
update_connection_setting_from_if_block: name:eth0, type:802-3-ethernet,
id:Ifupdown (eth0), uuid: 681b428f-beaf-8932-dce4-687ed5bae28e
NetworkManager[2579]:SCPluginIfupdown: guessed connection type (dsl-
provider) = ppp
NetworkManager[2579]:SCPlugin-Ifupdown:
update_connection_setting_from_if_block: name:dsl-provider, type:ppp,
id:Ifupdown (dsl-provider), uuid: 7f0642ca-ec01-5108-0d76-79ad61f51236
NetworkManager[2579]: nm-ifupdown-connection.c.119 - invalid connection read
from /etc/network/interfaces: (3) type
NetworkManager[2579]:SCPlugin-Ifupdown: autoconnect
NetworkManager[2579]:SCPluginIfupdown: management mode: unmanaged
NetworkManager[2579]:SCPlugin-Ifupdown: devices added (path:
/sys/devices/pci:00/:00:08.0/net/eth0, iface: eth0)
NetworkManager[2579]:SCPluginIfupdown: locking wired connection setting
NetworkManager[2579]:SCPlugin-Ifupdown: devices added (path:
/sys/devices/virtual/net/lo, iface: lo)
NetworkManager[2579]:SCPlugin-Ifupdown: device added (path:
/sys/devices/virtual/net/lo, iface: lo): no ifupdown configuration found.
NetworkManager[2579]:SCPlugin-Ifupdown: devices added (path:
/sys/devices/virtual/net/pan0, iface: pan0)
NetworkManager[2579]:SCPlugin-Ifupdown: device added (path:
/sys/devices/virtual/net/pan0, iface: pan0): no ifupdown configuration found.
NetworkManager[2579]:SCPlugin-Ifupdown: devices added (path:
/sys/devices/virtual/net/ppp0, iface: ppp0)
NetworkManager[2579]:SCPlugin-Ifupdown: device added (path:
/sys/devices/virtual/n

Bug#598892: escputil: 110% remaining ink reported when no cartridge installed at all

2010-10-02 Thread Márton Németh
Package: escputil
Version: 5.2.6-1
Severity: normal


The remaining ink level reported with Epson Stylus SX110 is 110% but there is
no cartridge installed at all in the printer.

# escputil -d -r /dev/usb/lp0 
Escputil version 5.2.6, Copyright (C) 2000-2006 Robert Krawitz
Escputil comes with ABSOLUTELY NO WARRANTY; for details type 'escputil -l'
This is free software, and you are welcome to redistribute it
under certain conditions; type 'escputil -l' for details.

Epson Stylus SX110
# escputil -s -r /dev/usb/lp0 
Escputil version 5.2.6, Copyright (C) 2000-2006 Robert Krawitz
Escputil comes with ABSOLUTELY NO WARRANTY; for details type 'escputil -l'
This is free software, and you are welcome to redistribute it
under certain conditions; type 'escputil -l' for details.

Printer Name: Epson Stylus SX110
Status: Busy
Ink Levels:
   Ink color   Percent remaining
Cyan 110
  Yellow 110
 Magenta 110
   Black 110

Job Name: unknown
# escputil -i -r /dev/usb/lp0 
Escputil version 5.2.6, Copyright (C) 2000-2006 Robert Krawitz
Escputil comes with ABSOLUTELY NO WARRANTY; for details type 'escputil -l'
This is free software, and you are welcome to redistribute it
under certain conditions; type 'escputil -l' for details.

   Ink color   Percent remaining
Cyan 110
  Yellow 110
 Magenta 110
   Black 110
# escputil -e -r /dev/usb/lp0 
Escputil version 5.2.6, Copyright (C) 2000-2006 Robert Krawitz
Escputil comes with ABSOLUTELY NO WARRANTY; for details type 'escputil -l'
This is free software, and you are welcome to redistribute it
under certain conditions; type 'escputil -l' for details.

Cannot identify cartridge in slot 0
Cannot identify cartridge in slot 1
Cannot identify cartridge in slot 2
Cannot identify cartridge in slot 3


# lsusb -v
Bus 003 Device 003: ID 04b8:084d Seiko Epson Corp. 
Device Descriptor:
  bLength18
  bDescriptorType 1
  bcdUSB   1.10
  bDeviceClass0 (Defined at Interface level)
  bDeviceSubClass 0 
  bDeviceProtocol 0 
  bMaxPacketSize064
  idVendor   0x04b8 Seiko Epson Corp.
  idProduct  0x084d 
  bcdDevice1.00
  iManufacturer   1 SEIKO EPSON
  iProduct2 USB MFP
  iSerial 3 LK2Z101293
  bNumConfigurations  1
  Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength   55
bNumInterfaces  2
bConfigurationValue 1
iConfiguration  4 Composite Device
bmAttributes 0xc0
  Self Powered
MaxPower2mA
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber0
  bAlternateSetting   0
  bNumEndpoints   2
  bInterfaceClass   255 Vendor Specific Class
  bInterfaceSubClass255 Vendor Specific Subclass
  bInterfaceProtocol255 Vendor Specific Protocol
  iInterface  5 EPSON Scanner
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x01  EP 1 OUT
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0040  1x 64 bytes
bInterval   0
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82  EP 2 IN
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0040  1x 64 bytes
bInterval   0
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber1
  bAlternateSetting   0
  bNumEndpoints   2
  bInterfaceClass 7 Printer
  bInterfaceSubClass  1 Printer
  bInterfaceProtocol  2 Bidirectional
  iInterface  6 USB Printer
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x04  EP 4 OUT
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0040  1x 64 bytes
bInterval   0
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x85  EP 5 IN
bmAttributes2
  Transfer TypeBulk
  Synch Ty

Bug#592163: nm-applet: notification message appears in upper right corner of the screen

2010-08-07 Thread Márton Németh
Package: network-manager-gnome
Version: 0.8.1-1
Severity: minor


I recently upgraded my system and recognised that the notification area
of the nm-applet no longer appears near to the network icon on the lower
right corner of the screen but appears on the upper right corner, see
the attached screenshot.
I'm using icewm with the icedesert theme.

The expected behaviour is that the notification area appears near to
the nm-aplet icon.

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

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

Versions of packages network-manager-gnome depends on:
ii  dbus-x111.2.24-3 simple interprocess messaging syst
ii  gconf2  2.28.1-3 GNOME configuration database syste
ii  gnome-icon-theme2.30.3-1 GNOME Desktop icon theme
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-2 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-4 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.24-3 simple interprocess messaging syst
ii  libdbus-glib-1-20.86-1   simple interprocess messaging syst
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.0-2  FreeType 2 font engine, shared lib
ii  libgconf2-4 2.28.1-3 GNOME configuration database syste
ii  libglade2-0 1:2.6.4-1library to load .glade files at ru
ii  libglib2.0-02.24.1-1 The GLib library of C routines
ii  libgnome-bluetooth7 2.30.0-2 GNOME Bluetooth tools - support li
ii  libgnome-keyring0   2.30.1-1 GNOME keyring services library
ii  libgtk2.0-0 2.20.1-1 The GTK+ graphical user interface 
ii  libnm-glib-vpn1 0.8.1-1  network management framework (GLib
ii  libnm-glib2 0.8.1-1  network management framework (GLib
ii  libnm-util1 0.8.1-1  network management framework (shar
ii  libnotify1 [libnotify1- 0.5.0-2  sends desktop notifications to a n
ii  libpango1.0-0   1.28.1-1 Layout and rendering of internatio
ii  libxml2 2.7.7.dfsg-4 GNOME XML library
ii  network-manager 0.8.1-1  network management framework daemo
ii  policykit-1-gnome   0.96-2   GNOME authentication agent for Pol
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages network-manager-gnome recommends:
ii  gnome-bluetooth   2.30.0-2   GNOME Bluetooth tools
ii  libpam-gnome-keyring [libpam- 2.30.3-1   PAM module to unlock the GNOME key
ii  mobile-broadband-provider-inf 20100716-1 database of mobile broadband servi
ii  notification-daemon   0.5.0-2daemon to displays passive pop-up 

Versions of packages network-manager-gnome suggests:
pn  network-manager-openvpn-gnome  (no description available)
pn  network-manager-pptp-gnome (no description available)
pn  network-manager-vpnc-gnome (no description available)

-- no debconf information
<>

Bug#588031: cannot install: python-gnome2-extra has unmet dependencies

2010-07-04 Thread Márton Németh
Package: python-gnome2-extra
Version: python-gnome2-extra
Severity: normal


# apt-get install python-gnome2-extras
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  python-gnome2-extras: Depends: libgdl-1-0 but it is not going to be installed
Depends: python (< 2.6) but 2.6.5-5 is to be installed
Depends: python-gnome2-desktop but it is not going to 
be installed
Depends: python-gtkhtml2 (= 2.19.1-3.1) but 
2.25.3-4.1+b3 is to be installed
Depends: python-gtkmozembed (= 2.19.1-3.1) but 
2.25.3-4.1+b3 is to be installed
Depends: python-eggtrayicon (= 2.19.1-3.1) but 
2.25.3-4.1+b3 is to be installed
E: Broken packages



When I try to install libgdl-1-0 also I get:


# apt-get install python-gnome2-extras libgdl-1-0
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  libgdl-1-0: Depends: libgdl-1-common (= 0.7.11-1) but 2.30.0-1 is to be 
installed
  python-gnome2-extras: Depends: python (< 2.6) but 2.6.5-5 is to be installed
Depends: python-gnome2-desktop but it is not going to 
be installed
Depends: python-gtkhtml2 (= 2.19.1-3.1) but 
2.25.3-4.1+b3 is to be installed
Depends: python-gtkmozembed (= 2.19.1-3.1) but 
2.25.3-4.1+b3 is to be installed
Depends: python-eggtrayicon (= 2.19.1-3.1) but 
2.25.3-4.1+b3 is to be installed
E: Broken packages


When I try to add python-gnome2-desktop also I get the following error message:


# apt-get install python-gnome2-extras libgdl-1-0 python-gnome2-desktop
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  libgdl-1-0: Depends: libgdl-1-common (= 0.7.11-1) but 2.30.0-1 is to be 
installed
  python-gnome2-desktop: Depends: python (< 2.6) but 2.6.5-5 is to be installed
 Depends: python2.4-gtk2
 Depends: libmetacity0 (>= 1:2.22.0) but it is not 
going to be installed
  python-gnome2-extras: Depends: python (< 2.6) but 2.6.5-5 is to be installed
Depends: python-gtkhtml2 (= 2.19.1-3.1) but 
2.25.3-4.1+b3 is to be installed
Depends: python-gtkmozembed (= 2.19.1-3.1) but 
2.25.3-4.1+b3 is to be installed
Depends: python-eggtrayicon (= 2.19.1-3.1) but 
2.25.3-4.1+b3 is to be installed
E: Broken packages


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

Kernel: Linux 2.6.32-trunk-686 (SMP w/2 CPU cores)
Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.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#588019: blueman: Unable to start: "ImportError: No module named ..."

2010-07-03 Thread Márton Németh
Package: blueman
Version: 1.21-3
Severity: grave
Justification: renders package unusable


When I upgraded to blueman 1.21-3 none of the /usr/bin/blueman-* programs
can be run anymore. The last line is always "ImportError: No module named ...".

Here is the complete error list of the blueman-* programs:

$ blueman-services 
Traceback (most recent call last):
  File "/usr/bin/blueman-services", line 11, in 
from blueman.gui.GenericList import GenericList
ImportError: No module named blueman.gui.GenericList
$ blueman-manager 
Traceback (most recent call last):
  File "/usr/bin/blueman-manager", line 34, in 
from blueman.Constants import *
ImportError: No module named blueman.Constants
$ blueman-sendto 
Traceback (most recent call last):
  File "/usr/bin/blueman-sendto", line 37, in 
from blueman.bluez.Adapter import Adapter
ImportError: No module named blueman.bluez.Adapter
$ blueman-applet 
Traceback (most recent call last):
  File "/usr/bin/blueman-applet", line 40, in 
from blueman.Constants import *
ImportError: No module named blueman.Constants
$ blueman-assistant 
Traceback (most recent call last):
  File "/usr/bin/blueman-assistant", line 44, in 
from blueman.Functions import *
ImportError: No module named blueman.Functions
$ blueman-adapters 
Traceback (most recent call last):
  File "/usr/bin/blueman-adapters", line 35, in 
import blueman.bluez as Bluez
ImportError: No module named blueman.bluez
$ blueman-browse 
Traceback (most recent call last):
  File "/usr/bin/blueman-browse", line 34, in 
from blueman.bluez.Manager import Manager
ImportError: No module named blueman.bluez.Manager


(There is a similar bugreport at https://bugs.launchpad.net/blueman/+bug/338181
which may be related.)

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

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

Versions of packages blueman depends on:
ii  bluez 4.66-1 Bluetooth tools and daemons
ii  dbus  1.2.24-1   simple interprocess messaging syst
ii  hicolor-icon-theme0.11-1 default fallback theme for FreeDes
ii  libbluetooth3 4.66-1 Library to use the BlueZ Linux Blu
ii  libc6 2.11.2-2   Embedded GNU C Library: Shared lib
ii  libcairo2 1.8.10-4   The Cairo 2D vector graphics libra
ii  libglib2.0-0  2.24.1-1   The GLib library of C routines
ii  libgtk2.0-0   2.20.1-1   The GTK+ graphical user interface 
ii  libpango1.0-0 1.28.1-1   Layout and rendering of internatio
ii  librsvg2-common   2.26.3-1   SAX-based renderer library for SVG
ii  libstartup-notification0  0.10-1 library for program launch feedbac
ii  notification-daemon   0.4.0-2a daemon that displays passive pop
ii  obex-data-server  0.4.5-1+b1 D-Bus service for OBEX client and 
ii  python2.6.5-5An interactive high-level object-o
ii  python-dbus   0.83.1-1   simple interprocess messaging syst
ii  python-gobject2.21.1-2   Python bindings for the GObject li
ii  python-gtk2   2.17.0-2   Python bindings for the GTK+ widge
ii  python-notify 0.1.1-2+b2 Python bindings for libnotify

Versions of packages blueman recommends:
ii  libpulse-mainloop-glib0   0.9.21-1   PulseAudio client libraries (glib 
ii  policykit-1   0.96-2 framework for managing administrat
ii  python-gconf  2.28.1-1   Python bindings for the GConf conf

blueman 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#587451: installation-report: Gigabyte GA-586TX3

2010-06-28 Thread Márton Németh
Package: installation-reports
Severity: normal



-- Package-specific info:

Boot method: CD
Image version: 
http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/i386/iso-cd/debian-testing-i386-netinst.iso
 , the build finished at Sun Jun 13 04:24:35 UTC 2010
Date: 

Machine: Gigabyte GA-586TX3 desktop computer
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:  [ ]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [O]
Install base system:[O]
Clock/timezone setup:   [ ]
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="6.0 (squeeze) - installer build 20100613-03:54"
X_INSTALLATION_MEDIUM=cdrom

==
Installer hardware-summary:
==
uname -a: Linux madar 2.6.32-5-486 #1 Wed May 19 19:19:16 UTC 2010 i586 
GNU/Linux
lspci -knn: 00:00.0 Host bridge [0600]: Intel Corporation 430TX - 82439TX MTXC 
[8086:7100] (rev 01)
lspci -knn: 00:07.0 ISA bridge [0601]: Intel Corporation 82371AB/EB/MB PIIX4 
ISA [8086:7110] (rev 01)
lspci -knn: 00:07.1 IDE interface [0101]: Intel Corporation 82371AB/EB/MB PIIX4 
IDE [8086:7111] (rev 01)
lspci -knn: Kernel driver in use: ata_piix
lspci -knn: 00:07.2 USB Controller [0c03]: Intel Corporation 82371AB/EB/MB 
PIIX4 USB [8086:7112] (rev 01)
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:07.3 Bridge [0680]: Intel Corporation 82371AB/EB/MB PIIX4 ACPI 
[8086:7113] (rev 01)
lspci -knn: 00:08.0 SCSI storage controller [0100]: Adaptec AHA-2940/2940W / 
AIC-7871 [9004:7178]
lspci -knn: Kernel driver in use: aic7xxx
lspci -knn: 00:09.0 VGA compatible controller [0300]: S3 Inc. 86c764/765 
[Trio32/64/64V+] [5333:8811] (rev 54)
lspci -knn: 00:0a.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. 
RTL-8139/8139C/8139C+ [10ec:8139] (rev 10)
lspci -knn: Subsystem: Realtek Semiconductor Co., Ltd. 
RTL-8139/8139C/8139C+ [10ec:8139]
lspci -knn: Kernel driver in use: 8139too
lspci -knn: 00:0b.0 USB Controller [0c03]: VIA Technologies, Inc. VT82x 
UHCI USB 1.1 Controller [1106:3038] (rev 50)
lspci -knn: Subsystem: First International Computer, Inc. Device [0925:1234]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:0b.1 USB Controller [0c03]: VIA Technologies, Inc. VT82x 
UHCI USB 1.1 Controller [1106:3038] (rev 50)
lspci -knn: Subsystem: First International Computer, Inc. Device [0925:1234]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:0b.2 USB Controller [0c03]: VIA Technologies, Inc. USB 2.0 
[1106:3104] (rev 51)
lspci -knn: Subsystem: First International Computer, Inc. Device [0925:1234]
lspci -knn: Kernel driver in use: ehci_hcd
usb-list: 
usb-list: Bus 01 Device 01: EHCI Host Controller [1d6b:0002]
usb-list:Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:Manufacturer: Linux 2.6.32-5-486 ehci_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
usb-list: 
usb-list: Bus 03 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 04 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: ufs55534  0 
lsmod: qnx45078  0 
lsmod: ntfs  162603  0 
lsmod: reiserfs  173360  0 
lsmod: dm_mod 45925  0 
lsmod: md_mod 65923  0 
lsmod: xfs   404858  0 
lsmod: exportfs2486  1 xfs
lsmod: jfs   133450  0 
lsmod: ext

Bug#563434: opencv-doc: typo in python-wrappers-on-windows.txt

2010-01-02 Thread Márton Németh
Package: opencv-doc
Version: 1.0.0-6.3
Severity: minor
Tags: patch

ans -> and

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

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

-- no debconf information
A quick HOWTO for installing the Python wrappers on Windows. Taken
from an email I have send to OpenCV support. At least one positive
feed-back.

The setup.py file can be found in interfaces/swig/python and is named
setup-for-win.py

Look at http://groups.yahoo.com/group/OpenCV/ if you have any
comments, or if you need help about OpenCV.

Olivier Bornet.

==

> Does anybody success to use it under Windows?

As they was no answers, I have borrow a Windows 2000 laptop at work to
test it last days... So, here is the answer: yes, you can build and use
it on Windows with Python. :-)

Here is a quick howto (note that I don't use Windows at all, so maybe my
explanations are not always correct):

 1. install the beta5 OpenCV distribution,
(http://sourceforge.net/projects/opencvlibrary/),
 2. install ActivePython
(http://www.activestate.com/Products/ActivePython/),
 3. run the attached setup.py to build and install the new OpenCV Python
wrapper:
python setup.py install
 4. run one of the Python OpenCV samples.

And that's all. :-)
You maybe need to adapt opencv_base_dir in setup.py to reflect your
OpenCV installation.

Now, the problems I have had, or the problems you can encounter:

  - my installation of OpenCV don't add the OpenCV path in the search
path, so I have added it manually, (but if the OpenCV C samples
works for you, this will be not needed),

  - as I have an old Visual Studio 6.0, distutils has some problems, and
the install part (3) was saying something like "Python was built
with version 7.1 of Visual Studio, and extensions need to be built
with the same version of the compiler, but it isn't installed"
To correct this, I have edited
\python24\lib\distutils\msvccompiler.py and change the
get_build_version() function to return 6 directly... A quick and
dirty ack...

  - some lines in _cv.cpp don't compile with VC6 (don't have tested with
recent MS C compiler, but it seems that at least long long is now
supported):
- PyAPI_FUNC,
- long long variables definitions.
So, I have remove the PyAPI_FUNC and changed long long to __int64. A
patch for making this is attached to this email.

After that, the samples are more or less running. At least contours.py
and convexhull.py are OK. capture-cam.py don't generate any file, and
cam-histo.py crash after cvCaptureFromCAM(0) call.

I don't know if these problems are related to my specific installation
or not. (Windows 2000, VC6, ...) And I don't want to make lot of things
ok Windows. So, I will stop here my tests...

==


Bug#563428: opencv-doc: houghlines.py references a picture with wrong path

2010-01-02 Thread Márton Németh
Package: opencv-doc
Version: 1.0.0-6.3
Severity: normal
Tags: patch


The houghlines.py script references the picture
.../../docs/ref/pics/building.jpg which shall be
.../../ref/pics/building.jpg instead.

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

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

-- no debconf information
--- /usr/share/doc/opencv-doc/examples/python/houghlines.py 2009-11-14 
17:27:40.0 +0100
+++ houghlines.py   2010-01-02 22:24:18.0 +0100
@@ -10,7 +10,7 @@
 USE_STANDARD=0
 
 if __name__ == "__main__":
-filename = "../../docs/ref/pics/building.jpg"
+filename = "../../ref/pics/building.jpg"
 if len(sys.argv)>1:
 filename = sys.argv[1]
 


Bug#563239: automake and aclocal commands not available after install, only automake-1.11 and aclocal-1.11

2010-01-01 Thread Márton Németh
Package: automake
Version: 1:1.11-1
Severity: normal


After installing automake package the automake and aclocal commands are not 
available
althrough there is no "conflicting" previous package installed.

The files /usr/bin/automake and /etc/alternatives/automake is a chain of broken 
symlink
to to /usr/bin/automake-1.10. The files /usr/bin/aclocal and 
/etc/alternatives/aclocal are missing.

How to reproduce:
# apt-get remove automake --purge
# apt-get install automake
# ls -la /usr/bin/automake /usr/bin/aclocal /etc/alternatives/automake 
/etc/alternatives/aclocal

Workaround: after installing automake1.10 package the symlinks for automake are 
working but they
do not exsists for aclocal command. Removing automake1.10 with "apt-get remove 
automake1.10 --purge"
does not remove the symlinks /usr/bin/automake and /etc/alternatives/automake .

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

Kernel: Linux 2.6.33-rc2 (PREEMPT)
Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages automake depends on:
ii  autoconf  2.65-3 automatic configure script builder
ii  autotools-dev 20090611.1 Update infrastructure for config.{
ii  dpkg  1.14.25Debian package management system
ii  install-info  4.13a.dfsg.1-5 Manage installed documentation in 

automake recommends no packages.

automake 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#561848: aspell-hu: Typo in short package description

2009-12-20 Thread Márton Németh
Package: aspell-hu
Version: 0.99.4.2-0-3
Severity: normal

Magayr szótár az aspell rendszerhez -> Magyar szótár az aspell rendszerhez

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

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

Versions of packages aspell-hu depends on:
ii  aspell0.60.6-2   GNU Aspell spell-checker
ii  dictionaries-common   1.4.0  Common utilities for spelling dict

aspell-hu recommends no packages.

aspell-hu 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#528010: script-fu: console crashes when executing a command

2009-05-10 Thread Márton Németh
Package: gimp
Version: 2.4.7-1
Severity: important


The script-fu console crashes with segmentation fault if the following
command is executed:

(let* (theNum 10) (set! theNum (+ theNum theNum)) )

The command has syntax error, the correct command would be

(let* ( (theNum 10) ) (set! theNum (+ theNum theNum)) )

as shown in Gimp User's Manual Chapter 3.2.5 at
http://manual.gimp.org/en/gimp-using-script-fu-tutorial-identifier.html

Alternative: execute the command: "(let* a)". This will also crash the
Script-fu console immediately.

Steps to reproduce:
1. Start an xterm window
2. Start gimp from the xterm window
3. Open Script-fu console with Extesion/Script-fu/Script-fu console menu item
4. Type the command "(let* (theNum 10) (set! theNum (+ theNum theNum)) )"
5. Press Enter

Actual result:
The Script-fu console disappears and the following message appears
in the xterm window:

/usr/lib/gimp/2.0/plug-ins/script-fu: fatal error: Segmentation fault

Expected result:
error message like: "Error: syntax error"

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

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

Versions of packages gimp depends on:
ii  gimp-data 2.4.7-1Data files for GIMP
ii  libaa11.4p5-37+b1ascii art library
ii  libart-2.0-2  2.3.20-2   Library of functions for 2D graphi
ii  libatk1.0-0   1.22.0-1   The ATK accessibility toolkit
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libcairo2 1.6.4-7The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.2.1-5simple interprocess messaging syst
ii  libdbus-glib-1-2  0.76-1 simple interprocess messaging syst
ii  libexif12 0.6.16-2.1 library to parse EXIF files
ii  libfontconfig12.6.0-3generic font configuration library
ii  libfreetype6  2.3.7-2+lenny1 FreeType 2 font engine, shared lib
ii  libgimp2.02.4.7-1Libraries for the GNU Image Manipu
ii  libglib2.0-0  2.16.6-1+lenny1The GLib library of C routines
ii  libgtk2.0-0   2.12.12-1~lenny1   The GTK+ graphical user interface 
ii  libgtkhtml2-0 2.11.1-2   HTML rendering/editing library - r
ii  libhal1   0.5.11-8   Hardware Abstraction Layer - share
ii  libjpeg62 6b-14  The Independent JPEG Group's JPEG 
ii  liblcms1  1.17.dfsg-1+lenny2 Color management library
ii  libmng1   1.0.9-1Multiple-image Network Graphics li
ii  libpango1.0-0 1.20.5-3   Layout and rendering of internatio
ii  libpng12-01.2.27-2+lenny2PNG library - runtime
ii  libpoppler-glib3  0.8.7-1PDF rendering library (GLib-based 
ii  librsvg2-22.22.2-2lenny1 SAX-based renderer library for SVG
ii  libtiff4  3.8.2-11   Tag Image File Format (TIFF) libra
ii  libwmf0.2-7   0.2.8.4-6+lenny1   Windows metafile conversion librar
ii  libx11-6  2:1.1.5-2  X11 client-side library
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar
ii  libxmu6   2:1.0.4-1  X11 miscellaneous utility library
ii  libxpm4   1:3.5.7-1  X11 pixmap library
ii  zlib1g1:1.2.3.3.dfsg-12  compression library - runtime

Versions of packages gimp recommends:
ii  gimp-gnomevfs 2.4.7-1GNOME-VFS URI plugin for GIMP
ii  gimp-python   2.4.7-1Python support and plugins for GIM

Versions of packages gimp suggests:
ii  ghostscript  8.62.dfsg.1-3.2lenny1   The GPL Ghostscript PostScript/PDF
pn  gimp-data-extras   (no description available)
ii  gimp-help-en [gi 2.4.1-1 Documentation for the GIMP (Englis
ii  libasound2   1.0.16-2ALSA library
ii  libgimp-perl 2.0.dfsg+2.2pre1.dfsg-5 Perl support and plugins for The G

-- 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#525633: openoffice.org: Edit menu get too wide and cannot fit to screen

2009-04-26 Thread Márton Németh
Package: openoffice.org
Version: 1:2.4.1+dfsg-1
Severity: normal

The Edit menu gets too wide and it cannot fit on the screen after cutting a
bigger amount of text with line breaks (Shift+Enter) in it instead of paragraph
break (Enter).

Steps to reproduce:
1. Open the attached document
2. Select all text with Ctrl+A
3. Cut the text to the clipboard with Ctrl+X
4. Open the Edit menu

Actual result: only the keyboard shortcuts are visible, the menu names are not

Expected result: the undo history should not show so much text that it
causes the Edit menu to be unreadable.

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

Kernel: Linux 2.6.30-rc3 (PREEMPT)
Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages openoffice.org depends on:
ii  openoffice.org-base   1:2.4.1+dfsg-1 OpenOffice.org office suite - data
ii  openoffice.org-calc   1:2.4.1+dfsg-1 OpenOffice.org office suite - spre
ii  openoffice.org-core   1:2.4.1+dfsg-1 OpenOffice.org office suite archit
ii  openoffice.org-draw   1:2.4.1+dfsg-1 OpenOffice.org office suite - draw
ii  openoffice.org-filter-mob 1:2.4.1+dfsg-1 Mobile Devices Filters for OpenOff
ii  openoffice.org-impress1:2.4.1+dfsg-1 OpenOffice.org office suite - pres
ii  openoffice.org-java-commo 1:2.4.1+dfsg-1 OpenOffice.org office suite Java s
ii  openoffice.org-math   1:2.4.1+dfsg-1 OpenOffice.org office suite - equa
ii  openoffice.org-officebean 1:2.4.1+dfsg-1 OpenOffice.org Office Bean
ii  openoffice.org-report-bui 1:2.4.1+dfsg-1 OpenOffice.org Report Builder exte
ii  openoffice.org-writer 1:2.4.1+dfsg-1 OpenOffice.org office suite - word
ii  openoffice.org-writer2lat 0.5-8  Writer/Calc to LaTeX/XHTML convert
ii  ttf-dejavu2.25-3 Metapackage to pull in ttf-dejavu-
ii  ttf-liberation1.04.93-1  Free fonts with the same metrics a

Versions of packages openoffice.org recommends:
pn  openoffice.org-filter-binfilt  (no description available)

Versions of packages openoffice.org suggests:
ii  cups-bsd [cupsy 1.3.8-1lenny5Common UNIX Printing System(tm) - 
ii  gstreamer0.10-f 0.10.4-3 FFmpeg plugin for GStreamer
pn  gstreamer0.10-p(no description available)
ii  gstreamer0.10-p 0.10.19-2GStreamer plugins from the "base" 
ii  gstreamer0.10-p 0.10.8-4.1~lenny1GStreamer plugins from the "good" 
ii  gstreamer0.10-p 0.10.8-1 GStreamer plugins from the "ugly" 
pn  hunspell-dictio(no description available)
ii  iceweasel   3.0.6-1  lightweight web browser based on M
ii  imagemagick 7:6.3.7.9.dfsg2-1~lenny1 image manipulation programs
ii  java-gcj-compat 1.0.78-2 Java runtime environment using GIJ
ii  libgl1-mesa-glx 7.0.3-7  A free implementation of the OpenG
pn  libpaper-utils (no description available)
ii  libsane 1.0.19-23API library for scanners
ii  libxrender1 1:0.9.4-2X Rendering Extension client libra
ii  menu2.1.41   generates programs menu for all me
ii  myspell-en-us [ 1:2.4.0-3English_american dictionary for my
ii  myspell-hu [mys 0.99.4-1.1   The Hungarian dictionary for myspe
pn  openclipart-ope(no description available)
ii  openoffice.org- 1:2.4.1+dfsg-1   GNOME Integration for OpenOffice.o
ii  openoffice.org- 1:2.4.1+dfsg-1   English_american help for OpenOffi
ii  openoffice.org- 1:2.4.1+dfsg-1   Hungarian help for OpenOffice.org
ii  openoffice.org- 1:2.4.0-3Hungarian hyphenation patterns for
ii  openoffice.org- 1:2.4.1+dfsg-1   Hungarian language package for Ope
ii  openoffice.org- 1:2.4.0-3English Thesaurus for OpenOffice.o
pn  pstoedit   (no description available)
pn  unixodbc   (no description available)

Versions of packages openoffice.org-core depends on:
ii  fontconfig 2.6.0-3   generic font configuration library
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libcairo2  1.6.4-7   The Cairo 2D vector graphics libra
ii  libcurl3   7.18.2-8lenny2Multi-protocol file transfer libra
ii  libdb4.6   4.6.21-11 Berkeley v4.6 Database Libraries [
ii  libexpat1  2.0.1-4   XML parsing C library - runtime li
ii  libfreetype6   2.3.7-2   FreeType 2 font engine, shared lib
ii  libgcc11:4.3.2-1.1   GCC support library
ii  libglib2.0-0   2.16.6-1+lenny1   The GLib library of C routines
ii  libgstreamer-plugins-b 0.10.19-2 GStreamer libraries from the "base
ii  libgstreamer0.10-0 0.10.19-3   

Bug#518369: uswsusp: Add support for EeePC 901

2009-03-05 Thread Márton Németh
Package: uswsusp
Version: 0.8-1.1
Severity: normal


I tested my Asus EeePC 901 with 2.6.29-rc7 and with the following parameters:

 | text mode| with X
-+--+
s2ram -f -a 3| OK   | OK
s2ram -f -a 2| black screen | not tested
s2ram -f -a 1| OK   | OK
s2ram -f -p -m   | OK   | OK
s2ram -f -p -s   | OK   | OK
s2ram -f -m  | freeze on resume | not tested
s2ram -f -s  | black screen | not tested
s2ram -f -p  | OK   | OK
s2ram -f -a 1 -m | OK   | OK
s2ram -f -a 1 -s | OK   | OK

# s2ram 
Machine is unknown.
This machine can be identified by:
sys_vendor   = "ASUSTeK Computer INC."
sys_product  = "901"
sys_version  = "x.x"
bios_version = "1702   "
See http://suspend.sf.net/s2ram-support.html for details.

If you report a problem, please include the complete output above.



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

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

Versions of packages uswsusp depends on:
ii  debconf [debconf-2.0]1.5.24  Debian configuration management sy
ii  libc62.7-18  GNU C Library: Shared libraries
ii  libdirectfb-1.0-01.0.1-11direct frame buffer graphics - sha
ii  libgcc1  1:4.3.2-1.1 GCC support library
ii  libgcrypt11  1.4.1-1 LGPL Crypto library - runtime libr
ii  libglib2.0-0 2.16.6-1The GLib library of C routines
ii  libgpg-error01.4-2   library for common error values an
ii  liblzo2-22.03-1  data compression library
ii  libpci3  1:3.0.0-6   Linux PCI Utilities (shared librar
ii  libsplashy1  0.3.13-3Library to draw splash screen on b
ii  libx86-1 1.1+ds1-2   x86 real-mode library

Versions of packages uswsusp recommends:
ii  initramfs-tools   0.92o  tools for generating an initramfs
ii  mount 2.13.1.1-1 Tools for mounting and manipulatin

Versions of packages uswsusp suggests:
pn  splashy(no description available)

-- debconf-show failed



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



Bug#512109: icewm: cannot move window to secondary display when using extended desktop

2009-01-17 Thread Márton Németh
Package: icewm
Version: 1.2.35-1
Severity: normal

On EeePC 901 laptop it is possible to set up an Extended desktop which
consists of the laptop display and the external display. See
http://wiki.debian.org/DebianEeePC/HowTo/Configure#head-b1142e74e531a6f0315b0c809d587232a432204e

I installed eeepc-acpi-scripts:

ii  eeepc-acpi-scripts1.0.10 Scripts to support suspend and 
hotkeys on the Asus Eee PC laptop

and set up the extended desktop in /etc/default/eeepc-acpi-scripts:

   COMBINED_DISPLAY_SWITCHES='--mode 800x600 --above LVDS --auto'

I pressed Fn+F5 to activate the extended desktop.

I can move the mouse on both displays as expected. However, when I try
to move a window from the external display to the laptop display because
the mouse is not allowed to move outside the external display when moving
a window.

A window which is halfway displayed on external display and halfway
displayed in internal display is displayed as expected.

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

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

Versions of packages icewm depends on:
ii  icewm-common 1.2.35-1wonderful Win95-OS/2-Motif-like wi
ii  imlib11  1.9.15-7Imlib is an imaging library for X 
ii  libc62.7-18  GNU C Library: Shared libraries
ii  libesd0  0.2.36-3Enlightened Sound Daemon - Shared 
ii  libfontconfig1   2.6.0-3 generic font configuration library
ii  libgcc1  1:4.3.2-1.1 GCC support library
ii  libice6  2:1.0.4-1   X11 Inter-Client Exchange library
ii  libsm6   2:1.0.3-2   X11 Session Management library
ii  libx11-6 2:1.1.5-2   X11 client-side library
ii  libxext6 2:1.0.4-1   X11 miscellaneous extension librar
ii  libxft2  2.1.12-3FreeType-based font drawing librar
ii  libxinerama1 2:1.0.3-2   X11 Xinerama extension library
ii  libxrandr2   2:1.2.3-1   X11 RandR extension library

icewm recommends no packages.

Versions of packages icewm suggests:
pn  icewm-gnome-support(no description available)
pn  ttf-bitstream-vera (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#512095: xinit: missing dependency to xterm pacakge

2009-01-16 Thread Márton Németh
Package: xinit
Version: 1.0.9-2
Severity: normal

Installing xinit package does not install xterm package also.
It also does not recommend xterm package.
This means that running the command the X starts and stops after 1
second. No error message is visible complaining about missing xterm
command.

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

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

Versions of packages xinit depends on:
ii  cpp   4:4.3.2-2  The GNU C preprocessor (cpp)
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libx11-6  2:1.1.5-2  X11 client-side library

xinit recommends no packages.

xinit 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#512094: xinit: missing dependency to xauth

2009-01-16 Thread Márton Németh
Package: xinit
Version: 1.0.9-2
Severity: normal

Installing xinit does not cause installing xauth package. Without
xauth the following error message appears and X stops immediately:

/usr/bin/xstart: line 195: xauth: command not found

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

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

Versions of packages xinit depends on:
ii  cpp   4:4.3.2-2  The GNU C preprocessor (cpp)
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libx11-6  2:1.1.5-2  X11 client-side library

xinit recommends no packages.

xinit 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#446468: gthumb: the message "*** glibc detected *** double free or corruption" appears

2007-10-13 Thread Márton Németh
Package: gthumb
Severity: grave
Justification: causes non-serious data loss


Starting gthumb 2.6.9 from xterm and navigating through different directories 
causes at some point that the following message appears in xterm 
window and gthumb does not react any more:

*** glibc detected *** double free or corruption (out): 0x084498c0 ***

It is not clear for me when the problem exactly happens but it happens often.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: LANG=hu_HU, LC_CTYPE=hu_HU (charmap=ISO-8859-2)



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



Bug#372557: gcc-3.3: segmentation fault of ld when compiling binary file with gcc

2006-06-10 Thread Márton Németh
Package: gcc-3.3
Version: 1:3.3.5-13
Severity: minor


Compiling a binary file (which is not possible) cause ld to segmentation
fault.

$ gcc -v
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.5/specs
Configured with: ../src/configure -v
--enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr
--mandir=/usr/share/man --infodir=/usr/share/info
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared
--enable-__cxa_atexit --with-system-zlib --enable-nls
--without-included-gettext --enable-clocale=gnu --enable-debug
--enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc
i486-linux
Thread model: posix
gcc version 3.3.5 (Debian 1:3.3.5-13)
$ make
cc -pg -fprofile-arcs -ftest-coverage hello.c -o hello
$ gcc hello
collect2: ld terminated with signal 11 [Segmentation fault]
hello(.rodata+0x0): multiple definition of `_fp_hw'
/usr/lib/gcc-lib/i486-linux/3.3.5/../../../crt1.o(.rodata+0x0):../sysdeps/i386/elf/start.S:65:
first defined here
hello(.init+0x0): In function `_init':
/disk/hdc2/glibc/debian-build/glibc_2.3.5-6.build1/glibc-2.3.5/build-tree/i386-libc/csu/crti.S:36:
multiple definition of `_init'
/usr/lib/gcc-lib/i486-linux/3.3.5/../../../crti.o(.init+0x0):/disk/hdc2/glibc/debian-build/glibc_2.3.5-6.build1/glibc-2.3.5/build-tree/i386-libc/csu/crti.S:12:
first defined here
hello(.text+0x0): In function `_start':
.../sysdeps/i386/elf/start.S:65: multiple definition of `_start'
/usr/lib/gcc-lib/i486-linux/3.3.5/../../../crt1.o(.text+0x0):../sysdeps/i386/elf/start.S:65:
first defined here
hello(.fini+0x0): In function `_fini':
/disk/hdc2/glibc/debian-build/glibc_2.3.5-6.build1/glibc-2.3.5/build-tree/i386-libc/csu/crti.S:52:
multiple definition of `_fini'
/usr/lib/gcc-lib/i486-linux/3.3.5/../../../crti.o(.fini+0x0): first
defined here
hello(.got+0x0): multiple definition of `_GLOBAL_OFFSET_TABLE_'
/usr/lib/gcc-lib/i486-linux/3.3.5/../../../crt1.o(.got.plt+0x0):../sysdeps/i386/elf/start.S:65:
first defined here
hello(.rodata+0x4): multiple definition of `_IO_stdin_used'
/usr/lib/gcc-lib/i486-linux/3.3.5/../../../crt1.o(.rodata+0x4):../sysdeps/i386/elf/start.S:71:
first defined here
hello(.data+0x0): In function `__data_start':
: multiple definition of `__data_start'
/usr/lib/gcc-lib/i486-linux/3.3.5/../../../crt1.o(.data+0x0):../sysdeps/i386/elf/start.S:65:
first defined here
/usr/lib/gcc-lib/i486-linux/3.3.5/../../../crt1.o(.dynamic+0x0):../sysdeps/i386/elf/start.S:65:
multiple definition of `_DYNAMIC'
hello(.dynamic+0x0): first defined here
$


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.15.4
Locale: LANG=hu_HU, LC_CTYPE=hu_HU (charmap=ISO-8859-2)

Versions of packages gcc-3.3 depends on:
ii  binutils  2.15-6 The GNU assembler, linker and bina
ii  cpp-3.3   1:3.3.5-13 The GNU C preprocessor
ii  gcc-3.3-base  1:3.3.5-13 The GNU Compiler Collection (base 
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.1-2  GCC support library

-- no debconf information


hello-gcov.tar.bz2
Description: BZip2 compressed data