Bug#995811: enlightenment: Firefox does not respond to mouse cursor/keys until you double press F11

2021-10-06 Thread Dmitri Sinitin
Package: enlightenment
Version: 0.24.2-8
Severity: normal
X-Debbugs-Cc: thedrunkyardkee...@gmail.com

Hello! 
Hope you are doing well!

Unlike other wayland compositors (weston etc) in enlightenment you have to 
enter fullscreen mode at least in Firefox so it begun to react at the mouse 
pointer events.
After that the menus are still immune to clicks. Hotkeys works flawless.

ffstart command:
MOZ_ENABLE_WAYLAND=1 firefox


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

Kernel: Linux 5.14.0-2-amd64 (SMP w/4 CPU threads)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages enlightenment depends on:
ii  dbus-user-session [default-dbus-session-bus]  1.12.20-2
ii  enlightenment-data0.24.2-8
ii  libasound21.2.5.1-1
ii  libbluetooth3 5.61-1
ii  libc6 2.32-4
ii  libecore-con1 1.25.1-1
ii  libecore-drm2-1   1.25.1-1
ii  libecore-evas11.25.1-1
ii  libecore-file11.25.1-1
ii  libecore-input1   1.25.1-1
ii  libecore-ipc1 1.25.1-1
ii  libecore-wl2-11.25.1-1
ii  libecore-x1   1.25.1-1
ii  libecore1 1.25.1-1
ii  libedje-bin   1.25.1-1
ii  libedje1  1.25.1-1
ii  libeet1   1.25.1-1
ii  libeeze1  1.25.1-1
ii  libefreet-bin 1.25.1-1
ii  libefreet1a   1.25.1-1
ii  libeina1a 1.25.1-1
ii  libeio1   1.25.1-1
ii  libelementary11.25.1-1
ii  libelput1 1.25.1-1
ii  libemile1 1.25.1-1
ii  libemotion1   1.25.1-1
ii  libevas1  1.25.1-1
ii  libevas1-engines-drm  1.25.1-1
ii  libevas1-engines-wayland  1.25.1-1
ii  libevas1-engines-x1.25.1-1
ii  libpam0g  1.4.0-10
ii  libpulse0 15.0+dfsg1-2
ii  libuuid1  2.37.2-3
ii  libwayland-client01.19.0-2+b1
ii  libwayland-server01.19.0-2+b1
ii  libxkbcommon0 1.0.3-2

Versions of packages enlightenment recommends:
ii  acpid  1:2.0.32-1
ii  bc 1.07.1-3+b1
ii  bluez  5.61-1
ii  libddcutil30.9.9-2
ii  libevas-loaders1.25.1-1
ii  packagekit 1.2.2-2
ii  terminology [x-terminal-emulator]  1.9.0-2
ii  udisks22.9.4-1

Versions of packages enlightenment suggests:
pn  gdb
pn  x-display-manager  

-- no debconf information



Bug#910239: remmina-common: External Tools not working

2018-10-03 Thread Dmitri
Package: remmina-common
Version: 1.2.31.4+dfsg-1
Severity: normal

Dear Maintainer,

The external tools are not working.

dpkg-reconfigure remmina-common

dpkg -L remmina-common | grep external
/usr/share/remmina/external_tools
/usr/share/remmina/external_tools/functions.sh
/usr/share/remmina/external_tools/launcher.sh
/usr/share/remmina/external_tools/remmina_filezilla_sftp.sh
/usr/share/remmina/external_tools/remmina_filezilla_sftp_pki.sh
/usr/share/remmina/external_tools/remmina_nslookup.sh
/usr/share/remmina/external_tools/remmina_ping.sh
/usr/share/remmina/external_tools/remmina_traceroute.sh

ls  /usr/share/remmina/external_tools
functions.sh  remmina_filezilla_sftp_pki.sh  remmina_nslookup.sh
remmina_reload-gui.sh
launcher.sh   remmina_filezilla_sftp.sh  remmina_ping.sh
remmina_traceroute.sh

Steps to reproduce:
1. Select RDP connection from list
2. Ctrl+t
3. Choose any script

a. nslookup.sh
-ne
/usr/share/remmina/external_tools/remmina_nslookup.sh: 6:
/usr/share/remmina/external_tools/remmina_nslookup.sh: nslookup: not found
Hit a key to continue ...

b. ping.sh
-ne
Usage: ping [-aAbBdDfhLnOqrRUvV64] [-c count] [-i interval] [-I interface]
[-m mark] [-M pmtudisc_option] [-l preload] [-p pattern] [-Q tos]
[-s packetsize] [-S sndbuf] [-t ttl] [-T timestamp_option]
[-w deadline] [-W timeout] [hop1 ...] destination
Usage: ping -6 [-aAbBdDfhLnOqrRUvV] [-c count] [-i interval] [-I interface]
 [-l preload] [-m mark] [-M pmtudisc_option]
 [-N nodeinfo_option] [-p pattern] [-Q tclass] [-s packetsize]
 [-S sndbuf] [-t ttl] [-T timestamp_option] [-w deadline]
 [-W timeout] destination
Hit a key to continue ...

c. traceroute.sh
-ne
Usage:
  traceroute [ -46dFITnreAUDV ] [ -f first_ttl ] [ -g gate,... ] [ -i device ]
[ -m max_ttl ] [ -N squeries ] [ -p port ] [ -t tos ] [ -l flow_label ] [ -w
MAX,HERE,NEAR ] [ -q nqueries ] [ -s src_addr ] [ -z sendwait ] [ --fwmark=num
] host [ packetlen ]
Options:
...


I created a new scritp in the /usr/share/remmina/external_tools

[code]
#!/bin/sh

. $(dirname $0)/functions.sh
settitle

sshpass -p PWD ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null
root@$server 'service nodm restart'

pause

[/code]

d. reload-gui.sh
-ne
ssh: Could not resolve hostname : Name or service not known
Hit a key to continue ...

Did not found information about right scripting for External Tools, there is
nothing related with "server" variable in it, only

