Bug#613770: monit: Message-Id of mail alerts is incorrect

2011-02-17 Thread Sergey B Kirpichev
tag 613770 +pending thanks The Message-Id's in mail messages sent by monit (for alerts) are incorrect. There are 2 problems: 1. The domain part (after @) contains $HOST (which is typically just the nodename, not a FQDN) instead of the mailname. You can use set mailserver ... using

Bug#613764: monit creates a log file with group root instead of adm

2011-02-17 Thread Sergey B Kirpichev
tags 613764 +pending thanks The log file created by monit: -rw-r- 1 root root 322 2011-02-17 01:57:53 /var/log/monit.log Correct. As usual, if the permissions are 640, the group should by adm, not root. Why? It's intentional behaviour. Note that /etc/logrotate.d/monit is already

Bug#613767: monit: reportbug should not try to include the config file /etc/monit/monitrc

2011-02-17 Thread Sergey B Kirpichev
tags 613767 +wontfix close 613767 thanks When reporting a bug for monit with reportbug, reportbug tries to include the config file /etc/monit/monitrc, but fails. First, since /etc/monit/monitrc is expected to be protected against reading, reportbug should not try to include it. It's a

Bug#612954: openscenegraph-examples: Can compile at least osgcubemap and osgfont examples now :-)

2011-02-16 Thread sergey
that examples require libopenscenegraph-dev package to compile and compile command is g++ example-file-name $(pkg-config openscenegraph --libs) $(pkg-config openthreads --libs) This will save time for users like me in future and your time that you lost in discussions like this :-) Regards, Sergey

Bug#613422: cron can run /sbin/shutdown command :-)

2011-02-16 Thread sergey
On Tue, 15 Feb 2011 21:40:56 +0100 Christian Kastner deb...@kvr.at wrote: ... syslog: - Feb 15 21:29:01 fc3 /usr/sbin/cron[3464]: (*system*) RELOAD (/etc/crontab) Feb 15 21:30:01 fc3 /usr/sbin/cron[3464]: (*system*) RELOAD (/etc/crontab)

Bug#613427: Independency of bug severity

2011-02-15 Thread sergey
Additional: it was wrong, reportbug crashes without dependency of bug severity. Here the next dialog with reportbug: sergey@fc3:~$ reportbug Please enter the name of the package in which you have found a problem, or type 'other' to report a more general problem. xfe *** Welcome to reportbug

Bug#612954: openscenegraph-examples: Can't compile at least osgcubemap and osgfont examples

2011-02-15 Thread sergey
, Provides, Replaces, Build-Depends, Build-Depends-Indep, Build-Conflicts, Build-Conflicts-Indep. I suggest to add all that user need for compillation as Build-Depends type of dependency. Regards, Sergey -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject

Bug#613422: cron can't run /sbin/shutdown command

2011-02-15 Thread sergey
: - Feb 15 21:29:01 fc3 /usr/sbin/cron[3464]: (*system*) RELOAD (/etc/crontab) Feb 15 21:30:01 fc3 /usr/sbin/cron[3464]: (*system*) RELOAD (/etc/crontab) - Regards, Sergey. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org

Bug#613532: monit not working with local-only MDAs

2011-02-15 Thread Sergey B Kirpichev
tag 613532 +wontfix close 613532 thanks I recently started using monit but one important thing missing is support for local-only MDA, like e.g. dma or any other which doesn't listen on port 25. Most of the servers I monitor don't need a full featured MDA and hence don't have daemon listening

Bug#613422: cron can't run /sbin/shutdown command

2011-02-14 Thread sergey
Package: cron Version: 3.0pl1-116 Severity: normal (Excuse me for my bad English) I try to use cron for turn off my computer at specified time. I have the shutdown command: root@fc3:/var/log# whereis shutdown shutdown: /sbin/shutdown /usr/share/man/man2/shutdown.2.gz

Bug#613427: reportbug: crash when select bug severity level

2011-02-14 Thread sergey
/bugreport.py, line 43, in __init__ self.type = type File /usr/lib/pymodules/python2.6/reportbug/bugreport.py, line 59, in tset raise AttributeError, 'invalid report type' AttributeError: invalid report type -- Package-specific info: ** Environment settings: INTERFACE=text ** /home/sergey

Bug#612954: openscenegraph-examples: Can't compile at least osgcubemap and osgfont examples

