Bug#768660: netatalk: Daemon restart required to allow OSX to backup again

2014-11-08 Thread Dmitry Maksyoma
Package: netatalk Version: 2.2.5-1 Severity: normal Dear Maintainer, After OSX fails to finish Time Machine backup (caused by closing laptop or going out of Wifi zone), it tries again after some time, and fails. Only after daemon restart is it able to backup again. OSX reports The backup disk

Bug#653288: dvd+rw-tools: Doesn't format Blu-ray disk

2011-12-26 Thread Dmitry Maksyoma
Package: dvd+rw-tools Version: 7.1-6 Severity: normal $dvd+rw-format -ssa=none /dev/sr0 * BD/DVD±RW/-RAM format utility by ap...@fy.chalmers.se, version 7.1. $dvd+rw-mediainfo /dev/sr0 INQUIRY:[PIONEER ][BD-RW BDR-206D][1.56] GET [CURRENT] CONFIGURATION: Mounted Media:

Bug#652952: gvpr: delete() causes processing to stop

2011-12-21 Thread Dmitry Maksyoma
Package: graphviz Version: 2.26.3-5 Severity: normal Hi, Calling gvpr's delete() apparently stops processing of nodes. a.dot: digraph cd { a b } $gvpr -c 'N { printf(%s\n, $.name); delete($G, $) }' a.dot a digraph cd { b; } OTOH: $gvpr -c 'N { printf(%s\n, $.name) }' a.dot a b

Bug#619795: gwenview: Unable to send crash info to KDE

2011-03-26 Thread Dmitry Maksyoma
Package: gwenview Version: 4:4.4.5-2 Severity: normal When gwenview crashes, it shows `Crash Reporting Assistant'. After I've put all the info I have into it, it still has `Finish' button grayed out. It says that debug symbols for libraries mentioned in stacktrace should be installed, and I've

Bug#592575: `yes '' | apt-get dist-upgrade' hangs

2010-08-15 Thread Dmitry Maksyoma
is interrupted, the rest of input_buf would be lost. * If read(2) in DoStdin fails, write(2) would be called with a negative `count' argument. Worthwile fixing that? -- /Dmitry Maksyoma dmaks...@allot.com -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject

Bug#592575: `yes '' | apt-get dist-upgrade' hangs

2010-08-11 Thread Dmitry Maksyoma
already). Also, this patch fixes the follwing problems: * If write(2) in DoStdin writes not the whole input_buf (or interrupted), the rest of input_buf would be lost. * If read(2) in DoStdin fails, write(2) would be called with a negative `count' argument. -- /Dmitry Maksyoma dmaks

Bug#589919: libdbi-ruby1.8: Return from within DatabaseHandle#transaction block causes undefined behaviour

2010-07-22 Thread Dmitry Maksyoma
Package: libdbi-ruby1.8 Version: 0.4.3-2 Severity: normal Tags: patch If return is made from within DatabaseHandle#transaction block, commit isn't done. I've attached 2 programs: 1. transaction_return - insert data into the test table (and, optionally, run the second transaction); 2. check -

Bug#583328: debhelper: dh_fixperms makes scripts having `.so' in their name non-executable

2010-05-26 Thread Dmitry Maksyoma
Package: debhelper Version: 7.0.15 Severity: normal For example, `foo.sources.rb' script will be considered an .so file and have permissions set to 644. Here's the corresponding code from dh_fixperms: complex_doit(find $tmp -perm -5 -type f, \\( -name '*.so*' -or -name '*.la' -or

Bug#310748: grun: LRU patch

2010-04-17 Thread Dmitry Maksyoma
Package: grun Version: 0.9.3-1 Followup-For: Bug #310748 Please find attached a patch to make grun use LRU order of entries. -- System Information: Debian Release: 5.0.4 APT prefers stable APT policy: (600, 'stable'), (500, 'proposed-updates') Architecture: i386 (i686) Kernel: Linux

Bug#550075: libsequel-core-ruby1.8: Postgres adapter broken

2009-10-07 Thread Dmitry Maksyoma
Package: libsequel-core-ruby1.8 Version: 1.5.1-1 Severity: normal $ruby -r sequel -e Sequel.connect 'postgres://localhost:5432/mlist' /usr/lib/ruby/1.8/sequel_core/database.rb:406:in `adapter_class': Could not load postgres adapter: (Sequel::Error::AdapterNotFound) no such file to load --