[code]
cat /usr/share/remmina/external_tools/* | grep server
filezilla sftp://$ssh_username@$server
filezilla sftp://$ssh_username:"$ssh_password"@$server
nslookup $server
ping -c3 $server
sshpass -p PWD ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null
root@$server 'service nodm restart'
traceroute $server

[/code]

So, i bet, it is just empty one.
Is it a bug, or there is a good manual about variables in External Tools?



-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (900, 'testing'), (600, 'unstable'), (350, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.18.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8), LANGUAGE=en_GB:en
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

remmina-common depends on no packages.

Versions of packages remmina-common recommends:
ii  remmina  1.2.31.4+dfsg-1

remmina-common suggests no packages.



Bug#873117: error: alternative path /usr/lib/jvm/java-9-openjdk-amd64/bin/rmid doesn't exist

2017-08-24 Thread Dmitri
Package: openjdk-9-jre-headless
Version: 9~b181-3
Severity: normal

Dear Maintainer,

Hi! Can not upgrade the package

Errors were encountered while processing:
 openjdk-9-jre-headless:amd64
 openjdk-9-jdk-headless:amd64
 openjdk-9-jdk:amd64
 openjdk-9-jre:amd64
E: Sub-process /usr/bin/dpkg returned an error code (1)
Setting up openjdk-9-jre-headless:amd64 (9~b181-3) ...
update-alternatives: error: alternative path /usr/lib/jvm/java-9-openjdk-
amd64/bin/rmid doesn't exist
dpkg: error processing package openjdk-9-jre-headless:amd64 (--configure):
 subprocess installed post-installation script returned error exit status 2
dpkg: dependency problems prevent configuration of openjdk-9-jdk-
headless:amd64:
 openjdk-9-jdk-headless:amd64 depends on openjdk-9-jre-headless (= 9~b181-3);
however:
  Package openjdk-9-jre-headless:amd64 is not configured yet.

dpkg: error processing package openjdk-9-jdk-headless:amd64 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of openjdk-9-jdk:amd64:
 openjdk-9-jdk:amd64 depends on openjdk-9-jdk-headless (= 9~b181-3); however:
  Package openjdk-9-jdk-headless:amd64 is not configured yet.

dpkg: error processing package openjdk-9-jdk:amd64 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of openjdk-9-jre:amd64:
 openjdk-9-jre:amd64 depends on openjdk-9-jre-headless (= 9~b181-3); however:
  Package openjdk-9-jre-headless:amd64 is not configured yet.

dpkg: error processing package openjdk-9-jre:amd64 (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 openjdk-9-jre-headless:amd64
 openjdk-9-jdk-headless:amd64
 openjdk-9-jdk:amd64
 openjdk-9-jre:amd64


   * What led up to the situation?
aptitude upgrade



-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (900, 'testing'), (800, 'experimental'), (500, 
'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.12.0-8.3-liquorix-amd64 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8), LANGUAGE=en_GB:en 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages openjdk-9-jre-headless depends on:
ii  ca-certificates-java  20170531+nmu1
ii  java-common   0.59
ii  libcups2  2.2.4-3
ii  libjpeg62-turbo   1:1.5.1-2
ii  liblcms2-22.8-4
ii  libnss3   2:3.32-1
ii  util-linux2.29.2-4

openjdk-9-jre-headless recommends no packages.

Versions of packages openjdk-9-jre-headless suggests:
ii  fonts-dejavu-extra 2.37-1
pn  fonts-indic
pn  fonts-ipafont-gothic   
pn  fonts-ipafont-mincho   
ii  libnss-mdns0.10-8
pn  ttf-wqy-microhei | ttf-wqy-zenhei  

-- no debconf information



Bug#859071: UPDATE: stuck probably unrelated

2017-03-30 Thread Dmitri Popov
Just got another case when install get stuck while /usr/bin/file is 
installed and no errors printed, so it is probably unrelated.


Still the report might be useful if you want to consider adding a 
dependency.




Bug#859071: virtinst: fails if /usr/bin/file not installed, missing package dependency

2017-03-30 Thread Dmitri Popov
Package: virtinst
Version: 1:1.4.0-5
Severity: normal

Dear Maintainer,

virt-install returns an ERROR and Traceback when I run it with no /usr/bin/file
binary installed in the system:

# virt-install --connect=qemu:///system --name=lala4 --ram=1024 --vcpus=2 
--disk size=16,path=/var/lib/libvirt/images/lala4.img,bus=virtio,cache=none 
--initrd-inject=preseed.cfg --initrd-inject=late.sh 
--initrd-inject=postinst.tar.gz --location 
http://mirrors.cat.pdx.edu/debian/dists/jessie/main/installer-amd64/ 
--os-type=linux --os-variant=debian8 --virt-type=kvm --controller 
usb,model=none --graphics none --noautoconsole --network 
bridge=br0,model=virtio --extra-args=auto=true hostname=lala4 domain=dp-net.com 
console=tty0 console=ttyS0,115200n8 serial

Starting install...
Retrieving file linux...
Retrieving file initrd.gz...
ERRORFailed to file command for rhel4 initrd detection
Traceback (most recent call last):
  File "/usr/share/virt-manager/virtinst/initrdinject.py", line 31, in 
_rhel4_initrd_inject
stderr=subprocess.PIPE)
  File "/usr/lib/python2.7/subprocess.py", line 390, in __init__
errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1024, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Allocating 'lala4.img'
Creating domain...
...

Despite of displaying an error install continues anyway, but gets stuck later 
with
"Warning: Couldn't download package diffutils (ver 1:3.3-1+b1 arch amd64".

Honestly I do not understand the correlation between an error related to
missing /usr/bin/file and the fact install gets stuck: I did very limited 
testing,
normally virt-install with options similar to shown above works fine, but had
stuck 3 times of 3 attempts when I've tested it with no /usr/bin/file installed.

I've just deliberately removed /usr/bin/file to check if that affects the 
functionality
of virt-install, but do not know install process well enough to actually figure
out what makes it stuck.

Anyway, I guess virtinst package just missing dependency on file package.

My conspiracy theory is that dependency was overlooked because reportbug package
apparently depends on file package so set of debian users who see that bug and
set of debian users who report bugs are disjoint :) I'm kidding of course.

Also not sure why python2.7 below is reported as not installed, according to 
dpkg,
python and python2.7 is at 2.7.13-2  

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

Kernel: Linux 4.9.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=ANSI_X3.4-1968) 
(ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages virtinst depends on:
ii  gir1.2-libosinfo-1.0  1.0.0-2
ii  python-gi 3.22.0-2
ii  python-ipaddr 2.1.11-2
ii  python-libvirt3.0.0-2
ii  python-libxml22.9.4+dfsg1-2.2
ii  python-requests   2.12.4-1
pn  python2.7:any 
pn  python:any

Versions of packages virtinst recommends:
ii  qemu-utils   1:2.8+dfsg-3
pn  virt-viewer  

virtinst suggests no packages.

-- no debconf information



Bug#855157: mugshot is not starting

2017-02-14 Thread Dmitri
nged', 'on_stock_iconview_selection_changed''
DEBUG:mugshot_lib: connect_signals() 'connect builder by design 'stock_cancel',
'clicked', 'on_stock_cancel_clicked''
DEBUG:mugshot_lib: connect_signals() 'connect builder by design 'stock_ok',
'clicked', 'on_stock_ok_clicked''
DEBUG:mugshot_lib: do_connect() 'connect builder by name
'stock_iconview','selection_changed', 'on_stock_iconview_selection_changed''
DEBUG:mugshot_lib: do_connect() 'connect builder by name
'stock_iconview','item_activated', 'on_stock_iconview_item_activated''
DEBUG:mugshot_lib: do_connect() 'connect builder by name
'mugshot_window','destroy', 'on_destroy''
DEBUG:mugshot_lib: do_connect() 'connect builder by name
'stock_browser','delete_event', 'on_stock_browser_delete_event''
DEBUG:mugshot_lib: log_unconnected_functions() 'Not connected to builder
'on_preferences_changed''
DEBUG:mugshot_lib: log_unconnected_functions() 'Not connected to builder
'on_camera_dialog_apply''
DEBUG:mugshot: init_user_details() 'Checking for ~/.face profile image'
DEBUG:mugshot: init_user_details() 'Checking AccountsService for profile image'
DEBUG:mugshot: init_user_details() 'Found profile image: False'
DEBUG:mugshot: set_user_image() 'Setting user profile image to None'
Traceback (most recent call last):
  File "/usr/bin/mugshot", line 36, in 
mugshot.main()
  File "/usr/lib/python3/dist-packages/mugshot/__init__.py", line 47, in main
window = MugshotWindow.MugshotWindow()
  File "/usr/lib/python3/dist-packages/mugshot_lib/Window.py", line 52, in
__new__
new_object.finish_initializing(builder)
  File "/usr/lib/python3/dist-packages/mugshot/MugshotWindow.py", line 228, in
finish_initializing
self.init_user_details()
  File "/usr/lib/python3/dist-packages/mugshot/MugshotWindow.py", line 271, in
init_user_details
user_details = self.get_user_details()
  File "/usr/lib/python3/dist-packages/mugshot/MugshotWindow.py", line 654, in
get_user_details
as_data = self.get_accounts_service_data()
  File "/usr/lib/python3/dist-packages/mugshot/MugshotWindow.py", line 706, in
get_accounts_service_data
name = self.split_name(name)
  File "/usr/lib/python3/dist-packages/mugshot/MugshotWindow.py", line 686, in
split_name
parts = name.split()
AttributeError: 'bool' object has no attribute 'split'


$: mv
/home/noroot/.config/libreoffice/4/user/{registrymodifications.xcu.bk,registrymodifications.xcu}

Tried to find a solution on the internet, no succes, the same thing with
package versions from
http://ppa.launchpad.net/mugshot-dev/daily/ubuntu/pool/main/m/mugshot/
and
https://bugs.launchpad.net/ubuntu/zesty/amd64/mugshot/0.3.2-0ubuntu1
tried to upgrade dependencies
aptitude upgrade ~Rmugshot -t sid, and even -t experimental, still getting this
error.
So, it might be something system-specified, but i can not imagine what exactly.

Best regards,
Dmitri



-- System Information:
Debian Release: 9.0
  APT prefers unstable
  APT policy: (990, 'unstable'), (900, 'testing'), (800, 'experimental'), (500,
'stable'), (1, 'oldoldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-8.1-liquorix-amd64 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages mugshot depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.26.0-2
ii  gconf-gsettings-backend [gsettings-backend]  3.2.6-4
ii  gir1.2-gdkpixbuf-2.0 2.36.5-1
ii  gir1.2-glib-2.0  1.50.0-1
ii  gir1.2-gst-plugins-base-1.0  1.11.1-1
ii  gir1.2-gstreamer-1.0 1.10.3-1
ii  gir1.2-gtk-3.0   3.22.7-2
ii  python3-cairo1.10.0+dfsg-5+b1
ii  python3-dbus 1.2.4-1
ii  python3-pexpect  4.2.1-1
pn  python3:any  

Versions of packages mugshot recommends:
ii  gir1.2-cheese-3.0  3.22.1-1
ii  gir1.2-gtkclutter-1.0  1.8.2-1

Versions of packages mugshot suggests:
ii  gstreamer1.0-plugins-good  1.10.3-1



Bug#786527: apt: edit-sources does not honour /etc/apt/sources.list.d/

2015-07-07 Thread Dmitri

Hi, Martin.

Try
apt edit-sources experimental.list
it works.

It can be a good idea to create an bash auto-complete config for this, 
but I am

not so good in scripting :(

Best regards,
Dmitri


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



Bug#730102: dbus: unable to mount filesystem form 2nd hdd

2015-03-05 Thread Dmitri
Package: dbus
Version: 1.9.12-1
Followup-For: Bug #730102

Dear Maintainer,

I also have the same error in dbus-monitor, excepting usb-mount and shutdown
are working fine

I plugged a new HDD, created partitions, and in Thunar am not able to mount
them (even as root)

dbus-monitor
signal sender=org.freedesktop.DBus - dest=:1.46 serial=2
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
   string :1.46
signal sender=org.freedesktop.DBus - dest=:1.46 serial=4
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameLost
   string :1.46
method call sender=:1.38 - dest=:1.32 serial=29
path=/org/gtk/Private/RemoteVolumeMonitor;
interface=org.gtk.Private.RemoteVolumeMonitor; member=VolumeMount
   string 0x1e7b510
   string 
   uint32 0
   string 3945:3
error sender=:1.32 - dest=:1.38
error_name=org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code0
reply_serial=29
   string Not authorized to perform operation


I tried some udisk2/policykit rules, but without any success (anyway, it must
be something relevant to out-of-box problem, not user-configuration part)

Best regards,
Dmitri



-- System Information:
Debian Release: 8.0
  APT prefers unstable
  APT policy: (900, 'unstable'), (500, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.18.0-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages dbus depends on:
ii  adduser   3.113+nmu3
ii  libapparmor1  2.9.0-3+exp1
ii  libaudit1 1:2.4-1+b1
ii  libc6 2.19-15
ii  libcap-ng00.7.4-2
ii  libdbus-1-3   1.9.12-1
ii  libexpat1 2.1.0-6+b3
ii  libselinux1   2.3-2
ii  libsystemd0   219-4
ii  lsb-base  4.1+Debian13+nmu1

dbus recommends no packages.

Versions of packages dbus suggests:
ii  dbus-x11  1.9.12-1

Versions of packages dbus is related to:
ii  dbus-x11  1.9.12-1
ii  systemd   219-4
ii  systemd-sysv  219-4


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



Bug#742645: Nvidia-kernel 334.21 and linux-image-3.14+

2014-05-04 Thread Dmitri

Hi.
Everyone, who has problems with 3.14 kernel and nvidia driver, you can 
make a change in nv-linux.h, as is proposed here:

https://devtalk.nvidia.com/default/topic/699422/linux/nvidia-linux-334-21-drivers/post/4141748/#4141748

dkms status|grep nvidia
nvidia-current, 334.21, 3.10.11-krd-perf.64.amdfam10, x86_64: installed
nvidia-current, 334.21, 3.10.11-krd-perf.64, x86_64: installed
nvidia-current, 334.21, 3.14-1-amd64, x86_64: installed

Best regards,
Dmitri.


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



Bug#717408: gparted: Unable to create fat16/fat32 using dosfstools 3.0.22-1

2013-07-20 Thread Dmitri
Package: gparted
Version: 0.16.1-1
Severity: normal

Dear Maintainer,

After upgrading dosfstools from 3.0.16-2 to 3.0.22-1 from experimental there is
unable to create a fat16/fat32 partition(It is not active in FS-choose menu).
NTFS works fine.

Downgrading to dosfstools/sid temporary solves the problem.

Best regards,
Dmitri.



-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (200, 'testing'), (198, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.9-1-686-pae (SMP w/2 CPU cores)
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 gparted depends on:
ii  libatkmm-1.6-1  2.22.7-2
ii  libc6   2.17-90
ii  libgcc1 1:4.8.1-7
ii  libglib2.0-02.36.3-3
ii  libglibmm-2.4-1c2a  2.36.2-1
ii  libgtk2.0-0 2.24.20-1
ii  libgtkmm-2.4-1c2a   1:2.24.4-1
ii  libpangomm-1.4-12.34.0-1
ii  libparted0debian1   2.3-13
ii  libsigc++-2.0-0c2a  2.2.10-0.2
ii  libstdc++6  4.8.1-7
ii  libuuid12.20.1-5.5

gparted recommends no packages.

Versions of packages gparted suggests:
pn  dmraid none
ii  dmsetup2:1.02.77-4
ii  dosfstools 3.0.16-2
pn  gpart  none
pn  jfsutils   none
pn  kpartx none
pn  ntfsprogs  none
ii  reiser4progs   1.0.7-6.3
ii  reiserfsprogs  1:3.6.21-1
ii  xfsprogs   3.1.9
ii  yelp   3.8.1-2

-- 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#717182: v4l2loopback-dkms: Unable to build with 3.10 kernel

2013-07-17 Thread Dmitri
Package: v4l2loopback-dkms
Version: 0.7.0-1
Severity: normal

Dear Maintainer,

   * What led up to the situation?
After installing 3.10-1-686-pae kernel it is not possible to build the module
(in 3.9 works fine)

Examining /etc/kernel/header_postinst.d.
run-parts: executing /etc/kernel/header_postinst.d/dkms 3.10-1-686-pae
Error! Bad return status for module build on kernel: 3.10-1-686-pae (i686)
Consult /var/lib/dkms/v4l2loopback/0.7.0/build/make.log for more information.




-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (200, 'testing'), (198, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.10-1-686-pae (SMP w/2 CPU cores)
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 v4l2loopback-dkms depends on:
ii  dkms  2.2.0.3-1.2

v4l2loopback-dkms recommends no packages.

Versions of packages v4l2loopback-dkms suggests:
pn  v4l2loopback-utils  none

-- no debconf information
DKMS make.log for v4l2loopback-0.7.0 for kernel 3.10-1-686-pae (i686)
Ср июл 17 19:38:43 EEST 2013
make: Entering directory `/usr/src/linux-headers-3.10-1-686-pae'
  LD  /var/lib/dkms/v4l2loopback/0.7.0/build/built-in.o
  CC [M]  /var/lib/dkms/v4l2loopback/0.7.0/build/v4l2loopback.o
  Building modules, stage 2.
  MODPOST 1 modules
Segmentation fault
make[3]: *** [__modpost] Ошибка 139
make[2]: *** [modules] Ошибка 2
make[1]: *** [sub-make] Ошибка 2
make: *** [all] Ошибка 2
make: Leaving directory `/usr/src/linux-headers-3.10-1-686-pae'


Bug#717182: v4l2loopback-dkms: Unable to build with 3.10 kernel

2013-07-17 Thread Dmitri
Package: v4l2loopback-dkms
Version: 0.7.0-1
Followup-For: Bug #717182

System information
uname -a
Linux GNUmd 3.10-1-686-pae #1 SMP Debian 3.10.1-1 (2013-07-16) i686 GNU/Linux


lspci
00:00.0 RAM memory: NVIDIA Corporation MCP61 Host Bridge (rev a1)
00:01.0 ISA bridge: NVIDIA Corporation MCP61 LPC Bridge (rev a2)
00:01.1 SMBus: NVIDIA Corporation MCP61 SMBus (rev a2)
00:01.2 RAM memory: NVIDIA Corporation MCP61 Memory Controller (rev a2)
00:02.0 USB controller: NVIDIA Corporation MCP61 USB 1.1 Controller (rev a3)
00:02.1 USB controller: NVIDIA Corporation MCP61 USB 2.0 Controller (rev a3)
00:04.0 PCI bridge: NVIDIA Corporation MCP61 PCI bridge (rev a1)
00:05.0 Audio device: NVIDIA Corporation MCP61 High Definition Audio (rev a2)
00:06.0 IDE interface: NVIDIA Corporation MCP61 IDE (rev a2)
00:07.0 Bridge: NVIDIA Corporation MCP61 Ethernet (rev a2)
00:08.0 IDE interface: NVIDIA Corporation MCP61 SATA Controller (rev a2)
00:08.1 IDE interface: NVIDIA Corporation MCP61 SATA Controller (rev a2)
00:09.0 PCI bridge: NVIDIA Corporation MCP61 PCI Express bridge (rev a2)
00:0b.0 PCI bridge: NVIDIA Corporation MCP61 PCI Express bridge (rev a2)
00:0c.0 PCI bridge: NVIDIA Corporation MCP61 PCI Express bridge (rev a2)
00:0d.0 VGA compatible controller: NVIDIA Corporation C61 [GeForce 7025 / 
nForce 630a] (rev a2)
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 10h Processor 
HyperTransport Configuration
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 10h Processor 
Address Map
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 10h Processor 
DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 10h Processor 
Miscellaneous Control
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 10h Processor 
Link Control
02:00.0 VGA compatible controller: NVIDIA Corporation GF108 [GeForce GT 440] 
(rev a1)
02:00.1 Audio device: NVIDIA Corporation GF108 High Definition Audio Controller 
(rev a1)


lsmod
Module  Size  Used by
btrfs 626244  0 
raid6_pq   95426  1 btrfs
zlib_deflate   21318  1 btrfs
xor25800  1 btrfs
ufs57956  0 
qnx4   12901  0 
hfsplus76173  0 
hfs44854  0 
minix  27040  0 
ntfs  163612  0 
vfat   17157  0 
msdos  12790  0 
fat45156  2 vfat,msdos
jfs   135605  0 
xfs   553122  0 
crc32c 12576  1 
libcrc32c  12394  2 xfs,btrfs
reiserfs  177128  0 
ext3  128783  0 
jbd47838  1 ext3
ext2   50124  0 
efivars13029  0 
nouveau   636586  3 
mxm_wmi12467  1 nouveau
wmi13051  2 mxm_wmi,nouveau
video  17499  1 nouveau
ttm52618  1 nouveau
drm_kms_helper 27237  1 nouveau
drm   165528  5 ttm,drm_kms_helper,nouveau
i2c_algo_bit   12713  1 nouveau
ip6table_filter12492  0 
ip6_tables 17022  1 ip6table_filter
iptable_filter 12488  0 
ip_tables  17010  1 iptable_filter
ebtable_nat12516  0 
ebtables   17038  1 ebtable_nat
x_tables   18124  5 
ip6table_filter,ip_tables,iptable_filter,ebtables,ip6_tables
cpufreq_conservative13847  0 
cpufreq_userspace  12520  0 
cpufreq_powersave  12422  0 
cpufreq_stats  12762  0 
lp 12805  0 
binfmt_misc12789  1 
nfsd  165319  2 
auth_rpcgss33694  1 nfsd
oid_registry   12387  1 auth_rpcgss
nfs_acl12463  1 nfsd
nfs94213  0 
lockd  49438  2 nfs,nfsd
dns_resolver   12569  1 nfs
fscache32615  1 nfs
sunrpc129971  6 nfs,nfsd,auth_rpcgss,lockd,nfs_acl
w83627ehf  26866  0 
hwmon_vid  12398  1 w83627ehf
loop   18067  0 
fuse   61432  2 
snd_hda_codec_hdmi 31192  4 
snd_hda_codec_via  22327  1 
snd_hda_intel  31021  9 
snd_hda_codec 102848  3 
snd_hda_codec_hdmi,snd_hda_codec_via,snd_hda_intel
snd_usb_audio  8  2 
snd_usbmidi_lib18777  1 snd_usb_audio
snd_hwdep  12939  2 snd_usb_audio,snd_hda_codec
snd_pcm_oss36297  0 
snd_mixer_oss  17770  3 snd_pcm_oss
snd_pcm57885  6 
snd_pcm_oss,snd_usb_audio,snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
snd_seq_midi   12744  0 
snd_seq_midi_event 13124  1 snd_seq_midi
snd_page_alloc 12910  2 snd_pcm,snd_hda_intel
gspca_pac7302  12719  0 
gspca_main 22386  1 gspca_pac7302
snd_rawmidi22551  2 snd_usbmidi_lib,snd_seq_midi
snd_seq39569  2 

Bug#705387: alacarte: cannot import GError from gi._glib

2013-05-15 Thread Dmitri
Package: alacarte
Version: 3.5.3-1
Followup-For: Bug #705387

Dear Maintainer,

According to bugs.launchpad.net, there is a temporary solution for who need to
use alacarte  before bugfixing in repository:

In /usr/share/alacarte/Alacarte/util.py  file must change

# XXX: look into pygobject error marshalling
from gi._glib import GError

to

# XXX: look into pygobject error marshalling
from gi.repository.GLib import GError

that works for me.

Best regards,
Dmitrii



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

Kernel: Linux 3.8-trunk-686-pae (SMP w/2 CPU cores)
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 alacarte depends on:
ii  gir1.2-gdkpixbuf-2.0  2.28.1-1
ii  gir1.2-glib-2.0   1.36.0-2+b1
ii  gir1.2-gmenu-3.0  3.4.2-7
ii  gir1.2-gtk-3.03.8.0-1
ii  python2.7.3-13
ii  python-gi 3.8.1-3

Versions of packages alacarte recommends:
pn  gnome-panel  none

alacarte suggests no packages.


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



Bug#706171: xserver-xorg-video-nouveau: Automatic resolution detection broken in v. 1:1.0.7-1

2013-04-25 Thread Dmitri
Package: xserver-xorg-video-nouveau
Version: 1:1.0.1-5
Severity: normal

Dear Maintainer,

Hello!
I use multiseat system, for my regular seat i use nvidia proprietary driver
(GT440, nvidia-kernel-dkms). Sometimes i load the 2nd seat (integrated GeForce
7025, nouveau) , and today i reconized, that nouveau and xrandr fail to detect
right  resolutions.

The algoritm to load my 2nd seat is:
1.)  I login as user office in tty1
2.) su-to-root -c modprobe nouveau
3.) startxfce4

This are logs with new xserver-xorg-video-nouveau 1:1.0.7-1  from experimental
repository
xorg.log http://paste.debian.net/296/
xrandr http://paste.debian.net/297/

When i use version from testing repository everything looks great
xorg.log http://paste.debian.net/300/
xrandr  http://paste.debian.net/301/

There is no xorg.conf file for nouveau seat, just /etc/X11/xorg.config file for
my regular nvidia-proprietary seat
cat /etc/X11/xorg.config
http://paste.debian.net/302/

Best regards,
Dmitrii



-- Package-specific info:
X server symlink status:

lrwxrwxrwx 1 root root 13 May 11  2012 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 2027892 Apr 17 14:20 /usr/bin/Xorg

Diversions concerning libGL are in place

diversion of /usr/lib/libGL.so to /usr/lib/mesa-diverted/libGL.so by glx-
diversions
diversion of /usr/lib/libGL.so.1 to /usr/lib/mesa-diverted/libGL.so.1 by glx-
diversions
diversion of /usr/lib/i386-linux-gnu/libGL.so.1 to /usr/lib/mesa-diverted/i386
-linux-gnu/libGL.so.1 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1.2 to /usr/lib/mesa-
diverted/x86_64-linux-gnu/libGL.so.1.2 by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGL.so to /usr/lib/mesa-diverted/i386
-linux-gnu/libGL.so by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGL.so.1.2 to /usr/lib/mesa-
diverted/i386-linux-gnu/libGL.so.1.2 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1 to /usr/lib/mesa-
diverted/x86_64-linux-gnu/libGL.so.1 by glx-diversions
diversion of /usr/lib/libGL.so.1.2 to /usr/lib/mesa-diverted/libGL.so.1.2 by
glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so to /usr/lib/mesa-
diverted/x86_64-linux-gnu/libGL.so by glx-diversions

VGA-compatible devices on PCI bus:
--
00:0d.0 VGA compatible controller [0300]: NVIDIA Corporation C61 [GeForce 7025
/ nForce 630a] [10de:03d6] (rev a2)
02:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF108 [GeForce GT
440] [10de:0de0] (rev a1)

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

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

KMS configuration files:

/etc/modprobe.d/i915-kms.conf:
  options i915 modeset=1
/etc/modprobe.d/radeon-kms.conf:
  options radeon modeset=1

Kernel version (/proc/version):
---
Linux version 3.8-trunk-686-pae (debian-ker...@lists.debian.org) (gcc version
4.7.2 (Debian 4.7.2-5) ) #1 SMP Debian 3.8.5-1~experimental.1

Xorg X server log files on system:
--
-rw-r--r-- 1 root root  20749 Aug 15  2012 /var/log/Xorg.!.log
-rw-r--r-- 1 root root  25036 Aug 21  2012 /var/log/Xorg.9.log
-rw-r--r-- 1 root root  25037 Aug 21  2012 /var/log/Xorg.71.log
-rw-r--r-- 1 root root   1670 Aug 21  2012 /var/log/Xorg.7.log
-rw-r--r-- 1 root root   7934 Aug 21  2012 /var/log/Xorg.6.log
-rw-r--r-- 1 root root  43689 Dec 19 17:27 /var/log/Xorg.5.log
-rw-r--r-- 1 root root  28906 Dec 31 16:39 /var/log/Xorg.3.log
-rw-r--r-- 1 root root 409497 Mar 12 19:11 /var/log/Xorg.2.log
-rw-r--r-- 1 root root  18840 Apr 25 22:47 /var/log/Xorg.1.log
-rw-r--r-- 1 root root  56050 Apr 25 22:57 /var/log/Xorg.0.log

udev information:
-
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
E: EV=3
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXPWRBN:00
E: ID_PATH_TAG=acpi-LNXPWRBN_00
E: KEY=10 0 0 0
E: MODALIAS=input:b0019vp0001e-e0,1,k74,ramlsfw
E: NAME=Power Button
E: PHYS=LNXPWRBN/button/input0
E: PRODUCT=19/0/1/0
E: PROP=0
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=5506662

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event6
N: input/event6
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event6
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event6
E: DMI_VENDOR=To Be Filled By O.E.M.
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXPWRBN:00
E: ID_PATH_TAG=acpi-LNXPWRBN_00
E: MAJOR=13
E: MINOR=70
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=5508391
E: XKBLAYOUT=us,ru
E: XKBMODEL=pc105
E: XKBOPTIONS=grp:lwin_toggle,grp_led:scroll
E: XKBVARIANT=,

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5
E: EV=3
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0C:00
E: ID_PATH_TAG=acpi-PNP0C0C_00
E: KEY=10 0 0 0
E: MODALIAS=input:b0019vp0001e-e0,1,k74,ramlsfw
E: NAME=Power Button
E: 

Bug#701003: deluge-gtk: Deluged when deleting torrent with data from deluge-gtk

2013-02-20 Thread Dmitri
Package: deluge-gtk
Version: 1.3.5-1
Severity: normal

Dear Maintainer,
Hello!

When I try to delete some data from deluge-gtk - the deluged daemon crashes.
It looks like this: http://www.youtube.com/watch?v=WYMeJOEjfwk
   * What led up to the situation?
I am not sure, if the last update from sid/experimental caused this problem, i
had no deleted torrent-files for a long time. But anyway - aptitude log -
http://paste.debian.net/235856/

There is the log from terminal (for gui)

noroot@GNUmd:~$ deluge
Unhandled Error
Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/twisted/internet/base.py, line 418,
in fireEvent
DeferredList(beforeResults).addCallback(self._continueFiring)
  File /usr/lib/python2.7/dist-packages/twisted/internet/defer.py, line 305,
in addCallback
callbackKeywords=kw)
  File /usr/lib/python2.7/dist-packages/twisted/internet/defer.py, line 294,
in addCallbacks
self._runCallbacks()
  File /usr/lib/python2.7/dist-packages/twisted/internet/defer.py, line 576,
in _runCallbacks
current.result = callback(current.result, *args, **kw)
--- exception caught here ---
  File /usr/lib/python2.7/dist-packages/twisted/internet/base.py, line 431,
in _continueFiring
callable(*args, **kwargs)
  File /usr/lib/python2.7/dist-packages/deluge/ui/gtkui/gtkui.py, line 336,
in _on_reactor_start
self.__start_non_classic()
  File /usr/lib/python2.7/dist-packages/deluge/ui/gtkui/gtkui.py, line 376,
in __start_non_classic
reactor.simulate()
exceptions.AttributeError: 'Gtk2Reactor' object has no attribute 'simulate'

and for daemon

noroot@GNUmd:~$ cat /home/noroot/.config/deluge/deluged.log
http://paste.debian.net/235875/

Sircenly, Dmitrii



-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (200, 'testing'), (199, 'unstable'), (198, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
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 deluge-gtk depends on:
ii  deluge-common1.3.5-1
ii  librsvg2-common  2.36.4-1
ii  notification-daemon  0.7.6-1
ii  python   2.7.3-4
ii  python-glade22.24.0-3+b1
ii  python-notify0.1.1-3
ii  python2.62.6.8-1.1
ii  python2.72.7.3-15
ii  xdg-utils1.1.0~rc1+git20111210-6
ii  xfce4-notifyd [notification-daemon]  0.2.2-3

Versions of packages deluge-gtk recommends:
ii  python-pygame  1.9.2~pre~r3144-1

deluge-gtk 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#699328: libavutil51: relocation error after upgrade

2013-01-30 Thread Dmitri
Package: libavutil51
Version: 6:9~beta1-1
Severity: normal

Dear Maintainer,
Good day!

After upgrading libavutil51 to 6:9~beta1-1 some programs are failed to start

noroot@GNUmd:~$ audacity
audacity: relocation error: /usr/lib/i386-linux-gnu/i686/cmov/libavcodec.so.53:
symbol ff_sqrt_tab, version LIBAVUTIL_51 not defined in file libavutil.so.51
with link time reference

or

noroot@GNUmd:~$ ffmpeg
ffmpeg: relocation error: /usr/lib/i386-linux-gnu/i686/cmov/libavcodec.so.53:
symbol ff_sqrt_tab, version LIBAVUTIL_51 not defined in file libavutil.so.51
with link time reference

Simply downgrading libavutil51 to 6:0.8.5-1 from testing temporarry solves the
problem.

Thank you!
Best regards, Dmitri



-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (200, 'testing'), (199, 'unstable'), (198, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
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 libavutil51 depends on:
ii  libc6  2.17-0experimental0
ii  multiarch-support  2.17-0experimental0

libavutil51 recommends no packages.

libavutil51 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#679810: gnome-terminal: segmentation fault in libgobject

2013-01-04 Thread Dmitri Bachtin
Package: gnome-terminal
Version: 3.4.1.1-2
Followup-For: Bug #679810

I can't reproduce the bug with Denis' (#15) scenario on a freshly
installed testing.

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

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

Versions of packages gnome-terminal depends on:
ii  gconf-service  3.2.5-1+build1
ii  gnome-terminal-data3.4.1.1-2
ii  gsettings-desktop-schemas  3.4.2-3
ii  libatk1.0-02.4.0-2
ii  libc6  2.13-37
ii  libgconf-2-4   3.2.5-1+build1
ii  libgdk-pixbuf2.0-0 2.26.1-1
ii  libglib2.0-0   2.33.12+really2.32.4-3
ii  libgtk-3-0 3.4.2-4
ii  libice62:1.0.8-2
ii  libpango1.0-0  1.30.0-1
ii  libsm6 2:1.2.1-2
ii  libvte-2.90-9  1:0.32.2-1
ii  libx11-6   2:1.5.0-1

Versions of packages gnome-terminal recommends:
ii  dbus-x11  1.6.8-1
ii  gvfs  1.12.3-1+b1
ii  yelp  3.4.2-1+b1

gnome-terminal 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#688054: squeeze : German translation is missing

2012-09-18 Thread Dmitri Bachtin
Package: squeeze
Version: 0.2.3-12
Severity: minor
Tags: l10n

The official git tree contains a de.po for squeeze, but the debian package of
squeeze is missing it.

Steps to reproduce:
$ LANG=de_DE.UTF-8 squeeze

Expected results: GUI should be in German

Actual results: GUI is English with mixed-in default GTK translations.

Greetings Earthlings,
 -- Dmitri Bachtin my name is.



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

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

Versions of packages squeeze depends on:
ii  exo-utils   0.6.2-5
ii  libatk1.0-0 2.4.0-2
ii  libc6   2.13-35
ii  libcairo2   1.12.2-2
ii  libdbus-1-3 1.6.2-2
ii  libdbus-glib-1-20.100-1
ii  libexo-1-0  0.6.2-5
ii  libfontconfig1  2.9.0-7
ii  libfreetype62.4.9-1
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.33.12+really2.32.3-1
ii  libgtk2.0-0 2.24.10-2
ii  libpango1.0-0   1.30.0-1
ii  libthunar-vfs-1-2   1.2.0-3+b1
ii  libxfce4util4   4.8.2-1
ii  multiarch-support   2.13-35

squeeze recommends no packages.

squeeze 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#687974: xfce4-utils: xfterm4 has broken default color scheme

2012-09-17 Thread Dmitri Bachtin
Package: xfce4-utils
Version: 4.8.3-2
Severity: important

Problem description:
 - xfterm4 has a bad color scheme. All font colors are black, and the
background color is black.

Workaround:
 uncheck use colors from system theme under edit - profile preferences -
colors [tab]

Steps to reproduce:
 1. install fresh testing via netinstall with graphical frontend
 2. dist-upgrade to unstable
 3. install xfce4 metapackage
 4. start xfterm4
 5. watch at black screen



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

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

Versions of packages xfce4-utils depends on:
ii  dpkg  1.16.8
ii  exo-utils 0.6.2-5
ii  gnome-terminal [x-terminal-emulator]  3.4.1.1-1+build1
ii  libc6 2.13-35
ii  libdbus-1-3   1.6.2-2
ii  libdbus-glib-1-2  0.100-1
ii  libglib2.0-0  2.33.12+really2.32.3-1
ii  libgtk2.0-0   2.24.10-2
ii  libxfce4ui-1-04.8.1-1
ii  libxfce4util4 4.8.2-1
ii  procps1:3.3.3-2
ii  x11-xserver-utils 7.7~3
ii  xfce4-terminal [x-terminal-emulator]  0.4.8-1+b1
ii  xinit 1.3.2-1
ii  xterm [x-terminal-emulator]   278-2

Versions of packages xfce4-utils recommends:
ii  dbus-x11   1.6.2-2
ii  thunar 1.2.3-4+b1
ii  xdg-user-dirs  0.14-1
ii  xfce4-panel4.8.6-4
ii  xfwm4  4.8.3-2
ii  xinput 1.6.0-1
ii  xscreensaver   5.15-3

Versions of packages xfce4-utils suggests:
ii  xfce4-session  4.8.3-2+b1


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



Bug#649824: recordmydesktop: Specifying --use-jack makes recordmydesktop exit with a bad screen geometry

2012-09-04 Thread Dmitri
Package: recordmydesktop
Version: 0.3.8.1+svn602-1+b1
Followup-For: Bug #649824

Dear Maintainer,
This problem still exitsts, and there is no issue for some programs, that are
using only jack, such as Din (http://www.dinisnoise.org/) and some other. I bet
ffmpeg can be solution, but recordmydesctop has a good GUI interface for
humanitarians (musicians etc...)

noroot@GNUmd:~$ recordmydesktop --use-jack din:L din:R
Window size specification out of bounds!(current resolution:1920x1080)

noroot@GNUmd:~$ cat ~/gtk-recordMyDesktop-crash.log
#This is the command given at initialization:
recordmydesktop -o /home/noroot/Desktopfolder/move --fps 15 --full-shots -x 46
-y 55 --width 1271 --height 698 --channels 1 --freq 22050 --v_quality 63
--s_quality 10 --workdir /tmp --compress-cache --use-jack din:L din:R

#recordMyDesktop stderror output:
Window size specification out of bounds!(current resolution:1920x1080)

Best regards, Dmitrii



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

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
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 recordmydesktop depends on:
ii  libasound21.0.25-4
ii  libc6 2.13-35
ii  libice6   2:1.0.8-2
ii  libjack-jackd2-0 [libjack-0.116]  1.9.8~dfsg.4+20120529git007cdc37-3
ii  libogg0   1.3.0-4
ii  libpopt0  1.16-7
ii  libsm62:1.2.1-2
ii  libtheora01.1.1+dfsg.1-3.1
ii  libvorbis0a   1.3.2-1.3
ii  libvorbisenc2 1.3.2-1.3
ii  libvorbisfile31.3.2-1.3
ii  libx11-6  2:1.5.0-1
ii  libxdamage1   1:1.1.3-2
ii  libxext6  2:1.3.1-2
ii  libxfixes31:5.0-4
ii  zlib1g1:1.2.7.dfsg-13

recordmydesktop recommends no packages.

recordmydesktop 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#673595: xserver-xorg-core: Mouse wheel not responding while moving mouse

2012-05-21 Thread Dmitri
Package: xserver-xorg-core
Version: 2:1.12.1.902-1
Followup-For: Bug #673595

Dear Maintainer,

   * What led up to the situation?
Updating this packages:
xserver-xorg-core (2:1.11.4-1) to 2:1.12.1-2
xserver-xorg-input-evdev (1:2.7.0-1) to 1:2.7.0-1+b1
xserver-xorg-input-synaptics (1.5.99.904-1) to 1.6.0-1
xserver-xorg-input-wacom (0.12.0-1) to 0.12.0-1+b1
xserver-xorg-video-nouveau (1:0.0.16+git20111201+b5534a1-1) to
1:0.0.16+git20120322+ab7291d-1
xserver-xorg-video-vesa (1:2.3.1-1) to 1:2.3.1-1+b1

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
Updating was ineffective
x11-xserver-utils (7.7~2) to 7.7~3
xserver-common (2:1.12.1-2) to 2:1.12.1.902-1
xserver-xorg-core (2:1.12.1-2) to 2:1.12.1.902-1
xserver-xorg-input-synaptics (1.6.0-1) to 1.6.1-1




-- Package-specific info:
X server symlink status:

lrwxrwxrwx 1 root root 13 May 11 22:41 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 2027892 May 20 13:31 /usr/bin/Xorg

Diversions concerning libGL are in place

diversion of /usr/lib/libGL.so to /usr/lib/mesa-diverted/libGL.so by 
glx-diversions
diversion of /usr/lib/libGL.so.1 to /usr/lib/mesa-diverted/libGL.so.1 by 
glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGL.so.1 to 
/usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1.2 to 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1.2 by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGL.so to 
/usr/lib/mesa-diverted/i386-linux-gnu/libGL.so by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGL.so.1.2 to 
/usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1.2 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1 to 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1 by glx-diversions
diversion of /usr/lib/libGL.so.1.2 to /usr/lib/mesa-diverted/libGL.so.1.2 by 
glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so to 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so by glx-diversions

VGA-compatible devices on PCI bus:
--
00:0d.0 VGA compatible controller [0300]: NVIDIA Corporation C61 [GeForce 
6150SE nForce 430] [10de:03d0] (rev a2)

Xorg X server configuration file status:

-rw-r--r-- 1 root root 1475 May 13 02:05 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
---
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 295.33  (buildd@murphy)  Wed Apr  4 13:03:17 UTC 2012


Section ServerLayout
Identifier Layout0
Screen  0  Screen0 0 0
InputDeviceKeyboard0 CoreKeyboard
InputDeviceMouse0 CorePointer
EndSection

Section Files
EndSection

Section Module
Load   dbe
Load   extmod
Load   type1
Load   freetype
Load   glx
EndSection

Section InputDevice

# generated from default
Identifier Mouse0
Driver mouse
Option Protocol auto
Option Device /dev/psaux
Option Emulate3Buttons no
Option ZAxisMapping 4 5
EndSection

Section InputDevice

# generated from default
Identifier Keyboard0
Driver keyboard
EndSection

Section Monitor
Identifier Monitor0
VendorName Unknown
ModelName  Unknown
HorizSync   28.0 - 33.0
VertRefresh 43.0 - 72.0
Option DPMS
EndSection

Section Device
Identifier Device0
Driver nvidia
VendorName NVIDIA Corporation
EndSection

Section Screen
Identifier Screen0
Device Device0
MonitorMonitor0
DefaultDepth24
SubSection Display
Depth   24
EndSubSection
EndSection


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

/etc/modprobe.d contains no KMS configuration files.

Kernel version (/proc/version):
---
Linux version 3.2.0-2-686-pae (Debian 3.2.17-1) 
(debian-ker...@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-5) ) #1 SMP 
Sun May 13 07:51:23 UTC 2012

Xorg X server log files on system:
--
-rw-r--r-- 1 root root 23980 May 13 02:09 /var/log/Xorg.2.log
-rw-r--r-- 1 root root 20641 May 21 17:45 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 20619 May 21 17:45 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
-
[19.311] 
X.Org X Server 1.12.1
Release Date: 2012-04-13
[19.311] X Protocol Version 11, Revision 0
[19.311] Build Operating System: Linux 2.6.32-5-686-bigmem i686 Debian
[19.311] Current Operating System: Linux GNUmd 3.2.0-2-686-pae #1 SMP Sun 
May 13 07:51:23 UTC 2012 i686
[19.311] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-2-686-pae 
root=UUID=0615d1c4-275a-4660-9362-fcdced6da049 ro single
[  

Bug#670770: lockfile-progs: Wrong ELF interpreter on armhf

2012-04-28 Thread Dmitri Gribenko
Package: lockfile-progs
Version: 0.1.16
Severity: important

Dear Maintainer,

All /usr/bin/lockfile-* binaries on armhf have wrong ELF interpreter.  For 
example:

$ objdump --full-contents --section=.interp /usr/bin/lockfile-create

/usr/bin/lockfile-create: file format elf32-littlearm

Contents of section .interp:
 8134 2f6c6962 2f6c642d 6c696e75 782e736f  /lib/ld-linux.so
 8144 2e3300   .3.

This renders the package unusable on armhf for most users:

$ /usr/bin/lockfile-create
-bash: /usr/bin/lockfile-create: No such file or directory
$ /lib/ld-linux-armhf.so.3 /usr/bin/lockfile-create
usage: lockfile-create [--use-pid] [--retry retry-count] [--lock-name] file

Proper ELF interpreter on armhf is /lib/ld-linux-armhf.so.3.

Best regards,
Dmitri Gribenko

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: armhf (armv7l)

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

Versions of packages lockfile-progs depends on:
ii  libc6 2.13-30
ii  liblockfile1  1.09-3

lockfile-progs recommends no packages.

lockfile-progs 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#651413: Double slash in wget request

2011-12-08 Thread Dmitri Medvedev
Package: choose-mirror
Version: Unknown

While installing (using default graphical installator) Debian Squeeze 6.0.3
AMD64 (using debian-6.0.3-amd64-netinst.iso) on virtual machine running on
VirtualBox 4.1.6r74713 on my Windows 7 Pro working machine, I've experienced
an error in the installer while choosing a mirror: 'Bad archive mirror'. I
switched to the console 4 and noticed an error saying:

Dec 7 15:25:19 choose-mirror[30452]: DEBUG: command: wget -q
http://ftp.us.debian.org/debian//dists/squeeze/Release -O - | grep -E
'^(Suite|Codename):'
Dec 7 15:25:38 choose-mirror[30452]: WARNING **: mirror does not support the
specified release (squeeze)


Notice double slash in the wget URL before dists sub-directory. That happens
for any other country as well, I've tried US, Bulgarian, Estonian, some random
mirrors as well, and error appears everywhere.

BTW, Thanks a lot for the best distro!
---
WBR,
Dmitri




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



Bug#649288: initramfs-tools: missing new ELF interpreter /lib/arm-linux-gnueabihf/ld-linux.so.3 in initramfs on armhf

2011-11-19 Thread Dmitri Gribenko
Package: initramfs-tools

Version: 0.99
Severity: important

Dear Maintainer,

Seems like armhf ELF interpreter path was changed from
/lib/ld-linux.so.3 to /lib/arm-linux-gnueabihf/ld-linux.so.3

For example, coreutils was compiled a while ago and it uses old
interpreter path:

$ readelf -l /bin/ls | grep interpreter
  [Requesting program interpreter: /lib/ld-linux.so.3]

While udev was recently updated to 175-2 and it uses new interpreter
path:

$ readelf -l /sbin/udevadm | grep interpreter
  [Requesting program interpreter: /lib/arm-linux-gnueabihf/ld-linux.so.3]

See also:
http://www.mail-archive.com/cross-distro@lists.linaro.org/msg00103.html

The problem is that copy_exec() in
/usr/share/initramfs-tools/hook-functions copies the interpreter only to
the old path.  It basically does the following:

$ cat copy_exec_udevadm.sh
#!/bin/sh -e

src=/sbin/udevadm

for x in $(ldd ${src} 2/dev/null | sed -e '
/\//!d;
/linux-gate/d;
/=/ {s/.*=[[:blank:]]*\([^[:blank:]]*\).*/\1/};
s/[[:blank:]]*\([^[:blank:]]*\) (.*)/\1/' 2/dev/null); do