2011-02-14 Thread sergey
'openscenegraph' found But I have openscenegraph installed: $ apt-cache showpkg openscenegraph Package: openscenegraph Versions: 2.8.3-5 (/var/lib/apt/lists/ftp.debian.org_debian_dists_squeeze_main_binary-i386_Packages) (/var/lib/dpkg/status)... Regards, Sergey -- To UNSUBSCRIBE, email

Bug#613031: bsdmainutils: cal -M and cal -S does not work

2011-02-12 Thread Sergey Zhlobo
Package: bsdmainutils Version: 8.0.13 Severity: normal man cal describe this options -M Weeks start on Monday. -S Weeks start on Sunday. but they don't work sey@desktop:~$ cal -M usage: cal [-hjy] [[month] year] cal [-hj] [-m month] [year] ncal [-hJjpwy3MS] [-s

Bug#612957: thank you

2011-02-12 Thread sergey
Hello, thank you very much for detailed explanation and reassigning the bug. -- WBR, Sergey -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#612952: vtk-examples: Can't compile Qt examples

2011-02-11 Thread sergey
Package: vtk-examples Version: 5.4.2-8 Severity: normal Excuse me for my bad English :-) I can't compile any of Qt examples. This is an error: -- sergey@fc3:~/vtk_learn/vtk/GUI/Qt/SimpleView$ mkdir ./tmp cd ./tmp cmake .. make -- The C compiler

Bug#612954: openscenegraph-examples: Can't compile at least osgcubemap and osgfont examples

2011-02-11 Thread sergey
Package: openscenegraph-examples Version: 2.8.3-5 Severity: normal Error is: sergey@fc3:~/osg_learn/examples/osgfont$ cmake . make -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler

Bug#612957: cmake: Cmake writes warning for its developers

2011-02-11 Thread sergey
Package: cmake Version: 2.8.2-2 Severity: minor Excuse me for my bad English :-) Please see at this cmake output (trying to compile example from openscenegraph-examples): -- cmake . make -- The C compiler identification is GNU -- The CXX compiler

Bug#612240: libv4lconvert: Error decompressing JPEG: unknown huffman code: 0000ffec

2011-02-11 Thread Sergey Spiridonov
can check attached backtrace) if I choose 320x200 with 0.8.2-1, but it does not segfault and is much responsive with 0.8.0-1 version and 320x200 resolution (printing huffman code errors). Please ask me if you need more info. -- Best regards, Sergey Spiridonov libv4l2: open: 45 request

Bug#612767: missing text in monit

2011-02-10 Thread Sergey B Kirpichev
tag 612767 +pending thanks This is fixed in repository: http://git.debian.org/?p=collab-maint/monit.git;a=summary See: http://git.debian.org/?p=collab-maint/monit.git;a=blob;f=debian/monit.default On Thu, Feb 10, 2011 at 4:22 PM, Mario m...@example.com wrote: Package: monit Version: 1:5.1.1-1

Bug#612836: xserver-xorg: keyboard input is duplicated on virtual (text) terminal in dual seat configuration

2011-02-10 Thread Sergey Spiridonov
Package: xserver-xorg Version: 1:7.5+8 Severity: normal Hi I have a dual seat configuration. I noticed that keyboard input from one of the seats is sent to the virtual terminal (which is invisible). I found out this indirectly. What I observe looks like another login which happens in parallel.

Bug#567569: Unable to bind some core keys to pad buttons

2011-02-08 Thread Sergey I. Sharybin
Hi, I've built newer driver xf86-input-wacom from linuxwacom site. Now i'm unable to bind any key to pad buttons Even xev doesn't show any events when i'm pressing that buttons =) -- With best regards, Sergey I. Sharybin

Bug#612240: libv4lconvert: Error decompressing JPEG: unknown huffman code: 0000ffec

2011-02-08 Thread Sergey Spiridonov
it temporal error! 1. http://packages.debian.org/wheezy/libv4l-0 -- Best regards, Sergey Spiridonov -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#612234: linphone: segfault when calling 5...@ekiga.net if video is enabled

2011-02-06 Thread Sergey Spiridonov
Package: linphone Version: 3.3.2-1 Severity: important Tags: squeeze I try to do a video call to 5...@ekiga.net (echo service). Ekiga is segfaulting after I get a reply from ekiga echo service. Sometimes I can even hear beginning of the message from ekiga echo service. If I disable video,

Bug#612240: libv4lconvert: Error decompressing JPEG: unknown huffman code: 0000ffec

