Bug#447635: iceweasel: CSS problem in firefox making text invisible. Not Debian specific.

2007-10-22 Thread Igor Belyi
Package: iceweasel Version: 2.0.0.8-1 Severity: normal The following simple web page does not produce the correct result in Iceweasel: Test Page Item one This text should be visible! If I remove any of the style items or element the text becomes visible. I've filed bug with Mozilla fol

Bug#425390: ok, so 2.0 is not in testing yet

2007-05-25 Thread Igor Belyi
I've can reproducibly revert to 1.5 but all attempts to then follow the steps to install 2.0 through up a popup saying something to the effect that another version of icedove is running, kill it or restart your system. There's nothing to kill, a new x zsession doesn't work, a reboot doesn't work

Bug#383677: nikto: Incorrect reg.expr. for mod_ssl in server_msgs.db

2006-08-18 Thread Igor Belyi
There's a similar problem with mod_python reg.expr.: < "mod_python\/(1.*|2\.([0-6]\..*|7\.[0-6]))" --- > "mod_python\/(1.*|2\.([0-6]\..*|7\.[0-6]$))" Cheers, Igor -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#383677: nikto: Incorrect reg.expr. for mod_ssl in server_msgs.db

2006-08-18 Thread Igor Belyi
Package: nikto Version: 1.35-1 Severity: normal The incorrect reg.expr. for mod_ssl makes nikto report a warning for mod_ssl/2.8.2 when mod_ssl/2.8.25 is used. The fix is to add EOL symbol ($) in the matching reg.expr.: < "mod_ssl\/(1.*|2\.([0-7].*|8\.[0-6]))" --- > "mod_ssl\/(1.*|2\.([0-7].*|8\.[

Bug#358648: [Pyme-help] Re: FTBFS: 'alloc2' undeclared