# copy ${x}
echo ${x}

done

$ ./copy_exec_udevadm.sh
/lib/arm-linux-gnueabihf/libselinux.so.1
/lib/arm-linux-gnueabihf/librt.so.1
/lib/arm-linux-gnueabihf/libgcc_s.so.1
/lib/arm-linux-gnueabihf/libc.so.6
/lib/ld-linux.so.3
/lib/arm-linux-gnueabihf/libdl.so.2
/lib/arm-linux-gnueabihf/libpthread.so.0

Here's some additional info:

$ ldd /bin/ls
libselinux.so.1 = /lib/arm-linux-gnueabihf/libselinux.so.1 (0x4009d000)
librt.so.1 = /lib/arm-linux-gnueabihf/librt.so.1 (0x400d)
libacl.so.1 = /lib/arm-linux-gnueabihf/libacl.so.1 (0x4005a000)
libgcc_s.so.1 = /lib/arm-linux-gnueabihf/libgcc_s.so.1 (0x400b9000)
libc.so.6 = /lib/arm-linux-gnueabihf/libc.so.6 (0x400de000)
libdl.so.2 = /lib/arm-linux-gnueabihf/libdl.so.2 (0x4008b000)
/lib/ld-linux.so.3 (0x4002e000)
libpthread.so.0 = /lib/arm-linux-gnueabihf/libpthread.so.0 (0x401bd000)
libattr.so.1 = /lib/arm-linux-gnueabihf/libattr.so.1 (0x4004d000)
$ ldd /sbin/udevadm
libselinux.so.1 = /lib/arm-linux-gnueabihf/libselinux.so.1 (0x401cd000)
librt.so.1 = /lib/arm-linux-gnueabihf/librt.so.1 (0x40075000)
libgcc_s.so.1 = /lib/arm-linux-gnueabihf/libgcc_s.so.1 (0x400e8000)
libc.so.6 = /lib/arm-linux-gnueabihf/libc.so.6 (0x401e9000)
/lib/arm-linux-gnueabihf/ld-linux.so.3 = /lib/ld-linux.so.3 
(0x40056000)
libdl.so.2 = /lib/arm-linux-gnueabihf/libdl.so.2 (0x400b3000)
libpthread.so.0 = /lib/arm-linux-gnueabihf/libpthread.so.0 (0x402c8000)

I don't know how to fix this properly (apart from treating ELF
interpreter as a special case).

Currently this bug breaks only udev inside initramfs, but in future will
break all newly compiled binaries that need to be in initramfs.

Tell me if you need any additional information.

Best regards,
Dmitri Gribenko

-- Package-specific info:
-- initramfs sizes
-rw-r--r-- 1 root root 1.7M Aug 13 05:02 /boot/initrd.img-2.6.38-ac1-ac100
-rw-r--r-- 1 root root 1.8M Nov 19 16:54 /boot/initrd.img-2.6.38-ac2-ac100
-- /proc/cmdline
root=/dev/mmcblk1p1 rootflags=noatime mem=448M@0M nvmem=64M@448M vmalloc=320M 
video=tegrafb console=tty0 usbcore.old_scheme_first=1 tegraboot=sdmmc 
tegrapart=recovery:700:a00:800,boot:1100:1000:800,mbr:2100:200:800,system:2300:25800:800,cache:27b00:32000:800,misc:59b00:400:800,userdata:5a000:9a600:800

-- /proc/filesystems
ext4
fuseblk

-- lsmod
Module  Size  Used by
aes_generic26768  3 
arc41076  2 
rt2800usb  11495  0 
rt2800lib  39791  1 rt2800usb
crc_ccitt   1133  1 rt2800lib
rt2x00usb   8203  1 rt2800usb
snd_soc_tegra_i2s   3936  1 
snd_soc_tegra_paz00 3149  0 
rt2x00lib  30452  3 rt2800usb,rt2800lib,rt2x00usb
snd_soc_alc563218328  1 
snd_soc_tegra_das   2524  1 snd_soc_tegra_i2s
snd_soc_tegra_pcm   3228  1 
mac80211  195632  3 rt2800lib,rt2x00usb,rt2x00lib
snd_soc_core   75287  5 
snd_soc_tegra_i2s,snd_soc_tegra_paz00,snd_soc_tegra_das,snd_soc_alc5632,snd_soc_tegra_pcm
psmouse46862  0 
snd_pcm59970  2 snd_soc_tegra_pcm,snd_soc_core
cfg80211  145261  2 rt2x00lib,mac80211
uvcvideo   54470  0 
libps2  3665  1 psmouse
snd_timer  16667  1 snd_pcm
snd_soc_tegra_utils 1649  1 snd_soc_tegra_paz00
videodev   56188  1 uvcvideo
rfkill 15008  1 cfg80211
snd40444  3 snd_soc_core,snd_pcm,snd_timer
soundcore   5107  1 snd
snd_page_alloc  3528  1 snd_pcm
evdev   7237  0 
ipv6  275379  18 
cpufreq_conservative 5231  0 
cpufreq_userspace   1918  0 
cpufreq_ondemand6011  2 
cpufreq_powersave748  0 
fuse   60328  1 
ext4  324828  1 
mbcache

Bug#649288: initramfs-tools: missing new ELF interpreter /lib/arm-linux-gnueabihf/ld-linux.so.3 in initramfs on armhf

2011-11-19 Thread Dmitri Gribenko
Package: initramfs-tools
Followup-For: Bug #649288

Version: 0.99

Dear Maintainer,

Here is a workaround:

# cat  /etc/initramfs-tools/hooks/elf_interp
#!/bin/sh

set -e

PREREQ=

prereqs () {
echo ${PREREQ}
}

case ${1} in
prereqs)
prereqs
exit 0
;;
esac

.. /usr/share/initramfs-tools/hook-functions

copy_exec /lib/arm-linux-gnueabihf/ld-linux.so.3 /lib/arm-linux-gnueabihf

exit 0

^D
# dpkg-reconfigure initramfs-tools

Dmitri Gribenko

-- Package-specific info:
-- initramfs sizes
-rw-r--r-- 1 root root 1.7M Aug 13 05:02 /boot/initrd.img-2.6.38-ac1-ac100
-rw-r--r-- 1 root root 1.9M Nov 19 17:58 /boot/initrd.img-2.6.38-ac2-ac100
-- /proc/cmdline
root=/dev/mmcblk1p1 rootflags=noatime mem=448M@0M nvmem=64M@448M vmalloc=320M 
video=tegrafb console=tty0 usbcore.old_scheme_first=1 tegraboot=sdmmc 
tegrapart=recovery:700:a00:800,boot:1100:1000:800,mbr:2100:200:800,system:2300:25800:800,cache:27b00:32000:800,misc:59b00:400:800,userdata:5a000:9a600:800

-- /proc/filesystems
ext4
fuseblk

-- lsmod
Module  Size  Used by
aes_generic26768  2 
ipv6  275379  16 
cpufreq_conservative 5231  0 
cpufreq_userspace   1918  0 
cpufreq_ondemand6011  2 
cpufreq_powersave748  0 
fuse   60328  1 
arc41076  2 
rt2800usb  11495  0 
rt2800lib  39791  1 rt2800usb
crc_ccitt   1133  1 rt2800lib
rt2x00usb   8203  1 rt2800usb
rt2x00lib  30452  3 rt2800usb,rt2800lib,rt2x00usb
snd_soc_alc563218328  1 
snd_soc_tegra_i2s   3936  1 
snd_soc_tegra_das   2524  1 snd_soc_tegra_i2s
mac80211  195632  3 rt2800lib,rt2x00usb,rt2x00lib
snd_soc_tegra_paz00 3149  0 
snd_soc_tegra_pcm   3228  1 
snd_soc_core   75287  5 
snd_soc_tegra_i2s,snd_soc_alc5632,snd_soc_tegra_das,snd_soc_tegra_paz00,snd_soc_tegra_pcm
uvcvideo   54470  0 
cfg80211  145261  2 rt2x00lib,mac80211
psmouse46862  0 
snd_pcm59970  2 snd_soc_tegra_pcm,snd_soc_core
libps2  3665  1 psmouse
snd_soc_tegra_utils 1649  1 snd_soc_tegra_paz00
videodev   56188  1 uvcvideo
snd_timer  16667  1 snd_pcm
rfkill 15008  1 cfg80211
snd40444  3 snd_soc_core,snd_pcm,snd_timer
soundcore   5107  1 snd
snd_page_alloc  3528  1 snd_pcm
evdev   7237  0 
ext4  324828  1 
mbcache 5056  1 ext4
jbd2   77306  1 ext4
crc16   1121  1 ext4

-- /etc/initramfs-tools/modules

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

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

-- /sys/block
mmcblk0
mmcblk1

-- mkinitramfs hooks
/etc/initramfs-tools/hooks/:
elf_interp

/usr/share/initramfs-tools/hooks:
busybox
flash_kernel_set_root
fuse
keymap
klibc
ntfs_3g
thermal
udev


-- System Information:
Debian Release: wheezy/sid
Architecture: armhf (armv7l)

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

Versions of packages initramfs-tools depends on:
ii  cpio   2.11-7  
ii  findutils  4.4.2-1 
ii  klibc-utils1.5.25-1
ii  module-init-tools  3.16-1  
ii  udev   175-2   

Versions of packages initramfs-tools recommends:
ii  busybox  1:1.19.3-1

Versions of packages initramfs-tools suggests:
ii  bash-completion  1:1.3-3

-- Configuration Files:
/etc/initramfs-tools/initramfs.conf changed [not included]