2011-02-06 Thread Sergey Spiridonov
Package: libv4l-0 Version: 0.8.0-1 Severity: normal Tags: squeeze I got following printouts from ekiga and linphone when I try to use them with my webcam Labtec Pro USB: libv4lconvert: Error decompressing JPEG: unknown huffman code: libv4lconvert: Error decompressing JPEG: unknown

Bug#612234: may be related bug: Bug#612240

2011-02-06 Thread Sergey Spiridonov
Bug#612240 may be related to that http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612240 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#611313: may be related bug: Bug#612240

2011-02-06 Thread Sergey Spiridonov
Bug#612240 may be related to that http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612240 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#567569: Unable to bind some core keys to pad buttons

2011-02-05 Thread Sergey I. Sharybin
xorg.conf hasn't been changed since last upload. -- With best regards, Sergey I. Sharybin

Bug#611983: Please, rename binary package libssh2-php to php5-ssh2

2011-02-04 Thread Sergey B Kirpichev
Package: php-ssh2 Version: 0.11.2-1 Severity: wishlist subj, see also PHP Policy Draft, section 2.1: http://webapps-common.alioth.debian.org/draft-php/html/ch-php-int.html#s-php-interpreter-naming ---8 For each version of PHP, the following naming conventions are followed: ...

Bug#610955: aptitude: Russian translation cannot show the missing PGP key

2011-01-24 Thread Sergey Burladyan
Package: aptitude Version: 0.6.3-3.2 Severity: normal Russian text is shown as truncated and without missing PGP key ID. IMHO, some buffer is too small in aptitude. Run with -w1024 does not help. Just compare: Latin: W: A error occurred during the signature verification. The repository is not

Bug#502162: 06-syslog.patch

2011-01-24 Thread Sergey B Kirpichev
tags 502162 +patch thanks Hello, here is a patch. Another try. Why the tag patch was removed previously without reason? It was attached, see: http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=7;bug=502162 06-syslog.patch Description: Binary data

Bug#593429: 08-adjtimex.patch

2011-01-24 Thread Sergey B Kirpichev
tag 593429 +patch thanks Attached patch adopted for 3.9p1+debian-6 package (it builds and seems to be working). Please review/comment. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#594480: ipset from xtables-addons-common/sqeeze requires iptables/sid

2011-01-20 Thread Sergey Ptashnick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Received 1.26-2+b1 with last update, works perfectly with iptables/squeeze. Thanks you very much. After uploading rebuilded packages for all arch'es, this bug can be closed, I think. P.S. And sorry for my inattention (sqeeze rather sqUeeze).

Bug#610436: /usr/lib/dri/i915_dri.so: X crash, assert fail, SIGABORT from intel driver i830_vtbl.c with kwin effects enabled

2011-01-18 Thread Sergey Burladyan
Package: libgl1-mesa-dri Version: 7.7.1-4 Severity: normal File: /usr/lib/dri/i915_dri.so I can easy reproduce this problem with KDE4 and enabled kwin effects. Open KDE4 systemsettings - All Effects - Translucency, press it configure button. Program received signal SIGABRT, Aborted. 0xb773a424

Bug#353875: monit: exec doesnt work

2011-01-12 Thread Sergey B Kirpichev
fixed 353875 monit/1:5.1-1 thanks This feature already in upstream version from monit 5.1 (in squeeze). Below is a quote from changelog: ---8 * It is now possible to define any action for the restart timeout rule. Multiple restart timeout rules can also be defined. Example: if 3

Bug#593941: RFA: monit -- A service and system monitoring utility

