[Bug 1075928] Re: Please, silence IA__gdk_error_trap_pop: assertion `gdk_error_traps != NULL' failed

2013-03-21 Thread Andrey Bondarenko
Suddenly found possible cause/workaround for the bug. In 12.10 environment variable GTK_MODULES is set for all DE (including KDE or XFCE). If variable is unset, gdk_error_trap_pop may disappear appear when starting GTK applications. On my desktop: $ env | grep GTK_MODULES GTK_MODULES=canberra-gtk

[Bug 385577] Re: GTK_MODULES should be set only for gnome

2013-03-21 Thread Andrey Bondarenko
Look like this bug is somehow related to quiet annoying LP bug 1075928: "Gdk-CRITICAL **: IA__gdk_error_trap_pop: assertion `gdk_error_traps != NULL' fail" console message on every GTK+ app start in KDE and probably all other non-GNOME DE. Can anybody tell if unsetting GTK_MODULES is proper solut

[Bug 1075928] Re: Please, silence IA__gdk_error_trap_pop: assertion `gdk_error_traps != NULL' failed

2013-03-23 Thread Andrey Bondarenko
I don't see taskcoach package in Ubuntu 12.10 repository. For cryptkeeper, unsetting GTK_MODULES variable removes annoying warning message about IA__gdk_error_trap_pop. I'm not expert on GTK or GNOME. AFAIK libcanberra related only to event sound. Is it useful for KDE desktop or it is GNOME specif

[Bug 1075928] Re: Please, silence IA__gdk_error_trap_pop: assertion `gdk_error_traps != NULL' failed