-- 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#644018: binutils-gold: fails for trivial programs (internal error in operator(), at ../../gold/common.cc:124)

2011-10-24 Thread Dmitri Gribenko
Package: binutils-gold
Followup-For: Bug #644018

Dear Maintainer,

The bug has disappeared (again) for me in binutils-gold 2.21.90.20111019-3.

Best regards,
Dmitri Gribenko

-- System Information:
Debian Release: wheezy/sid
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: armhf (armv7l)

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

Versions of packages binutils-gold depends on:
ii  binutils  2.21.90.20111019-3

binutils-gold recommends no packages.

binutils-gold 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#644018: binutils-gold: fails for trivial programs (internal error in operator(), at ../../gold/common.cc:124)

2011-10-16 Thread Dmitri Gribenko
Package: binutils-gold
Version: 2.21.90.20111004-2
Followup-For: Bug #644018

Dear Maintainer,

The bug reappeared for me in binutils-gold 2.21.90.20111004-2.

$ cat a.c
int a;
int b;
$ gcc -c a.c
$ gold a.o
gold: internal error in operator(), at ../../gold/common.cc:124
$ echo $?
1
$ gold --version
GNU gold (GNU Binutils for Debian 2.21.90.20111004) 1.11
Copyright 2011 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) a later version.
This program has absolutely no warranty.

Best regards,
Dmitri Gribenko

-- System Information:
Debian Release: wheezy/sid
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: armhf (armv7l)

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

Versions of packages binutils-gold depends on:
ii  binutils  2.21.90.20111004-2

binutils-gold recommends no packages.

binutils-gold suggests no packages.

-- no debconf information


a.o
Description: application/object


Bug#625430: vrb: ftbfs with gcc-4.6 -Werror

2011-10-06 Thread Dmitri Bachtin

Hi,

The variable poll_num is a local in main() in vrb/src/bin/vbuf.c.

It is used once as an rc for the call ``poll( poll_list, 2, poll_time 
);'' in main() and is never referenced again. Therefore removing 
poll_num declaration and the assignment should be semantically safe.


Attaching a patch doing exactly that. After removal dpkg-buildpackage 
succeeds on my i686 sid machine.


Cheers,
 -- Dmitri Bachtin
--- vrb-0.5.1.orig/vrb/src/bin/vbuf.c	2006-03-03 17:21:00.0 +0100
+++ vrb-0.5.1.new/vrb/src/bin/vbuf.c	2011-10-06 15:00:50.0 +0200
@@ -426,7 +426,6 @@
 int			opt_progress		;
 int			output_fd		;
 int			poll_time		;
-int			poll_num		;
 int			poll_write		;
 int			poll_read		;
 
@@ -861,7 +860,7 @@
 	poll_time = display_time - get_time_ms();
 	if ( poll_time  0 ) poll_time = 0;
 	}
-	poll_num = poll( poll_list, 2, poll_time );
+	poll( poll_list, 2, poll_time );
 
 	//---
 	// Check for poll events.


Bug#644018: binutils-gold: fails for trivial programs (internal error in operator(), at ../../gold/common.cc:124)

2011-10-05 Thread Dmitri Gribenko
On Wed, Oct 5, 2011 at 8:33 PM, Hector Oron hector.o...@gmail.com wrote:
 After update and upgrade:
 gcc version 4.6.1 (Debian 4.6.1-13)
 $ gcc -c a.c
 $ gold a.o
 $ gold -v
 GNU gold (GNU Binutils for Debian 2.21.90.20111004) 1.11

Updated binutils-gold package (2.21.90.20111004) fixes this bug for me.

Best regards,
Dmitri Gribenko

-- 
main(i,j){for(i=2;;i++){for(j=2;ji;j++){if(!(i%j)){j=0;break;}}if
(j){printf(%d\n,i);}}} /*Dmitri Gribenko griboz...@gmail.com*/



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



Bug#644190: blender: crashes on startup on armhf

2011-10-03 Thread Dmitri Gribenko
Package: blender
Version: 2.58-svn37702-1+b1
Severity: important
Usertags: armhf

Hello,

On armhf blender crashes on startup:

$ blender
Info: Config directory with startup.blend file not found.
AL lib: pulseaudio.c:612: Context did not connect: Access denied
Assertion 'pthread_mutex_unlock(m-mutex) == 0' failed at 
pulsecore/mutex-posix.c:106, function pa_mutex_unlock(). Aborting.
Aborted

That suggests some problem with pulseaudio, so I tried to start blender with 
sound disabled:

$ blender -noaudio
Info: Config directory with startup.blend file not found.
Segmentation fault

Here's a backtrace with blender-dbg installed:

$ gdb blender
GNU gdb (GDB) 7.3-debian
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as arm-linux-gnueabihf.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/bin/blender...Reading symbols from 
/usr/lib/debug/usr/bin/blender...done.
done.
(gdb) r -noaudio
Starting program: /usr/bin/blender -noaudio
[Thread debugging using libthread_db enabled]
Info: Config directory with startup.blend file not found.

Program received signal SIGSEGV, Segmentation fault.
PyErr_SetObject (exception=unknown at remote 0x405c2128, value=
type 'BaseException' participates in gc and is a base type but has 
inappropriate tp_free slot)
at ../Python/errors.c:59
59  ../Python/errors.c: No such file or directory.
  in ../Python/errors.c
(gdb) bt
#0  PyErr_SetObject (exception=unknown at remote 0x405c2128, value=
type 'BaseException' participates in gc and is a base type but has 
inappropriate tp_free slot)
at ../Python/errors.c:59
#1  0x40469b04 in PyErr_Format (exception=unknown at remote 0x405c2128, 
format=
0x404f0fcc type '%.100s' participates in gc and is a base type but has 
inappropriate tp_free slot)
at ../Python/errors.c:612
#2  0x404309d4 in PyType_Ready (type=0x405c4774) at ../Objects/typeobject.c:3916
#3  PyType_Ready (type=0x405c4774) at ../Objects/typeobject.c:3803
#4  0x4040d2dc in _PyExc_Init () at ../Objects/exceptions.c:1975
#5  0x404785aa in Py_InitializeEx (install_sigs=1) at ../Python/pythonrun.c:265
#6  0x0045b0fa in BPY_python_start (argc=2, argv=0xbe9196b4)
at 
/build/buildd-blender_2.58-svn37702-1+b1-armhf-KqwIvk/blender-2.58-svn37702/source/blender/python/intern/bpy_interface.c:208
#7  0x002831ba in WM_init (C=0x1c6c790, argc=2, argv=0xbe9196b4)
at 
/build/buildd-blender_2.58-svn37702-1+b1-armhf-KqwIvk/blender-2.58-svn37702/source/blender/windowmanager/intern/wm_init_exit.c:155
#8  0x0027833e in main (argc=2, argv=0xbe9196b4)
at 
/build/buildd-blender_2.58-svn37702-1+b1-armhf-KqwIvk/blender-2.58-svn37702/source/creator/creator.c:1238
(gdb) quit

This *might* be a problem with python though.  Please tell me if I can provide 
any information to help resolve this issue.

Best regards,
Dmitri Gribenko

-- System Information:
Debian Release: wheezy/sid
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: armhf (armv7l)

Kernel: Linux 2.6.38-ac2-ac100 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages blender depends on:
ii  libavcodec53  4:0.7.1-7   
ii  libavdevice53 4:0.7.1-7   
ii  libavformat53 4:0.7.1-7   
ii  libavutil51   4:0.7.1-7   
ii  libc6 2.13-21 
ii  libfftw3-33.2.2-1 
ii  libfreetype6  2.4.6-2+b2  
ii  libgcc1   1:4.6.1-13  
ii  libgl1-mesa-glx [libgl1]  7.11-6  
ii  libglew1.61.6.0-4 
ii  libglu1-mesa [libglu1]7.11-6  
ii  libgomp1  4.6.1-13
ii  libilmbase6   1.0.1-3 
ii  libjack-jackd2-0 [libjack-0.116]  1.9.7~dfsg-1
ii  libjpeg8  8c-2
ii  libopenal11:1.13-4
ii  libopenexr6   1.6.1-4.1   
ii  libopenjpeg2  1.3+dfsg-4  
ii  libpng12-01.2.46-3
ii  libpython3.2  3.2.2~rc1-1 
ii  libsamplerate00.1.8-1 
ii  libsdl1.2debian   1.2.14-6.4  
ii  libsndfile1   1.0.25-3
ii  libstdc++64.6.1-13
ii  libswscale2   4:0.7.1-7   
ii  libtiff4  3.9.5-2 
ii  libx11-6  2:1.4.4-2   
ii

Bug#644018: binutils-gold: fails for trivial programs (internal error in operator(), at ../../gold/common.cc:124)

2011-10-01 Thread Dmitri Gribenko
Package: binutils-gold
Version: 2.21.53.20110922-1
Severity: important

Hello,

On armhf gold fails with internal error for objects produced from trivial 
programs.

$ cat a.c
int a;
int b;
$ gcc a.c
/usr/bin/ld: internal error in operator(), at ../../gold/common.cc:124
collect2: ld returned 1 exit status
$ gcc -v a.c
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.6.1/lto-wrapper
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion='Debian 4.6.1-13' 
--with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs 
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr 
--program-suffix=-4.6 --enable-shared --enable-linker-build-id 
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext 
--enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 
--libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug 
--enable-libstdcxx-time=yes --enable-plugin --enable-objc-gc 
--disable-sjlj-exceptions --with-arch=armv7-a --with-float=hard 
--with-fpu=vfpv3-d16 --with-mode=thumb --enable-checking=release 
--build=arm-linux-gnueabihf --host=arm-linux-gnueabihf 
--target=arm-linux-gnueabihf
Thread model: posix
gcc version 4.6.1 (Debian 4.6.1-13) 
COLLECT_GCC_OPTIONS='-v' '-march=armv7-a' '-mfloat-abi=hard' '-mfpu=vfpv3-d16' 
'-mthumb'
 /usr/lib/gcc/arm-linux-gnueabihf/4.6.1/cc1 -quiet -v -imultilib . -imultiarch 
arm-linux-gnueabihf a.c -quiet -dumpbase a.c -march=armv7-a -mfloat-abi=hard 
-mfpu=vfpv3-d16 -mthumb -auxbase a -version -o /tmp/ccaEtHJ7.s
GNU C (Debian 4.6.1-13) version 4.6.1 (arm-linux-gnueabihf)
  compiled by GNU C version 4.6.1, GMP version 5.0.2, MPFR version 3.0.1-p3, 
MPC version 0.9
GGC heuristics: --param ggc-min-expand=60 --param ggc-min-heapsize=56207
ignoring nonexistent directory /usr/local/include/arm-linux-gnueabihf
ignoring nonexistent directory 
/usr/lib/gcc/arm-linux-gnueabihf/4.6.1/../../../../arm-linux-gnueabihf/include
#include ... search starts here:
#include ... search starts here:
 /usr/lib/gcc/arm-linux-gnueabihf/4.6.1/include
 /usr/local/include
 /usr/lib/gcc/arm-linux-gnueabihf/4.6.1/include-fixed
 /usr/include/arm-linux-gnueabihf
 /usr/include
End of search list.
GNU C (Debian 4.6.1-13) version 4.6.1 (arm-linux-gnueabihf)
  compiled by GNU C version 4.6.1, GMP version 5.0.2, MPFR version 3.0.1-p3, 
MPC version 0.9
GGC heuristics: --param ggc-min-expand=60 --param ggc-min-heapsize=56207
Compiler executable checksum: 1c901e3ab7e8efe5d5ece914d002d4ed
COLLECT_GCC_OPTIONS='-v' '-march=armv7-a' '-mfloat-abi=hard' '-mfpu=vfpv3-d16' 
'-mthumb'
 as -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -meabi=5 -o /tmp/cc8cSdmh.o 
/tmp/ccaEtHJ7.s
COMPILER_PATH=/usr/lib/gcc/arm-linux-gnueabihf/4.6.1/:/usr/lib/gcc/arm-linux-gnueabihf/4.6.1/:/usr/lib/gcc/arm-linux-gnueabihf/:/usr/lib/gcc/arm-linux-gnueabihf/4.6.1/:/usr/lib/gcc/arm-linux-gnueabihf/
LIBRARY_PATH=/usr/lib/gcc/arm-linux-gnueabihf/4.6.1/:/usr/lib/gcc/arm-linux-gnueabihf/4.6.1/../../../arm-linux-gnueabihf/:/usr/lib/gcc/arm-linux-gnueabihf/4.6.1/../../../:/lib/arm-linux-gnueabihf/:/lib/:/usr/lib/arm-linux-gnueabihf/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-march=armv7-a' '-mfloat-abi=hard' '-mfpu=vfpv3-d16' 
'-mthumb'
 /usr/lib/gcc/arm-linux-gnueabihf/4.6.1/collect2 --build-id --no-add-needed 
--eh-frame-hdr -dynamic-linker /lib/ld-linux.so.3 -X --hash-style=both -m 
armelf_linux_eabi 
/usr/lib/gcc/arm-linux-gnueabihf/4.6.1/../../../arm-linux-gnueabihf/crt1.o 
/usr/lib/gcc/arm-linux-gnueabihf/4.6.1/../../../arm-linux-gnueabihf/crti.o 
/usr/lib/gcc/arm-linux-gnueabihf/4.6.1/crtbegin.o 
-L/usr/lib/gcc/arm-linux-gnueabihf/4.6.1 
-L/usr/lib/gcc/arm-linux-gnueabihf/4.6.1/../../../arm-linux-gnueabihf 
-L/usr/lib/gcc/arm-linux-gnueabihf/4.6.1/../../.. -L/lib/arm-linux-gnueabihf 
-L/usr/lib/arm-linux-gnueabihf /tmp/cc8cSdmh.o -lgcc --as-needed -lgcc_s 
--no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed 
/usr/lib/gcc/arm-linux-gnueabihf/4.6.1/crtend.o 
/usr/lib/gcc/arm-linux-gnueabihf/4.6.1/../../../arm-linux-gnueabihf/crtn.o
/usr/bin/ld: internal error in operator(), at ../../gold/common.cc:124
collect2: ld returned 1 exit status
$ gcc -c a.c
$ gold a.o
gold: internal error in operator(), at ../../gold/common.cc:124

Please tell me if you need more information.

Dmitri Gribenko

-- System Information:
Debian Release: wheezy/sid
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: armhf (armv7l)

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

Versions of packages binutils-gold depends on:
ii  binutils  2.21.53.20110922-1

binutils-gold recommends no packages.

binutils-gold suggests no packages.

-- no debconf information
int a;
int b;


a.o
Description: application/object


Bug#587667: mousepad: changes are discarded on opening recent files

2011-08-15 Thread Dmitri Bachtin
Tested Stefan Ott's patch against apt-get sourced 0.2.16-5,
debcheckouted 0.2.16 (r5729) and against official mousepad's git HEAD
(5feb521028695c4c9d0f37ab8a20e97de60b37e9) on unstable. 

Works as expected.

Could not find a bug entry in upstream's Bugzilla. Filed a bug refering
to this one. https://bugzilla.xfce.org/show_bug.cgi?id=7890

The XFCE Bugtacker reports that this bug has been fixed in the 0.3
branch nick_0_3.




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



Bug#587667: mousepad: changes are discarded on opening recent files

2011-08-15 Thread Dmitri Bachtin
Looks like the flag Fix has been fixed in branch ... is a default flag
set by the XFCE bugtracker.




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



Bug#626721: approx: add /robots.txt

2011-05-14 Thread Dmitri Gribenko
Package: approx
Severity: wishlist


Recently my approx was found by Google web crawler that does many
requests.  In order to stop this meaningless process, one should
add a /robots.txt file, but approx currently does not support this.

Could you add an option that specifies path to robots.txt file that
would be served by approx?

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

Kernel: Linux 2.6.37-29jan2010 (SMP w/4 CPU cores)
Locale: LANG=ru_UA.UTF-8, LC_CTYPE=ru_UA.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#626721: approx: add /robots.txt

2011-05-14 Thread Dmitri Gribenko
On Sat, May 14, 2011 at 10:50 PM, Eric Cooper e...@cmu.edu wrote:
 On Sat, May 14, 2011 at 07:57:40PM +0300, Dmitri Gribenko wrote:
 Could you add an option that specifies path to robots.txt file that
 would be served by approx?

 I can easily make it always return a /robots.txt containing
    User-agent: *
    Disallow: /
 Would that be OK?

That would be fine.

Dmitri Gribenko

-- 
main(i,j){for(i=2;;i++){for(j=2;ji;j++){if(!(i%j)){j=0;break;}}if
(j){printf(%d\n,i);}}} /*Dmitri Gribenko griboz...@gmail.com*/



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



Bug#622181: i2c-tools: Fails to install with makedev and udev

2011-04-10 Thread Dmitri Gribenko
Package: i2c-tools
Version: 3.0.3-3
Severity: important

Postinstallation script fails with makedev installed and runnig udev:

# LANG=C apt-get install i2c-tools
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
  libi2c-dev python-smbus
The following NEW packages will be installed:
  i2c-tools
