search for: anatol

Displaying 20 results from an estimated 89 matches for "anatol".

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,...
2005 Nov 30
8
Compilation of ferret C-extension under Windows.
...C:/work/opensource/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
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&g...
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:
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:...
2005 Aug 21
3
How to tell Ices0 reloading the playlist?
Hi all! How can I tell ices0 to refersh/reload the playlist? I thought it would be done automaticaly, but now if I changed the playlist, Ices didn't see this. Played funny the old one again and again. Is it possible to get ices a kick to reload the playlist? Greetings Anatol
2005 Nov 26
3
Get number of found documents
...ect for example 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
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...
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
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...
2005 Dec 02
8
Ferret 0.3.0 released
...sure no 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 optim...
2005 Nov 26
3
Several questions about Ferret.
...<< Field.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
2005 May 10
3
Client has fallen too far behind
...he same. The main difference is a newer OS. On the working system it is SuSE 8.2 and on the failing system there is a SuSE 9.1 OS installed. Could that be the problem? I can't believe it! Any idea what I can do to solve the problem or what could the reason for it? Many thanks and greetings Anatol
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 Lo...
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 s...
2007 Jan 18
3
Basics about Videostreaming?
...what a compression-rate is to use, if the output-device is a beamer (1024x768) and the images should have a medium or a good quality in spite of the compression - What a bandwidth is needed for this resolution/compression? - which other points are important to keep in mind? Thanks for your help! Anatol
2004 Aug 06
2
Why no connect to relaying server?
...;mount>/rc</mount> <local-mount>rc2</local-mount> <relay-shoutcast-metadata>0</relay-shoutcast-metadata> </relay> [...] hope, that are alle the important pices ;) Have anybody an idea to solve the problem?? I would be verry happy :) Have a nice day Anatol <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe...
2005 Oct 28
3
PostgreSQL. Multiply schemas in one database. How to?
...quot; already exists with same argument types psql:db/development_structure.sql:211: ERROR: function "dex_lexize" already exists with same argument types psql:db/development_structure.sql:220: ERROR: function "exectsq" already exists with same argument types ................ -- anatol _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
2005 May 10
1
Client has fallen too far behind
Michael Smith schrieb: >On 5/10/05, Anatol <icecast@recordcaster.de> wrote: > > >>[...] >> >> >This usually means the client can't receive fast enough - possible >because their connection is too slow. It's normal to get it >occastionally with some songs. > >If it's dropping clie...
2000 Aug 21
1
BUG or FEATURE ?
...g or is there no feature to join a native mode domain ? I thought that when a Windows NT wkst can join such a domain,SAMBA should be able to do the same. I send you this mail, because I didn't get any response to my problem from the mailinglists and from other discussion lists. Best regards, Anatol Studler ---------------------------------------------------------------------- ISE Integrated Systems Engineering AG | phone: +41 (1) 389'97'11 Anatol Studler | fax..: +41 (1) 389'97'97 SysAdmin / Webmaster | Balgriststrasse 102...