2011-01-11 Thread Sergey B Kirpichev
retitle 593941 ITA: monit -- A service and system monitoring utility owner 593941 ! thanks Hello, Jeremiah especially (and Arno Shalom too), would you like to co-maintain package? Please, consider an opportunity to join collab-maint project (http://alioth.debian.org/projects/collab-maint/) and

Bug#593941: RFA: monit -- A service and system monitoring utility

2011-01-04 Thread Sergey B Kirpichev
Helo, I'm also interested to adopt package (or to co-maintain with someone). I've some packaging stuff (see in qa.debian.org), but I'm not DD/DM at this moment. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#607948: unblock: awstats/6.9.5~dfsg-5

2010-12-24 Thread Sergey B Kirpichev
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Hi, Please unblock awstats to squeeze. It fixes #606263 (multiple security issues) and few minor bug's: * Fix bashism in buildstatic.sh (Closes: bug#582861). * Recommend versions of

Bug#607143: /usr/bin/psql: psql does not allow input non-Latin characters with UNICODE locale

2010-12-14 Thread Sergey Burladyan
Package: postgresql-client-common Version: 113 Severity: important File: /usr/bin/psql libedit does not support UTF-8, so I can't input non-Latin characters with ru_RU.UTF-8 locale now. -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (800, 'testing'), (800,

Bug#606263: [Pkg-awstats-devel] Bug#606263: Multiple security issues

2010-12-14 Thread Sergey B Kirpichev
tag 606263 pending thanks http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4369 Fixed in repo: http://git.debian.org/?p=collab-maint/awstats.git;a=commit;h=aaf089d10ce4e12e6d499089407d93c62511e9c0 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4368

Bug#606159: /usr/sbin/useradd: useradd man typo in russian translation, forgotten space after long options

2010-12-06 Thread Sergey Burladyan
Package: passwd Version: 1:4.1.4.2+svn3283-2 Severity: normal File: /usr/sbin/useradd man useradd English: -b, --base-dir BASE_DIR -c, --comment COMMENT -d, --home HOME_DIR etc... Russian: -b, --base-dirБАЗОВЫЙ_КАТАЛОГ -c,

Bug#605030: general: bluetooth adapter ar3011 on acer aspire 5553g don't start after shutdown

2010-11-26 Thread Sergey Chepurko
Package: general Severity: normal I am using Debian testing with latest updates installed. I have a atheros ar3011 bluetooth adapter on my laptop. The problem is next, when i shutdown my laptop and on first boot choose to run debian my adapter don't start. To get my adapter working i have to boot

Bug#605032: general: Acer Aspire 5553g fails to resume after hibernate

2010-11-26 Thread Sergey Chepurko
Package: general Severity: normal When i use hibernate mode on my laptop Acer Aspire 5553g with closing my notebook i cant resume the session when open it later. It simply freezes. All i can do is force shut down using 5 sec press power button. There no other key is responsing. -- System

Bug#516741:

2010-11-25 Thread Sergey Svishchev
This is a duplicate of #358496 (which has status Won't Fix) -- Sergey Svishchev -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#604977: tech-ctte: bluetooth adapter ar3011 on acer aspire 5553g don't start after shutdown

2010-11-25 Thread Sergey Chepurko
Package: tech-ctte Severity: normal I am using Debian testing with latest updates installed. I have a atheros ar3011 bluetooth adapter on my laptop. The problem is next, when i shutdown my laptop and on first boot choose to run debian my adapter don't start. To get my adapter working i have to

Bug#604979: tech-ctte: Acer Aspire 5553g fails to resume after hibernate

2010-11-25 Thread Sergey Chepurko
Package: tech-ctte Severity: normal When i use hibernate mode on my laptop Acer Aspire 5553g with closing my notebook i cant resume the session when open it later. It simply freezes. All i can do is force shut down using 5 sec press power button. There no other key is responsing. -- System

Bug#604552: swi-prolog: Please, include SWI-cpp.h file to package.

2010-11-22 Thread Sergey Smolyannikov
Package: swi-prolog Version: 5.10.1-1+b1 Severity: normal Please, include SWI-cpp.h file to package or create the development version of this package. -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel:

Bug#604400: RFP: slune -- Slune is a 3D game. It includes racing, car-crashing, and lots of action. In addition, a multiplayer mode is available.

2010-11-21 Thread Sergey Spiridonov
Package: wnpp Severity: wishlist * Package name: slune Version : 1.0.9 Upstream Author : Jean-Baptiste LAMY jibal...@free.fr * URL : http://home.gna.org/oomadness/en/slune/index.html * License : GPL * Programming Lang: Python * Description : Slune is a 3D

Bug#600490: debian-installer: If you choose JP106 key layout, you'll be asked keyboard layout again

2010-11-12 Thread Sergey V. Udaltsov
that all keycodes are covered by evdev - the only difference is geometry which has no functional value. Why do people need jp106? Sergey On Sun, 2010-10-17 at 23:09 +0200, Samuel Thibault wrote: reassign 600490 xkb-data thanks Hello, Hideki Yamane, le Mon 18 Oct 2010 00:39:56 +0900, a écrit

Bug#602547: po/adduser.pot outdated

2010-11-05 Thread Sergey Alyoshin
Package: adduser Version: 3.112+nmu1 Priority: wishlist Tags: l10n po/adduser.pot file is out of date and so some localized strings are out of date too in .po files. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#600598: [Pkg-awstats-devel] Bug#600598: Info received (Bug#600598: Archived bug 440035 is not fixed (perl version warning))

2010-10-18 Thread Sergey B Kirpichev
Package: awstats close 600598 6.9.5~dfsg-1 thanks On Mon, Oct 18, 2010 at 8:16 PM, Marc MAURICE marc.maur...@smile.fr wrote: Again with some more info. For the main awstats.pl script : it's fixed in Debian, but still there upstream. What do you think of fixing it also in the

Bug#598932: info crashes when selecting a node inside of an info file

2010-10-07 Thread Sergey Poznyakoff
. How did you create it? Regards, Sergey -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#598932: info crashes when selecting a node inside of an info file

2010-10-07 Thread Sergey Poznyakoff
Hilmar Preusse hill...@web.de ha escrit: Many thanks! Could you sent the patch to us? Here it goes. Regards, Sergey Index: info/nodes.c === RCS file: /cvsroot/texinfo/texinfo/info/nodes.c,v retrieving revision 1.14 retrieving

Bug#404371: fixed

2010-09-17 Thread Sergey Svishchev
This is fixed in recently uploaded 0.6.4-1. Changelog says: 0.6.4 (20100612) - Fixed bug: need double-fork on Linux (spotted by Joey Hess joeyh at debian.org) -- Sergey Svishchev -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe

Bug#596803: hdfview exception can't load xawt/libmawt.so

2010-09-14 Thread Sergey Spiridonov
Package: hdfview Version: 2.6.1-1+b1 Severity: grave Tags: sid Justification: renders package unusable Startign hdfview failes with following exception: $ /usr/bin/hdfview Exception in thread main java.lang.UnsatisfiedLinkError: Can't load library:

Bug#595558: kgpg editor does not support non-Latin characters

2010-09-04 Thread Sergey Burladyan
Package: kgpg Version: 4:4.4.5-1 Severity: normal Open editor and enter for example тест (Russian test), then press Sign/Verify and you have all non-Latin characters changed to '?': -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10

Bug#486791:

2010-09-01 Thread Sergey Svishchev
Kel Modderman has packaged hatools 2.14: http://sidux.net/kelmo/debian/pool/main/h/hatools/ Discussion: http://www.mail-archive.com/pkg-sysvinit-de...@lists.alioth.debian.org/msg03015.html -- Sergey Svishchev -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org

Bug#594745: xtables-addons-source: ipt_SET and ipt_set doesn't works with Lenny kernel

2010-08-28 Thread Sergey Ptashnick
Package: xtables-addons-source Version: 1.26-2 Severity: normal When I try to add netfilter rule with 'set' match or 'SET' target, iptables fails with message 'Invaild argument. Run dmesg for more information', but dmesg, /var/log/messages, /var/log/kern.log, and /var/log/dmesg doesn't contains

Bug#594480: ipset from xtables-addons-common/sqeeze requires iptables/sid

2010-08-26 Thread Sergey Ptashnick
Package: xtables-addons-common Version: 1.26-2 Severity: important ipset from xtables-addons-common 1.26-2 (sqeeze) requires shared library libxtables.so.5, that provided only by iptables 1.4.9-1 from sid, not 1.4.8-3 from sqeeze. Please add this dependency and request to update iptables in

Bug#592220: [Bug-dico] mediawiki: crash while searching a simple string

2010-08-19 Thread Sergey Poznyakoff
ãí¥ï ç¤¥í¥¨ïª aelmahmo...@sabily.org ha escrit: What does that diff do ? It speaks clearly for itself, I believe. Is it related to UTF8 issue ? Of course, not. Regards, Sergey -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble

Bug#592220: [Bug-dico] mediawiki: crash while searching a simple string

2010-08-18 Thread Sergey Poznyakoff
ãí¥ï ç¤¥í¥¨ïª aelmahmo...@sabily.org ha escrit: I applied the patch from git commit c4db582a8c59cabec8632c7f1f79bd79f47ab9d3, yet when testing it I get the following error: Thanks for reporting. That commit fails, indeed. I have reverted it. Please pull. Regards, Sergey

Bug#592220: [Bug-dico] mediawiki: crash while searching a simple string

2010-08-18 Thread Sergey Poznyakoff
that works. Regards, Sergey -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#592487:

2010-08-11 Thread Turchaninov Sergey
1 core from: processor : 0 vendor_id : AuthenticAMD cpu family : 15 model : 107 model name : AMD Athlon(tm) 64 X2 Dual Core Processor 4800+ stepping: 2 cpu MHz : 2490.212 cache size : 512 KB fdiv_bug: no hlt_bug : no f00f_bug

Bug#592487:

2010-08-10 Thread Turchaninov Sergey
yes it's from dmesg from Dom0 on Virtulbox 3.2.6 r63112 with the IO APIC disabled i get the same error and virtual machine (booting on vbox and running) is a bit slower. but it's not critical, virtualbox is used for testing. just want to help a little by submitting a report. thank you.

Bug#570499: multiboot detects 640K on 790XTA-UD4

2010-07-26 Thread Sergey Spiridonov
Package: memtest86+ Version: 4.10-1 Severity: normal Observing same problem with multiboot here on Gigabyte mainboard 790XTA-UD4. Without multiboot memtest86+ is not loaded at all, printing memtest86+: too small lower memory (0x991000x98400) So, memtest86+ is totaly unusable on my machine.

Bug#549429: too small lower memory

2010-07-26 Thread Sergey Spiridonov
Package: memtest86+ Version: 4.10-1 Severity: normal Hi I have almost same problem here. Mainboard is Gigabyte 790XTA-UD4. Got this error with 4GB and with 8GB memory. Error looks like following: memtest86+ too small lower memory (0x99100 0x98400) [0.00] BIOS-provided physical RAM

Bug#590074: [Pkg-awstats-devel] Bug#590074: awstats: DO NOT use cron scripts to update stats database

2010-07-23 Thread Sergey B Kirpichev
On Fri, Jul 23, 2010 at 4:31 PM, Ximin Luo infini...@gmx.com wrote: Currently this package installs a cron job that runs every ten minutes. This is a VERY bad idea: - if logrotate(8) runs during those 10 minutes, some log entries will fail to  be accounted for by awstats logrotate every 10

Bug#590074: [Pkg-awstats-devel] Bug#590074: awstats: DO NOT use cron scripts to update stats database

2010-07-23 Thread Sergey B Kirpichev
No, logrotate isn't running every 10 minutes. I think you misunderstood my point. If logrotate runs between the 10-minute cron runs of awstats, it will rotate the log entries since the last 10-minute run, so the next 10-minute run won't be able to see it any more. That's true. But it's a

Bug#589878: Close it

2010-07-22 Thread Sergey Ivanov
Please, close this issue. Troubles was in colouring of ls output. I forget that this has own symbol tags. So, should be ls -1 --color=never instead of ls -1 and everything works fine. -- King regards, Sergey Ivanov -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org

Bug#589878: grep: issues for regular expressions

2010-07-21 Thread Sergey
Package: grep Version: 2.5.3~dfsg-6 Severity: normal 1) In /var/log result for ls -1: apt auth.log daemon.log debug dmesg dmesg.new dpkg.log fail2ban.log kern.log lastlog lpr.log mail.log messages news syslog user.log Result for ls -1 | grep -E 'a' still