0 upgraded, 1 newly installed, 0 to remove and 44 not upgraded.
Need to get 0 B/61.0 kB of archives.
After this operation, 266 kB of additional disk space will be used.
Reading package fields... Done
Reading package status... Done
Retrieving bug reports... Done
Parsing Found/Fixed information... Done
Selecting previously deselected package i2c-tools.
(Reading database ... 351670 files and directories currently installed.)
Unpacking i2c-tools (from .../i2c-tools_3.0.3-3_amd64.deb) ...
Processing triggers for man-db ...
Setting up i2c-tools (3.0.3-3) ...
..udevdb or .udev presence implies active udev.  Aborting MAKEDEV invocation.
chmod: cannot access `/dev/i2c-0': No such file or directory
dpkg: error processing i2c-tools (--configure):
 subprocess installed post-installation script returned error exit status 1
configured to not write apport reports
  Errors were encountered while processing:
 i2c-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)

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

Kernel: Linux 2.6.37-29jan2010 (SMP w/4 CPU cores)
Locale: LANG=ru_UA.UTF-8, LC_CTYPE=ru_UA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages i2c-tools depends on:
ii  adduser   3.112+nmu2 add and remove users and groups
ii  libc6 2.11.2-13  Embedded GNU C Library: Shared lib
ii  makedev   2.3.1-89   creates device files in /dev
ii  perl  5.10.1-19  Larry Wall's Practical Extraction 
ii  udev  166-1  /dev/ and hotplug management daemo

i2c-tools recommends no packages.

Versions of packages i2c-tools suggests:
pn  libi2c-devnone (no description available)
pn  python-smbus  none (no description available)

-- no debconf information



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



Bug#609318: file-roller: Segmentation error when drag and drop to ftp nautilus

2011-03-22 Thread Dmitri Bachtin
Am Montag, den 21.03.2011, 18:09 +0100 schrieb Dmitri Bachtin:
 Am Samstag, den 08.01.2011, 15:00 +0100 schrieb rpnpif:
  Package: file-roller
  Version: 2.30.2-2
  Severity: important
  
  To reproduce always this issue :
  1. Open wordpress-3.0.4.tar.gz with file-roller (I had not try with another 
  file).
  2. Open with Nautilus an ftp repositery in write mode.
  3. Drag and drop the file xmlrpn.php from wordpress-3.0.4.tar.gz to the ftp 
  repositery.
  4. File-roller stops with a segmentation error.
  [...]
 
 It seems not to crash while targeting a localhost ftpd (tried with
 vsftpd), but taking an external IP instead crashes file-roller.
 

Today it crashes on my localhost ftp, too. I wonder why it worked
yesterday as the code should have crashed on any non-file:// URI.

Anyways here some investigation: 
There are bug reports on bugs.gnome.org [1] and launchpad [2]. [2]
states that the problem was fixed in [3]. The fix in [3] checks whether
the decoded URI is local or remote and extracts files into a temporary
directory if needed.

The first version to include the fix was 2.31.1. Does it make sense to
backport the fix?

[1] https://bugzilla.gnome.org/show_bug.cgi?id=617769
[2]
https://bugs.edge.launchpad.net/ubuntu/+source/file-roller/+bug/375474
[3]
http://git.gnome.org/browse/file-roller/commit/?id=33c21fc3647af32de5a9c9d49e33765a526910f5




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



Bug#609318: file-roller: Segmentation error when drag and drop to ftp nautilus

2011-03-21 Thread Dmitri Bachtin
Am Samstag, den 08.01.2011, 15:00 +0100 schrieb rpnpif:
 Package: file-roller
 Version: 2.30.2-2
 Severity: important
 
 To reproduce always this issue :
 1. Open wordpress-3.0.4.tar.gz with file-roller (I had not try with another 
 file).
 2. Open with Nautilus an ftp repositery in write mode.
 3. Drag and drop the file xmlrpn.php from wordpress-3.0.4.tar.gz to the ftp 
 repositery.
 4. File-roller stops with a segmentation error.
 [...]

It seems not to crash while targeting a localhost ftpd (tried with
vsftpd), but taking an external IP instead crashes file-roller.




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



Bug#563880: file-roller: when you rename a file inside the archive, the renamed file is lost

2011-03-20 Thread Dmitri Bachtin
Am Sonntag, den 28.02.2010, 14:37 +1100 schrieb Ben Finney:

 Thanks to more information from Claudio (remember to Cc the bug report
 address if you want a message to be part of the report), I now have a
 test case to reproduce this behaviour:
  [ ... ]
 

I have tried your test case with testing's file-roller version 2.30.2-2
right now without being able to reproduce the bug. 

It looks like #590468 on bugs.gnome.org [1] ( commit
47fb26b6e2c2be1511594395428ccd86c297b877 [2] ) describes and fixes that
problem. At least it also affects fr_window_archive_rename () in
fr-window.c. 

But this commit is from before version 2.28.0. That's why I'm confused.

References:
[1] https://bugzilla.gnome.org/show_bug.cgi?id=590468
[2]
http://git.gnome.org/browse/file-roller/commit/?id=47fb26b6e2c2be1511594395428ccd86c297b877

Attached: apt-cache show file-roller output

$ LC_ALL=en_US apt-cache show file-roller
Package: file-roller
Priority: optional
Section: gnome
Installed-Size: 6752
Maintainer: Clément Stenac zorg...@debian.org
Architecture: i386
Version: 2.30.2-2
Replaces: gnome-icon-theme ( 2.14)
Depends: libc6 (= 2.3.6-6~), libgconf2-4 (= 2.27.0), libglib2.0-0 (= 
2.24.0), libgtk2.0-0 (= 2.20.0), libnautilus-extension1 (= 2.30), 
libpango1.0-0 (= 1.14.0), gconf2 (= 2.28.1-2), tar (= 1.13.25), bzip2 (= 
1.0.1), gzip (= 1.3.2), p7zip-full
Recommends: rpm2cpio, gnome-icon-theme (= 2.18), gvfs
Suggests: lha, unrar | p7zip-rar, sharutils, ncompress, binutils, cpio, unace, 
lzip, lzma, lzop, rzip, unalz, unzip, zip, zoo, xz-utils, arj
Conflicts: file-roller2
Filename: pool/main/f/file-roller/file-roller_2.30.2-2_i386.deb
Size: 1689186
MD5sum: 30ca44769579c015bfb546aafb26bdb1
SHA1: 8514ffdacd3151bbc46c8f2b14cc80af4306cfb2
SHA256: 0e6903dea7bc34a0b36e881f3c75a1c46275f0fc87f36e42c453b3222159ffcb
Description: an archive manager for GNOME
 File-roller is an archive manager for the GNOME environment. It allows you to:
 .
  * Create and modify archives.
  * View the content of an archive.
  * View a file contained in an archive.
  * Extract files from the archive.
 .
 File-roller supports the following formats:
  * Tar (.tar) archives, including those compressed with
gzip (.tar.gz, .tgz), bzip (.tar.bz, .tbz), bzip2 (.tar.bz2, .tbz2),
compress (.tar.Z, .taz), lzip (.tar.lz, .tlz), lzop (.tar.lzo, .tzo),
lzma (.tar.lzma) and xz (.tar.xz)
  * Zip archives (.zip)
  * Jar archives (.jar, .ear, .war)
  * 7z archives (.7z)
  * iso9660 CD images (.iso)
  * Lha archives (.lzh)
  * Single files compressed with gzip (.gz), bzip (.bz), bzip2 (.bz2),
compress (.Z), lzip (.lz), lzop (.lzo), lzma (.lzma) and xz (.xz)
 .
 File-roller doesn't perform archive operations by itself, but relies on
 standard tools for this.
Homepage: http://fileroller.sourceforge.net
Tag: implemented-in::c, interface::x11, role::program, scope::application, 
suite::gnome, uitoolkit::gtk, use::compressing, use::storing, 
works-with::archive, works-with::software:package, 
works-with-format::{iso9660,tar,zip}, x11::application



Bug#594715: installation-reports: successful install but yaboot problem

2010-08-28 Thread Dmitri Samsonov
Package: installation-reports
Severity: normal



-- Package-specific info:

Boot method: cdrom with netinst
Image version:
http://cdimage.debian.org/cdimage/daily-builds/squeeze_d-i/current/powerpc/jigdo-cd/debian-testing-powerpc-netinst.jigdo
from 20100827
Date: Sat Aug 28 15:00:00 UTC 2010

Machine: Power Mac G5
Partitions: df -Tl will do; the raw partition table is preferred
# df -Tl
FilesystemType   1K-blocks  Used Available Use% Mounted on
/dev/sda5 ext310312504754644   9034008   8% /
tmpfstmpfs  609728 0609728   0% /lib/init/rw
udev tmpfs  604464   184604280   1% /dev
tmpfstmpfs  609728 0609728   0% /dev/shm

# fdisk -l
/dev/sda
#type name  length   base
   ( size )  system
/dev/sda1 Apple_partition_map Apple 63 @ 1
   ( 31.5k)  Partition map
/dev/sda2 Apple_Bootstrap eXternal booter17408 @ 64
   (  8.5M)  NewWorld bootblock
/dev/sda3 Apple_UNIX_SVR2 swap 4176896 @ 17472
   (  2.0G)  Linux swap
/dev/sda4  Apple_Boot eXternal booter17408 @ 4194368
  (  8.5M)  Unknown
/dev/sda5 Apple_UNIX_SVR2 debian  20954112 @ 4211776
  ( 10.0G)  Linux native
/dev/sda6  Apple_Free Extra 262144 @
25165888  (128.0M)  Free space
/dev/sda7   Apple_HFS Apple_HFS_Untitled_3  99416240 @
25428032  ( 47.4G)  HFS
/dev/sda8  Apple_Free Extra 262144 @
124844272 (128.0M)  Free space
/dev/sda9   Apple_HFS Apple_HFS_Untitled_4  31195056 @
125106416 ( 14.9G)  HFS
/dev/sda10 Apple_Free Extra 16 @
156301472 (  8.0k)  Free space

Block size=512, Number of Blocks=156301488
DeviceType=0x0, DeviceId=0x0


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:[E]
Overall install:[O]

Comments/Problems:

  There were some errors during install boot loader yaboot:

ybin: Finding OpenFirmware device path to `/dev/sda2'...
ofpath: /proc/scsi/scsi does not exist
ofpath: Make sure you compiled your kernel with CONFIG_SCSI_PROC_FS=y
ybin: Unable to find OpenFirmware path for boot=/dev/sda2
ybin: Please add ofboot=path where path is the OpenFirmware path to
/dev/sda2 to /etc/yaboot.conf
ybin: Finding OpenFirmware device path to `/dev/sda9'...
ofpath: /proc/scsi/scsi does not exist
ofpath: Make sure you compiled your kernel with CONFIG_SCSI_PROC_FS=y
ybin: Unable to determine OpenFirmware path for macosx=/dev/sda9
ybin: Try specifying the real OpenFirmware path for macosx=/dev/sda9 in
/etc/yaboot.conf


  But after reboot system boots correctly. May be it's because I have
lenny on it before squeeze installation (and may be not reformat
partition with bootloader).

-- 

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 20100722
X_INSTALLATION_MEDIUM=cdrom

==
Installer hardware-summary:
==
uname -a: Linux 10 2.6.32-5-powerpc64 #1 SMP Tue Jun 1 15:09:03 UTC 2010
ppc64 GNU/Linux
lspci -knn: :f0:0b.0 Host bridge [0600]: Apple Computer Inc. U3 AGP
[106b:004b]
lspci -knn: Kernel driver in use: agpgart-uninorth
lspci -knn: :f0:10.0 VGA compatible controller [0300]: nVidia
Corporation NV34 [GeForce FX 5200 Ultra] [10de:0321] (rev a1)
lspci -knn: Subsystem: nVidia Corporation Device [10de:0010]
lspci -knn: 0001:00:00.0 Host bridge [0600]: Apple Computer Inc. CPC945
HT Bridge [106b:004a]
lspci -knn: 0001:00:01.0 PCI bridge [0604]: Apple Computer Inc. K2
HT-PCI Bridge [106b:0045]
lspci -knn: 0001:00:02.0 PCI bridge [0604]: Apple Computer Inc. K2
HT-PCI Bridge [106b:0046]
lspci -knn: 0001:00:03.0 PCI bridge [0604]: Apple Computer Inc. K2
HT-PCI Bridge [106b:0047]
lspci -knn: 0001:00:04.0 PCI bridge [0604]: Apple Computer Inc. K2
HT-PCI Bridge [106b:0048]
lspci -knn: 0001:00:05.0 PCI bridge [0604]: Apple Computer Inc. K2
HT-PCI Bridge [106b:0049]
lspci -knn: 0001:01:07.0 Class [ff00]: Apple Computer Inc. K2 KeyLargo
Mac/IO [106b:0041] (rev 60)
lspci -knn: Kernel driver in 

Bug#585996: ttf-sil-gentium: Table of ranges in package description doesn't look like a table

2010-06-15 Thread Dmitri Gribenko
Package: ttf-sil-gentium
Version: 20081126:1.02-10
Severity: minor


Package description has a table of supported Unicode codepoint ranges.
But when viewed in aptitude, the table is spliced into one long line.

-- Package-specific info:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version
  Description
+++---
ii  fontconfig   2.8.0-2.1  
  generic font configuration library - support binaries
ii  libfreetype6 2.3.11-1   
  FreeType 2 font engine, shared library files
ii  libxft2  2.1.14-2   
  FreeType-based font drawing library for X

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

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

ttf-sil-gentium depends on no packages.

ttf-sil-gentium recommends no packages.

Versions of packages ttf-sil-gentium suggests:
ii  fontconfig2.8.0-2.1  generic font configuration library
ii  x-ttcidfont-conf  32 TrueType and CID fonts configurati

-- 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#584640: One more typo

2010-06-15 Thread Dmitri Gribenko
From long description:

This package contains a plugin for the Name Service Switc, providing

Obviously, s/Switc/Switch/.

-- 
main(i,j){for(i=2;;i++){for(j=2;ji;j++){if(!(i%j)){j=0;break;}}if
(j){printf(%d\n,i);}}} /*Dmitri Gribenko griboz...@gmail.com*/



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



Bug#580739: Cannot open a file with '#' in name

2010-06-09 Thread Dmitri Gribenko
retitle 580739 Cannot open a file with '#' in name
thanks

I can confirm that evince cannot open a file with '#' in name even
from command line.  So the bug is not related to the GUI, file manager
etc.

Dmitri Gribenko

-- 
main(i,j){for(i=2;;i++){for(j=2;ji;j++){if(!(i%j)){j=0;break;}}if
(j){printf(%d\n,i);}}} /*Dmitri Gribenko griboz...@gmail.com*/



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



Bug#584216: approx: approx-gc wants to remove good packages

2010-06-02 Thread Dmitri Paduchikh
Package: approx
Version: 4.2-1
Severity: normal

Hi,

approx-gc sometimes removes good packages. That is, those listed in some
Packages file and having correct checksum and size. For example, the
following few commands demonstrate its desire to remove perl-modules.

ait:~# approx-gc -s
multimedia/dists/unstable/main/binary-i386/Packages.diff/Index
debian/pool/main/p/perl/perl-modules_5.10.1-13_all.deb
debian/dists/experimental/main/binary-i386/Packages.diff/
debian/dists/stable/contrib/binary-i386/Packages.diff/
debian/dists/stable/main/binary-i386/Packages.diff/
debian/dists/stable/non-free/binary-i386/Packages.diff/
debian/dists/unstable/contrib/binary-i386/Packages.diff/
debian/dists/unstable/contrib/source/Sources.diff/
debian/dists/unstable/main/binary-i386/Packages.diff/
debian/dists/unstable/main/source/Sources.diff/
debian/dists/unstable/non-free/binary-i386/Packages.diff/
debian/dists/unstable/non-free/source/Sources.diff/
ait:~# apt-cache policy perl-modules
perl-modules:
  Installed: 5.10.1-13
  Candidate: 5.10.1-13
  Version table:
 5.12.1-1 0
  1 http://ftp.fi.debian.org experimental/main Packages
 *** 5.10.1-13 0
500 http://ftp.fi.debian.org unstable/main Packages
100 /var/lib/dpkg/status
 5.10.1-12 0
500 http://ftp.fi.debian.org testing/main Packages
 5.10.0-19lenny2 0
500 http://ftp.fi.debian.org stable/main Packages
ait:~# apt-cache show perl-modules
...
Package: perl-modules
Priority: standard
Section: perl
Installed-Size: 15856
Maintainer: Niko Tyni nt...@debian.org
Architecture: all
Source: perl
Version: 5.10.1-13
Replaces: libansicolor-perl, libarchive-tar-perl, libattribute-handlers-perl, 
libautodie-perl, libcgi-pm-perl, libclass-isa-perl, libcpanplus-perl, 
libextutils-cbuilder-perl, libextutils-parsexs-perl, libfile-spec-perl, 
libfile-temp-perl, libi18n-langtags-perl, libio-zlib-perl, 
liblocale-codes-perl, liblocale-maketext-perl, liblocale-maketext-simple-perl, 
libmath-bigint-perl, libmodule-build-perl, libmodule-corelist-perl, 
libmodule-load-conditional-perl, libmodule-load-perl, libmodule-pluggable-perl, 
libnet-perl, libnet-ping-perl, libparams-check-perl, libparent-perl, 
libparse-cpan-meta-perl, libpod-escapes-perl, libpod-parser-perl, 
libpod-plainer-perl, libpod-simple-perl, libswitch-perl, libtest-harness-perl, 
libtest-simple-perl, libthread-queue-perl, libtime-local-perl, libversion-perl, 
podlators-perl
Provides: libansicolor-perl, libarchive-tar-perl, libattribute-handlers-perl, 
libautodie-perl, libcgi-pm-perl, libclass-isa-perl, libcpanplus-perl, 
libextutils-cbuilder-perl, libextutils-parsexs-perl, libfile-spec-perl, 
libfile-temp-perl, libi18n-langtags-perl, libio-zlib-perl, 
liblocale-codes-perl, liblocale-maketext-perl, liblocale-maketext-simple-perl, 
libmath-bigint-perl, libmodule-build-perl, libmodule-corelist-perl, 
libmodule-load-conditional-perl, libmodule-load-perl, libmodule-pluggable-perl, 
libnet-perl, libnet-ping-perl, libparams-check-perl, libparent-perl, 
libparse-cpan-meta-perl, libpod-escapes-perl, libpod-parser-perl, 
libpod-plainer-perl, libpod-simple-perl, libswitch-perl, libtest-harness-perl, 
libtest-simple-perl, libthread-queue-perl, libtime-local-perl, libversion-perl, 
podlators-perl
Depends: perl (= 5.10.1-1)
Conflicts: libansicolor-perl ( 1.10-1), libarchive-tar-perl ( 1.52), 
libattribute-handlers-perl ( 0.85), libautodie-perl ( 2.06.01), 
libcgi-pm-perl ( 3.43), libclass-isa-perl ( 0.33), libcpanplus-perl ( 
0.88), libextutils-cbuilder-perl ( 0.2602), libextutils-parsexs-perl ( 
2.2002), libfile-spec-perl ( 3.30), libfile-temp-perl ( 0.22), 
libi18n-langtags-perl ( 0.35-1), libio-zlib-perl ( 1.09), 
liblocale-codes-perl ( 2.07), liblocale-maketext-perl ( 1.13), 
liblocale-maketext-simple-perl ( 0.18-1), libmath-bigint-perl ( 1.89), 
libmodule-build-perl ( 0.340201), libmodule-corelist-perl ( 2.18), 
libmodule-load-conditional-perl ( 0.30), libmodule-load-perl ( 0.16), 
libmodule-pluggable-perl ( 3.9), libnet-perl (= 1:1.22), libnet-ping-perl 
( 2.36), libparams-check-perl ( 0.26-1), libparent-perl ( 0.221), 
libparse-cpan-meta-perl ( 1.39), libpod-escapes-perl ( 1.04), 
libpod-parser-perl ( 1.37), libpod-plainer-perl ( 0.01), libpod-simple-perl 
( 3.07), libswitch-perl ( 2.14), libtest-harness-perl ( 3.17), 
libtest-simple-perl ( 0.92), libthread-queue-perl ( 2.11), 
libtime-local-perl ( 1.1901), libversion-perl ( 1:0.7700), podlators-perl 
(= 2.2.2-1)
Filename: pool/main/p/perl/perl-modules_5.10.1-13_all.deb
Size: 3480936
MD5sum: 3ea37b5cbacf1b6409cd96140c85d530
SHA1: 2c5788cab2bd1913e14f08fc9f3910d77b44ec53
SHA256: dd5c0062836a53acaad3556f60a00c209157803d10fe5857073d8bb946c48bd0
Description: Core Perl modules
...
ait:~# du -b 
/var/cache/approx/debian/pool/main/p/perl/perl-modules_5.10.1-13_all.deb
3480936 /var/cache/approx/debian/pool/main/p/perl/perl-modules_5.10.1-13_all.deb
ait:~# md5sum 
/var/cache/approx/debian/pool/main/p/perl/perl-modules_5.10.1-13_all.deb

Bug#582598: Steps to reproduce

2010-05-23 Thread Dmitri Gribenko
Hi,

Here's a sequence of steps to reproduce the segfault:

1. Run nc -l  in one terminal.
2. Run ftp localhost  in other terminal.
3. Send EOF (ctrl-d) from the first terminal.
4. ftp in the second terminal crashes.

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;ji;j++){if(!(i%j)){j=0;break;}}if
(j){printf(%d\n,i);}}} /*Dmitri Gribenko griboz...@gmail.com*/



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



Bug#582598: ftp-ssl: crashes when remote servers disconnects right after connect

2010-05-21 Thread Dmitri Gribenko
Package: ftp-ssl
Version: 0.17.21+0.2-1
Severity: normal


I see exactly the same behaviour as in bug 579532, but in ftp-ssl.

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

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

Versions of packages ftp-ssl depends on:
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib
ii  libeditline0  1.12-6 line editing library similar to re
ii  libssl0.9.8   0.9.8n-1   SSL shared libraries
ii  netbase   4.41   Basic TCP/IP networking system

ftp-ssl recommends no packages.

ftp-ssl suggests no packages.

-- debconf-show failed



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



Bug#573899: x11-common: checks allow-user-session instead of allow-user-xsession

2010-03-14 Thread Dmitri Paduchikh
Package: x11-common
Version: 1:7.5+4
Severity: grave
File: /etc/X11/Xsession.d/50x11-common_determine-startup

The file /etc/X11/Xsession.d/50x11-common_determine-startup checks for
option allow-user-session whereas the correct option name (according to
Xsession.options and man Xsession.options) is allow-user-xsession. As a
result user's xsession file isn't executed.

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

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

Versions of packages x11-common depends on:
ii  debconf [debconf-2.0] 1.5.28 Debian configuration management sy
ii  debianutils   3.2.2  Miscellaneous utilities specific t
ii  lsb-base  3.2-23 Linux Standard Base 3.2 init scrip

x11-common recommends no packages.

x11-common suggests no packages.

-- debconf information:
  x11-common/xwrapper/allowed_users: Console Users Only
  x11-common/experimental_packages:
  x11-common/xwrapper/actual_allowed_users: console

-- 
Дмитрий Падучих


Bug#572426: bbdb: bbdb-gnus does not load due to missing bbdb-snarf

2010-03-03 Thread Dmitri Paduchikh
 information

-- 
Dmitri Paduchikh



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



Bug#558765: jodconverter: missed dependency

2009-11-30 Thread Dmitri Paduchikh
Package: jodconverter
Version: 2.2.2-1
Severity: normal

Hi,

I think that jodconverter has insufficient dependencies. I hadn't
OpenOffice installed in my system, and after

aptitude install jodconverter

the command to start OpenOffice.org in listening mode given in the
man-page of jodconverter failed with this error message:

$ soffice -headless -accept=socket,port=8100;urp;
/usr/bin/soffice: line 213: 
/usr/lib/openoffice/program/../basis-link/program/pagein: No such file or 
directory
/usr/bin/soffice: line 234: /usr/lib/openoffice/program/soffice.bin: No such 
file or directory

When I installed openoffice.org-core this problem disappeared but
jodconverter still wouldn't convert docx to html. Only after installing
openoffice.org it performed such conversion.

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

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

Versions of packages jodconverter depends on:
pn  gij | java-virtual-machinenone (no description available)
ii  libcommons-cli-java   1.2-2  API for working with the command l
ii  libcommons-io-java1.4-2  Common useful IO related classes
ii  libjodconverter-java  2.2.2-1Office formats converter - Library
ii  sun-java6-jre [java2-runtime] 6-17-1 Sun Java(TM) Runtime Environment (

jodconverter recommends no packages.

jodconverter suggests no packages.

-- no debconf information

-- 
Дмитрий Падучих


Bug#557431: general: there is no package to install all POSIX utilities at once

2009-11-22 Thread Dmitri Vorobiev
Actually, it is known that some utilities are not POSIX-compliant, and
will probably never be. At the same time, I believe that even though
some of the packages aren't POSIX-compliant, having a POSIX-like
environment can be useful. The point therefore is not to have a
POSIX-compliant system, but merely to install the utilities specified
by the `Shell and Utilities' volume.