Bug#531371: `mount -o loop' runs out of loop devices

2009-06-23 Thread Dmitry Maksyoma
On Sun, Jun 21, 2009 at 01:49:14PM +0100, Roger Leigh wrote: I get the same loopback release with /etc/mtab as a regular file. This may be due to the new kernel or new util-linux in unstable, but it is now freeing the loop devices correctly. It must be in the new util-linux, because it's

Bug#494001: [Pkg-sysvinit-devel] Bug#494001: `mount -o loop' runs out of loop devices

2009-06-04 Thread Dmitry Maksyoma
On Thu, Jun 04, 2009 at 07:18:29PM +0100, Roger Leigh wrote: However, if Dmitry can confirm this is a real bug (as opposed to a documentation issue, in which case it still needs a bug against mount), then the solution is fixing mount rather than not fixing this bug. Running out of loop

Bug#531276: autofs: auto.master should include nodev,nosuid

2009-05-31 Thread Dmitry Maksyoma
Package: autofs Version: 4.1.4+debian-2.1 Severity: wishlist Hello, /etc/auto.master doesn't use `nodev,nosuid' in its examples. Also, most examples in /etc/auto.misc don't use those options as well. Default nodev,nosuid wouldn't hurt, would they? -- System Information: Debian Release: 5.0.1

Bug#531371: `mount -o loop' runs out of loop devices

2009-05-31 Thread Dmitry Maksyoma
Package: mount Version: 2.13.1.1-1 Severity: normal `mount -o loop' runs out of loop devices when /etc/mtab is a symlink to /proc/mounts. I know it's documented in mount(8), but please consider that lenny/squeeze have moved to the setup where /etc/mtab is symlinked (only new Lenny installs

Bug#494001: [Pkg-sysvinit-devel] Bug#494001: `mount -o loop' runs out of loop devices

2009-05-31 Thread Dmitry Maksyoma
On Sun, May 31, 2009 at 09:39:17AM -0300, Henrique de Moraes Holschuh wrote: Just to let you know: when /etc/mtab is a symlink to /proc/mounts, loop devices aren't freed by umount and the system may run out of loop devices (which makes things worse than they were with old-style mtab).

Bug#494001: `mount -o loop' runs out of loop devices

2009-05-30 Thread Dmitry Maksyoma
Just to let you know: when /etc/mtab is a symlink to /proc/mounts, loop devices aren't freed by umount and the system may run out of loop devices (which makes things worse than they were with old-style mtab). Apparently, it's not a bug, as it's documented in mount(8): If you are not so unwise as

Bug#522035: mldonkey-server: No log messages written to either /var/log or syslog

2009-03-31 Thread Dmitry Maksyoma
Package: mldonkey-server Version: 2.9.5-2+lenny1 Severity: normal mlnet doesn't log any messages to /var/log/mldonkey/mlnet.log or syslog. strekoza:/home/ledestin# ll /proc/10757/fd | grep /var/log strekoza:/home/ledestin# ll /proc/10757/fd | grep log strekoza:/home/ledestin# ll

Bug#522035: mldonkey-server: No log messages written to either /var/log or syslog

2009-03-31 Thread Dmitry Maksyoma
2009/4/1 Mehdi Dogguy mehdi.dog...@pps.jussieu.fr: mlnet doesn't log any messages to /var/log/mldonkey/mlnet.log or syslog. The log file can be found in /var/lib/mldonkey/mlnet.log This is fixed in 3.0.0-2 and the log file can be found in /var/log/mldonkey/mlnet.log It's very simple to

Bug#516463: python2.5: Programs that use /usr/share/pyshared fail

2009-02-21 Thread Dmitry Maksyoma
Package: python2.5 Version: 2.5.2-15 Severity: normal $clive 'http://www.youtube.com/watch?v=XzbzbnFF6Tofeature=rec-HM-r2' Traceback (most recent call last): File /usr/bin/clive, line 25, in module from clive.main import Clive ImportError: No module named clive.main

Bug#512503: jack -Q doesn't query freedb (but jack -U does)

2009-01-21 Thread Dmitry Maksyoma
Package: jack Version: 3.1.1+cvs20050801-13 Severity: normal jack -Q doesn't query freedb (but jack -U does): $jack -Q This is jack 3.1.1 (C)2004 Arne Zellentin za...@users.sf.net Artist - Album - 01 - Tracktitle.[ext] *info* killing ripper (pid 9569)AE:0+1 ENC:1+0 errors: 0 :-)