Bug#568293:

2010-07-13 Thread Sergey Svishchev
using a different clocksource (tsc is great if you have stable TSC and don't migrate across different-speed machines) until we have all the fixes in place. -- Sergey Svishchev -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#588330: Fwd: Bug#588330: Critical bug

2010-07-08 Thread Sergey B Kirpichev
Please, test v0.91 package from mentors.debian.net, to see if this one fixes the problem for you. On Wed, Jul 7, 2010 at 6:08 PM, Bastien ROUCARIES roucaries.bast...@gmail.com wrote: I was hitting the  invisible memory leak  downloading huge video file on my site, and it really lok like the

Bug#588330: Critical bug

2010-07-07 Thread Sergey B Kirpichev
tag 588330 +moreinfo On Wed, Jul 7, 2010 at 4:24 PM, Bastien ROUCARIES roucaries.bast...@gmail.com wrote: The current package has a leak that could lead to crashing current apache process. Please correct and upgrade a new one. Do you mean the fix - an invisible memory leak (v0.9) or - stupid

Bug#582799: [Bug-dico] Bug#582799: dicod: the 'all' strategy is dangerous for a production server !

2010-06-28 Thread Sergey Poznyakoff
for dicod. They are part of the server and should be distributed with it, Regards, Sergey -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#582799: [Bug-dico] Bug#582799: dicod: the 'all' strategy is dangerous for a production server !

2010-06-28 Thread Sergey Poznyakoff
certainly agree with this sort of policy for modules requiring extra dependencies. But (1) neither of the modules in question requires anything, and (2) the overall size of the two modules together is 6K, which is ridiculous for a separate module. Regards, Sergey -- To UNSUBSCRIBE, email to debian

Bug#571712: synaptic: updated russian translation

2010-06-27 Thread Sergey Alyoshin
Alternative version of Russian translation (independent from Alexander's translation). All messages were reviewed and reworked with the goal of consistency. ru.po.gz Description: GNU Zip compressed data

Bug#587320: slim needs xauth , but not depends on it

2010-06-27 Thread Sergey
Package: slim Version: 1.3.0-1+lenny2 Severity: grave Justification: renders package unusable Without xauth installed, i have Cant execute login command message after login -- System Information: Debian Release: 5.0.5 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686)

Bug#582799: [Bug-dico] Bug#582799: dicod: the 'all' strategy is dangerous for a production server !

2010-06-27 Thread Sergey Poznyakoff
anywhere in the headword. This, too, is implemented as a module. As usual, your feedback is welcome. Regards, Sergey -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#587000: virt-manager: Missing dependency on python-pycurl

2010-06-24 Thread Sergey Korobitsin
Package: virt-manager Version: 0.8.4-4 Severity: grave Tags: sid Justification: renders package unusable I use Debian system installed without recommended packages, and after installing the virt-manager and trying to launch it it get these: Traceback (most recent call last): [...] ImportError:

Bug#586706: dhcp3-server: option routers in dhcpd.conf

2010-06-21 Thread Sergey
Package: dhcp3-server Version: 3.1.1-6+lenny4 Severity: normal I've tried to apply two routers for option routers for my subnet in dhcpd.conf. Below i just encountered possible situations and results of ip route show on client machine after -- on next line. So: 1) option routers 192.168.73.1,

Bug#335893: Using the geoip or geoipfree plugin makes awstats.pl too slow (network access?)

2010-06-14 Thread Sergey B Kirpichev
tag 335893 -fixed-upstream severity 335893 wishlist thanks I have forwarded your bugreport to upstream (previous one was closed due to timeout): https://sourceforge.net/tracker/?func=detailaid=3015831group_id=13764atid=113764 Please, beware. I will downgrade the severity to wishlist. There is

Bug#585569: gnome-mount: Does not mount HTFS partitions

2010-06-11 Thread Fedorov Sergey
Package: gnome-mount Version: 0.7-2 Severity: normal When I attempt to mount my NTFS partition with gnome-mount I get You are not privileged to mount the volume 'Data'. -- System Information: Debian Release: 5.0.4 APT prefers proposed-updates APT policy: (500, 'proposed-updates'), (500,

Bug#584205: installation-guide: Obsolete info in Automatic Installation section

2010-06-02 Thread Sergey Svishchev
299797). -- Sergey Svishchev -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#560287:

2010-06-02 Thread Sergey Svishchev
This is a dup of bug 499167. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#584183: clamav-0.96 - Two new CVE

2010-06-01 Thread Sergey N. Voronkov
Package: clamav Version: 0.96+dfsg-4~volatile1 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1640 Off-by-one error in the parseicon function in libclamav/pe_icons.c in ClamAV 0.96 allows remote attackers to cause a denial of service (crash) via a crafted PE icon that triggers an

Bug#582854: obexfs: copied files are corrupted

2010-05-24 Thread Sergey Burladyan
Package: obexfs Version: 0.11-1 Severity: normal Trying copy photo from my phone with FUSE obexfs: Bus 003 Device 003: ID 2001:f111 D-Link Corp. [hex] DBT-122 Bluetooth adapter Linux home 2.6.32-3-amd64 #1 SMP Wed Feb 24 18:07:42 UTC 2010 x86_64 GNU/Linux obexfs -b XX:XX:XX:XX:XX:XX

Bug#582861: [Pkg-awstats-devel] Bug#582861: awstats: buildstatic.sh cron job fails with [: 27: yes: unexpected operator

2010-05-24 Thread Sergey B Kirpichev
tags 582861 pending thanks Already fixed by Jonas in CVS: http://git.debian.org/?p=collab-maint/awstats.git;a=blobdiff;f=debian/buildstatic.sh On Mon, May 24, 2010 at 12:32 PM, Fredrik Olofsson f...@hupp.se wrote: Package: awstats Version: 6.9.5~dfsg-3 Severity: normal The buildstatic.sh

Bug#582799: [Bug-dico] Bug#582799: dicod: the 'all' strategy is dangerous for a production server !

2010-05-24 Thread Sergey Poznyakoff
will provide a solution for this latter. Regards, Sergey From 9b10f09671e8498ee9862bd9190fc1fb324e35e7 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff g...@gnu.org.ua Date: Mon, 24 May 2010 14:26:00 +0300 Subject: [PATCH] Speed up output procedure in dictorg. Provide a general-purpose mechanism to address

Bug#582708: [Bug-dico] Bug#582708: dico: cannot fetch a definition

2010-05-24 Thread Sergey Poznyakoff
That's why you cannot get the definition. To fix this add sort[1] to the loading sequence in fd-tur-eng database: database { name fd-tur-eng; handler dictorg sort database=/usr/share/dictd/freedict-tur-eng; } Regards, Sergey [1] http://dico.prog.gnu.org.ua/manual/html_node/Dictorg.html

Bug#582692: [Bug-dico] Bug#582692: dicod: failure when no match found

2010-05-23 Thread Sergey Poznyakoff
Hi Marc, Thanks for the additional information. It did help to locate the bug. Please apply the attached patch. Regards, Sergey From aa2df3934c858977cd9033af2345f3566d136bd7 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff g...@gnu.org.ua Date: Sun, 23 May 2010 14:50:12 +0300 Subject: [PATCH

Bug#582692: [Bug-dico] Bug#582692: dicod: failure when no match found

2010-05-23 Thread Sergey Poznyakoff
: -t (--transcript) * For dict: -r (--raw) Regards, Sergey -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#582708: [Bug-dico] Bug#582708: dico: cannot fetch a definition

2010-05-23 Thread Sergey Poznyakoff
Which does have a definition indeed. That's a bug. A fix is attached. Thank you. Regards, Sergey From 956846d3d1b5e35d9012be97b33066e480669dc1 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff g...@gnu.org.ua Date: Sun, 23 May 2010 14:52:13 +0300 Subject: [PATCH] Avoid using fixed-size buffer

Bug#582694: [Bug-dico] Bug#582694: dicoweb: links to external databases are useless

2010-05-23 Thread Sergey Poznyakoff
patches. After applying them: http://dicoweb.gnu.org.ua/?q=Housedb=en-wikipediadefine=1 Regards, Sergey -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#582697: [Bug-dico] Bug#582697: dicoweb: should display a fallback name for database without description

2010-05-23 Thread Sergey Poznyakoff
; ... } You'll find more info in the docs. Regards, Sergey -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#582708: [Bug-dico] Bug#582708: dico: cannot fetch a definition

2010-05-23 Thread Sergey Poznyakoff
is correct, at least according to the standard. However, I agree that it would be logical and more practical to compress them all into one. This will require a bit more work, though. Regards, Sergey -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe

Bug#582708: [Bug-dico] Bug#582708: dico: cannot fetch a definition

2010-05-23 Thread Sergey Poznyakoff
Sergey Poznyakoff g...@gnu.org.ua ha escrit: ãí¥ï ç¤¥í¥¨ïª aelmahmo...@sabily.org ha escrit: This patch does not fix that one gets duplicates, is it intended to be this way ? [...] This will require a bit more work, though. The attached patch coalesces multiple matches into one

Bug#582697: [Bug-dico] Bug#582697: dicoweb: should display a fallback name for database without description

2010-05-23 Thread Sergey Poznyakoff
00-database-short 00-database-url Regards, Sergey -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#582708: [Bug-dico] Bug#582708: dico: cannot fetch a definition

2010-05-23 Thread Sergey Poznyakoff
querying your server I do get a No match answer. However, trying on my box I get a definition. Are you sure the patch has applied cleanly? Regards. Sergey -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Bug#582708: [Bug-dico] Bug#582708: dico: cannot fetch a definition

2010-05-23 Thread Sergey Poznyakoff
was unable to find) and still get a result. There were some 15 commits after 2.0 (apart from those of today), which may well affect the case. To make sure we are using the same codebase, please try this version: ftp://download.gnu.org.ua/pub/alpha/dico/dico-2.0.90.tar.gz Regards, Sergey

Bug#582694: [Bug-dico] Bug#582694: dicoweb: links to external databases are useless

2010-05-23 Thread Sergey Poznyakoff
) = No match, sorry :-/ The result may be cached by the python backend (see CACHE_BACKEND in your settings.py). Regards, Sergey -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#582708: [Bug-dico] Bug#582708: dico: cannot fetch a definition

2010-05-23 Thread Sergey Poznyakoff
, Sergey -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

<    3   4   5   6   7   8   9   10   11   12   >