Dmitri



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



Bug#557427: cssc: many SCCS utilities are not in the default PATH

2009-11-21 Thread Dmitri Vorobiev
Package: cssc
Version: 1.0.1-4
Severity: wishlist


The `cssc' package provides a set of SCCS utilities with binaries
buried in /usr/lib/cssc. This bug is to request putting symlinks
to these utilities to /usr/bin to have them usable not only via
the `sccs' frontend but also directly.

Note that POSIX specifies that at least the following utilities
be available under the DEVELOPMENT option: `admin', `delta', `get',
`prs', `rmdel', `sact', `unget', `val', `what'. All those utilities
are already present in the cssc package, but not visible in the
default PATH.

The GNU make utility expects that the `get' command is available
when building SCCS-based projects. For example, consider the
following situation:

d...@cipher:/tmp/cssc$ ls
SCCS
d...@cipher:/tmp/cssc$ make
get   SCCS/s.Makefile
1.1
4 lines
Hello World!
d...@cipher:/tmp/cssc$ ls
Makefile  SCCS
d...@cipher:/tmp/cssc$ 

Here, `make' used `get' to retrive the Makefile itself. Currently,
`make' would not work properly with the default installation of
the cssc package.

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

Kernel: Linux 2.6.31-15-generic (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 cssc depends on:
ii  libc6   2.10.1-0ubuntu15 GNU C Library: Shared libraries
ii  libgcc1 1:4.4.1-4ubuntu8 GCC support library
ii  libstdc++6  4.4.1-4ubuntu8   The GNU Standard C++ Library v3

cssc recommends no packages.

Versions of packages cssc suggests:
ii  groff 1.20.1-5   GNU troff text-formatting 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#557429: dwm: create yet another alternative for Winkey

2009-11-21 Thread Dmitri Vorobiev
Package: dwm
Version: 5.7.2-1
Severity: wishlist


It was proven convenient to use dwm with WinKey to issue commands
to the window manager. This wishlist bug requests creating a new
alternative for a dwm compilation that uses the Windows key as
the dwm's modifier.

More information about WinKey as dwm's modifier can be found in
dwm wiki at the following location:

http://dwm.suckless.org/customisation/windows_key

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

Kernel: Linux 2.6.31-15-generic (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 dwm depends on:
ii  libc6   2.10.1-0ubuntu15 GNU C Library: Shared libraries
ii  libx11-62:1.2.2-1ubuntu1 X11 client-side library
ii  libxinerama12:1.0.3-2X11 Xinerama extension library

Versions of packages dwm recommends:
ii  dwm-tools   30-1 dynamic window manager (tools)
ii  x11-xserver-utils   7.4+2ubuntu3 X server utilities

dwm suggests no packages.



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



Bug#557431: general: there is no package to install all POSIX utilities at once

2009-11-21 Thread Dmitri Vorobiev
Package: general
Severity: wishlist


Currently no package exists that would allow installation of all
utilities specified by the POSIX `Shell and utilities' volume:

http://www.opengroup.org/onlinepubs/9699919799/idx/utilities.html

It is considered useful to have such a package, and one such
package was actually created:

https://edge.launchpad.net/~codedot/+archive/ppa/+sourcepub/870564/+listing-archive-extra

This bug is to suggest inclusion of this or a similar package
into Debian operating system.

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

Kernel: Linux 2.6.31-15-generic (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#500501: More detailed analysis

2009-11-19 Thread Dmitri Gribenko
Hi,

Please see more detailed analysis in bug #555922 that I filed against
libc (because in fact sed's regex implementation is based on, or is a
copy of libc's one and this bug affects many more packages).

In my opinion, the proper solution for sed would be:
1. --binary option should throw sed in a true binary mode without any
knowledge of UTF-8 or any other multibyte encodings.  This would allow
to process binary files without any UTF-8 logic.  And this would allow
direct manipulation of ill-formed UTF-8 sequences in cases when it is
required.  The Unicode standard notes one such situation ([1], page
62):

For example, a UTF-8 file could have had CRLF sequences introduced at
every 80 bytes by a bad mailer program. This could result in some
UTF-8 byte sequences being interrupted by CRLFs, producing illegal
byte sequences. This mangled text is no longer UTF-8. It is
permissible for a conformant program to repair such text, recognizing
that the mangled text was originally well-formed UTF-8 byte sequences.

By introducing a true binary mode, one could write a sed script for
such purpose.

2. Otherwise, if input encoding is UTF-8, all input text should be
processed with a conformat UTF-8 decoder and all ill-formed sequences
should be replaced with replacement character.  The result is passed
to the current implementation of regexes.  But now we would have a
guarantee that a sed script can process any input in an expected way.
It can even match ill-formed sequences by matching the replacement
character.

[1] http://www.unicode.org/versions/Unicode5.2.0/ch03.pdf

Best regards,
Dmitri Gribenko

-- 
main(i,j){for(i=2;;i++){for(j=2;ji;j++){if(!(i%j)){j=0;break;}}if
(j){printf(%d\n,i);}}} /*Dmitri Gribenko griboz...@gmail.com*/



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



Bug#500501: More detailed analysis

2009-11-19 Thread Dmitri Gribenko
On Thu, Nov 19, 2009 at 5:18 PM, Paolo Bonzini bonz...@gnu.org wrote:
 --binary is strictly for Windows support.  There is already one such
 mode, it's called LANG=C.

I didn't think about that.  Thanks.

 From http://www.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap09.html

 A period ( '.' ), when used outside a bracket expression, is a BRE
 that shall match any character in the supported character set except
 NUL.

My point here is that current implementation of regexes makes '.' NOT
match some sequences.  And that is very nasty, because it is expected
that period will match anything.

$ printf 'aaa\x80bbb' | sed -e 's/^.*$/x/g' | xxd -
000: 6161 6180 6262 62aaa.bbb

The line contained '\x80' = no match.

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;ji;j++){if(!(i%j)){j=0;break;}}if
(j){printf(%d\n,i);}}} /*Dmitri Gribenko griboz...@gmail.com*/



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



Bug#555922: libc6: UTF-8 decoding is not conforming to the Unicode standard

2009-11-12 Thread Dmitri Gribenko
Package: libc6
Version: 2.10.1-5
Severity: normal


libc's decoding of UTF-8 is not conforming to the Unicode standard.  In
particular, it processes:

* 5 and 6-byte sequences, that are not described in the Unicode standard.
* 4-byte sequences that decode to code points above U+10.
* surrogates U+D800 .. U+DFFF.

Also it doesn't replace ill-formed sequences with replacement characters, nor
it reports an error to the calling program.

All these sequences are ill-formed according to the Unicode standard.

[1], pages 92-94, tables 3-6 and 3-7 define well-formed UTF-8 sequences.

glibc is not going to fix it. See [2].

Nevertheless, such behavior makes glibc and eglibc not conforming to the
Unicode standard.  See [1], pages 59-62, conformance clauses C1, C9, C10.  In
particular, C7 reads:

 All processes and higher-level protocols are required to abide by conformance
 clause C7 at a minimum.

Such not-conforming behavior directly affects all programs that link with libc
and rely on its functions.  In particular:

* sed's regexps can't match overlong byte sequences, continuation bytes that
are not parts of a sequence and first bytes that are not followed by
continuation.

* sed matches 5 and 6-byte sequences and surrogates in UTF-8.

$ printf 'a\xf8\x88\x80\x80\x80b' | sed -e 's/./x/g'
xxx

* the same applies to tac(1) in regexp mode:

$ printf 'aaa\xf8\x88\x80\x80\x80bbb' | tac -r -s $(printf 
'\xf8\x88\x80\x80\x80') | xxd -
000: 6262 6261 6161 f888 8080 80  bbbaaa.

$ printf 'aaa\xf8\x88\x80\x80\x80bbb' | tac -r -s '.' | xxd -
000: 6262 62f8 8880 8080 6161 61  bbb.aaa

* iconv() processes some ill-formed sequences, thus rendering it unusable for
santinizing or validating UTF-8 input.

$ printf '\xf8\x88\x80\x80\x80' | iconv -f UTF-8 -t UTF-8 | xxd -
000: f888 8080 80 .

$ printf '\xf8\x88\x80\x80\x80' | iconv -f UTF-8 -t UCS-4 | xxd -
000: 0020 . ..

$ echo '?php print iconv(UTF-8, UTF-8, \xf8\x88\x80\x80\x80);' | php | 
xxd -
000: f888 8080 80 .

The described behavior is also unsafe in security sense.  There are many
possible scenarios, for example:

Malicious input is processed with glibc's regexps and some ill-formed sequences
pass through.  The programmer expected that output is safe in some sense.  This
result is passed to another program with a UTF-8 decoder that simply skips
ill-formed sequences (thus violating recomendation [3] to never delete
ill-formed sequences).  This can lead to some strings joining unexpectedly in
place where ill-formed sequence was.  Of course, second program is someehat
guilty, but it wasn't expected that it would ever get ill-formed sequences as
input.

Attached is a testcase showing the described behavior for regexps.  The same
set of ill-formed strings can be used to test iconv() and all other mentioned
programs.

In order for these tests and demonstrations to work, please set LC_ALL to some
UTF-8 locale, for example:
$ export LC_ALL=ru_UA.UTF-8

As a summary: if some program wants to process UTF-8 with libc and conform to
Unicode standard, it has to invent some santinizing function that will replace
all ill-formed sequences in the input.  Or it would be easier for the
programmer just to rely on some other library that conforms, for example,
libicu.

[1] http://www.unicode.org/versions/Unicode5.2.0/ch03.pdf
[2] http://sources.redhat.com/bugzilla/show_bug.cgi?id=2373
[3] http://unicode.org/reports/tr36/#UTF-8_Exploit

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

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

Versions of packages libc6 depends on:
ii  libc-bin  2.10.1-5   GNU C Library: Binaries
ii  libgcc1   1:4.4.1-4  GCC support library

libc6 recommends no packages.

