Displaying 20 results from an estimated 61 matches for "0.10.9".
Did you mean:
0.10.2
2017 Jan 17
0
[ANNOUNCE] xf86-video-sis 0.10.9
Adam Jackson (1):
Adapt Block/WakeupHandler signature for ABI 23
Matt Turner (1):
xf86-video-sis 0.10.9
Thomas Klausner (1):
Fix arguments for miSetPointerPosition.
git tag: xf86-video-sis-0.10.9
https://xorg.freedesktop.org/archive/individual/driver/xf86-video-sis-0.10.9.tar.bz2
MD5: 1d0f425b84988edf8d144803860c9bde xf86-video-sis-0.10.9.tar.bz2
SHA1:
2009 Apr 01
2
gstreamer-plugins-good.x86_64 0:0.10.9-1.el5_3.1
This update is not applying for the following reasons.
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package gstreamer-plugins-good.x86_64 0:0.10.9-1.el5_3.1 set to
be updated
...
--> Finished Dependency Resolution
Error: Missing Dependency: libgstfft-0.10.so.0()(64bit) is needed by
package gstreamer-plugins-good
Error: Missing Dependency:
2007 Apr 12
2
Ferret 0.11.4.win32 indexing speed vs Ferret 0.10.9.win32
Firstly, thanks Dave for all your hard work. Ferret Rocks!,
I am just testing 0.11.4.win32 and it seems to work just fine, however
the index creation phase of my app is perhaps 3x slower under 0.11.4 vs
0.10.9
Details follow:
System: windows xp sp2, index on local hard disk, Ruby 1.8.6
Run #1, Ferret 0.10.9
- Reboot
- Build index, 35,000 rows added in 297 seconds
-
Run #2, Ferret 0.11.4
-
2007 Feb 16
1
Highlight raises Segmentation Fault Error in Ferret 0.10.9 i
Hi Everyone,
I am currently in process of upgrading Ferret 0..9.1 to Ferret 0.10.9
with Ruby 1.8.4 in windows platform. I am trying to use search highlight
feature on index_searcher
subject = index_searcher.highlight("subject:(blah blah)", 0,
:field => :content,
:pre_tag = "<span
2006 Oct 03
8
Ferret install, rake failing on make
I''m currently trying to install the latest version of Ferret (0.10.9)
on my Ubuntu Dapper (6.06) system. I have tried the gem, but it does
not generate the ferret_ext.so file. Ideally I would prefer to install
from the gem, but if source works, I''m fine with that too.
I am now trying an install from source, but when I run the command ''$
rake ext'' I get the
2006 Nov 07
1
Memory consumption too high
Hi,
I''m having trouble with ferret and AAF blowing up with a NoMemoryError.
Sometimes when I add documents inside my rails app. Ferret starts
consuming huge amounts of memory. I''m on a machine with 2GB of memory
and it still runs out of memory. Sometimes I''m able to run
MyObject.rebuild_index and the memory doesn''t move up at all. However,
sometimes it
2007 Feb 16
0
Highlight raises Segmentation Fault Error in Ferret 0.10.9 in Windows
Hi Everyone,
I am currently in process of upgrading Ferret 0..9.1 to Ferret 0.10.9 with Ruby 1.8.4 in windows platform. I am trying to use search highlight feature on index_searcher
subject = index_searcher.highlight("subject:(blah blah)", 0,
:field => :content,
:pre_tag = "<span
2005 Feb 03
1
CentOS-3 i386 errata : Updated Ethereal packages fix security issues
https://rhn.redhat.com/errata/RHSA-2005-011.html refers
Updated files are :-
updates/i386/RPMS/ethereal-0.10.9-1.EL3.1.i386.rpm
updates/i386/RPMS/ethereal-gnome-0.10.9-1.EL3.1.i386.rpm
updates/i386/SRPMS/ethereal-0.10.9-1.EL3.1.src.rpm
To update run 'yum update ethereal'
Lance
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type:
2006 Oct 17
9
Error : End-of-File Error occured at <except.c>
Everything was working fine till last night. This morning I have many
errors.
I am using acts_as_ferret. Last updated around a month ago on linux.
There are two different type of exceptions. I have over 12 exception
emails but these are the two distince types.
First exception:
A EOFError occurred in home#event_info:
End-of-File Error occured at <except.c>:79 in xraise
Error occured in
2007 Apr 22
0
rename error using rebuild_index in console after searching
Hi,
I use ruby console to experiment acts_as_ferret, but I ran into file
rename error when I try to rebuild index after doing a search.
is this normal? I am using Ferret 0.10.9 in windows XP.
Loading development environment.
>> Address.rebuild_index
=> {}
>> Address.find_by_contents(''US'')
=> #<ActsAsFerret::SearchResults:0x4f2ffcc @total_hits=2,
2009 Jun 26
0
CESA-2009:1123 Moderate CentOS 5 x86_64 gstreamer-plugins-good Update
CentOS Errata and Security Advisory 2009:1123 Moderate
Upstream details at : https://rhn.redhat.com/errata/RHSA-2009-1123.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
x86_64:
b6f1cc94a8e5eb1625e6f68954360635 gstreamer-plugins-good-0.10.9-1.el5_3.2.x86_64.rpm
87978233c4d19d0fcf31b78420deb922
2007 Mar 05
2
Warming up a new Searcher/Reader (Ferret 0.10.9 win32)
Hi,
I have a largish index [700MB] which is updated from time to time,
requiring me to close and recreate the Ferret::Search::Searcher to use
the latest index.
My problem is that the first few searches on the new index are slow [by
comparison to before the close/recreate], I''m guessing because the new
index is being loaded into RAM by my OS and into Ferret as needed.
I''m
2007 Mar 23
5
Any chance to get 0.11.3 on windows soon ?
Hi,
I''m working on a Ferret-based application which indexes content in all
European languages. Thus, I have to deal with those funny European
characters.
After googling a bit, I decided to move on with a custom European
analyzer based on MappingFilter, as suggested in the Ferret rdoc.
Everything works fine with Ferret 0.11.3 on Mac OS X.
But this application needs to run on both
2006 Oct 12
3
Ferret::StateError while using acts_as_ferret
I''m fairly new to ferret / aaf and finding it much easier to use than
HyperEstraier (which I migrated from). However, I am getting a few
errors and I need to figure out if they''re problems with my usage of
ferret or a bug I should report. I''m currently running Ferret 0.10.11
with acts_as_ferret (latest via svn external) and 3 times today I''ve
seen the
2006 Oct 03
4
newbie question
Hi,
I''m new to using ferret (and fairly new to ruby/rails) and I''m having a
problem I can''t fathom. Sorry for the long post ...
I have a test which passes
require ''rubygems''
require ''ferret''
include Ferret
require ''test/unit''
class CompanyTest < Test::Unit::TestCase
def test_index
puts ''running
2006 Oct 03
4
newbie question
Hi,
I''m new to using ferret (and fairly new to ruby/rails) and I''m having a
problem I can''t fathom. Sorry for the long post ...
I have a test which passes
require ''rubygems''
require ''ferret''
include Ferret
require ''test/unit''
class CompanyTest < Test::Unit::TestCase
def test_index
puts ''running
2007 Feb 28
5
win32 11.1-rc2 ferret gem available?
Hello!
I am developing a rails application in a test environment on Windows XP and recently upgraded to InstantRails 1.5. During the upgrade process, I went to install the latest ferret gem and realized that the latest gem compiled for Windows was 10.9. We upgraded our production environment (Ubuntu) to 11.1-rc2 successfully, but wanted to find out if we were going to run into any problems
2011 Jun 03
2
missing symbols talloc_* (opensuse 11.4/samba 3.5.7-xxx)
I just recently upgraded to opensuse 11.4.
basic smbd is running mostly fine (some name res-errors, login server missing, (can't connect to Domain service). Notably nmbd won't start due
to undefined symbols:
/usr/sbin/nmbd: symbol lookup error: /usr/sbin/nmbd: undefined symbol: _talloc_realloc_array.
ldd -r shows a bunch of similar undefined symbols (shown further below).
my samba rpm
2009 Apr 02
1
Update for 5.3 failed on subversion and gstreamer-plugins-good
I ran this command:
sudo yum update glibc\* && sudo yum update
and got these errors:
Transaction Check Error:
package subversion-1.4.6-0.1.el5.rf (which is newer than
subversion-1.4.2-4.el5) is already installed
file /usr/share/emacs/site-lisp/psvn.el from install of
subversion-1.4.2-4.el5 conflicts with file from package
subversion-1.4.6-0.1.el5.rf
file
2007 Feb 07
1
Which version to install?
Hi All, I am kinda of new to this. Could you please let me know which
version of Ferret and AAF to install (I am developing on Windows). I
tried installing Ferret.0.10.14-beta, but it does not seems to work.
The last one that works for WIN seems to be 0.10.9, is that right?
Thanks in Advance!
Mike
--
Posted via http://www.ruby-forum.com/.