search for: subsit

Displaying 10 results from an estimated 10 matches for "subsit".

Did you mean: submit
2005 Oct 18
1
Re: [Xapian-commits] 6355: trunk/xapian-applications/omega/ trunk/xapian-applications/omega/docs/
...6355 > Date: 2005-07-29 10:08:13 +0100 (Fri, 29 Jul 2005) > > Log message (6 lines): > omindex.cc: add --preserve-nonduplicates / -p option to not delete any > documents that aren't updated, in replace duplicates mode (so that > multiple runs of omindex on different subsites don't stomp on each > other). This fix seems to be avoiding the real issue, so it's less than ideal I feel. Looking at the code, what it's really doing is turning off half of "skip_duplicates" - the bit at the end of the run where we delete any documents we've not s...
2004 Jul 09
1
Mixed model ANOVA with a nested design
Dear all, I've got a big problem. I try to analyse my data using R with a mixed model ANOVA without useful results and success. My data are as follows: 3 factors (Treatment, Site, Subsite) with 'Subsite' as random factor and nested into 'Site'. I want to analyse the effects of the three main effects (factorial design to a specified degrees (2)) with the interactions between 'Treatment x Site' and 'Treatment x Subsite' but without 'Site x Subsite...
2018 Dec 06
3
[PATCH 1/2] builder: Fix redirect in virt-builder configuration.
For a while libguestfs.org/builder has redirected to builder.libguestfs.org. This change just makes virt-builder go direct to the subsite instead of via the redirect. --- builder/libguestfs.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/libguestfs.conf.in b/builder/libguestfs.conf.in index 633a0abaf..3b9e3854f 100644 --- a/builder/libguestfs.conf.in +++ b/builder/libguestfs.conf.in @@ -1,3 +1,3...
2013 May 15
1
How to omindex some sub-directories?
Given a directory tree like ... /foo | +-- A | +-- B | +-- C ... what is the best way to index A and C into a single Xapian database? AFAIK the alternatives are: omindex --db /my_db --no-delete /foo /foo/A omindex --db /my_db --no-delete /foo /foo/B or omindex --db /my_A_db /foo /foo/A omindex --db /my_B_db /foo /foo/B xapian-compact /my_A_db /my_B_db /my_db The first alternative does not
2011 Oct 21
3
multi site with RoR
...insters the entire system.He should be able to add different sub sites/domains ( ex: www.father.family.com, www.mom.family.com, www.son.family.com). 2) All the sub site/domain needs to have a site administrator who can only configure/modfiy his site details.(not the others) 3) The content of each subsite is stored in same single database against the site name. Please let me know how to achieve this.am In a way stuck Thanks, NewROR User -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonr...
2018 Dec 06
0
Re: [PATCH 1/2] builder: Fix redirect in virt-builder configuration.
On Thursday, 6 December 2018 15:55:09 CET Richard W.M. Jones wrote: > For a while libguestfs.org/builder has redirected to > builder.libguestfs.org. This change just makes virt-builder go direct > to the subsite instead of via the redirect. > --- Both patches LGTM -- can you please amend builder/test-website/virt-builder/repos.d/libguestfs.conf.in as well? Thanks, -- Pino Toscano
2016 May 05
3
Cannot connect to Dovecot IMAP or POP
...at Wed, 4 May 2016 10:26:28 -0400 (EDT) ... A NO Invalid login credentials Modules ? Apache2 works just fine. The server is up and answering. ping works just fine. We have http and https to all vhost sites (privustech, mailprivustech, nptbeyond, gvhl, truthcourage, and their www. subsites). ? Postfix reports no errors. We can log in on localhost, send a message to ourselves and see the message. ? Dovecot: a. Logging is enabled in 10-logging.conf to /var/log/dovecot.conf but no logging has occurred there. b. doveconf -n throws no errors. Checks and tes...
2003 Jan 06
3
ADSL PCI cards
Does anyone have any information or recommendations for ADSL PCI Cards for Linux boxes? E.g. which ones are supported? How much are they? etc. Dirk -- Please Note: Some Quantum Physics Theories Suggest That When the Consumer Is Not Directly Observing This Product, It May Cease to Exist or Will Exist Only in a Vague and Undetermined State.
2010 Jul 15
0
Histogram with two groups on the same graph (not on separate panels)
...riables:  $ id           : Factor w/ 290 levels "(023.541.040) G7",..: 241 244 243 245 278 193 194 195 196 197 ...  $ studysite    : Factor w/ 29 levels "Assabu","Astushinai",..: 20 19 19 19 19 29 29 29 29 29 ...  $ studysitecode: int  NA NA NA NA NA 7 7 7 7 7 ...  $ subsite      : int  NA NA NA NA NA 18 18 18 18 18 ...  $ sitecond     : int  NA NA NA NA NA 1 1 1 1 1 ...  $ Habitat      : Factor w/ 6 levels "Beach","On road",..: 5 5 5 5 5 5 5 5 5 5 ...  $ Baskingspots : int  1 1 1 1 1 1 1 1 1 1 ...  $ sex          : Factor w/ 2 levels "f&quot...
2009 Dec 16
2
"TipsAndTricks/ApacheVhostDir" changes for virtual host source files
I see someone has noticed my lack of suggestions or recommendations for placement of virtual host source files... Since there are many places to put virtual host source files, I had intentionally avoided the discussion due to the complexities and to keep the document restricted to a single topic. I had planned to create a separate document devoted to the discussion. Specifically, there