2013-03-23 Thread Andrey Bondarenko
Funny. This bug is a fix for bug 834403 (see http://bazaar.launchpad.net /~ubuntu-branches/ubuntu/raring/libcanberra/raring/view/head:/src /canberra-gtk-module.c#L310) Ok, I agree that unsetting GTK_MODULES does not resolve the issue, it just disables buggy module, but now I'm sure that the bug is

[Bug 1075928] Re: Please, silence IA__gdk_error_trap_pop: assertion `gdk_error_traps != NULL' failed

2013-03-25 Thread Andrey Bondarenko
I'm sure the bug is in libcanberra at least in Quantal. I'm can reproduce the bug with gksu, evince and emacs. Also, I think I've found real cause for the bug. Patch 10_no_nonnative_crash.patch is applied twice in ubuntu version. This patch was integrated in upstream version 0.29, but was not remo

[Bug 1077533] Re: pydoc complains it cant get into my gnome-keyring

2012-12-07 Thread Andrey Bondarenko
Are you using non-GNOME desktop? This bug is probably duplicate of bug 932177 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1077533 Title: pydoc complains it cant get into my gnome-keyring To manag

[Bug 1073618] Re: Pidgin GNOME Keyring couldn't connect

2012-12-07 Thread Andrey Bondarenko
Are you using non-GNOME desktop? This bug is probably duplicate of bug 932177 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1073618 Title: Pidgin GNOME Keyring couldn't connect To manage notificati

[Bug 1049863] Re: Receiving "WARNING: gnome-keyring:: couldn't connect to: /tmp/keyring-8ly8JT/pkcs11: No such file or directory" while using bzr

2012-12-07 Thread Andrey Bondarenko
Are you using non-GNOME desktop? This bug is probably duplicate of bug 932177 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1049863 Title: Receiving "WARNING: gnome-keyring:: couldn't connect to: /t

[Bug 932177] Re: XFCE (and other non-GNOME) desktops do not initialise gnome-keyring correctly / WARNING: gnome-keyring:: couldn't connect to PKCS11

2012-12-07 Thread Andrey Bondarenko
In my opinion, for Ubuntu-based distributions the root cause of the bug is in lightdm package. At least, in quantal it becomes default display manager for all desktops including non-GNOME ones. In files: * /etc/pam.d/lightdm * /etc/pam.d/lightdm-greeter it has the following line: session optio

[Bug 932177] Re: XFCE (and other non-GNOME) desktops do not initialise gnome-keyring correctly / WARNING: gnome-keyring:: couldn't connect to PKCS11

2012-12-08 Thread Andrey Bondarenko
** Also affects: kde-workspace (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kde-workspace in Ubuntu. https://bugs.launchpad.net/bugs/932177 Title: XFCE (and other non-GNOME) desktops

[Bug 1077533] Re: pydoc complains it cant get into my gnome-keyring

2012-12-11 Thread Andrey Bondarenko
Thank you. Now I see that this bug is not a duplicate. I agree, that accessing keyring without a reason is rather scary behaviour, but you probably assigned the bug to a wrong package. AFAIK any application that loads keyring related library automagicaly tries to access your keyring. >From your s

[Bug 668812] Re: Configured console font not set at boot

2012-02-04 Thread Andrey Bondarenko
Some minor info, for those who want/can investigate the bug. I have two boxes. The first one has ATI board and console font is not set correctly. The other has NVidia board where console font works out of the box. I suspect that the issue somehow related to framebuffer migration to KMS/DRM based c

[Bug 536637] Re: [needs-packaging] schemaspy

2012-03-19 Thread Andrey Bondarenko
** Branch linked: lp:~abone/+junk/schemaspy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/536637 Title: [needs-packaging] schemaspy To manage notifications about this bug go to: https://bugs.launch

[Bug 536637] Re: [needs-packaging] schemaspy

2012-03-19 Thread Andrey Bondarenko
If someone interrested. I've packaged schemaspy as a proof of concept. Sources ave available on launchpad: https://code.launchpad.net/~abone/+junk/schemaspy Ubuntu package is available in my PPA: https://launchpad.net/~abone/+archive/ubuntu-fixes I don't have much experience in pacakging softwar

[Bug 1197313] [NEW] add option to force sending empty Domain

2013-07-03 Thread Andrey Bondarenko
Public bug reported: VPN server in my organization uses empty Domain but requires it on authentication. VPNC plugin currently does not store or send Domain if it is empty (tested versions 0.9.6, 0.9.8.2). This makes impossible to establish vpnc connection with NetworkManager while starting vpnc fr

[Bug 932177] Re: XFCE (and other non-GNOME) desktops do not initialise gnome-keyring correctly / WARNING: gnome-keyring:: couldn't connect to PKCS11

2013-07-10 Thread Andrey Bondarenko
As the bug is still present in 13.04 and probably 13.10 Kubuntu users may be interested in a workaround: Copy the attached script 01gnome-keyring-daemon.sh into ~/.kde/env directory. Files in this directory are sources by /usr/bin/startkde so the script can finish gnome-keyring-daemon initializat

[Bug 1197313] Re: add option to force sending empty Domain

2013-07-14 Thread Andrey Bondarenko
I suppose no. To send empty domain name during authentication vpnc should be started with --domain "" command line option or Domain option without a value in config file. When starting connection, network-manager-vpnc makes temporary config file using connection parameters from NetworkManager and

[Bug 1201730] [NEW] openchangeclient missing dependency on python-samba

2013-07-16 Thread Andrey Bondarenko
Public bug reported: Ubuntu version: 13.04 Package version: 1:1.0-4ubuntu1 exchange2mbox binary from package openchangeclient may fail because of missing library libdbwrap.so $ ldd `which exchange2mbox` | grep 'not found' libdbwrap.so => not found The library libdbwrap.so exists in pyth

[Bug 1201730] Re: openchangeclient missing dependency on python-samba

2013-07-16 Thread Andrey Bondarenko
** Description changed: Ubuntu version: 13.04 Package version: 1:1.0-4ubuntu1 exchange2mbox binary from package openchangeclient may fail because of missing library libdbwrap.so $ ldd `which exchange2mbox` | grep 'not found' - libdbwrap.so => not found + libdbwrap.s

[Bug 1209146] [NEW] anacron jobs run with wrong environment variables

2013-08-07 Thread Andrey Bondarenko
Public bug reported: In Ubuntu 13.04 (anacron-2.3-19ubuntu2) is started from /etc/cron.d/anacron like this start -q anacron This means anacron itself and its child processes would inherit environment from init/upstart not from crond. As result all environment variables defined in /etc/environmen

[Bug 958040] Re: version bump imapfilter

2013-06-20 Thread Andrey Bondarenko
imapfilter-2.5.2 shipped since Ubuntu 12.10 (quantal). If backporting to 12.04 requires SRU process (see https://wiki.ubuntu.com/StableReleaseUpdates) ** Changed in: imapfilter (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bu

[Bug 868314] Re: imapfilter: timeout period expired while waiting to read data

2013-06-20 Thread Andrey Bondarenko
Ubuntu 13.04 imapfilter-2.5.2-2 works for me. ** Changed in: imapfilter (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/868314 Title: imapfilter: timeo

[Bug 884058] [NEW] web:cacert diables system wide CA

2011-10-30 Thread Andrey Bondarenko
Public bug reported: I need access to local hg repo via https which uses certificate signed by local CA. I've added cacerts parameter into [web] section of ~/.hgrc. In result only certificates signed by local CA can be checked. If I try to connect to bitbucket for example, I get error: abort: err

[Bug 630971] Re: kdm manpage has wrong path to README file

2011-10-15 Thread Andrey Bondarenko
Hi Martin, Installed kdm vesion 4:4.7.2-0ubuntu1 from oneiric-proposed. Manpage contains valid path now. Thank you. -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kde-workspace in Ubuntu. https://bugs.launchpad.net/bugs/630971 Title: kd

[Bug 795033] Re: Regression of pmap bug 753124

2011-07-09 Thread Andrey Bondarenko
Changed status of the bug from Incomplette to Confirmed to prevent expiration. ** Changed in: procps (Ubuntu Natty) Status: Incomplete => Confirmed ** Changed in: procps (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubun

[Bug 493852] Re: popularity-contest will stat() every file installed file or ~80k files on my system which grinds things to a halt

2011-06-10 Thread Andrey Bondarenko
As of version 1.52ubuntu2 popularity-contest started as a regular process. I suppose changing IO and CPU scheduling priorities Idle should place less load to the system, but I cannot notice the change in my environment. Both cases works on my P4-3GHz 3GiB or RAM with two 7200 RPM disks equally well

[Bug 493852] Re: popularity-contest will stat() every file installed file or ~80k files on my system which grinds things to a halt

2011-06-10 Thread Andrey Bondarenko
No it can't. The goal of popularity-contest not only collect what packages are installed, but also determine what packages were recently used. In order to do so, It checks what files are currently open and scans last access time for files belonging to installed packages. Probably, you may ask an o

[Bug 795033] Re: Regression of pmap bug 753124

2011-06-10 Thread Andrey Bondarenko
I can tell only about natty. I don't have oneiric environment. The issue probably appears because of building package with bzr-buildpackage. Try bzr branch lp:ubuntu/natty/procps natty cd natty bzr bd --dont-purge -- -B -uc -us cd ../build-area/procps-3.2.8/debian/procps/usr/bin/ ./pmap -x $$ See

[Bug 795033] Re: Regression of pmap bug 753124

2011-06-11 Thread Andrey Bondarenko
I agree, it looks very strange that two "official" builds are different in fact. I'm using http://de.archive.ubuntu.com: wget http://de.archive.ubuntu.com/ubuntu/pool/main/p/procps/procps_3.2.8-10ubuntu3_i386.deb md5sum procps_3.2.8-10ubuntu3_i386.deb 779238865cfe4233f48519c68a18cb81 procps_3.2.

[Bug 742017] Re: "readline() on closed filehandle FILES" warnings caused by multiarch

2011-06-12 Thread Andrey Bondarenko
Fixes for natty and oneiric are proposed for merging. Both request are in pending state. Until then you may build package from a bzr branch. If you wish I may try to publish fixed package in my ppa, but I never did it before. :( -- You received this bug notification because you are a member of Ub

[Bug 336577] Re: Warning messages with Python 2.6, please update to new version

2011-06-14 Thread Andrey Bondarenko
Version 2.65 included since 10.04 ** Changed in: rss2email (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/336577 Title: Warning messages with Python 2.6,

[Bug 795033] Re: Regression of pmap bug 753124

2011-06-18 Thread Andrey Bondarenko
Any news? Will we proceed with merging changes into Ubuntu branches or I should forgot about it? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/795033 Title: Regression of pmap bug 753124 To manage

[Bug 795033] Re: Regression of pmap bug 753124

2011-06-20 Thread Andrey Bondarenko
I see that pmap output provided in #8 shows partially correct result. Totals are ok, but column Kbytes contains zero in all othre rows. This was also fixed in my branch: $ pmap -x $$ | tail -5 b7887000 4 4 4 r ld-2.13.so b7888000 4 4 4 rw--- ld-2.13.so bf9

[Bug 795033] Re: Regression of pmap bug 753124

2011-06-20 Thread Andrey Bondarenko
Got additional information from Konstantin Ivanov. I'm using package for architecture i386 while his package is for amd64. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/795033 Title: Regression of p

[Bug 742017] Re: "readline() on closed filehandle FILES" warnings caused by multiarch

2011-07-19 Thread Andrey Bondarenko
The bug is fixed in Oneiric popularity-contest version 1.53ubuntu1 ** Changed in: popularity-contest (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/74201

[Bug 742017] Re: "readline() on closed filehandle FILES" warnings caused by multiarch

2011-07-19 Thread Andrey Bondarenko
I've updated related branch lp:~abone/ubuntu/natty/popularity- contest/fix-742017 with popularity-contest from version 1.53, should be enough to backport fix to Natty. Binary package with the fixed vesion should be available soon in my ppa: https://launchpad.net/~abone/+archive/ubuntu-fixes -- Y

[Bug 742017] Re: "readline() on closed filehandle FILES" warnings caused by multiarch

2011-07-19 Thread Andrey Bondarenko
Bug linkage is ok. Debbug 555790 and debbug 622322 are both related to multiarch. As far as I know, until version 1.53 popularity-contest accessed to dkpg data directly to get list of files belonging to a package. After introduction of multiarch in dpkg several bugs arrised. Now popularity-contest

[Bug 145380] Re: pam_env should document per-user environment file ~/.pam_environment more clearly

2011-07-14 Thread Andrey Bondarenko
You may be interrested in discussion in upstream mailing list https://fedorahosted.org/pipermail/pam-developers/2011-June/75.html. There is a chance that in future versions the issue will be fixed upstream, but some backward incompatible changes may occur. The upcoming patch will introduce bot

[Bug 795033] [NEW] Merge fix for pmap bug 753124 into natty and oneiric

2011-06-09 Thread Andrey Bondarenko
Public bug reported: Binary package hint: procps It is an auxiliary bug to help track merging real fix for bug 753124 into natty and oneiric branches created in response on: https://code.launchpad.net/~abone/ubuntu/natty/procps/fix- for-753124/+merge/58905 ** Affects: procps (Ubuntu) Impor

[Bug 733912] Re: lxdm-greeter-gtk excessive CPU usage

2011-03-15 Thread Andrey Bondarenko
Both versions are affected because on_expose function was not changed. If you check serc/greeter.c::on_expose, you will see that this function redraws entire screen on each call: if( bg_img ) { cairo_matrix_t matrix; double x = 0, y = 0, sx, sy; cairo_get_matrix(cr,

[Bug 733912] Re: lxdm-greeter-gtk excessive CPU usage

2011-03-16 Thread Andrey Bondarenko
PPA version lxdm_0.3.0-0ubuntu5~ppa3 still uses about 20-30% of CPU on my box. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/733912 Title: lxdm-greeter-gtk excessive CPU usage -- ubuntu-bugs maili

[Bug 733912] Re: lxdm-greeter-gtk excessive CPU usage

2011-03-17 Thread Andrey Bondarenko
Version lxdm_0.3.0-0ubuntu5~ppa5 does not use CPU, but now it also ignores any background image settings, as if bg= was not set at all. Probably on_expose should be called at least once. Also, there is on_screen_size_changed, function in greeter.c. I don't know what it is, but we probably should r

[Bug 600470] [NEW] coreutils.mo: wrong translation in df

2010-06-30 Thread Andrey Bondarenko
Public bug reported: Binary package hint: language-pack-ru-base Release:KUbuntu 10.04 Package-version: 1:10.04+20100422 The file /usr/share/locale-langpack/ru/LC_MESSAGES/coreutils.mo contains translation for "Filesystem" that is longer than original string. This result broken column ali

[Bug 733912] Re: lxdm-greeter-gtk excessive CPU usage

2011-03-18 Thread Andrey Bondarenko
I'll test ppa8 version a bit later and get back with results, but I'm afraid it won't help. I've tried to implement fix proposed by upstream myself based on ppa3 version (using gdk_cairo_rectangle + cairo_fill). Looks like it is cairo performance problem. The following implementation of on_expose

[Bug 733169] [NEW] lxdm manpage has wrong sections order

2011-03-11 Thread Andrey Bondarenko
Public bug reported: Binary package hint: lxdm A manpage for lxdm (version 0.2.0-ubuntu3 and 0.3.0-ubuntu3 are affected) have section FILES before section CONFIGURATION FILE, but the FILE section states "See above for details of the configuration file." I suppose sections were reordered by mistak

[Bug 733169] Re: lxdm manpage has wrong sections order

2011-03-11 Thread Andrey Bondarenko
I've uploaded a patch, in case you agree that sections should be reordered. ** Patch added: "lxdm_0.3.0-0ubuntu4.debdiff" https://bugs.launchpad.net/ubuntu/+source/lxdm/+bug/733169/+attachment/1900693/+files/lxdm_0.3.0-0ubuntu4.debdiff -- You received this bug notification because you are a

[Bug 733912] [NEW] lxdm-greeter-gtk excessive CPU usage

2011-03-12 Thread Andrey Bondarenko
Public bug reported: Binary package hint: lxdm On my system with Celeron (P-III Tualatin) 1.4GHz (cpuinfo.txt) processor lxdm-greeter-gtk constantly uses about 20-30% of CPU power, it is too much. The issue can only be reproduced if background image is set (bg=) in /etc/lxdm/default.conf (pidsta

[Bug 733912] Re: lxdm-greeter-gtk excessive CPU usage

2011-03-12 Thread Andrey Bondarenko
** Attachment added: "pidstat-with-bg.txt" https://bugs.launchpad.net/bugs/733912/+attachment/1903961/+files/pidstat-with-bg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/733912 Title: lxdm-

[Bug 733912] Re: lxdm-greeter-gtk excessive CPU usage

2011-03-12 Thread Andrey Bondarenko
** Attachment added: "cpuinfo.txt" https://bugs.launchpad.net/ubuntu/+source/lxdm/+bug/733912/+attachment/1903962/+files/cpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/733912 Title: l

[Bug 733912] Re: lxdm-greeter-gtk excessive CPU usage

2011-03-12 Thread Andrey Bondarenko
** Attachment added: "pidstat-without-bg.txt" https://bugs.launchpad.net/ubuntu/+source/lxdm/+bug/733912/+attachment/1903963/+files/pidstat-without-bg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/b

[Bug 733912] Re: lxdm-greeter-gtk excessive CPU usage

2011-03-12 Thread Andrey Bondarenko
** Attachment added: "callgrind-with-bg.txt" https://bugs.launchpad.net/ubuntu/+source/lxdm/+bug/733912/+attachment/1903964/+files/callgrind-with-bg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bug

[Bug 733912] Re: lxdm-greeter-gtk excessive CPU usage

2011-03-12 Thread Andrey Bondarenko
** Attachment added: "callgrind-without-bg.txt" https://bugs.launchpad.net/ubuntu/+source/lxdm/+bug/733912/+attachment/1903965/+files/callgrind-without-bg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.n

[Bug 733912] Re: lxdm-greeter-gtk excessive CPU usage

2011-03-12 Thread Andrey Bondarenko
I'm sorry, forgot to mention. I've found reported issue in Maverick package version lxdm-0.2.0-0ubuntu3. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/733912 Title: lxdm-greeter-gtk excessive CPU us

[Bug 719582] Re: Slow response when inputting name and password

2011-03-12 Thread Andrey Bondarenko
This might be related to bug 733912. I don't know what CPU do you have, but on my old Celeron (P-III) 1.4GHz input boxes are rater slow too. Package version lxdm-0.2.0-0ubuntu3. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://b

[Bug 684613] Re: emacs crashes with "Arithmetic error"

2011-03-05 Thread Andrey Bondarenko
> Accepted emacs23 into maverick-proposed, the package will build now and be > available in a few hours. Please test and give feedback here. See > > https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to > enable and use -proposed. Thank you in advance! Package version 23.1+1-4ub

[Bug 791142] Re: python-keyring-0.5.1 does not work with kwallet

2011-09-06 Thread Andrey Bondarenko
New upstream version 0.6.2 included in Oneiric resolves the issue. Version from Natty is still affected. ** Changed in: python-keyring (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. h

[Bug 680446] [NEW] Dragging does not work when ruler oriented vertically

2010-11-23 Thread Andrey Bondarenko
Public bug reported: Binary package hint: screenruler While ruler oriented horizontaly, dragging with mouse works perfectly., but it stops working if you rotate ruler verticaly. Package: screenruler Version: 0.891+bzr25 ** Affects: screenruler (Ubuntu) Importance: Undecided Status

[Bug 680446] Re: Dragging does not work when ruler oriented vertically

2010-11-23 Thread Andrey Bondarenko
** Also affects: screenruler Importance: Undecided Status: New -- Dragging does not work when ruler oriented vertically https://bugs.launchpad.net/bugs/680446 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mail

[Bug 680446] Re: Dragging does not work when ruler oriented vertically

2010-11-23 Thread Andrey Bondarenko
Also checked this for upstream bzr revision 27. The issue is there. My host configuration: Ubuntu Release: 10.10 Maverick Related Packages: ruby-4.5 libgtk2-ruby-0.19.3-2ubuntu1 libglade-ruby-0.19.3-2ubuntu1 libgconf2-0.19.3-2ubuntu1 libcairo-ruby-1.8.1-1build1 -- Dragging does not work when ru

[Bug 545109] Re: cmake-data: emacs23 debian-startup.el mapcar warning

2010-11-25 Thread Andrey Bondarenko
*** This bug is a duplicate of bug 482849 *** https://bugs.launchpad.net/bugs/482849 ** This bug has been marked a duplicate of bug 482849 Warning: `mapcar' called for effect * You can subscribe to bug 482849 by following this link: https://bugs.launchpad.net/ubuntu/+source/emacsen-common

[Bug 482849] Re: Warning: `mapcar' called for effect

2010-11-25 Thread Andrey Bondarenko
Debuan bug #530961 has a patch to the issue since Sep 2009. A debdiff with the patch from Debian bug is attached. ** Patch added: "emacsen-common-fix-482849.debdiff" https://bugs.launchpad.net/ubuntu/+source/emacsen-common/+bug/482849/+attachment/1744457/+files/emacsen-common-fix-482849.debdif

[Bug 680446] Re: Dragging does not work when ruler oriented vertically

2010-11-25 Thread Andrey Bondarenko
The issue seems to be somehow related to kwin. I can reproduce it in KDE, but dragging works in Gnome session. Something between ruby-gtk2 and X server. -- Dragging does not work when ruler oriented vertically https://bugs.launchpad.net/bugs/680446 You received this bug notification because you a

[Bug 680446] Re: Dragging does not work when ruler oriented vertically

2010-11-25 Thread Andrey Bondarenko
I can confirm that the issue related to kde-window-manager. If I change window manager in KDE system settings to Metacity, I can drag ruler in both positions. If I switch back to KDE default window manager, I can only drag ruler while it is placed horizontally. My kde-window-manager package versio

[Bug 587973] Re: Missing symlinks in tofrodos package

2010-10-22 Thread Andrey Bondarenko
As of Ubuntu 10.10 dos2unix package exists in repository. So for me the bug is resolved. -- Missing symlinks in tofrodos package https://bugs.launchpad.net/bugs/587973 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs maili

[Bug 560803] Re: "dos2unix" command doesn't exist in "tofrodos" package for lucid

2010-10-22 Thread Andrey Bondarenko
Ubuntu 10.10 contains fixed version of the package that uses tofrodos, lucid is still contains broken package. -- "dos2unix" command doesn't exist in "tofrodos" package for lucid https://bugs.launchpad.net/bugs/560803 You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 646791] Re: parameter mismatch in /etc/init.d/cfengine3

2011-05-17 Thread Andrey Bondarenko
The bug is fixed in current development version 3.1.5-1 from Oneiric. ** Branch linked: lp:ubuntu/cfengine3 ** Changed in: cfengine3 (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. h

[Bug 742017] Re: "readline() on closed filehandle FILES" warnings caused by multiarch

2011-05-20 Thread Andrey Bondarenko
I've commited changes suggested by torgeh as a branch: lp:~abone/ubuntu/natty/popularity-contest/fix-742017 By the way debian upstream also has a fix for the this in version 1.52, but they don't try to access arch file, just report if pkg.list is not accessible. -- You received this bug notifica

[Bug 750636] Re: [Natty] Encoding issue on TTY

2011-05-26 Thread Andrey Bondarenko
The bug might be related to console-setup package and bug 668812. I use ru_RU.UTF-8 locale and my fonts in framebuffer tty are also broken. Manually starting setupcon fixes the problem. Also, in natty console- setup init scripts were rewritten as upstart jobs and I cannot find setupcon calls in the

[Bug 780410] Re: cfengine can't access logfile when running as non-root

2011-05-26 Thread Andrey Bondarenko
** Changed in: cfengine3 (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/780410 Title: cfengine can't access logfile when running as non-root -- ubuntu-bug

[Bug 780410] Re: cfengine can't access logfile when running as non-root

2011-05-26 Thread Andrey Bondarenko
The patch forwarded to Debian bug #626280 and should be included into next debian version. After following package resync it should be available in Ubuntu. If you need solution faster you can use my branch or write here. -- You received this bug notification because you are a member of Ubuntu Bug

[Bug 750636] Re: [Natty] Encoding issue on TTY

2011-05-27 Thread Andrey Bondarenko
I've found that in Natty framebuffer console is fonts set up by initramfs. Also in Natty initramfs-tools framebuffer becomes optional since version 0.98.8 and you have to add undocumented option FRAMEBUFFER=y to /etc/initramfs-tools/initramfs.conf to enable this behaviour. Can you add FRAMEBUFFER

[Bug 789141] [NEW] initramfs.conf: please document FRAMEBUFFER option

2011-05-27 Thread Andrey Bondarenko
Public bug reported: Binary package hint: initramfs-tools According to changelog 0.98.8ubuntu1: - Restore the framebuffer hook and script, copying KMS and other framebuffer drivers into the initramfs, but make them optional; you need to set FRAMEBUFFER=y for these to be included. Availability

[Bug 750636] Re: [Natty] Encoding issue on TTY

2011-05-27 Thread Andrey Bondarenko
Reported issue with initramfs as bug 789141. I hope to get an anwser from initramfs developers. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/750636 Title: [Natty] Encoding issue on TTY -- ubuntu-

[Bug 789141] Re: initramfs.conf: please document FRAMEBUFFER option

2011-05-27 Thread Andrey Bondarenko
** Tags added: natty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/789141 Title: initramfs.conf: please document FRAMEBUFFER option -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https:/

[Bug 668812] Re: Configured console font not set at boot

2011-05-27 Thread Andrey Bondarenko
Bugs 750636, 789141 may be related (both about Natty). Looks like framebuffer was removed from initramfs then added back. Don't know if Maverick was affected. ** Changed in: console-setup (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of

[Bug 789149] [NEW] initramfs-hooks/kbd has kernelextra in prereqs

2011-05-27 Thread Andrey Bondarenko
Public bug reported: Binary package hint: kbd In kbd version 1.15.2, the script debian/kbd.initramfs-hooks installed to /usr/share/initramfs-tools/hooks/kbd contains: PREREQ="kernelextras" But kernelextra hook was removed from initramfs-tools in version 0.94 (current version is 0.98). I suppose

[Bug 750636] Re: [Natty] Encoding issue on TTY

2011-05-27 Thread Andrey Bondarenko
Maybe, you are right. Anyway, I'm traced my problem to its root cause bug 789141 and yours issue have disappeared. I think we should close this but, because we cannot reproduce it anymore. If some one have similar problem, that looks like this bug, feel free to reopen the bug. ** Changed in: kbd (

[Bug 730307] Re: ALT-F[1-8] switches to text console in Natty

2011-05-27 Thread Andrey Bondarenko
I'm using Kubuntu Natty (KDE desktop) and I cannot reproduce this bug. I have kbd version 1.15.2-3ubuntu1 installed and it does not have /etc/init.d/keymap.sh. Also /etc/init.d/console-screen.sh was converted into upstart job in Natty and it does not contains kbd_mode calls now. Finally, calling k

[Bug 145380] Re: pam_env should document per-user environment file ~/.pam_environment

2011-05-27 Thread Andrey Bondarenko
Manpage for pam_env has mention of $HOME/.pam_environment in FILES section. Your version looks more verbose. If you think it is better, can you please adapt it to the current version and we can try to go through sponsoring process. If not, I think, the bug should be closed now. ** Tags added: manp

[Bug 584249] Re: pam_env does not evaluate ~/.pam_environment

2011-05-30 Thread Andrey Bondarenko
I suppose this issue my be related to my question 159345 (it is about Natty). The cause of skipping .pam_environment some environment variables may be in spaces within variable values. Looks like conffile parser interprets quotes differently. Variables with quoted values because of spaces got skipp

[Bug 584249] Re: pam_env does not evaluate ~/.pam_environment

2011-05-30 Thread Andrey Bondarenko
Oops. I'm sorry, but the issue is not a bug at all. Restarting shell does not use pam modules. You have to relogin or use other methods like sudo to trigger pam usage. I'm closing this bug as invalid. ** Changed in: pam (Ubuntu) Status: New => Invalid -- You received this bug notificatio

[Bug 660819] Re: keyring package implements its own Python extension modules to interface to the various backends

2011-06-01 Thread Andrey Bondarenko
Bug is fixed for Natty and above, because it includes python-keyring version 0.5.1. Two supported releases 10.04 and 10.10 are still affected by the bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/

[Bug 791142] [NEW] python-keyring-0.5.1 does not work with kwallet

2011-06-01 Thread Andrey Bondarenko
Public bug reported: Binary package hint: python-keyring python-keyring doesn't works with kwallet and is useless for all KDE Wallet users. The bug reported and fixed upstream: https://bitbucket.org/kang/python-keyring-lib/issue/41/kdewallet-not-working-anymore but the fix is not released yet.

[Bug 791142] Re: python-keyring-0.5.1 does not work with kwallet

2011-06-01 Thread Andrey Bondarenko
Uploading patch with upstream changess backported to Natty's version. I suppose, new upstream version would be released before Oneiric release. ** Patch added: "fix-791142.debdiff" https://bugs.launchpad.net/debian/+source/python-keyring/+bug/791142/+attachment/2150413/+files/fix-791142.debdif

[Bug 595350] Re: /etc/default/cfengine3 has wrong arguments

2011-05-10 Thread Andrey Bondarenko
*** This bug is a duplicate of bug 646791 *** https://bugs.launchpad.net/bugs/646791 ** This bug has been marked a duplicate of bug 646791 parameter mismatch in /etc/init.d/cfengine3 * You can subscribe to bug 646791 by following this link: https://bugs.launchpad.net/ubuntu/+source/cfengi

[Bug 780410] [NEW] cfengine can't access logfile when running as non-root

2011-05-10 Thread Andrey Bondarenko
Public bug reported: Binary package hint: cfengine3 The problem found in package version 3.0.5+dfsg-1 from Natty. When running as non-root user, cf-agent complains "Can't open lock-log file". The error happens because it tries to work with files in /var/log, but doesn't have enough permissions.

[Bug 780410] Re: cfengine can't access logfile when running as non-root

2011-05-10 Thread Andrey Bondarenko
The issue was introduced by Debian specific patch debian/patches/fhs- compliance. The patch doesn't take into account that working directory for non-root users is ~/.cfengine and FHS rules can't be applied to this case. In my opinion, we should not change upstream behavior for regular users. ** At

[Bug 646791] Re: parameter mismatch in /etc/init.d/cfengine3

2011-05-10 Thread Andrey Bondarenko
** Changed in: cfengine3 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/646791 Title: parameter mismatch in /etc/init.d/cfengine3 -- ubuntu-bugs mailing lis

[Bug 646791] Re: parameter mismatch in /etc/init.d/cfengine3

2011-05-10 Thread Andrey Bondarenko
** Bug watch added: Debian Bug tracker #602404 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602404 ** Also affects: cfengine3 (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602404 Importance: Unknown Status: Unknown -- You received this bug notification because

[Bug 646777] Re: security alert: path race exploited in recursion

2011-05-10 Thread Andrey Bondarenko
** Bug watch added: Debian Bug tracker #611659 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=611659 ** Also affects: cfengine3 (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=611659 Importance: Unknown Status: Unknown -- You received this bug notification because

[Bug 780410] Re: cfengine can't access logfile when running as non-root

2011-05-10 Thread Andrey Bondarenko
** Bug watch added: Debian Bug tracker #626280 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626280 ** Also affects: cfengine3 (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626280 Importance: Unknown Status: Unknown -- You received this bug notification because

[Bug 780410] Re: cfengine can't access logfile when running as non-root

2011-05-10 Thread Andrey Bondarenko
** Branch linked: lp:~abone/ubuntu/natty/cfengine3/fix-780410 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/780410 Title: cfengine can't access logfile when running as non-root -- ubuntu-bugs mail

[Bug 742017] Re: "readline() on closed filehandle FILES" warnings caused by multiarch

2011-05-23 Thread Andrey Bondarenko
Using dpkg-query is of course better in terms of compatibility and I would, usually, prefer it, but this change makes popularity-contest ugly slow. On my P4 3GHz box with about 2500 packages installed it takes about 5 minutes to complette, while previous version with direct file access complettes i

[Bug 742017] Re: "readline() on closed filehandle FILES" warnings caused by multiarch

2011-05-25 Thread Andrey Bondarenko
If you don't mind, I will subscribe ubuntu sponsors to this bug. We have a patch in "works for me" state and I've prepared it for merging into natty/oneiric branch. I suppose, applying this patch is better than current situation, where popcon loses all information about multiarch packages. Forward

[Bug 753124] [NEW] pmap: wrong output in extended format (-x option)

2011-04-06 Thread Andrey Bondarenko
Public bug reported: Binary package hint: procps As of version 3.2.8-10ubuntu1 pmap -x always prints zero in Kbytes column and does not count summaries for RSS and dirty columns. For example: $ pmap -x 2868 2868: /bin/bash Address Kbytes RSS Dirty Mode Mapping 08048000 0 60

[Bug 753124] Re: pmap: wrong output in extended format (-x option)

2011-04-06 Thread Andrey Bondarenko
The bug is here since pmaps_smaps.patch was accepted. The cause of zero in Kbytes column is line 170 in pmap.c, the patch sets diff = 0 (pmap.c:170) for every mapping line. This is incorrect because mapping virtual size is lost while parsing mapping statistics like dirty pages count. The variable

[Bug 753124] Re: pmap: wrong output in extended format (-x option)

2011-04-06 Thread Andrey Bondarenko
** Patch added: "procps-fix-753124.debdiff" https://bugs.launchpad.net/ubuntu/+source/procps/+bug/753124/+attachment/1991975/+files/procps-fix-753124.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[Bug 709531] Re: lxdm 0.2.0-0ubuntu3.2 wants to remove ubuntu-desktop

2011-02-23 Thread Andrey Bondarenko
This bug was introduced in ldxm version 0.2.0-0ubuntu3.2, which added conflict with libpam-ck-connector as a workarround for #576073. Now lubuntu-desktop is not compatible with all the other desktop meta packages. You can't install any other -desktop if you have lubuntu- desktop installed: aptitud

[Bug 576073] Re: Installing libpam-ck-connector break mounting device

2011-02-23 Thread Andrey Bondarenko
I agree with Stenten. Adding libpam-ck-connector conflict with lxdm (implemented in lxdm-0.2.0-0ubuntu3.2) is not a solution. This forces users to have either lubuntu-desktop, or any other desktop metapackage installed. Currently Lubuntu have too many bugs to force user to stick with it only. Now b

[Bug 576073] Re: Installing libpam-ck-connector break mounting device

2011-02-23 Thread Andrey Bondarenko
I've tried another workarround and it works for me with (lxdm-0.2.0-0ubuntu3 with libpam-ck-connector) installed. I've edited file /etc/pam.d/lxdm and replaced line @include common-session with line @include common-session-noninteractive Files /etc/pam.d/common-session and /etc/pam.d/common-ses

<    1   2   3   >