search for: pomozov

Displaying 20 results from an estimated 64 matches for "pomozov".

2005 Nov 30
8
Compilation of ferret C-extension under Windows.
...ensource/1/111/test/../lib/ferret/index/index.rb:535:in `persist'' C:/work/opensource/1/111/test/unit/../unit/analysis/../../unit/document/../../unit/index/tc_index.rb:260:in `test_persist_index'' Anyway I could share or send a patch for C sources if you like. -- anatol (http://pomozov.info) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ferret-talk/attachments/20051130/45d158ae/attachment.htm
2014 May 20
3
"EDD Load error" on btrfs, how to debug?
On Tue, May 20, 2014 at 12:20 PM, Anatol Pomozov <anatol.pomozov at gmail.com> wrote: > Hi > > On Tue, May 20, 2014 at 9:18 AM, Anatol Pomozov > <anatol.pomozov at gmail.com> wrote: >> Hi >> >> On Tue, May 20, 2014 at 3:12 AM, Gene Cumm <gene.cumm at gmail.com> wrote: >>> On May 20, 2014 12...
2014 May 20
0
"EDD Load error" on btrfs, how to debug?
Hi On Tue, May 20, 2014 at 9:30 AM, Gene Cumm <gene.cumm at gmail.com> wrote: > On Tue, May 20, 2014 at 12:20 PM, Anatol Pomozov > <anatol.pomozov at gmail.com> wrote: >> Hi >> >> On Tue, May 20, 2014 at 9:18 AM, Anatol Pomozov >> <anatol.pomozov at gmail.com> wrote: >>> Hi >>> >>> On Tue, May 20, 2014 at 3:12 AM, Gene Cumm <gene.cumm at gmail.com> wrote...
2006 Jan 27
4
plugin install behind corporate firewall?
Hi all, Anybody has a clue on how to install a plugin behind a corporate firewall? I know the "-p" option works for installing a ruby gem thru a proxy, but it doesn''t seem to work for script/plugin install Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Nov 26
3
Get number of found documents
...10 of them index.search_each(query, :num_docs=>PAGE_SIZE, :first_doc=>PAGE_SIZE*(page_num-1)) do |doc_num, score| @documents << index[doc_num] end So quesition is: what is the most effective way to calculate (just calculate) number of found documents? -- anatol (http://pomozov.info) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ferret-talk/attachments/20051126/af356487/attachment.htm
2006 Mar 01
4
link_to_remote, doesn''t receives params?????
Hi, I''m using link_to_remote to trigger an ajax zone, but depends on a varaible, the new zone has different features. before I has a button inside a form. so when I click on the button, I get the value of the variable inside "params". but since I use link_to_remote now, I don''t get any value from params anymore.... Is there some way I can get the data inside a form
2014 May 20
3
"EDD Load error" on btrfs, how to debug?
Hi On Tue, May 20, 2014 at 3:12 AM, Gene Cumm <gene.cumm at gmail.com> wrote: > On May 20, 2014 12:33 AM, "Anatol Pomozov" <anatol.pomozov at gmail.com> wrote: >> >> Hi >> >> On Mon, May 19, 2014 at 6:58 PM, Gene Cumm <gene.cumm at gmail.com> wrote: >> > On May 19, 2014 5:17 PM, "Anatol Pomozov" <anatol.pomozov at gmail.com> >> > wrote: >&gt...
2005 Dec 02
8
Ferret 0.3.0 released
...locks are kept open after updating the index. You won''t need to call flush anymore. This is very useful if you have multiple processes modifying the index as you might have in a Rails application. Also, it should now compile with the MSVC compiler on windows thanks to a patch from Anatol Pomozov. You can download it from here; http://ferret.davebalmain.com/trac/attachment/wiki/Windows/ferret_ext.so?format=raw And place it in the lib directory of your Ferret distribution. Cheers, Dave Changes: * Added lock finalizer. * Added :auto_flush option to Index::Index * Many speed optimizations...
2014 May 20
2
"EDD Load error" on btrfs, how to debug?
Hi On Mon, May 19, 2014 at 6:58 PM, Gene Cumm <gene.cumm at gmail.com> wrote: > On May 19, 2014 5:17 PM, "Anatol Pomozov" <anatol.pomozov at gmail.com> wrote: > >> Besides syslinux itself other things has changed e.g. gcc (but I >> really hope my problem not because of compiler). > > This alone can be the trigger.This might be a starting point: build 6.02 > with your current toolcha...
2014 May 19
2
"EDD Load error" on btrfs, how to debug?
Hi On Mon, May 19, 2014 at 2:03 PM, H. Peter Anvin <hpa at zytor.com> wrote: > On 05/19/2014 11:20 AM, Anatol Pomozov wrote: >> Hi >> >> I have a computer with BIOS and Linux Arch installed. >> >> Starting from a recent syslinux update (6.02->6.03pre9) I am not able >> to use syslinux anymore. I try to boot my computer and the only thing >> I see is "EDD Load error...
2006 Feb 12
2
Webrick very unstable with MySQL 5.0 on Windows
So, install Ruby and gem and then read the wiki post about getting MySQL working and installed that mysql.so into the right dirs, and actually everything works fine. Except that it''s unstable - after maybe 4 or 5 queries, Webrick will crash with a segmentation fault in basically a random module - never the same spot. Anyone got any suggestions? Is it just the mysql.so - does it need to
2014 May 20
0
"EDD Load error" on btrfs, how to debug?
On May 20, 2014 12:33 AM, "Anatol Pomozov" <anatol.pomozov at gmail.com> wrote: > > Hi > > On Mon, May 19, 2014 at 6:58 PM, Gene Cumm <gene.cumm at gmail.com> wrote: > > On May 19, 2014 5:17 PM, "Anatol Pomozov" <anatol.pomozov at gmail.com> wrote: > > > >> Besides syslinux...
2005 Nov 26
3
Several questions about Ferret.
....new(''body_en'', self.body_en, Field::Store::YES, Field::Index::TOKENIZED, Field::TermVector::NO, false, 1.0) doc << Field.new(''title_en'', self.title_en, Field::Store::YES, Field::Index::TOKENIZED, Field::TermVector::NO, false, 3.0) -- anatol (http://pomozov.info) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ferret-talk/attachments/20051126/ed338171/attachment-0001.htm
2014 May 20
0
"EDD Load error" on btrfs, how to debug?
Hi On Tue, May 20, 2014 at 9:18 AM, Anatol Pomozov <anatol.pomozov at gmail.com> wrote: > Hi > > On Tue, May 20, 2014 at 3:12 AM, Gene Cumm <gene.cumm at gmail.com> wrote: >> On May 20, 2014 12:33 AM, "Anatol Pomozov" <anatol.pomozov at gmail.com> wrote: >>> >>> Hi >>> >>&g...
2013 Oct 05
10
Linux Arch: kernel BUG at fs/btrfs/inode.c:873!
Hi, I have a home server on Linux Arch (kernel 3.11.2) that uses multi-device btrfs on root filesystem. Until recently it worked completely fine. And yesterday I rebooted it and the machine did not wake up. I booted from a USB (kernel 3.10) and tried to mount the filesystem. Here is OOPs I see [ 41.676217] device fsid 25e6a6fa-fe1f-4be5-a638-eeac948f8c21 devid 8 transid 164237 /dev/sda [
2014 Jul 12
3
Syslinux 6.03pre18 cannot boot kernel from btrfs
Hi I keep trying syslinux on my testing machine with BIOS and btrfs on root partition. I use syslinux 6.03pre18, kernel 3.15.4. A number of btrfs related bugs has been fixed in syslinux 6.03 recently, but I still see one more. Syslinux stops booting my kernel from btrfs partition. The partition itself is fine - I can mount it from other kernel booted from USB. The partition superblock is fine,
2006 Jan 19
5
script.aculos.us and the in_place_editor
Hi there, I''ve been trying incorporate the in_place_editor, but have had no luck so far. I read the Ajax.In Place editor wiki on script.aculos.us which was informing, but still left me wondering about a few things. Here''s what I''m trying to do. A user has a profile page which lists their name, age, homepage, etc... There is no form on this page... it''s just
2005 Dec 02
4
How to get the count of matching documents
I''m trying to generate a rails pagination helper for some ferret search results, and I need to know how many total matches there are to my search query. I don''t see an obvious way of finding this. Any help would be appreciated. Thanks, Carl Youngblood
2014 May 19
5
"EDD Load error" on btrfs, how to debug?
Hi I have a computer with BIOS and Linux Arch installed. Starting from a recent syslinux update (6.02->6.03pre9) I am not able to use syslinux anymore. I try to boot my computer and the only thing I see is "EDD Load error - Boot error" message. When I install 6.02 back the system is completely fine. Other people use syslinux 6.03 fine. They use ext4 and I use btrfs as my root
2014 Jul 18
1
Syslinux 6.03pre18 cannot boot kernel from btrfs
> Hi > > On Fri, Jul 11, 2014 at 6:35 PM, Anatol Pomozov > <anatol.pomozov at gmail.com> wrote: > > Hi > > > > I keep trying syslinux on my testing machine with BIOS and btrfs on > > root partition. I use syslinux 6.03pre18, kernel 3.15.4. > > > > A number of btrfs related bugs has been fixed in syslinux 6.03...