Displaying 12 results from an estimated 12 matches for "opensourceprojects".
2006 Apr 17
2
wiki community
So I went to the rails wiki to check some OSS projects in ruby and I get a
bunch garbage for drug ads. WTF?
http://wiki.rubyonrails.com/rails/pages/OpenSourceProjects
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060417/f234d115/attachment.html
2019 Jan 21
2
Amount of writes during index creation
Hi,
I have had a problem report from a Recoll user about the amount of writes
during index creation.
https://opensourceprojects.eu/p/recoll1/tickets/67/
The issue is that the index is on SSD and that the amount of writes is
significant compared to the SSD life expectancy (index size > 250 GB).
>From the numbers he supplied, it seems to me that the total amount of block
writes is roughly quadratic with the index size...
2006 Mar 18
10
collection_select''s linked
I created a form with two collection_select, country and state and would
like to bring up to date the state list when to select a new country.
How I can make this in Rails?
Thanks
Eleudson
Brazil
<p><label for="person_country_id">Country</label><br/>
<%= collection_select(:person, :country_id, @countries, :id, :name)
%></p>
<p><label
2007 Sep 07
3
PDC (can't fetch domain SID)
os: debian etch 4.0
samba: 3.025c
i am reading through the how-to (using samba 3rd ed), freely available btw
at http://book.opensourceproject.org.cn/sysadmin/samba/sambao3rd/
i am interested in setting up a samba pdc for a good dozen windows xp pro
clients. (i somehow could not wake up from the windows 2003 sbs nightmare).
i have been able to join my debian box to the local windows domain and
2019 Aug 26
2
Commit error with Xapian 1.4.11
A Recoll user gets the following message while indexing:
"Attempted to delete or modify an entry in a non-existent posting list for #bannerholder"
The exception happens during a commit call. Xapian version 1.4.11, Debian Buster
A little more detail here: https://opensourceprojects.eu/p/recoll1/tickets/108/
I asked if this was reproducible, and to run the indexing in single-thread
mode to simplify the situation.
I'm not too sure if a Recoll bug could cause this, or if this has to be a
Xapian issue, I can open a ticket if more appropriate.
jf
2009 Aug 31
0
Question about remote users and groups management
Hi all,
I have a RHEL5-update 3 x86_64 system, and I installed Samba 3.2.14-40
(from http://ftp.sernet.com/pub/samba/tested/rhel/5/x86_64/ ). I'm
using OpenLDAP ( 2.3.43-3.el5 ,comes with RHEL5u3) as backend for
winbind+samba in my PDC. With samba-3.0.33 that comes with RHEL5u3, i
dont get that "eventlogadm" works how explain in
http://wiki.samba.org/index.php/Event_Logging: For
2006 Mar 21
1
Any project for study?
Is there any project which was recommende for reading it''s source for
studing rails?
such as typo ?
--
Posted via http://www.ruby-forum.com/.
2019 Jan 30
0
Amount of writes during index creation
On Mon, Jan 21, 2019 at 03:25:01PM +0100, Jean-Francois Dockes wrote:
> I have had a problem report from a Recoll user about the amount of writes
> during index creation.
>
> https://opensourceprojects.eu/p/recoll1/tickets/67/
>
> The issue is that the index is on SSD and that the amount of writes is
> significant compared to the SSD life expectancy (index size > 250 GB).
>
> From the numbers he supplied, it seems to me that the total amount of block
> writes is roughly qua...
2019 Aug 26
0
Commit error with Xapian 1.4.11
...ll user gets the following message while indexing:
>
> "Attempted to delete or modify an entry in a non-existent posting list for #bannerholder"
>
> The exception happens during a commit call. Xapian version 1.4.11, Debian Buster
>
> A little more detail here: https://opensourceprojects.eu/p/recoll1/tickets/108/
>
> I asked if this was reproducible, and to run the indexing in single-thread
> mode to simplify the situation.
It's worth running xapian-check on the database to see what it reports.
Also might be interesting to check what the posting list for that term
i...
2018 Sep 14
3
How to make database build threaded?
On 14/09/2018 at 09:30, Jean-Francois Dockes wrote:
> Hi,
>
> You may be interested by how Recoll does it:
>
> https://www.lesbonscomptes.com/recoll/idxthreads/threadingRecoll.html
>
> A few things in the document are slightly obsolete (esp. the last
> paragraph: recollindex now does use vfork()), but it's overall quite close
> to how the current indexer works.
2019 Feb 02
0
Amount of writes during index creation
..., Jean-Francois Dockes wrote:
> Olly Betts writes:
> > On Mon, Jan 21, 2019 at 03:25:01PM +0100, Jean-Francois Dockes wrote:
> > > I have had a problem report from a Recoll user about the amount of writes
> > > during index creation.
> > >
> > > https://opensourceprojects.eu/p/recoll1/tickets/67/
> > >
> > > The issue is that the index is on SSD and that the amount of writes is
> > > significant compared to the SSD life expectancy (index size > 250 GB).
> > >
> > > From the numbers he supplied, it seems to me that th...
2019 Jan 31
4
Amount of writes during index creation
Olly Betts writes:
> On Mon, Jan 21, 2019 at 03:25:01PM +0100, Jean-Francois Dockes wrote:
> > I have had a problem report from a Recoll user about the amount of writes
> > during index creation.
> >
> > https://opensourceprojects.eu/p/recoll1/tickets/67/
> >
> > The issue is that the index is on SSD and that the amount of writes is
> > significant compared to the SSD life expectancy (index size > 250 GB).
> >
> > From the numbers he supplied, it seems to me that the total amount of bl...