Bug#512503: Acknowledgement (jack -Q doesn't query freedb (but jack -U does))

2009-01-21 Thread Dmitry Maksyoma
Forgot to include user config (/etc/jackrc has nothing but comments): $cat .jack3rc # jackrc-version:31 # Global jackrc file for Debian, documenting some of the most important # options. The default options are commented out. # You can copy this to ~/.jack3rc and customize it youself. But

Bug#511209: xbase-clients: xkbcomp produces unhelpful error messages

2009-01-08 Thread Dmitry Maksyoma
Package: xbase-clients Version: 1:7.1.ds1-2 Severity: wishlist $setxkbmap -print xkb_keymap { xkb_keycodes { include xfree86+aliases(qwerty) }; xkb_types { include complete }; xkb_compat{ include complete }; xkb_symbols { include

Bug#510561: ruby1.8: eval segfaults if long expression given

2009-01-02 Thread Dmitry Maksyoma
Package: ruby1.8 Version: 1.8.5-4etch3 Severity: normal $ruby -e 'eval (1+2+*1000).chop' $ruby -e 'eval (1+2+*1).chop' Segmentation fault -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (600, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to

Bug#471063: linux-image-2.6.22-4-686: sata_via produces `exception Emask 0x0 SAct 0x0...' when mounting/umounting an IDE drive

2008-12-20 Thread Dmitry Maksyoma
On Sun, Dec 21, 2008 at 12:29 PM, Moritz Muehlenhoff j...@inutil.org wrote: I have a `RAID bus controller [0104]: VIA Technologies, Inc. VT6421 IDE RAID Controller [1106:3249] (rev 50)' with one IDE controller onboard. When I try to mount/umount a partition on an IDE drive (I tried one IBM and

Bug#498028: The problem is resolved

2008-09-09 Thread Dmitry Maksyoma
The problem is resolved, /dev/sdb2 pointed to nowhere. [EMAIL PROTECTED] /root #ls -l /dev/sdb2 brw-rw 1 root disk 9, 123 2008-05-27 02:41 /dev/sdb2 [EMAIL PROTECTED] /root #cat /proc/partitions major minor #blocks name 364 78184008 hdb 365 56196 hdb1 366

Bug#498028: linux-image-2.6.22-4-686: Second primary partition is reported as zero-sized (or not), depending on hard drive device name.

2008-09-06 Thread Dmitry Maksyoma
Package: linux-image-2.6.22-4-686 Version: 2.6.22-6~bpo40+2 Severity: normal Second primary partition is reported as zero-sized, depending on device name. [EMAIL PROTECTED] ~ #fdisk -l /dev/sdb Disk /dev/sdb: 750.1 GB, 750155292160 bytes 255 heads, 63 sectors/track, 91201 cylinders Units =

Bug#471063: linux-image-2.6.22-4-686: sata_via produces `exception Emask 0x0 SAct 0x0...' when mounting/umounting an IDE drive

2008-03-15 Thread Dmitry Maksyoma
Package: linux-image-2.6.22-4-686 Version: 2.6.22-6~bpo40+2 Severity: normal I have a `RAID bus controller [0104]: VIA Technologies, Inc. VT6421 IDE RAID Controller [1106:3249] (rev 50)' with one IDE controller onboard. When I try to mount/umount a partition on an IDE drive (I tried one IBM and

Bug#465232: xserver-xorg: X crashes when I run mc (Backtrace: 0: /usr/bin/X(xf86SigHandler+0x84) [0x80c43e4])

2008-02-11 Thread Dmitry Maksyoma
Package: xserver-xorg Version: 1:7.1.0-19 Severity: important Hello, Whenever I run mc, X crashes with the following: Backtrace: 0: /usr/bin/X(xf86SigHandler+0x84) [0x80c43e4] 1: [0xe420] Fatal server error: Caught signal 11. Server aborting (WW) NVIDIA(0): WAIT (0, 6, 0x8000,

Bug#445401: kinput2-common: kinput2 listens on 0.0.0.0:random_port

2007-10-05 Thread Dmitry Maksyoma
Package: kinput2-common Version: 3.1-9 Severity: wishlist Hello, I'm trying to reduce number of network services visible from outside world on my box. As a result, I've discovered that kinput2 binds/listens to all available IP addresses. It is an unnecessary security risk to expose a service

Bug#377749: Patch bugs fixed

2006-09-20 Thread Dmitry Maksyoma
Discovered and fixed 2 bugs in the previous patch. -- /Dmitry [EMAIL PROTECTED] diff -ur snort-orig/src/detection-plugins/sp_pattern_match.c snort-2.3.2/src/detection-plugins/sp_pattern_match.c --- snort-orig/src/detection-plugins/sp_pattern_match.c 2005-01-14 09:36:20.0 +1300 +++

Bug#381808: libdbi-ruby1.8: Return from within DBI.transaction block causes undefined behaviour.

2006-08-06 Thread Dmitry Maksyoma
Package: libdbi-ruby1.8 Version: 0.0.23-2+3.2.5 Severity: normal Tags: patch Hello, Consider the following test: #!/usr/bin/ruby require 'dbi' second_transaction = $*.first $*.first == '1' ? true : false @db = DBI.connect 'DBI:Pg:test' @db['AutoCommit'] = false if @db.select_all(SELECT

Bug#377749: New patch

2006-07-24 Thread Dmitry Maksyoma
Hello, The following patch adds support for unlimited rule size and unlimited `content' option size (was limited to 2Kb). Please disregard the previous patch I've sent. -- /Dmitry [EMAIL PROTECTED] Index: detection-plugins/sp_pattern_match.c

Bug#377749: The correct patch

2006-07-13 Thread Dmitry Maksyoma
Sorry, the patch I sent earlier wouldn't compile. I'm sending the correct one. -- /Dmitry [EMAIL PROTECTED] --- src/parser.c2005-03-11 10:34:08.0 +1300 +++ /home/dmaks/parser.c2006-07-13 17:47:28.0 +1200 @@ -323,14 +323,16 @@ return; } - - int

Bug#377749: Patch and correct problem description

2006-07-12 Thread Dmitry Maksyoma
I've investigated the problem and found out that the problem is that lines longer than 1024 symbols are truncated. One solution to this is to split such a line into several using `\' character. I'm sending a patch solving this problem. With the patch applied, line length is constrained only by

Bug#377749: Patch and correct problem description

2006-07-12 Thread Dmitry Maksyoma
I've investigated the problem and found out that the problem is that lines longer than 1024 symbols are truncated. One solution to this is to split such a line into several using `\' character. I'm sending a patch solving this problem. With the patch applied, line length is constrained only by

Bug#377946: `fragoffset: 0' doesn't catch some packets.

2006-07-11 Thread Dmitry Maksyoma
Package: snort Version: 2.3.2-3 Severity: normal I'm running snort (snort -c /etc/snort/rules/local.rules -i lo -b -d -k none) with the following rule and packets: alert icmp any any - any any ( fragoffset: 0; msg: Fragoffset-bug; ) 16:48:28.272362 IP 75.181.66.92 64.186.253.227: icmp 36:

Bug#377749: snort: `Unterminate rule' error on a long `content' option.

2006-07-10 Thread Dmitry Maksyoma
Package: snort Version: 2.3.2-3 Severity: normal Snort reports error on the following rule: alert ip 89.42.248.159/32 any - 64.125.211.185/32 any ( tos: 0; ttl: 123; ip_proto: 17; content: |00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

Bug#367609: libruby1.8: Time#-(1e-6) doesn't substract one microsecond from Time instance.

2006-05-17 Thread Dmitry Maksyoma
Package: libruby1.8 Version: 1.8.2-7sarge2 Severity: normal Tags: patch Hello, Please consider the following test: t = Time.mktime(2006, 5, 1) puts t, sec: #{t.sec}, usec: #{t.usec} t2 = t - 1e-6 puts t2, sec: #{t2.sec}, usec: #{t2.usec} t2 = t - 2e-6 puts t2, sec: #{t2.sec}, usec: #{t2.usec}

Bug#293535: chbg: man page says '-history', actually it's '-historyfile'

2005-02-03 Thread Dmitry Maksyoma
Package: chbg Version: 1.5-5 Severity: minor The manual page for chbg lists -history option, but actually chbg -h says -historyfile. I've been hit twice. -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux midori 2.4.20-1-686 #1 Sat Mar 22 13:16:21 EST 2003