2006-04-12 Thread Igor Belyi
Arnaud Fontaine wrote: Are you planning a new stable release of pyme soon which will include this patch ? Well.. I do plan 0.7.1 release "any minute now" for the last half an year. :-( I want to figure out why do I still have problems with MinGW32 built PyMe on Windows. The problems boil

Bug#358648: [Pyme-help] Re: FTBFS: 'alloc2' undeclared

2006-04-12 Thread Igor Belyi
Igor Belyi wrote: I'm still trying to find the right workaround for this. For now it seems SWIG 1.3.28 is not good version to use for pyme build. I've got it! Here's a slightly better patch which should not break back compatibility and does not use undocumented features. I&#

Bug#358648: FTBFS: 'alloc2' undeclared

2006-04-12 Thread Igor Belyi
OK, I've looked at it and I'm sorry to say I don't think this is the right patch. It seems to me that the patch disables gpgme.i's "const char *" typemap definition by using SWIG's bug of not reporting invalid syntax but silently ignoring it to work around another SWIG bug of the typemap causi

Bug#317022: usbmount: vol_id is moved to /lib/udev

2006-04-07 Thread Igor Belyi
Package: usbmount Version: 0.0.14 Followup-For: Bug #317022 Our friends in udev moved vol_id from /sbin into /lib/udev which results in usbmount to not find it. I don't know in which version of udev this change happen since I just started using usbmount. For now I just created sym.link /sbin/vol_i

Bug#358648: FTBFS: 'alloc2' undeclared

2006-04-05 Thread Igor Belyi
Sorry, I'm on LinuxWorld Expo this week and won't be able to look at this until next week. If this switch appears just in 1.3.28 swig then the change should be a little bit bigger for back compatibility. Shortly, I greatly appreciate the patch - it gives me the right direction where I need to l

Bug#323731: FTBFS: Conflicting prototypes

2006-02-04 Thread Igor Belyi
Could you specified versions of SWIG, SSL, and gcc used? Thanks, Igor -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#348478: exim4: /etc/mailname not included in local_domains

2006-01-19 Thread Igor Belyi
Marc Haber wrote: No, in the current packages, everything is fine. Well... It appeared to be my own mistake... In my /etc/hosts I had localhost first and the machine name second. As a result "hostname --fqdn" was returning localhost instead of the name of the machine which in turn resulted i

Bug#348478: exim4: /etc/mailname not included in local_domains

2006-01-19 Thread Igor Belyi
Andreas Metzler wrote: On 2006-01-19 Igor Belyi <[EMAIL PROTECTED]> wrote: Template: exim4/dc_other_hostnames Type: string Default: Description: Other destinations for which mail is accepted: Please enter a list of domains for which this machine should consider itself the final desti

Bug#348478: exim4: /etc/mailname not included in local_domains

2006-01-19 Thread Igor Belyi
I do believe that besides update-exim4.conf.8 you also need to fix exim4-config.templates which caused me to make the same mistake of not including mailname by saying: Template: exim4/dc_other_hostnames Type: string Default: Description: Other destinations for which mail is accepted: Please ente

Bug#324515: samba: Please package 3.0.20a

2005-10-08 Thread Igor Belyi
While this bug still active Samba team already released 3.0.20a. The release statement is "This is the latest stable release of Samba. This is the version that production Samba servers should be running for all current bug-fixes." Igor -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a su

Bug#296179: cloop-utils: create_compmressed_fs creates one more block than necessary

2005-08-25 Thread Igor Belyi
Eduard Bloch wrote: Nice. I have read that paper http://heather.cs.ucdavis.edu/~matloff/Python/PyThreads.pdf to get an overview on its features. Thanks. This paper triggered my interest in reviewing what I've done in the code. :-) The good news is that zlib module releases the global lock

Bug#296179: cloop-utils: create_compmressed_fs creates one more block than necessary

2005-08-24 Thread Igor Belyi
Eduard Bloch wrote: Interesting. Looks nice, most things are done the same way I did with C++, and looking very clean. I was rewritting advfs primarily to make it multithreaded, since we have a Dual-Opteron cluster nearby so Klaus could compress his DVDs in 5 minutes using best compression rathe

Bug#296179: cloop-utils: create_compmressed_fs creates one more block than necessary

2005-08-23 Thread Igor Belyi
Eduard Bloch wrote: #include * Eduard Bloch [Tue, Aug 23 2005, 12:22:04AM]: Eh, did you test that with the _driver_? I am rewritting advfs right now and stumbled over the same problem. Hm.. Since you rewritting advfs, I wonder if you will find useful my 2 cents in a form of python scripts

Bug#315339: installation of new lvm2 renders vg unusable

2005-06-29 Thread Igor Belyi
Bastian Blank wrote: On Wed, Jun 29, 2005 at 08:49:21AM -0400, Igor Belyi wrote: Here's what I get with lvm2 2.01.04-5 tools: # vgdisplay lvmg [...] Formatlvm1 [...] So it is lvm1. Do you need those 64K of metadata as well? On related note,

Bug#315339: installation of new lvm2 renders vg unusable

2005-06-29 Thread Igor Belyi
Bastian Blank wrote: On Tue, Jun 28, 2005 at 07:11:49PM -0400, Igor Belyi wrote: Attached is the /etc/lvm/backup/lvmg config file for the group. You forget one essential information: lvm1 or lvm2 metadata, otherwise I'm only able to say: works for me. Bastian Here's

Bug#315339: installation of new lvm2 renders vg unusable

2005-06-28 Thread Igor Belyi
Package: lvm2 Version: 2.01.12-2 Followup-For: Bug #315339 Installing new lvm2 makes stripped VG unrecognizable. Downgrading lvm2 back to 2.01.04-5 fixes the problem. # vgdisplay lvmg LV backup: inconsistent LE count 1832 != 3662 Internal error: LV segments corrupted in backup. Volume group

Bug#301610: Acknowledgement (libgtk2.0-0: The number of selected rows is incorrect in "cursor-changed" callback.)

2005-04-06 Thread Igor Belyi
Sebastien Bacher wrote: http://bugzilla.gnome.org/show_bug.cgi?id=171991 Thanks, upstream is the right place to have an advice on that. Just to avoid confusion - I'm not asking for an advice, I'm asking to fix the problem. I even provided a solution. Upstream is the right place for fixing

Bug#301610: Acknowledgement (libgtk2.0-0: The number of selected rows is incorrect in "cursor-changed" callback.)

2005-03-29 Thread Igor Belyi
To make life easier I've reported this bug to the upstream developers as well. The following is the reference to the bug report: http://bugzilla.gnome.org/show_bug.cgi?id=171991 Cheers, Igor -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PR

Bug#301610: Acknowledgement (libgtk2.0-0: The number of selected rows is incorrect in "cursor-changed" callback.)

2005-03-28 Thread Igor Belyi
OK, attached is the patch which does make the problem go away. Here's the justification for upstream developers: According to what I saw in the code functions gtk_tree_view_real_toggle_cursor_row(tree_view) and gtk_tree_view_real_select_cursor_row(tree_view, FALSE) /* note the FALSE for start_ed

Bug#301610: Acknowledgement (libgtk2.0-0: The number of selected rows is incorrect in "cursor-changed" callback.)

2005-03-27 Thread Igor Belyi
Sorry, the patch screws us selection process completely... That what you get from creating a patch in unfamiliar code. :( From debugging I know that the callback is called in gtk_tree_view_real_set_cursor() but with Shift and Control modifier the real selection happen only in gtk_tree_view_real

Bug#301610: Acknowledgement (libgtk2.0-0: The number of selected rows is incorrect in "cursor-changed" callback.)

2005-03-27 Thread Igor Belyi
Interestingly enough, the following small patch fixes the problem. I'm not very much familiar with gtk+2.0 internals to know if there's some other side effects of this change. I'd appreciate if somebody can check it. Cheers, Igor --- gtk+-2.6.2/gtk/gtktreeview.c.orig 2005-03-27 16:25:48.000

Bug#301610: libgtk2.0-0: The number of selected rows is incorrect in "cursor-changed" callback.

2005-03-26 Thread Igor Belyi
Package: libgtk2.0-0 Version: 2.6.2-4 Severity: important The number of selected rows in a GtkTreeVew is incorrect in "cursor-changed" callback when rows are selected with a modefier - Ctrl or Shift. This problem does not happen when rows are selected without a modifier or when number of selected

Bug#301432: Acknowledgement (libgpgme11-dev: gpgme_wait behaviour looks wrong and inconsistent with documentation.)

2005-03-25 Thread Igor Belyi
Solution to the bug appears to be very simple. The patch is attached. Igor --- gpgme/wait-global.c.orig 2005-03-25 16:45:14.0 -0500 +++ gpgme/wait-global.c 2005-03-25 16:51:40.0 -0500 @@ -174,7 +174,10 @@ free (li); } else +{ ctx = NULL; +*status = 0; +

Bug#301432: libgpgme11-dev: gpgme_wait behaviour looks wrong and inconsistent with documentation.

2005-03-25 Thread Igor Belyi
Package: libgpgme11-dev Version: 1.0.2-1 Severity: normal gpgme_wait(ctx, &status, 0) on timeout returns ctx instead of NULL which makes it difficult to distinguish from a program return when ctx in not NULL. Plus, on timeout status is unchanged instead of being forced into 0. As a work around I s

Bug#301429: libgpgme11: gpgme_cancel() does not stop gpg process from finishing asynchronous call

2005-03-25 Thread Igor Belyi
Package: libgpgme11 Version: 1.0.2-1 Severity: important Starting asynchronouse call and then canceling it with gpgme_cancel do cause gpgme_wait() return Canceled error but leaves gpg process working and finishing the call. Attached is a slightly modified t-genkey test from the gpgme source showi

Bug#298111: cloop-src: cloop fails to load big files specified on module load.

2005-03-05 Thread Igor Belyi
Previous patch did not return correct device number for the backing file location on LOOP_GET_STATUS call. Updated patch is attached. Igor --- modules/cloop/compressed_loop.c.orig 2005-03-05 01:16:13.0 -0500 +++ modules/cloop/compressed_loop.c 2005-03-05 01:20:25.0 -0500 @@ -120,6

Bug#298111: cloop-src: cloop fails to load big files specified on module load.

2005-03-04 Thread Igor Belyi
After some thoughts I decided to fix this bug. It appears that you need to use O_LARGEFILE flag to filp_open() if the caller can handle 64 bit addressing in the file. And since cloop uses 64bit loff_t addresses it should be able to do it. Attached is a patch addressing this problem. I also made

Bug#298111: cloop-src: cloop fails to load big files specified on module load.

2005-03-04 Thread Igor Belyi
Package: cloop-src Version: 2.01.5-3 Severity: important I've been experimenting with a 3.7Gb compressed images and I've noticed that when I specify then when loading cloop module like this: % modprobe cloop file=bigfile it fails saying "Unable to get file bigfile for cloop device". On the other h

Bug#296686: Typo in man dmsetup page (-j|--minor) istead of (-m|--minor)

2005-02-23 Thread Igor Belyi
Package: dmsetup Version: 2:1.01.00-1 Severity: minor man dmsetup in the OPTIONS section says "-j|--minor minor" which actually should be "-m|--minor minor" Igor -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Li

Bug#296179: cloop-utils: create_compmressed_fs creates one more block than necessary

2005-02-20 Thread Igor Belyi
Package: cloop-utils Version: 2.01.5-3 Severity: important create_compressed_fs add extra block to the compressed image if the size of the original image is a multiple of the block size. You can verify this by the following simple test: % head -c 65536 /dev/zero > uncompressed.iso % create_compres

Bug#294414: python-gtk2-doc: Missing link to python-gkt2-tutorial

2005-02-09 Thread Igor Belyi
Package: python-gtk2-doc Version: 2.5.1-1 Severity: normal Document pages of the python-gtk2-doc located in /usr/share/doc/python-gtk2-doc/html refer to tutorial pages as the ones placed in ../pygtk2tutorial where as python-gtk2-tutorial puts them into /usr/share/doc/python-gkt2-tutorial/html Run

Bug#291476: gaim: Markup buttons toggle back when message is sent.

2005-01-20 Thread Igor Belyi
Subject: gaim: Markup buttons toggle back when message is sent. Package: gaim Version: 1:1.1.1-1 Severity: normal Markup buttons (bold, italic, underline, font) are triggered back into some predefined state even when "Default Formatting" is not checked in the "Message Text" of the Preferences. The