Versions of packages libc6 suggests:
ii  debconf [debconf-2.0] 1.5.28 Debian configuration management sy
ii  glibc-doc 2.10.1-5   GNU C Library: Documentation
ii  locales   2.10.1-5   GNU C Library: National Language (

-- debconf information excluded
/*
 * Compile with gcc -W -Wall -Werror -std=c99
 */

#define _GNU_SOURCE 1

#include sys/types.h
#include regex.h
#include stdio.h
#include stdlib.h
#include string.h
#include locale.h
#include mcheck.h

static struct
{
  const char *pattern;
  const char *string;
} tests[] =
{
  /*
   * No match.
   */
  { \\(.\\), \xc0\xaf },/* overlong 2-byte sequence for U+002F */
  { \\(.\\), \xe0\x80\xaf },/* overlong 3-byte sequence for U+002F */
  { \\(.\\), \xf0\x80\x80\xaf },/* overlong 4-byte sequence for U+002F */

  /* continuation byte that is not part of a sequence */
  { \\(.\\), \x80 },
  { \\(.\\), 

Bug#555922: libc6: UTF-8 decoding is not conforming to the Unicode standard

2009-11-12 Thread Dmitri Gribenko
Hi,

Here's another example, a rather nasty one.  find(1) also uses libc's regexps:

$ mkdir test
$ cd test
$ ls
$ touch $(printf 'aaa\x80bbb') aaa1bbb
$ ls
aaa1bbb  aaa?bbb
$ find . -regex '^.+bbb'
./aaa1bbb

'aaa\x80bbb' not found.

Best regards,
Dmitri Gribenko

-- 
main(i,j){for(i=2;;i++){for(j=2;ji;j++){if(!(i%j)){j=0;break;}}if
(j){printf(%d\n,i);}}} /*Dmitri Gribenko griboz...@gmail.com*/



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



Bug#550918: finch: dependencies pull in almost a complete X server

2009-10-13 Thread Dmitri Gribenko
Package: finch
Version: 2.6.2-1
Severity: wishlist


finch depends on libgstfarsight0.10-0, which depends on
gstreamer0.10-plugins-good, which depends on gconf2, libx11-6, libxdamage1 etc.
Personally I don't mind having an X installation on a headless ssh-only machine
(hard disk space is cheap).  But the dependencies IMHO contradict the point
that finch is a console IM client.

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

Kernel: Linux 2.6.31-18sep2009
Locale: LANG=ru_UA.UTF-8, LC_CTYPE=ru_UA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages finch depends on:
ii  libc6 2.9-25 GNU C Library: Shared libraries
ii  libdbus-1-3   1.2.16-2   simple interprocess messaging syst
ii  libdbus-glib-1-2  0.82-2 simple interprocess messaging syst
ii  libglib2.0-0  2.22.0-1   The GLib library of C routines
ii  libgstfarsight0.10-0  0.0.15-1   Audio/Video communications framewo
ii  libgstreamer-plugins-base 0.10.24-2  GStreamer libraries from the base
ii  libgstreamer0.10-00.10.24-1  Core GStreamer libraries and eleme
ii  libidn11  1.15-1 GNU Libidn library, implementation
ii  libncursesw5  5.7+20090803-2 shared libraries for terminal hand
ii  libpurple02.6.2-1multi-protocol instant messaging l
ii  libxml2   2.7.5.dfsg-1   GNOME XML library
ii  pidgin-data   2.6.2-1multi-protocol instant messaging c

finch recommends no packages.

Versions of packages finch suggests:
ii  libx11-6  2:1.2.2-1  X11 client-side library

-- 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#549445: unclear sentence in avahi-daemon.conf(5)

2009-10-03 Thread Dmitri Gribenko
Package: avahi-daemon
Version: 0.6.25-1
Severity: minor


A quote from avahi-daemon.conf(5) describing deny-interfaces option:

deny-interfaces= Set a comma seperated list of network interfaces that should
be ignored by avahi-daemon.  Other not specified interfaces will be used,
unless allow-interfaces is set.  This option takes precedence over
deny-interfaces.

Last sentence is unclear.  It can mean either of:

1. (take the context of `this option' from the previous sentence)
allow-interfaces takes precedence over deny-interfaces;

2. (take the context from the paragraph) deny-interfaces takes precedence over
deny-interfaces -- nonsense;

3. (there's a mistake and it should say) deny-interfaces takes precedence over
allow-interfaces.

If (1) is true, then this sentence should be better placed in allow-interfaces
option description.

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

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

Versions of packages avahi-daemon depends on:
ii  adduser3.111 add and remove users and groups
ii  bind9-host [host]  1:9.6.1.dfsg.P1-3 Version of 'host' bundled with BIN
ii  dbus   1.2.16-2  simple interprocess messaging syst
ii  libavahi-common3   0.6.25-1  Avahi common library
ii  libavahi-core6 0.6.25-1  Avahi's embeddable mDNS/DNS-SD lib
ii  libc6  2.9-25GNU C Library: Shared libraries
ii  libcap21:2.16-5  support for getting/setting POSIX.
ii  libdaemon0 0.13-3lightweight C library for daemons 
ii  libdbus-1-31.2.16-2  simple interprocess messaging syst
ii  libexpat1  2.0.1-4   XML parsing C library - runtime li
ii  lsb-base   3.2-23Linux Standard Base 3.2 init scrip

Versions of packages avahi-daemon recommends:
ii  libnss-mdns   0.10-3.1   NSS module for Multicast DNS name 

Versions of packages avahi-daemon suggests:
ii  avahi-autoipd 0.6.25-1   Avahi IPv4LL network address confi

-- 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#543386: rocksndiamonds: Improve Russian translation of debconf messages

2009-08-24 Thread Dmitri Gribenko
Package: rocksndiamonds
Version: 3.2.6.1+dfsg1-2
Severity: minor
Tags: patch l10n


The attached patch improves Russian translation of debconf messages.  It fixes
some missing puctuation, spelling, incomplete translations and computer
speaking from the first person problems.

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

Kernel: Linux 2.6.30.1-11jul2009
Locale: LANG=ru_UA.UTF-8, LC_CTYPE=ru_UA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages rocksndiamonds depends on:
ii  debconf [debconf-2.0]  1.5.27Debian configuration management sy
ii  libc6  2.9-12GNU C Library: Shared libraries
ii  libsdl-image1.21.2.7-1   image loading library for Simple D
ii  libsdl-mixer1.21.2.8-6+b1mixer library for Simple DirectMed
ii  libsdl-net1.2  1.2.7-2   network library for Simple DirectM
ii  libsdl1.2debian1.2.13-4+b1   Simple DirectMedia Layer
ii  p7zip  4.58~dfsg.1-1 7zr file archiver with high compre
ii  perl-modules   5.10.0-25 Core Perl modules
ii  unzip  6.0-1 De-archiver for .zip files
ii  wget   1.11.4-4  retrieves files from the web

rocksndiamonds recommends no packages.

rocksndiamonds suggests no packages.

-- debconf information excluded
msgid 
msgstr 
Project-Id-Version: rocksndiamonds\n
Report-Msgid-Bugs-To: rocksndiamo...@packages.debian.org\n
POT-Creation-Date: 2009-07-30 09:35+0400\n
PO-Revision-Date: 2007-01-07 17:03+0300\n
Last-Translator: Dmitry E. Oboukhov\n
Language-Team: Russian debian-l10n-russ...@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: boolean
#. Description
#: ../templates:1001
msgid Download non-free game data?
msgstr Вы согласны скачать ресурсы игры из интернета?

#. Type: boolean
#. Description
#: ../templates:1001
msgid 
These games require data files that are not available under a free software 
license and so are not distributable with Debian. This script may 
automatically download these data files from the net and install them on 
your system.
msgstr 
Файлы, содержащие ресурсы для игры, не распространяются под свободной 
лицензией. Поэтому распространение их в составе Debian невозможно. Однако, 
используя этот настроечный сценарий, Вы можете скачать эти файлы из 
интернета.

#. Type: multiselect
#. Description
#: ../templates:2001
msgid Games to download data for:
msgstr Выберите, какие игры необходимо скачать:

#. Type: error
#. Description
#: ../templates:3001
msgid Missing utilities for download or unpacking
msgstr Не найдены утилиты для скачивания и распаковки

#. Type: error
#. Description
#: ../templates:3001
msgid 
The wget, 7-zip, unzip, tar are needed to either download or unpack the game 
data.
msgstr 
Для скачивания и распаковки ресурсов игры требуются пакеты: wget, 7-zip, 
unzip, tar.

#. Type: error
#. Description
#: ../templates:3001
msgid 
Some of them are not available on this system. You should install them and 
then reconfigure this package by using 'dpkg-reconfigure rocksndiamonds'.
msgstr 
Некоторые из них не установлены на Вашем компьютере. Установите их, а затем 
повторно запустите этот сценарий командой 'dpkg-reconfigure rocksndiamonds'.

#. Type: error
#. Description
#: ../templates:4001
msgid Cannot download required resources
msgstr Не удалось скачать запрошенные ресурсы

#. Type: error
#. Description
#: ../templates:4001
msgid 
When script tried to download one of choosen resources downloading error 
occured. Please check Your network connection or retry later on.
msgstr 
При попытке скачать нужные ресурсы из интернета произошла ошибка. 
Пожалуйста, проверьте Ваше соединение с интернетом или попробуйте позднее.
--- ru.po.orig	2009-08-24 20:18:52.0 +0300
+++ ru.po	2009-08-24 20:25:48.0 +0300
@@ -34,7 +34,7 @@
 #. Description
 #: ../templates:2001
 msgid Games to download data for:
-msgstr Выберите, какие дополнительные игры необходимо скачать:
+msgstr Выберите, какие игры необходимо скачать:
 
 #. Type: error
 #. Description
@@ -48,7 +48,9 @@
 msgid 
 The wget, 7-zip, unzip, tar are needed to either download or unpack the game 
 data.
-msgstr Для скачивания и распаковки требуются пакеты: wget, 7-zip, unzip, tar
+msgstr 
+Для скачивания и распаковки ресурсов игры требуются пакеты: wget, 7-zip, 
+unzip, tar.
 
 #. Type: error
 #. Description
@@ -58,13 +60,13 @@
 then reconfigure this package by using 'dpkg-reconfigure rocksndiamonds'.
 msgstr 
 Некоторые из них не установлены на Вашем компьютере. Установите их, а затем 
-повторно запустите этот сценарий.
+повторно запустите этот сценарий командой 'dpkg-reconfigure rocksndiamonds'.
 
 #. Type: error
 #. Description
 #: ../templates:4001
 msgid Cannot download required resources
-msgstr Не могу скачать требуемые 

Bug#540303: ia32-libs: seems like I figured out why this happened

2009-08-09 Thread Dmitri Gribenko
Package: ia32-libs
Severity: normal


Hi,

I'm on testing and after libc update I have only fakeroot's files left in
/emul.  I've got fakeroot 1.12.4 installed and it Conflicts with libc6-dev-i386
= 2.9-13.  But I don't have libc6-dev-i386 installed, only libc6-i386.  So,
when fakeroot update has migrated to testing (in June), I installed it and
didn't notice anything, until now.  So I think that the problem is that
fakeroot 'Conflicts' on the wrong package.  Does this sound reasonable?

If my thoughts a correct, then fakeroot is now partially broken on a number of
systems (that is, it is not my local problem) and something should be done with
this.  Although I can erinstall it manually, it would be better if it would be
done automatically for all affected users.

Best regards,
Dmitri Gribenko

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

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

Versions of packages ia32-libs depends on:
ii  dpkg   1.15.3.1+b1   Debian package management system
ii  lib32asound2   1.0.20-3  shared library for ALSA applicatio
ii  lib32gcc1  1:4.4.1-1 GCC support library (32 bit Versio
ii  lib32ncurses5  5.7+20090803-1shared libraries for terminal hand
ii  lib32stdc++6   4.4.1-1   The GNU Standard C++ Library v3 (3
ii  lib32z11:1.2.3.3.dfsg-15 compression library - 32 bit runti
ii  libc6-i386 2.9-23GNU C Library: 32-bit shared libra
ii  lsb-release3.2-23Linux Standard Base version report

ia32-libs recommends no packages.

Versions of packages ia32-libs suggests:
pn  ia32-libs-gtk none (no description available)

-- no debconf information



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



Bug#535239: grub-pc in some cases doesn't migrate kopt

2009-08-02 Thread Dmitri Gribenko
Package: grub-pc
Version: 1.96+20090725-1
Severity: normal


I have just upgraded grub on two computers and on one of them I was hit by this
bug.  You can see that my debconf string grub-pc/linux_cmdline is empty.  I
think that it is caused by my kopt string and the characters it contains:

$ grep '^# kopt=' /boot/grub/menu.lst
# kopt=root=/dev/sda1 ro 
netconsole=1...@192.168.1.4/eth0,8...@192.168.1.3/00:15:f2:65:2d:39 
nmi_watchdog=0

$ sed -ne s/^# kopt=//p /boot/grub/menu.lst | tr -s   \n | grep -vx 
\(ro\|root=[^ ]*\)
netconsole=1...@192.168.1.4/eth0,8...@192.168.1.3/00:15:f2:65:2d:39
nmi_watchdog=0

It could be something related to shell quoting.

-- Package-specific info:

*** BEGIN /proc/mounts
/dev/disk/by-uuid/f0ec65c8-37ef-47a8-9607-5c4b79b869de / reiserfs 
rw,relatime,notail 0 0
/dev/sda10 /home reiserfs rw,relatime 0 0
/dev/sda7 /tmp reiserfs rw,relatime 0 0
/dev/sda8 /usr reiserfs rw,relatime 0 0
/dev/sda9 /var reiserfs rw,relatime 0 0
*** END /proc/mounts

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

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

### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
if terminal_input console ; then true ; else
  # For backward compatibility with versions of terminal.mod that don't
  # understand terminal_input
  terminal console
fi
if terminal_output.console ; then true ; else
  # For backward compatibility with versions of terminal.mod that don't
  # understand terminal_output
  terminal console
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry Debian GNU/Linux, Linux 2.6.31-rc5-1aug2009 {
set root=(hd0,1)
search --no-floppy --fs-uuid --set f0ec65c8-37ef-47a8-9607-5c4b79b869de
linux   /boot/vmlinuz-2.6.31-rc5-1aug2009 
root=UUID=f0ec65c8-37ef-47a8-9607-5c4b79b869de ro  
netconsole=1...@192.168.1.4/eth0,8...@192.168.1.3/00:15:f2:65:2d:39 
nmi_watchdog=0
initrd  /boot/initrd.img-2.6.31-rc5-1aug2009
}
menuentry Debian GNU/Linux, Linux 2.6.31-rc5-1aug2009 (recovery mode) {
set root=(hd0,1)
search --no-floppy --fs-uuid --set f0ec65c8-37ef-47a8-9607-5c4b79b869de
linux   /boot/vmlinuz-2.6.31-rc5-1aug2009 
root=UUID=f0ec65c8-37ef-47a8-9607-5c4b79b869de ro single 
initrd  /boot/initrd.img-2.6.31-rc5-1aug2009
}
menuentry Debian GNU/Linux, Linux 2.6.31-rc4-24jul2009 {
set root=(hd0,1)
search --no-floppy --fs-uuid --set f0ec65c8-37ef-47a8-9607-5c4b79b869de
linux   /boot/vmlinuz-2.6.31-rc4-24jul2009 
root=UUID=f0ec65c8-37ef-47a8-9607-5c4b79b869de ro  
netconsole=1...@192.168.1.4/eth0,8...@192.168.1.3/00:15:f2:65:2d:39 
nmi_watchdog=0
initrd  /boot/initrd.img-2.6.31-rc4-24jul2009
}
menuentry Debian GNU/Linux, Linux 2.6.31-rc4-24jul2009 (recovery mode) {
set root=(hd0,1)
search --no-floppy --fs-uuid --set f0ec65c8-37ef-47a8-9607-5c4b79b869de
linux   /boot/vmlinuz-2.6.31-rc4-24jul2009 
root=UUID=f0ec65c8-37ef-47a8-9607-5c4b79b869de ro single 
initrd  /boot/initrd.img-2.6.31-rc4-24jul2009
}
menuentry Debian GNU/Linux, Linux 2.6.30-rc8-81ee1bad-04jun2009 {
set root=(hd0,1)
search --no-floppy --fs-uuid --set f0ec65c8-37ef-47a8-9607-5c4b79b869de
linux   /boot/vmlinuz-2.6.30-rc8-81ee1bad-04jun2009 
root=UUID=f0ec65c8-37ef-47a8-9607-5c4b79b869de ro  
netconsole=1...@192.168.1.4/eth0,8...@192.168.1.3/00:15:f2:65:2d:39 
nmi_watchdog=0
initrd  /boot/initrd.img-2.6.30-rc8-81ee1bad-04jun2009
}
menuentry Debian GNU/Linux, Linux 2.6.30-rc8-81ee1bad-04jun2009 (recovery 
mode) {
set root=(hd0,1)
search --no-floppy --fs-uuid --set f0ec65c8-37ef-47a8-9607-5c4b79b869de
linux   /boot/vmlinuz-2.6.30-rc8-81ee1bad-04jun2009 
root=UUID=f0ec65c8-37ef-47a8-9607-5c4b79b869de ro single 
initrd  /boot/initrd.img-2.6.30-rc8-81ee1bad-04jun2009
}
menuentry Debian GNU/Linux, Linux 2.6.30-rc8-04jun2009 {
set root=(hd0,1)
search --no-floppy --fs-uuid --set f0ec65c8-37ef-47a8-9607-5c4b79b869de
linux   /boot/vmlinuz-2.6.30-rc8-04jun2009 
root=UUID=f0ec65c8-37ef-47a8-9607-5c4b79b869de ro  
netconsole=1...@192.168.1.4/eth0,8...@192.168.1.3/00:15:f2:65:2d:39 
nmi_watchdog=0
initrd  /boot/initrd.img-2.6.30-rc8-04jun2009
}
menuentry Debian GNU/Linux, Linux 2.6.30-rc8-04jun2009 (recovery mode) {
set root=(hd0,1)
search --no-floppy --fs-uuid --set f0ec65c8-37ef-47a8-9607-5c4b79b869de
linux   /boot/vmlinuz-2.6.30-rc8-04jun2009 
root=UUID=f0ec65c8-37ef-47a8-9607-5c4b79b869de ro single 
initrd  

Bug#531341: prints login incorrect without asking for password when entering an invalid login

2009-07-18 Thread Dmitri Gribenko
On Sat, Jul 18, 2009 at 8:18 PM, Nicolas
Françoisnicolas.franc...@centraliens.net wrote:
 Please look at the pam_securetty.so section in /etc/pam.d/login

 There are two contradicting security goals which are to avoid having root's
 password entered on unsafe lines (and unknown users should be considered
 as a mistyped 'root'), and to avoid leaking information regarding existing
 users.

Thank you for the explanation.

 I don't really know how to handle this bug. My preference would go to
 close it (which I will do in a few week if there are no answers). Another
 solution could be to keep it as wontfix as an information bug and wait
 until somebody finds a cleaner solution.

I think it is better to keep it as wontfix.

Best regards,
Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;ji;j++){if(!(i%j)){j=0;break;}}if
(j){printf(%d\n,i);}}} /*Dmitri Gribenko griboz...@gmail.com*/



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



Bug#536688: lighttpd: create-mime.assign.pl doesn't have permission for execution

2009-07-12 Thread Dmitri Paduchikh
Package: lighttpd
Version: 1.4.23-2
Severity: normal
File: /usr/share/lighttpd/create-mime.assign.pl

This script must be executable as it is called from lighttpd.conf:

## mimetype mapping
include_shell /usr/share/lighttpd/create-mime.assign.pl

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

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

Versions of packages lighttpd depends on:
ii  libattr1   1:2.4.43-3Extended attribute shared library
ii  libbz2-1.0 1.0.5-3   high-quality block-sorting file co
ii  libc6  2.9-18GNU C Library: Shared libraries
ii  libfam02.7.0-13.4Client library to control the FAM 
ii  libldap-2.4-2  2.4.15-1.1OpenLDAP libraries
ii  libpcre3   7.8-2+b1  Perl 5 Compatible Regular Expressi
ii  libssl0.9.80.9.8k-3  SSL shared libraries
ii  libterm-readline-perl- 1.0302-1  Perl implementation of Readline li
ii  lsb-base   3.2-22Linux Standard Base 3.2 init scrip
ii  mime-support   3.46-1MIME files 'mime.types'  'mailcap
ii  zlib1g 1:1.2.3.3.dfsg-14 compression library - runtime

Versions of packages lighttpd recommends:
ii  spawn-fcgi1.6.2-3A fastcgi process spawner

Versions of packages lighttpd suggests:
pn  apache2-utils none (no description available)
ii  openssl   0.9.8k-3   Secure Socket Layer (SSL) binary a
pn  rrdtool   none (no description available)

-- no debconf information

-- 
Дмитрий Падучих


Bug#531341: prints login incorrect without asking for password when entering an invalid login

2009-05-31 Thread Dmitri Gribenko
Package: login
Version: 1:4.1.3.1-1
Severity: normal


If you enter an invalid login, you get login incorrect immediately.  Expected
behavior is that password should be asked regardless of login correctness.
This is to mitigate user enumeration attacks.

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

Kernel: Linux 2.6.30-rc7-3218911f-30may2009 (SMP w/2 CPU cores)
Locale: LANG=ru_UA.UTF-8, LC_CTYPE=ru_UA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages login depends on:
ii  libc6 2.9-12 GNU C Library: Shared libraries
ii  libpam-modules1.0.1-9Pluggable Authentication Modules f
ii  libpam-runtime1.0.1-9Runtime support for the PAM librar
ii  libpam0g  1.0.1-9Pluggable Authentication Modules l

login recommends no packages.

login 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#530030: step: hangs consuming 100% CPU when placing a spring

2009-05-22 Thread Dmitri Gribenko
Package: step
Version: 4:4.2.2-1+b1
Severity: normal


If you start step and try to add a spring, step will hang and consume 100% CPU.
Examples that come with step and use springs run OK, but if you try to select a
spring and change its parameters, step will hang.

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

Kernel: Linux 2.6.29.2-05may2009
Locale: LANG=ru_UA.UTF-8, LC_CTYPE=ru_UA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages step depends on:
ii  kdebase-runtime   4:4.2.2-1  runtime components from the offici
ii  kdelibs5  4:4.2.2-2  core libraries for all KDE 4 appli
ii  libc6 2.9-4  GNU C Library: Shared libraries
ii  libqt4-opengl 4.5.1-2Qt 4 OpenGL module
ii  libqt4-xml4.5.1-2Qt 4 XML module
ii  libqtcore44.5.1-2Qt 4 core module
ii  libqtgui4 4.5.1-2Qt 4 GUI module
ii  libstdc++64.4.0-4The GNU Standard C++ Library v3

step recommends no packages.

step 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#514482: kernel-package: the problem is that /usr/src is SGID

2009-02-20 Thread Dmitri Gribenko
Package: kernel-package
Version: 11.017
Followup-For: Bug #514482

The problem is that /usr/src is SGID.  After one creates a directory in
/usr/src, it becomes SGID too.

/home/linux-git# mkdir /usr/src/linux-2.6.29-rc5
/home/linux-git# git archive v2.6.29-rc5 | (cd /usr/src/linux-2.6.29-rc5/; tar 
xvf -)
/home/linux-git# cd /usr/src/linux-2.6.29-rc5/
/usr/src/linux-2.6.29-rc5# cp ~/config .config
/usr/src/linux-2.6.29-rc5# make-kpkg --append-to-version -20feb2009 --revision 
1 debian
exec make kpkg_version=11.017 -f /usr/share/kernel-package/ruleset/minimal.mk 
debian DEBIAN_REVISION=1  APPEND_TO_VERSION=-20feb2009
== making target debian/stamp/conf/minimal_debian [new prereqs: ]==
This is kernel package version 11.017.
test -d debian || mkdir debian
test ! -e stamp-building || rm -f stamp-building
install -p -m 755 /usr/share/kernel-package/rules debian/rules
for file in ChangeLog  Control  Control.bin86 config templates.in rules; do 
 \
cp -f  /usr/share/kernel-package/$file ./debian/;   
\
done
for dir  in Config docs examples ruleset scripts pkg po;  do
  \
  cp -af /usr/share/kernel-package/$dir  ./debian/; 
\
done
test -f debian/control || sed -e 's/=V/2.6.29-rc5-20feb2009/g'  \
-e 's/=D/1/g' -e 's/=A/amd64/g'  \
-e 's/=SA//g'   -e 's/=L/ /g' \
-e 's/=I//g'\
-e 's/=CV/2.6/g'\
-e 's/=M/Dmitri Gribenko griboz...@gmail.com/g'   \
-e 's/=ST/linux/g'  -e 's/=B/x86_64/g'\
  /usr/share/kernel-package/Control  debian/control
test -f debian/changelog ||  sed -e 's/=V/2.6.29-rc5-20feb2009/g'   \
-e 's/=D/1/g'-e 's/=A/amd64/g'   \
-e 's/=ST/linux/g' -e 's/=B/x86_64/g' \
-e 's/=M/Dmitri Gribenko griboz...@gmail.com/g'   
 \
 /usr/share/kernel-package/changelog  debian/changelog
chmod 0644 debian/control debian/changelog
test -d ./debian/stamp || mkdir debian/stamp
make -f debian/rules debian/stamp/conf/kernel-conf
make[1]: Entering directory `/usr/src/linux-2.6.29-rc5'
== making target debian/stamp/conf/kernel-conf [new prereqs: ]==
test ! -e scripts/package/builddeb || mv -f scripts/package/builddeb 
scripts/package/builddeb.kpkg-dist
test ! -e scripts/package/Makefile || test -f 
scripts/package/Makefile.kpkg-dist || (mv -f scripts/package/Makefile 
scripts/package/Makefile.kpkg-dist  (echo # Dummy file ; echo help:)   
scripts/package/Makefile)
make EXTRAVERSION=-rc5-20feb2009   ARCH=x86_64 \
oldconfig;
make[2]: Entering directory `/usr/src/linux-2.6.29-rc5'
scripts/kconfig/conf -o arch/x86/Kconfig
#
# configuration written to .config
#
make[2]: Leaving directory `/usr/src/linux-2.6.29-rc5'
make EXTRAVERSION=-rc5-20feb2009   ARCH=x86_64 prepare
make[2]: Entering directory `/usr/src/linux-2.6.29-rc5'
scripts/kconfig/conf -s arch/x86/Kconfig
make[2]: Leaving directory `/usr/src/linux-2.6.29-rc5'
make[2]: Entering directory `/usr/src/linux-2.6.29-rc5'
  CHK include/linux/version.h
  UPD include/linux/version.h
  CHK include/linux/utsrelease.h
  UPD include/linux/utsrelease.h
  SYMLINK include/asm - include/asm-x86
  CC  kernel/bounds.s
  GEN include/linux/bounds.h
  CC  arch/x86/kernel/asm-offsets.s
  GEN include/asm/asm-offsets.h
  CALLscripts/checksyscalls.sh
make[2]: Leaving directory `/usr/src/linux-2.6.29-rc5'
echo done  debian/stamp/conf/kernel-conf
make[1]: Leaving directory `/usr/src/linux-2.6.29-rc5'
make -f debian/rules debian/stamp/conf/full-changelog
make[1]: Entering directory `/usr/src/linux-2.6.29-rc5'
== making target debian/stamp/conf/full-changelog [new prereqs: ]==
( test -f debian/official  test -f debian/control) ||\
 sed -e 's/=V/2.6.29-rc5-20feb2009/g' -e 's/=D/1/g' \
 -e 's/=A/amd64/g'   -e 's/=SA//g'  \
-e 's/=L/lilo (= 19.1) | grub, /g' -e 's/=I//g'   \
-e 's/=CV/2.6/g'   \
-e 's/=M/Dmitri Gribenko griboz...@gmail.com/g'  \
-e 's/=ST/linux/g'  -e 's/=B/x86_64/g'   \
   /usr/share/kernel-package/Control debian/control
test -f debian/official ||\
 sed -e 's/=V/2.6.29-rc5-20feb2009/g' -e 's/=D/1/g'   \
  -e 's/=A/amd64/g' -e 's/=M/Dmitri Gribenko griboz...@gmail.com/g' \
  -e 's/=ST/linux/g' -e 's/=B/x86_64/g'   \
/usr/share/kernel-package/changelog  debian/changelog
chmod 0644 debian/control debian/changelog
test -f debian/official ||  \
 for file in ChangeLog  Control  Control.bin86 config templates.in rules; 
do\
 cp -f

Bug#513128: xserver-xorg-core: X server crashes every time when gnome-screensaver starts (after recent upgrade)

2009-01-26 Thread Dmitri Toptygin
On Mon, 2009-01-26 at 23:54 +0100, Brice Goglin wrote:
 Dmitri Toptygin wrote:
  On Mon, 2009-01-26 at 22:33 +0100, Brice Goglin wrote:

  I've seen several backtraces like this, it's hard to know which one
  this
  one is. You should try catching a better backtrace with gdb. Install
  libpixman-1-0 and xserver-xorg-core-dbg, restart X, login from another
  machine with ssh, run gdb -p $(pidof X) in this ssh, wait for the
  crash
  to occur, and enter bt full in gdb.
 
  
 
  I did exactly what you said. 
  I installed libpixman-1-0-dbg and xserver-xorg-core-dbg, rebooted the
  computer, logged in through the graphical user interface, also
  immideately logged in via SSH, tried to run gdb -p $(pidof X) as
  myself and got an error message ptrace: Operation not permitted, so I
  quit gdb and ran sudo gdb -p $(pidof X) - this worked. The graphical
  user interface became completely frozen (I could not move the mouse or
  do anything from the keyboard). Probably this is the way it should be (I
  do not know). I waited for more than it usually takes for the
  gnome-screensaver to kick in - nothing happened (the screen was still
  frozen, I guess this was bacause gdb took over the X server output).

 
 I forgot to say:
 After attaching gdb, enter c for continue. The X server will resume
 from freeze and work as usual. You can then let everything work/crash as
 usual. When the crash occurs, gdb will wake up and ask for you to enter
 a command. Do bt full then.
 
 Brice

Here is the result (output of gdb after I entered c:
_
(gdb) c
Continuing.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb7c24a30 (LWP 4414)]
0x in ?? ()
(gdb) bt full
#0  0x in ?? ()
No symbol table info available.
#1  0xb7ebfa97 in fbStore (pict=0x8812360, x=0, y=value optimized out,
width=1280, buffer=0xbf84a18c) at ../../pixman/pixman-compose.c:165
bits = (uint32_t *) 0xb5567040
store = (storeProc) 0
#2  0xb7ebf5e4 in pixman_composite_rect_general (data=0xbf84ed8c,
scanline_buffer=0xbf848d8c) at ../../pixman/pixman-compose.c:452
No locals.
#3  0xb7ec3646 in pixman_image_composite_rect (op=PIXMAN_OP_SRC,
src=0x88122b8, mask=0x0, dest=0x8812360, src_x=0, src_y=0, mask_x=0,
mask_y=0, dest_x=0,
dest_y=0, width=1280, height=1024)
at ../../pixman/pixman-pict.c:1340
compose_data = {op = 1 '\001', src = 0x88122b8, mask = 0x0, dest
= 0x8812360, xSrc = 0, ySrc = 0, xMask = 0, yMask = 0, xDest = 0, yDest
= 0,
  width = 1280, height = 1024}
_scanline_buffer = {4278190080 repeats 2560 times, 419430400
repeats 1280 times, 1000, 0, 0, 0, 2, 0, 4096, 8, 0, 1233013665, 0,
1233013665, 0,
  1233013665, 0, 17629212, 0, 3085041652, 142881136, 100, 3213150716,
3084078301, 142881136, 15592683, 3213150764, 4096, 3057029120,
3084489187,
  3085041652, 3084070878, 15, 3057029120, 4096, 15592683, 15592683,
15592683, 15592683, 3085041652, 142881136, 115, 3213150780, 3084078395,
142881136,
  142881136, 3213150804, 3084083954, 142881136, 15592683, 1, 142881136,
3213151736, 3083959272, 3213151652, 0, 142881136, 15592683, 0,
142881288,
  4294967260, 4294967260, 4294967260, 15592683, 15592683, 15592683,
15592683, 15592683, 15592683, 15592683, 4294967260, 4294967260,
15592683, 15592683,
  15592683, 15592683, 15592683, 3213151708, 15592683, 15592683,
15592683, 15592683, 15592683, 15592683, 15592683, 3086064042, 15592683,
15592683, 15592683,
  15592683, 15592683, 3213151804, 4294967295, 1, 1023, 3085042592,
3085036800, 0, 15592683, 10, 3084931350, 0, 0, 3213159036, 0, 0,
3084095092, 15592683,
  0, 1, 1, 2, 15592683, 15592683, 142759824, 3085046112, 5, 15592683,
15592683, 15592683, 15592683, 15592683, 3084095092, 15592683, 15592683,
15592683,
  15592683, 15592683, 15592683, 15592683, 142759880, 3085046112, 1,
3213151160, 3084097574, 3085046112, 142759824, 142759816, 136192612,
142759824, 9,
  3213151176, 136048801, 142759824, 136192612, 3213151208, 3085041652,
3085046112, 142759880, 3213151224, 3084097574, 3085046112, 142759880,
142759872,
  136192612, 142759880, 1, 3213151240, 136048801, 142759880, 136192612,
3213151304, 134702018, 142759880, 1090519115, 134872640, 4278190089, 0,
224,
  136233920, 8, 87, 142444320, 142761336, 136192612, 1, 1, 3213160312,
134874316, 1090519115, 0, 15592683 repeats 21 times...}
scanline_buffer = (uint32_t *) 0xbf848d8c
#4  0xb7ec3299 in pixman_image_composite (op=PIXMAN_OP_SRC,
pSrc=0x88122b8, pMask=0x0, pDst=0x8812360, xSrc=0, ySrc=0, xMask=0,
yMask=0, xDst=0, yDst=0,
width=value optimized out, height=value optimized out)
at ../../pixman/pixman-pict.c:1246
srcRepeat = 0
maskRepeat = 0
srcTransform = 0
maskTransform = 0
srcAlphaMap = value optimized out
maskAlphaMap = 0
dstAlphaMap = 0
func = (CompositeFunc) 0xb7ec3530 pixman_image_composite_rect
#5  0xb798b202 in fbComposite (op=0 '\0', pSrc=0x87d6de0

Bug#511200: g++-4.3: doesn't work destructor of local object

2009-01-08 Thread Dmitri Paduchikh
Package: g++-4.3
Version: 4.3.2-1.1
Severity: normal

In the example below destructor of local object doesn't work (there is no
output from it). However, if the call of f() is wrapped into

  try {
f();
  }
  catch (...) {
throw;
  }

