Bug#305642: OK, it fixed the problem

2006-09-16 Thread Aleksey Midenkov
Pavel, export HISTCONTROL=ignoreboth did fixed the problem. It would be good if it were a comment on this in bash package. Thank you for the info! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#396162: /etc/init.d/apache2 still has wrong logic in PID detection

2006-10-29 Thread Aleksey Midenkov
Package: apache2-common Version: 2.2.3-2 Severity: important Tags: patch In /etc/init.d/apache2 (my comments are after # sign): pidof_apache() { ... # This loop returns from procedure with first PID it encounters in # existing .pid file no matter PidFile is from the right source or not.

Bug#390517: bricolage-cms does not start without libhtml-template-expr-perl

2006-10-01 Thread Aleksey Midenkov
Package: libbric-perl Severity: serious Version: 1.8.9-1 bash_shell# /etc/init.d/bricolage-cms start bric_apachectl start: starting httpd Syntax error on line 81 of /etc/bricolage/httpd.conf: Can't locate HTML/Template/Expr.pm in @INC ... Package libhtml-template-expr-perl should be on Depends

Bug#465283: apache2: ProxySourceAddress directive to select source address of outgoing connections from mod_proxy

2008-02-11 Thread Aleksey Midenkov
Package: apache2 Version: 2.2.8-1 Severity: wishlist Tags: patch This patch allows to bind to source address of outgoing connections from mod_proxy like this: ProxySourceAddress 192.168.0.1 PR#29404 in apache bugzilla. Aleksey 060_proxy_source_address.dpatch Description:

Bug#438426: Bug#456007: xserver-xorg-video-intel: solution on resume after suspend to ram

2008-02-13 Thread Aleksey Midenkov
On Tuesday 12 February 2008 21:28:03 Filippo Giunchedi wrote: On Tue, Feb 12, 2008 at 06:48:35PM +0100, Filippo Giunchedi wrote: On Fri, Dec 28, 2007 at 10:37:10AM +0300, Aleksey Midenkov wrote: I have 965GM and in my situation none of suggested workarounds work apart from turning to text

Bug#420095: sim: 0.9.4.3 is available

2008-02-19 Thread Aleksey Midenkov
It seems to be that deb package is well maintained by upstream developer and is available at: http://sim-im.org/wiki/Download I think the bug priority should be important, because 0.9.4.3 is a bugfix release. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe.

Bug#461867: spamassassin: spamd.pid should be placed to /var/run/spamd/

2008-01-21 Thread Aleksey Midenkov
Package: spamassassin Version: 3.2.3-1 Severity: minor Apart from .pid file there can be UNIX socket. I think this is Debian-way. Having a lot of directories in /var/run already... -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#456215: kwin-baghira: where is the documentation?

2007-12-13 Thread Aleksey Midenkov
Package: kwin-baghira Version: 0.8-1 Severity: minor Man page says: Complete documentation can be found in docbook format in /usr/share/doc/kde/HTML/lang/kwin-baghira/ on this system. There is no docs. $ dpkg -L kwin-baghira|grep HTML|wc -l 0 -- To UNSUBSCRIBE, email to [EMAIL

Bug#456007: xserver-xorg-video-intel: solution on resume after suspend to ram

2007-12-28 Thread Aleksey Midenkov
I have 965GM and in my situation none of suggested workarounds work apart from turning to text mode and back to xorg. It must be noted that text mode is broken after resume. But there is a good news that upstream developers have implemented suspend/resume code in i915 DRM module whish can be

Bug#454557: libc6: before upgrade must uninstall libc6-i686 first

2007-12-06 Thread Aleksey Midenkov
Package: libc6 Version: 2.7-3 Severity: grave The situation I got into was in process of upgrading libc6 and libc6-i686 from version 2.6.1-5 to 2.7-3. New libc6 was already unpacked and libc6-i686 was yet of old version. After that the system became totally unusable. Every exec ended up with

Bug#454557: libc6: before upgrade must uninstall libc6-i686 first

2007-12-06 Thread Aleksey Midenkov
On Thursday 06 December 2007 13:42:42 you wrote: Aleksey Midenkov a écrit : Package: libc6 Version: 2.7-3 Severity: grave The situation I got into was in process of upgrading libc6 and libc6-i686 from version 2.6.1-5 to 2.7-3. New libc6 was already unpacked and libc6-i686 was yet

Bug#434503: nut: /etc/default/nut can not set starting arguments

2007-07-24 Thread Aleksey Midenkov
Package: nut Version: 2.0.5-3+b1 Severity: minor Tags: patch Please, consider attached init.d script. nut Description: application/shellscript

Bug#415565: astyle: -l switch breaks code (kdevelop is affected too)

2007-03-20 Thread Aleksey Midenkov
Package: astyle Version: 1.18-1 Severity: important tmp$ cp /dev/stdin a.cpp { // } tmp$ astyle -l a.cpp Artistic Style 1.18 formatted a.cpp tmp$ cat a.cpp { //} tmp$ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#416469: uncrustify: upstream version is 3 more newer than unstable

2007-03-28 Thread Aleksey Midenkov
Package: uncrustify Version: 0.30-1 Severity: minor Please, update the unstable to 0.33. http://uncrustify.sourceforge.net/ChangeLog -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#427949: kdevelop: GDB cmd prompt (integrated debugger) loses focus after entering a command

2007-06-07 Thread Aleksey Midenkov
Package: kdevelop Version: 4:3.4.0-3 Severity: minor Tags: patch Originally reported to upstream by Christopher Layne (http://bugs.kde.org/show_bug.cgi?id=141320), but not fixed since 2007-02-07. Please, incorporate this patch. It is very annoying bug. Regards, Aleksey ---

Bug#431777: comments have unfounded offendings

2007-07-04 Thread Aleksey Midenkov
Package: info2man Version: 1.1-3 Severity: minor Please, remove the whole paragraphs of comments from info2pod about 'stupid info' and 'the GNU people are arrogant scum'. It does not carry any sense, but is a stupid rave. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Bug#424536: apache2.2-common: modules configurations should be carried from apache2.conf into corresponding mods-available/ .conf files

2007-05-16 Thread Aleksey Midenkov
Package: apache2.2-common Version: 2.2.3-3.3 Severity: minor Good day! Subj. Modules configuration make apache2.conf unnecessary huge. The modules I say about are: alias_module mod_autoindex mod_mime mod_negotiation mod_setenvif mod_status mod_info Each of them should have its own .conf file

Bug#483671: libevent-dev: 1.4.4 available upstream

2008-05-30 Thread Aleksey Midenkov
Package: libevent-dev Version: 1.3e-3 Severity: important 1.3e-3 is kind of too old (2007-09-24). There is 1.4.4 (2008-05-13). Please, consider releasing it. Thank you. http://www.monkey.org/~provos/libevent-1.4.4-stable.tar.gz -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Bug#477778: kernel-package: add ability to build upgraded kernel version and different package flavors

2008-04-25 Thread Aleksey Midenkov
Package: kernel-package Version: 11.001-0.1 Severity: wishlist Currently debian/control file get built from debian/Control template once on debian/ tree creation. For ability to switch to new upstream version saving current debian/ tree there should be possibility to regenerate debian/control

Bug#475036: Wanted features

2008-04-25 Thread Aleksey Midenkov
According to your plans of redesign please consider #48 as features. Always lacking them since have started using make-kpkg 8 years ago. :) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#483374: libaudio-dev: should have dependency in libaudio2 version (like = 1.9.1-1)

2008-05-28 Thread Aleksey Midenkov
Package: libaudio-dev Version: 1.9.1-2 Severity: minor I had 1.7 version of libaudio installed and could not compile a program due to link errors like 'undefined reference to `XauDisposeAuth''. After upgrading libaudio2 compilation gone successfully. -- To UNSUBSCRIBE, email to [EMAIL

Bug#487589: hibernate: tuxonice does not resume from initrd image

2008-06-22 Thread Aleksey Midenkov
Package: hibernate Version: 1.99-1 Severity: important Tags: patch Well known problem described in http://wiki.tuxonice.net/DistroAndHardwareSetup/DebianInitrd All suggested solutions are not correct with the latest initramfs-tools 0.92b and tuxonice 3.0-rc7. The solution is as simple as this:

Bug#366378: KDE is not starting on /etc/default/rcS VERBOSE=no (with fix)

2006-05-08 Thread Aleksey Midenkov
Package: x11-common Version: 1:7.0.15 .xsession-errors contains: _IceTransmkdir: ERROR: Owner of /tmp/.ICE-unix must be set to root /etc/init.d/x11-common is not creating /tmp/.ICE-unix when VERBOSE=no in /etc/default/rcS Suggested fix in attached patch file: --- /etc/init.d/x11-common.old

Bug#305642: I agree, it is very annoying!

2006-08-31 Thread Aleksey Midenkov
Package: mc Version: 1:4.6.1-1 Severity: normal I agree, it is very annoying for me too! I didn't seem to notice this bug before. May be it appeared in recent versions. Or is it may be misconfiguration? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble?

Bug#305642: I agree, it is very annoying!

2006-09-07 Thread Aleksey Midenkov
With internationalization support With multiple codepages support What do you do exactly to get this Bug? Thanks, Greetings and nice Day Michelle Konzack Systemadministrator Tamay Dogan Network Debian GNU/Linux Consultant Am 2006-09-01 09:57:01, schrieb Aleksey

Bug#381092: Authentication does not work in certain circumstances

2006-08-01 Thread Aleksey Midenkov
Package: gnugk Version: 2.2.3-2-3 Severity: important Tags: patch The bug shows up when both MD5 CryptoToken and CAT Token have arrived and the CAT Token is wrong. In this case MD5 CryptoToken turns out to be failed even if it is right. This situation was encountered with Teles iGate hardware

Bug#474115: aptitude: Got SIGABRT, dying..

2008-04-03 Thread Aleksey Midenkov
Package: aptitude Version: 0.4.11.1-1 Severity: grave The program get terminated at very start. The exception std::out_of_range is thrown at pkg_grouppolicy.cc:325 (pkg_grouppolicy_section::add_package): 323section = (sections_remaining.at(0) == '/' 324

Bug#474115: aptitude: Got SIGABRT, dying..

2008-04-08 Thread Aleksey Midenkov
On Monday 07 April 2008 20:21:20 you wrote: On Thu, Apr 03, 2008 at 05:06:50PM +0400, Aleksey Midenkov [EMAIL PROTECTED] was heard to say: Package: aptitude Version: 0.4.11.1-1 Severity: grave The program get terminated at very start. I don't think it's grave for aptitude to break

Bug#474115: aptitude: Got SIGABRT, dying..

2008-04-08 Thread Aleksey Midenkov
Have posted aptitude-create-state-bundle output: http://midenkov.narod.ru/aptitude_state.bz2 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#474115: aptitude: Got SIGABRT, dying..

2008-04-10 Thread Aleksey Midenkov
On Thursday 10 April 2008 06:10:53 you wrote: To follow up to my last comment, about not knowing why the Section field was empty, it appears that I was confused about the earlier report. I had gotten the impression that the Section field wasn't empty in the package list file, but that's not

Bug#465283: apache2: ProxySourceAddress directive to select source address of outgoing connections from mod_proxy

2008-02-20 Thread Aleksey Midenkov
Hello Stefan, On Tuesday 19 February 2008 23:27:27 Stefan Fritsch wrote: Hi Aleksey, On Monday 11 February 2008, Aleksey Midenkov wrote: This patch allows to bind to source address of outgoing connections from mod_proxy like this: ProxySourceAddress 192.168.0.1 thanks for your patch

Bug#453856: acpi-support: ipw3945 does not boot properly due to wrong isAnyWirelessPoweredOn

2008-02-24 Thread Aleksey Midenkov
As it was said in 463719, device/power/state is deprecated. I have no such file on 2.6.24. I use following code for isAnyWirelessPoweredOn: isAnyWirelessUp() { for DEVICE in /sys/class/net/* ; do [ -d $DEVICE/wireless ] || continue [ `cat $DEVICE/operstate` != down ] ||

Bug#525828: Fails to install with xinetd

2009-04-27 Thread Aleksey Midenkov
Package: proftpd-basic Version: 1.3.2-3 Severity: important /var/lib/dpkg/info/proftpd-basic.postinst fails with return status 20 The following trace from this postinst script is observed. 'itox' is utility which converts inetd.conf to xinetd.conf. + [ -f /etc/inetd.conf -a 0 -eq 0 ] +

Bug#549194: kdevelop: crash when stopping debugger

2009-10-01 Thread Aleksey Midenkov
Package: kdevelop Version: 4:3.5.5-1 Severity: important -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.25.3-std (PREEMPT) Locale: LANG=POSIX,

Bug#528532: No tapping on ALPS touchpad

2009-06-03 Thread Aleksey Midenkov
On Wednesday 03 June 2009 17:05:40 Mattia Dongili wrote: On Wed, May 13, 2009 at 09:18:48PM +0800, Aleksey Midenkov wrote: Package: xserver-xorg-input-synaptics Version: 1.1.0-1 Severity: important There were numerous attempts to add varius configuration directives to xorg.conf

Bug#427804: Hmmm

2009-05-15 Thread Aleksey Midenkov
So much people spend their time by stumbling upon missing bash documents! I were too unpleasantly surprised when it happened on sid and lost half of hour by investigating what is occured. Now losing my time by dragging bash-doc_3.1-1 everywhere by hand, by writing this letter -- that makes

Bug#546731: dpkg: 1.15.4 version pulls kde for upgrade

2009-09-15 Thread Aleksey Midenkov
Package: dpkg Version: 1.15.4 Severity: normal Dpkg should know nothing about packages that depend on it. Currently it provides a list of packages it 'breaks'. By the way no info neither in description nor in changelog about how it breaks them. -- To UNSUBSCRIBE, email to

Bug#546731: Fwd: Re: Bug#546731: dpkg: 1.15.4 version pulls kde for upgrade

2009-09-15 Thread Aleksey Midenkov
Message -- Subject: Re: Bug#546731: dpkg: 1.15.4 version pulls kde for upgrade Date: Tuesday 15 September 2009 From: Aleksey Midenkov a...@uezku.kemsu.ru To: Raphael Hertzog hert...@debian.org On Tuesday 15 September 2009 16:13:10 Raphael Hertzog wrote: Hi, On Tue, 15 Sep 2009, Aleksey

Bug#546731: Fwd: Re: Bug#546731: dpkg: 1.15.4 version pulls kde for upgrade

2009-09-16 Thread Aleksey Midenkov
On Tuesday 15 September 2009 17:34:18 Raphael Hertzog wrote: On Tue, 15 Sep 2009, Aleksey Midenkov wrote: Guys! Placing some hints on dpkg about packages that may be broken is wrong. Imagine that count of such packages is infinity, so you will be keep putting all them inside dpkg control

Bug#546885: slap_sasl_init: SASL library version mismatch: expected 2.1.23, got 2.1.22

2009-09-16 Thread Aleksey Midenkov
Package: slapd Version: 2.4.17-1 Severity: grave Justification: renders package unusable -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.25.3-std (PREEMPT)

Bug#546929: binutils: unrecognised emulation mode: elf_x86_64

2009-09-16 Thread Aleksey Midenkov
Package: binutils Version: 2.19.91.20090910-1 Severity: important Another absurd: gcc -march=x86-64 -Xlinker '-m elf_x86_64' foo.c -o foo-64 /usr/bin/ld: unrecognised emulation mode: elf_x86_64 Supported emulations: elf_i386 i386linux elf_x86_64 elf_l1om Have installed: binutils-multiarch

Bug#546929: Acknowledgement (binutils: unrecognised emulation mode: elf_x86_64)

2009-09-17 Thread Aleksey Midenkov
I just found out that 'gcc -m64' works ok. But this does not cancel the question about validity of aforementioned usage. The topic is worth to be noted to upstream. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#246621: Anybody will fix this?

2009-09-07 Thread Aleksey Midenkov
Hey! What's going on with this bug? Will it be fixed at last? I need to mention, that along with not releasing leases on ifdown it is a good thing to not renew leases on every ifup. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble?

Bug#454350: kernel-package: please add support for KBUILD_OUTPUT

2009-09-08 Thread Aleksey Midenkov
On Sunday 09 December 2007 00:44:59 Ivan Shmakov wrote: Tino Keitel tino.keitel+debb...@tikei.de writes: Package: kernel-package Version: 11.001 Severity: wishlist Hi, it will be nice if KBUILD_OUTPUT is supported. That way, one source tree can be used to build kernels

Bug#546210: nvidia-glx: please move init.d script to postinst phase

2009-09-11 Thread Aleksey Midenkov
Package: nvidia-glx Version: 185.18.36-2 Severity: wishlist Per-startup setup of library links seems to be absurd. Please move it to postinst phase. Thanks! -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#546215: nvidia-glx: warning from modprobe

2009-09-11 Thread Aleksey Midenkov
Package: nvidia-glx Version: 185.18.36-2 Severity: minor WARNING: All config files need .conf: /etc/modprobe.d/nvidia-kernel-nkc, it will be ignored in a future release. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#693809: libtimedate-perl: wrong offset for MSK timezone

2012-11-20 Thread Aleksey Midenkov
Package: libtimedate-perl Version: 1.2000-1 Severity: important Tags: patch Please, fix Zone.pm for MSK time zone from +3 to +4: msk = +4*3600, # Moscow -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#657327: malloc(): memory corruption

2012-01-25 Thread Aleksey Midenkov
Package: libgstreamer0.10-0 Version: 0.10.35.2-1ubuntu1 Severity: important Start subtitleeditor 0.39.0-2 Run Video - Open Open some AVI. Program should abort with something like backtrace below. Downgrade libgstreamer0.10-0 to version 0.10.35-1 and the bug will go off. The backtrace shows the

Bug#708117: hal segmentation fault after upgrade

2013-05-13 Thread Aleksey Midenkov
Package: hal Version: 0.5.14-8 Severity: important After upgrading from 0.5.14-4 I've got hal failing to start with core dump. Sorry, hadn't saved screen output, but this doesn't matter. I've compiled debug version and found the source of core. But this is not the most important issue. More

Bug#926504: No hibernate option in shutdown menu

2019-04-06 Thread Aleksey Midenkov
bit ResultActive=yes As described here: http://ubuntuhandbook.org/index.php/2018/05/add-hibernate-option-ubuntu-18-04/ -- All the best, Aleksey Midenkov @midenok

Bug#922694: lxdm: Continuous restart on start failure

2019-02-19 Thread Aleksey Midenkov
Package: lxdm Version: 0.5.3-2.1 Severity: normal Dear Maintainer, if Xorg fails to start, lxdm service endlessly loops in restart attempts. /lib/systemd/system/lxdm.service has a wrong setting for Restart: Restart=always it must be: Restart=on-success -- System Information: Debian

Bug#927109: lxdm skips pam_env module or pam at all

2019-04-15 Thread Aleksey Midenkov
Package: lxdm Version: 0.5.3-2.1 Severity: important Dear Maintainer, after logging in to lxdm session I try this: $ cat ~/.pam_environment SSH_AUTH_SOCK DEFAULT="${XDG_RUNTIME_DIR}/ssh_auth_sock" FOO OVERRIDE=a $ echo $FOO $ echo $SSH_AUTH_SOCK It seems that pam_env.so module didn't load

Bug#1003186:

2022-09-09 Thread Aleksey Midenkov
Also please note #1019447 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1019447 -- @midenok

Bug#1019447: [Aptitude-devel] Bug#1019447: aptitude: Wrong "Press Return to continue" after succesful installation

2022-09-09 Thread Aleksey Midenkov
Axel, On Sat, Sep 10, 2022 at 1:42 AM Axel Beckert wrote: > > Control: severity -1 wishlist > Control: tag -1 + confirmed > > Hi Aleksey, > > Aleksey Midenkov wrote: > > > Aleksey Midenkov wrote: > > > > Since some version aptitude started to behave s

Bug#1019447: [Aptitude-devel] Bug#1019447: aptitude: Wrong "Press Return to continue" after succesful installation

2022-09-09 Thread Aleksey Midenkov
Hi Axel, On Fri, Sep 9, 2022 at 8:58 PM Axel Beckert wrote: > > Control: tag -1 + moreinfo > > Hi Aleksey, > > thanks for the bug report. > > Aleksey Midenkov wrote: > > Since some version aptitude started to behave strangely: it asks user > > interactio

Bug#1019447: aptitude: Wrong "Press Return to continue" after succesful installation

2022-09-09 Thread Aleksey Midenkov
Package: aptitude Version: 0.8.13-3 Severity: normal Tags: patch Since some version aptitude started to behave strangely: it asks user interaction after each successful installation. Press Return to continue, 'q' followed by Return to quit. That is strange because 'q' returns first into the UI