Bug#664764: [PATCH] Re: lxc-execute fails to start, because lxc-init is in wrong dir

2012-05-11 Thread Dmitry Azhichakov
Here is the patch that actually works for me. -- Dmitry --- lxc-0.8.0~rc1.orig/configure.ac +++ lxc-0.8.0~rc1/configure.ac @@ -62,7 +62,7 @@ AS_AC_EXPAND(LXC_GENERATE_DATE, $(date) AC_SUBST(LXCPATH, ${with_config_path}) AC_SUBST(LXCROOTFSMOUNT, ${with_rootfs_path}) -AC_SUBST(LXCINITDIR,

Bug#669354: golang: godoc doesn't display package list correctly

2012-04-19 Thread Dmitry Azhichakov
Package: golang Version: 2:1-6 Severity: normal Symlink /usr/lib/go/src confuses it. There is already a bug in Go's issue tracker: http://code.google.com/p/go/issues/detail?id=1540 even with a patch. Ondřej promised to apply that patch a year ago but either forgot to do that or it's broken

Bug#609176: chromium-browser: Developer tools don't work

2011-02-04 Thread Dmitry Azhichakov
Now, the problem is fixed for me. I think, the problem was in version mismatch of chromium-browser and chromium-browser-inpector. Probably, their dependencies should be changed to allow only [more] strict equivalence. Currently it's possible to have a very outdated inspector with a fresh browser.

Bug#609176: chromium-browser: Developer tools don't work

2011-01-30 Thread Dmitry Azhichakov
Hi again, after some delay. 2011/1/13 Jonathan Nieder jrnie...@gmail.com: Thanks, Dmitry.  If it is not too much to ask, could you visit  http://code.google.com/p/chromium/issues/entry?template=Defect%20on%20Linux and provide this information, ideally attaching a screenshot, and then send

Bug#609176: chromium-browser: Developer tools don't work

2011-01-11 Thread Dmitry Azhichakov
On Tue, Jan 11, 2011 at 06:18:46PM -0600, Jonathan Nieder wrote: Any hints for reproducing it? No. I can't find any solution to get it working, so have no idea how it can be reproduced. Have you tried with LC_ALL=C and with ~/.config/chromium, ~/.cache/chromium moved out of the way? Tried, the

Bug#609176: chromium-browser: Developer tools don't work

2011-01-06 Thread Dmitry Azhichakov
Package: chromium-browser Version: 9.0.597.19~r68937-1 Severity: normal Tags: experimental Ctrl-Shift-I shows the 'Developer tools' frame but nothing is working in it. It's just dead. I've checked it with clean user-data-dir also. -- System Information: Debian Release: 6.0 APT prefers unstable

Bug#601896: python-django: django_bash_completion is not working and breaks command line

2010-10-30 Thread Dmitry Azhichakov
Package: python-django Version: 1.2.3-1 Severity: normal If commandline looks like (_ for cursor position): $ ./manage.py _ and you hit TAB, a message is written by manage.py to stderr, which breaks commandline completely: $ ./manage.py Type 'manage.py help' for usage._ -- System Information:

Bug#601896: python-django: django_bash_completion is not working and breaks command line

2010-10-30 Thread Dmitry Azhichakov
2010/10/31 Raphael Hertzog hert...@debian.org tag 601896 unreproducible thanks Ah, my fault, sorry. Some pretty old manually installed Django 1.1.2 in the way. -- Dmitry -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#571237: iceweasel: Crashes on closing a tab

2010-02-24 Thread Dmitry Azhichakov
Package: iceweasel Version: 3.5.8-1 Severity: grave Justification: renders package unusable Steps to reproduce: 1. Open a new tab 2. Open http://ya.ru 3. Open http://google.com in the same new tab 4. Close the tab 5. CRASH! 'iceweasel -g' gives no bt, but error message on stderr may be useful

Bug#571237: iceweasel: Crashes on closing a tab

2010-02-24 Thread Dmitry Azhichakov
2010/2/24 Mike Hommey m...@glandium.org The bug is plugin-related. That doesn't make the package totally unusable. This same thing happens also with every plugin disabled and with -safe-mode switch. 2010/2/24 Mike Hommey m...@glandium.org What version of that plugin do you use ? (check

Bug#571237: Bug#571138: iceweasel: random crashes at page/tab close of Iceweasel and iceape

2010-02-24 Thread Dmitry Azhichakov
2010/2/24 Mike Hommey m...@glandium.org: Can you all try to downgrade libcairo2 to the version in testing ? http://packages.debian.org/source/testing/cairo It helped. Browser doesn't crash anymore. -- Dmitry -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a

Bug#571312: aptitude: Doesn't obey pinning

2010-02-24 Thread Dmitry Azhichakov
Package: aptitude Version: 0.6.1.5-2 Severity: important /etc/apt/preferences.d/cairo2: Package: libcairo2 Pin: release a=testing Pin-Priority: 1001 $ apt-cache policy libcairo2 libcairo2: Installed: 1.8.8-2 Candidate: 1.8.8-2 Package pin: 1.8.8-2 Version table: 1.8.10-1 1001

Bug#448358: apt-file: bash_completion does not complete filename after search command

2007-10-28 Thread Dmitry Azhichakov
Package: apt-file Version: 2.0.8.2 Severity: normal Tags: patch After entering 'apt-file search' completion suggests a list of actions instead of file names. I've modified completion script and it works fine for me. -- System Information: Debian Release: lenny/sid APT prefers unstable APT

Bug#414973: roundup: Install problem: groupmod: 114 is not a unique GID

2007-03-15 Thread Dmitry Azhichakov
Package: roundup Version: 1.2.1-5 Severity: grave Justification: renders package unusable aptitude install roundup fails with the following messages: Unpacking roundup (from .../roundup_1.2.1-8_all.deb) ... groupmod: 114 is not a unique GID dpkg: error processing

Bug#414973: A patch

2007-03-15 Thread Dmitry Azhichakov
Hello, Here is a patch for that bug that works for me. Actually, I don't see the reason why GID should be exactly the same as UID of roundup user. -- Dmitry diff -ru roundup-1.2.1/debian/roundup.dirs roundup-1.2.1-9/debian/roundup.dirs --- roundup-1.2.1/debian/roundup.dirs 2007-03-15

Bug#400867: cppunit: TextTestProgressListener fails to display progress

2006-11-29 Thread Dmitry Azhichakov
Package: cppunit Severity: normal Tags: patch TextTestProgressListener doesn't flush output, so progress messages appear after all tests has been completed. -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh

Bug#367717: dpkg: update-alternatives --all asks about alternatives with zero choices

2006-05-17 Thread Dmitry Azhichakov
Package: dpkg Version: 1.13.19-1.dazh Severity: minor Tags: patch There are some alternatives with no choices and update-alternatives --all asks about them though skipping alternatives with the only choice. There is a one-line patch for this problem. -- System Information: Debian Release:

Bug#316969: xmms: problems with UTF-8 in ID3v2 tags

2005-07-05 Thread Dmitry Azhichakov
Package: xmms Version: 1.2.10+cvs20050209-2 Severity: normal Russian characters displayed incorrectly in main window, playlist and in id3 tag edit dialog. id3v1 tags displayed ok in dialog and after ID3v1 to ID3v2 pressed iv3v2 is ok also until dialog is closed. -- System Information: Debian