then the destructor produces expected output. Here is the result of running
the program without catch(...):

$ g++ -o test -DNO_TRY -Wall -Wextra -pedantic test.cc
$ ./test
constructing myt...@0xff7fd0ff
terminate called after throwing an instance of 'MyError'
Aborted

And now with handler:

$ g++ -o test -Wall -Wextra -pedantic test.cc
$ ./test
constructing myt...@0xff93ca1f
destructing myt...@0xff93ca1f
terminate called after throwing an instance of 'MyError'
Aborted

The program (test.cc):

#include iostream
using namespace std;

class MyTest {
public:
  MyTest() { cout  constructing MyTest@  this  '\n'; cout.flush(); }
  ~MyTest() { cout  destructing MyTest@  this  '\n'; cout.flush(); }
};

class MyError {};

void f()
{
  MyTest m;
  throw MyError();
}

int main()
{
#ifdef NO_TRY
  f();
#else
  try {
f();
  }
  catch (...) {
throw;
  }
#endif
}

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

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

Versions of packages g++-4.3 depends on:
ii  gcc-4.3   4.3.2-1.1  The GNU C compiler
ii  gcc-4.3-base  4.3.2-1.1  The GNU Compiler Collection (base 
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libgmp3c2 2:4.2.2+dfsg-3 Multiprecision arithmetic library
ii  libmpfr1ldbl  2.3.2.dfsg.1-1 multiple precision floating-point 
ii  libstdc++6-4.3-dev4.3.2-1.1  The GNU Standard C++ Library v3 (d

g++-4.3 recommends no packages.

Versions of packages g++-4.3 suggests:
pn  g++-4.3-multilib none  (no description available)
ii  gcc-4.3-doc  4.3.2.nf1-1 documentation for the GNU compiler
pn  libstdc++6-4.3-dbg   none  (no description available)

-- no debconf information

-- 
Dmitri Paduchikh



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



Bug#502657: netmaze: rendering problems and segfaults

2008-10-18 Thread Dmitri Gribenko
Package: netmaze
Version: 0.81+jpg0.82-12
Severity: grave
Justification: renders package unusable

Netmaze displays welcome screen normally, then I press 1 and I see [1].
If I press arrow keys randomly, after a while I get a segfault somewhere
in wall_pcoll():

Program received signal SIGSEGV, Segmentation fault.
0x00409b4a in wall_pcoll (xold=4467413632, yold=4456695628,
player=0x7f3d4b4411a0) at allmove.c:425
425 if(sm-std_maze.vwalls[yc][xc]  MAZE_BLOCK_PLAYER)
(gdb) bt
#0  0x00409b4a in wall_pcoll (xold=4467413632, yold=4456695628,
player=0x7f3d4b4411a0) at allmove.c:425
#1  0x0040a939 in move_all (players=0x7f3d4b4411a0,
joywerte=0x7f3d4b46aea0) at allmove.c:107
#2  signal handler called
#3  0x7f3d4a854c93 in select () from /lib/libc.so.6
#4  0x00408d50 in main (argc=1, argv=0x7fff5349a998) at
netmaze.c:291

I see this behaviour on two x86_64 Lenny installations.

[1] http://img235.imageshack.us/my.php?image=scdf0.png

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

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

Versions of packages netmaze depends on:
ii  libc6 2.7-14 GNU C Library: Shared libraries
ii  libx11-6  2:1.1.5-2  X11 client-side library
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar
ii  tix [tix] 8.4.0-6The Tix library for Tk -- runtime 
ii  tk8.4 8.4.19-2   Tk toolkit for Tcl and X11, v8.4 -

netmaze recommends no packages.

netmaze suggests no packages.

-- no debconf information



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



Bug#497255: irussian: Cannot install package irussian as default dictionary

2008-08-31 Thread Dmitri Paduchikh
Package: irussian
Version: 0.99g5-3
Severity: important

Hello,

During upgrading of irussian the following error occurred:

Errors were encountered while processing:
 irussian
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up irussian (0.99g5-3) ...

When trying to make the default link to a ispell dictionary
the file to link [/usr/lib/ispell/ru.hash] was not found. Please report this as 
a bug to the
maintainer of the ispell dictionary package you tried to
select.
In the meantime select other default value for your ispell dictionary.

When trying to make the default link to a ispell dictionary
the file to link [/usr/lib/ispell/ru.hash] was not found. Please report this as 
a bug to the
maintainer of the ispell dictionary package you tried to
select.
In the meantime select other default value for your ispell dictionary.
dpkg: error processing irussian (--configure):
 subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
 irussian


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

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

Versions of packages irussian depends on:
ii  debconf [debconf-2.0]   1.5.23   Debian configuration management sy
ii  dictionaries-common 0.98.12  Common utilities for spelling dict
ii  ispell  3.1.20.0-4.4 International Ispell (an interacti

irussian recommends no packages.

irussian suggests no packages.

-- debconf information:
  shared/packages-ispell:
  irussian/languages: russian (Russian koi8-r)

-- 
Dmitri Paduchikh



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



Bug#496119: aptitude: package count for devel category displayed incorrectly in russian locale

2008-08-22 Thread Dmitri Gribenko
Package: aptitude
Version: 0.4.11.8-1
Severity: minor
Tags: l10n


In ru_UA.UTF-8 locale aptitude displays some junk where package count
for devel category should be. Screenshot: [1]  Everything is OK in C
locale.

[1] http://img76.imageshack.us/my.php?image=sc1hg5.png

-- Package-specific info:
aptitude 0.4.11.8 скомпилировано в Jul  4 2008 17:26:43
Компилятор: g++ 4.3.1
Скомпилировано с помощью:
  apt версии 4.6.0
  Версия NCurses 5.6
  Версия libsigc++: 2.0.18
  Поддержка ept включена.

Текущие версии библиотек:
  Версия NCurses: ncurses 5.6.20080804
  Версия cwidget: 0.5.12
  Версия Apt: 4.6.0
linux-vdso.so.1 =  (0x7fffb9bff000)
libapt-pkg-libc6.7-6.so.4.6 = /usr/lib/libapt-pkg-libc6.7-6.so.4.6 
(0x7f91b15a)
libncursesw.so.5 = /lib/libncursesw.so.5 (0x7f91b1355000)
libsigc-2.0.so.0 = /usr/lib/libsigc-2.0.so.0 (0x7f91b115)
libcwidget.so.3 = /usr/lib/libcwidget.so.3 (0x7f91b0e7d000)
libept.so.0 = /usr/lib/libept.so.0 (0x7f91b0c04000)
libxapian.so.15 = /usr/lib/libxapian.so.15 (0x7f91b087c000)
libz.so.1 = /usr/lib/libz.so.1 (0x7f91b0665000)
libpthread.so.0 = /lib/libpthread.so.0 (0x7f91b0449000)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0x7f91b013d000)
libm.so.6 = /lib/libm.so.6 (0x7f91afeba000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x7f91afca3000)
libc.so.6 = /lib/libc.so.6 (0x7f91af95)
libutil.so.1 = /lib/libutil.so.1 (0x7f91af74d000)
libdl.so.2 = /lib/libdl.so.2 (0x7f91af549000)
/lib64/ld-linux-x86-64.so.2 (0x7f91b186)
Terminal: xterm
$DISPLAY is set.
`which aptitude`: /usr/bin/aptitude
aptitude version information:

aptitude linkage:

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

Kernel: Linux 2.6.26-20jul2008
Locale: LANG=ru_UA.UTF-8, LC_CTYPE=ru_UA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6. 0.7.14+b1 Advanced front-end for dpkg
ii  libc6  2.7-13GNU C Library: Shared libraries
ii  libcwidget30.5.12-1  high-level terminal interface libr
ii  libept00.5.22High-level library for managing De
ii  libgcc11:4.3.1-2 GCC support library
ii  libncursesw5   5.6+20080804-1shared libraries for terminal hand
ii  libsigc++-2.0-0c2a 2.0.18-2  type-safe Signal Framework for C++
ii  libstdc++6 4.3.1-2   The GNU Standard C++ Library v3
ii  libxapian151.0.5-1   Search engine library
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages aptitude recommends:
pn  aptitude-doc-en | aptitude-do none (no description available)
ii  libparse-debianchangelog-perl 1.1.1-2parse Debian changelogs and output

Versions of packages aptitude suggests:
ii  debtags   1.7.6  Enables support for package tags
ii  tasksel   2.75   Tool for selecting tasks for insta

-- debconf-show failed



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



Bug#492078: octave3.0: cannot change axes location in pcolor

2008-08-22 Thread Dmitri A. Sergatskov
On Fri, Aug 22, 2008 at 1:02 PM, John W. Eaton [EMAIL PROTECTED] wrote:

...

  set view map
  set x2tics
  splot x+y

 does not display the x2 tic labels.  I am able to control the x and y
 tics, but not the x2 and y2 tics.  That looks like it might be a bug
 in gnuplot.  I'm using 4.2.2.  Can someone check with the current
 gnuplot development sources?


I do not see any difference between 4.2.2 and current cvs versions.
But I also think this is a feature -- x2tics (and y2tics) are applicable to
2-d plotting (note there is no z2tics) and splot is a 3-d plot.

 Thanks,

 jwe


Dmitri.
--



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



Bug#489274: convmv says that there are problems with Perl

2008-07-04 Thread Dmitri Gribenko
Package: convmv
Version: 1.12-1
Severity: normal


convmv says that there are problems with Perl (see below), but seems to
work despite that.

(I have recently migrated from koi8-r to UTF-8)

$ convmv --notest -r -f koi8-r -t UTF8 *-123
Your Perl version has fleas #37757 #49830 
mv ./-123   ./тест-123
Ready!

This message seems to be harmless, but I was worried if it would screw
up my filenames because of that.  So, before renaming my files, I had to
do a bit of testing.

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

Kernel: Linux 2.6.25.9-26jun2008
Locale: LANG=ru_UA.UTF-8, LC_CTYPE=ru_UA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages convmv depends on:
ii  perl  5.10.0-11  Larry Wall's Practical Extraction 

convmv recommends no packages.

-- no debconf information



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



Bug#486101: freehdl-config doesn't work

2008-06-13 Thread Dmitri Gribenko
Package: freehdl
Version: 0.0.6-1
Severity: normal


freehdl-config doesn't work.  Here's what I see:

$ freehdl-config --cxx
Package freehdl was not found in the pkg-config search path.
Perhaps you should add the directory containing `freehdl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'freehdl' found

Really, I can't find `freehdl.pc' on my system:
# grep freehdl.pc /var/lib/dpkg/info/*freehdl*.list
#

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

Kernel: Linux 2.6.24.3-1mar2008
Locale: LANG=ru_UA, LC_CTYPE=ru_UA (charmap=KOI8-U)
Shell: /bin/sh linked to /bin/bash

Versions of packages freehdl depends on:
ii  g++   4:4.2.3-10 The GNU C++ compiler
ii  guile-1.6 [guile] 1.6.8-6The GNU extension language and Sch
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libfreehdl0   0.0.6-1VHDL simulator for Linux (shared l
ii  libfreehdl0-dev   0.0.6-1VHDL simulator for Linux (developm
ii  libgcc1   1:4.3.0-5  GCC support library
ii  libstdc++64.3.0-5The GNU Standard C++ Library v3

freehdl recommends no packages.

-- no debconf information



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



Bug#219402: Her twin peaks of perfection

2008-03-26 Thread Dmitri bury

The longer the sword, the longer you last

http://www.spentraks.com/
Lindsay Lohan bares all



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



Bug#270854: Lindsay getting the ride of her life

2008-03-25 Thread Dmitri Oka

Every girl loves a man who measures up in bed – here’s how.

http://www.Crevelicin.com/
Don't be lonely tonight



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



Bug#236200: Get paid starring in our porno film

2008-03-22 Thread Dmitri shifflett

6 inches is inadequate to pleasure your woman – add inches now.

http://www.cratestuy.com/
One Stop Shop for All Your Needs



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



Bug#74547: Go where no man has ventured

2008-03-22 Thread Dmitri NINA
All the women won’t be able to keep their hands off you after this.

http://www.fauwates.com/
Live in harmony with 2 wives



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



Bug#95980: Leak right into her mouth

2008-03-22 Thread Dmitri Hardin

The size of your equipment matters very much to her.

http://www.Belevibane.com/
You Don't Need To Inherit Good Genes



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



Bug#195303: long an advocate of

2008-03-20 Thread dmitri lincoln
ShlongSignificantMathew http://www.Theerteens.com




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



Bug#256239: Work from home

2007-11-02 Thread dmitri anis
We are at search and selection of both experienced, highly qualified employees, and young, creative and perspective specialists in marketing. We clearly realize that the success of our company  are our employees, and therefore creation for them of maximally favorable conditions to maintain and improve their professional level is in our opinion not less important task. 
We appreciate such merits of employees as initiative, leadership, ability to work with people, striving for self-improvement. Employees with such merits have an excellent opportunity to make successful career at us. 
If you wish to work in our team, if you are ready to active and dynamic work, we invite you to acquaint yourself with vacancy.

The preference is given to employees with knowledge of foreign languages.
To apply for this job, please send the following information to [EMAIL 
PROTECTED]
1 Full name 
2 Address of residing

3 Contact Phone numbers
4 Languages 
5 Part time job/Full time


Thank you and we are looking forward to cooperate in long term base with you 
all.

If you received this message in error, please send a blank email to: [EMAIL 
PROTECTED]




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



Bug#324625: debconf-get-selections output format vs debconf-set-selections =1.4.48

2007-07-09 Thread Dmitri V. Ivanov
With version 1.4.48 debconf-set-selections introduced ability to set
seen flag using line:

owner\tvariable_name\tseen\tvalue

Howewer as I can see debconf-get-selections doesn't generate such output
until now (version 1.5.13). It's not too difficult to make patch like
this one:
=

--- debconf-get-selections  Tue Mar  6 21:46:16 2007
+++ debconf-get-selections-new  Mon Jul  9 22:56:06 2007
@@ -60,15 +60,18 @@
print # .$q-description.\n;
if ($q-type eq 'select' || $q-type eq 'multiselect') {
print # Choices: .join(, , $q-choices).\n;
-   }
+   };
+   my $owner = $defaultowner;
if ($q-owners) {
-   foreach my $owner (split , , $q-owners) {
+   foreach $owner (split , , $q-owners) {
print $owner\t$name\t$type\t$value\n;
-   }
+   };
+   $owner = (split , ,$q-owners)[-1];
}
else {  
print $defaultowner\t$name\t$type\t$value\n;
-   }
+   };
+   print $owner\t$name\tseen\t . $q-flag(seen) . \n;
 }
 
 =head1 AUTHOR
=

It's also easy to remove added lines with grep -v \
'^[^[:space:]]*[[:space:]][^[:space:]]*[[:space:]]seen[[:space:]].*$'
or something like.

Patched version is 1.5.13, but, unfortunately I have only 'sarge' there
and tested against it, not 'etch' or 'sid' (I tested only output of
program, not in conjunction with debconf-set-selections there, but with
other system at my home I tested similar patch together with test debconf
database).

WBR
Dmitri Ivanov





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



Bug#316238: ITP: GNU ddrescue - Data recovery tool

2005-08-06 Thread Dmitri Alenitchev
Hello,

I make GNU ddrescue Debain package.

http://alenitchev.nm.ru/ddrescue/

ddrescue_1.0-1.diff.gz   
ddrescue_1.0-1.dsc   
ddrescue_1.0-1.dsc.asc
ddrescue_1.0-1_i386.deb
ddrescue_1.0.orig.tar.gz

-- 
Dmitri Alenitchev [EMAIL PROTECTED]


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



Bug#302777: xscreensaver: Also reproducible; duplicate of #273180

2005-06-29 Thread Dmitri Gribenko
Package: xscreensaver
Version: 4.21-3
Followup-For: Bug #302777


Hello,

The problem seems also reproducible to me. So, I:
1.  start xscreensaver-demo
2.  click preview
3.  click once more to close the preview
4.  the preview closes
4.  if GUI is OK, goto 2 (usually it breaks on the 2-3 time)
5.  so, it is not OK :(
5a. the GUI is completely frozen (even the mini-preview) -- we have a
zombie:
 $ ps faxwww

 4539 pts/9Ss 0:07  |   \_ /bin/bash
22736 pts/9R+ 0:20  |   |   \_ xscreensaver-demo
22775 pts/9ZN+0:00  |   |   \_ [polyhedra] defunct


5b. GUI is frozen, except the mini-preview
 $ ps faxwww

 4539 pts/9Ss 0:07  |   \_ /bin/bash
23019 pts/9R+ 0:06  |   |   \_ xscreensaver-demo
23052 pts/9RNL+   0:00  |   |   \_ polyhedra -root
 -window-id 0x2000235


5c. xscreensaver-demo segfaults. It happened only 3 times to me
today out of total ~30 times starting xscreensaver-demo. As
xscreensaver-demo is stripped, the core file which I can produce
will not make much sense.

Also, this seems to be the same bug as #273180: xscreensaver seems to
crash while trying to exit of screensaver. This bug is reproducible, so,
please, remove the 'unreproducible' tag from #273180.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2-386
Locale: LANG=ru_UA, LC_CTYPE=ru_UA (charmap=KOI8-U)

Versions of packages xscreensaver depends on:
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii  libglade2-0  1:2.4.2-2   library to load .glade files at ru
ii  libglib2.0-0 2.6.4-1 The GLib library of C routines
ii  libgtk2.0-0  2.6.4-3 The GTK+ graphical user interface 
ii  libice6  4.3.0.dfsg.1-14 Inter-Client Exchange library
ii  libjpeg626b-10   The Independent JPEG Group's JPEG 
ii  libpam0g 0.76-22 Pluggable Authentication Modules l
ii  libpango1.0-01.8.1-1 Layout and rendering of internatio
ii  libsm6   4.3.0.dfsg.1-14 X Window System Session Management
ii  libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-14 X Window System miscellaneous exte
ii  libxml2  2.6.16-7GNOME XML library
ii  libxmu6  4.3.0.dfsg.1-14 X Window System miscellaneous util
ii  libxpm4  4.3.0.dfsg.1-14 X pixmap library
ii  libxrandr2   4.3.0.dfsg.1-14 X Window System Resize, Rotate and
ii  libxrender1  0.8.3-7 X Rendering Extension client libra
ii  libxt6   4.3.0.dfsg.1-14 X Toolkit Intrinsics
ii  xlibs4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- no debconf information


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