Displaying 20 results from an estimated 4000 matches similar to: "evaluating classes within component"
2007 Jan 17
11
scope issue after upgrade
I just upgraded to 0.22.0 from 0.18.4 and I''m running into what I think
are problems due to changes in scope rules.
In my site.pp manifest, I have the following:
import "classes/*"
node nfsserver {
include nfsserver
}
node webserver {
include webserver
}
class cluster1_sites {
website {
"example.com": ...;
"example2.com": ...;
}
}
node
2006 Sep 01
5
fileserver security
Is there any security (or perhaps plans to add security) within the
fileserver to verify that clients are only able to receive files
specified in the manifests on the server?
I''d like to distribute different Kerberos keytabs to different nodes
such that nodes www01 and www02 can retrieve different files from nodes
www03 and www04. Any ideas on how best to approach this problem?
Thanks,
2006 Aug 29
1
Bootstraping for groups and subgroups and joing with other table
Dear R-experts,
I have a table with following collumns: State, SamplePlot, Species and BodySize. I sampled bird species at 34 SamplePlots and 5 States (regions) monthly during two years. On each bird record I measured bodysize and identified the species. So I have many records of each species (about 150 species) at each SamplePlot and each Region (State).
Now I would like bootstrap
2006 Aug 29
0
En: Bootstraping for groups (right data tables)
Dear R-friends,
Unfortunately the tables that I "past" on last email gone with bad visual structure. So I send it again. Sorry to do this so confuse.
Miltinho
====
Table1 - Bird records
State,SampleSite,Species,Bodysize
SaoPaulo,Site1,Spp01,4.39
SaoPaulo,Site1,Spp04,4.05
SaoPaulo,Site1,Spp01,2.75
SaoPaulo,Site1,Spp02,8.18
SaoPaulo,Site1,Spp02,0.80
2011 Jan 17
1
filling in datasets of differing lengths
g''day all,
I need help with this please.
I have a dataset of site names and years they were trapped in (a subset of
it is bs, below) and a dataset of sites that actually caught animals
(subsetted as brep, below). I need to add to brep, a row with a zero in the
classcount column, for every year each site was trapped but caught nothing.
so for Site 1, I need to add rows that say
2012 Dec 29
3
Samba4 AD DC Sites / Rename Default-First-Site-Name and internal DNS
Hello,
I'm running a few tests here with two locations.
site1: server-site1.gsg.local subnet 192.168.200.0/24
site2: server-site2.gsg.local subnet 192.168.190.0/24
both are connected via VPN.
I migrated an samba3 domain at server-site1 it gets
Default-First-Site-Name assigned. Then I joined the new samba4 domain
withe server-site2. Both servers work and i can join and access them
with
2005 Feb 09
2
gl and different number of replications
I am trying to use the function gl (generate levels), and would like to make
levels with different number of replications. Does anyone know how to
generate different number of replications in each level?
Something like:
[1] Site1 Site1 Site1 Site1 Site1 Site1 Site1
[8] Site2 Site2 Site2 Site2 Site2
Thanks in advance
--
Rog?rio R. Silva
MZUSP http://www.mz.usp.br
Linux/Debian User # 354364
2014 Jan 21
1
DNS Setup
hii guys
i have some issue with dns in samba 4
i have install and setup 2 samba dc in different Site
site2 dc joint to site1 dc, with internal dns
topology :
site1 --- openvpn server --- firewall --- wan --- openvpn client --- site2
192.168.1.0/24
192.168.2.0/24
in site1 i have some application let say
email server: mail.local.lan > 192.168.1.2
web server : web.local.lan > 192.168.1.3
2013 Jun 14
1
Multiple user sharing a single mailbox
I'm designing a system where some but not all groups of users want to share
a single mailbox, i.e the user will not have there own inbox. I think this
is possible by setting up a user database that returns the same mail
location and possible the same home directory. This sharing would only
occur in a single domain.
Example User Database
UserID | home | mail
all at site1.example.com |
2006 Sep 07
5
refresh on change of link target
I''m trying to trigger a service to be refreshed when the target of a symlink
changes.
Here''s how it''s configured:
file { "/etc/lighttpd/sites-enabled/$domain.conf":
notify => service[lighttpd],
ensure => "/nfs/www/$domain/etc/lighttpd.conf",
links => follow,
}
This causes the service to be refreshed everytime puppet updates, even if the
2005 Oct 04
2
Joining Dataframes
I am attempting to join several dataframes that summarize sampling effort
for different samples into one large data.frame/table.
I have looked at the merge command, but have not been clever enough to
figure out how to get it to do what I want.
A simplified example of what I am trying to do:
The dataframes I have look like this (they were generated using the table
command)
species1.effort
2011 Feb 03
3
R Data Manipulation - Transposing Data by a Given Column, Like User_ID
Hello,
I'd like to transpose data to create an analysis-friendly dataframe. See
below for an example, I was unable to use t(x) and I couldn't find a
function with options like PROC TRANSPOSE in SAS.
The ideal solution handles variable quantities of SITE - but beggars can't
be choosers. :-)
Thank you in advance,
Mike
## INPUT DATA
USER_ID<-c(1,1,1,2,2,2,3,3,4)
SITE
2009 Jan 15
1
variable scope is making my head hurt
I''m trying to add a "node type" variable that can be interpolated into
source values. In this, my latest attempt, $nodetype always ends up
as "base":
# manifests/nodes
$nodetype = "base"
node "base" {
include postfix
...snip...
}
node "www01", "www02", ... , "www10" inherits "base" {
$nodetype
2007 May 07
1
Predicted Cox survival curves - factor coding problems..
The combination of survfit, coxph, and factors is getting confused. It is
not smart enough to match a new data frame that contains a numeric for sitenew
to a fit that contained that variable as a factor. (Perhaps it should be smart
enough to at least die gracefully -- but it's not).
The simple solution is to not use factors.
site1 <- 1*(coxsnps$sitenew==1)
site2 <-
2009 Feb 03
1
overlaying plots from a list of data frames
Hello R list,
I have a list of data frames, in the form (dump output for an example
list follows message):
$site1
year data
1 2000 0.03685042
2 2001 0.02583885
6 2005 0.02480015
7 2006 0.03458745
$site2
year data
1 2002 4.071134e-03
2 2003 -4.513524e-08
3 2004 8.336272e-08
4 2005 2.270803e-08
5 2006 1.263597e-02
6 2007 NaN
I would like to plot each
2009 Mar 10
2
perform subgroup meta-analysis and create forest plot displaying subgroups
Hello,
I'm using the rmeta package to perform a meta analysis using summary statistics rather than raw data, and would like to analyze the effects in three different subgroups of my data. Furthermore, I'd like to plot this on one forest plot, with corresponding summary weighted averages of the effects displayed beneath each subgroup.
I am able to generate the subgroup analyses by simply
2018 Apr 18
0
How to replace numeric value in the column contains Text (Factor)?
The simplest would be to convert precip to character and then back to a factor if you really want it to be a factor. This will also remove the levels that no longer exist.
str(dat)
# 'data.frame': 5 obs. of 3 variables:
# $ Sites : Factor w/ 5 levels "Site1","Site2",..: 1 2 3 4 5
# $ temp : num 14 15 12 12.5 17
# $ precip: Factor w/ 5 levels
2016 Apr 12
0
Previously extended schema not working in 4.4.0
On 12/04/16 22:21, Jonathan Hunter wrote:
>
>
> On 12 April 2016 at 07:31, Rowland penny <rpenny at samba.org
> <mailto:rpenny at samba.org>> wrote:
>
> The schema is in another NC, so use the 'cross-ncs' switch to see
> the schema.
>
>
> Thanks Rowland - adding --cross-ncs worked and I can now see the
> schema extensions using
2014 Oct 31
0
sites and services and automatic creation of replication connections in NTDS Settings
Hello.
I want to test a multi-site setup w/ replication to a central DC only.
In a test scenario I have set up a central samba4 DC (sernet-samba 4.1.12-9).
For provisioning I have used the --site=central, so no Default-First-Site-Name has been created on provisioning, just 'central'.
In AD Site & Services I have unchecked the "Bridge all site links" in "Inter-Site
2006 Sep 26
1
How to "Pack" a matrix
Hello,
Suppose I have a matrix a where
a= sp1 sp2 sp3 sp4 sp5 sp6
site1 1 0 1 1 0 1
site2 1 0 1 1 0 1
site3 1 1 1 1 1 1
site4 0 1 1 1 0 1
site5 0 0 1 0 0 1
site6 0 0 1 0 1 0
And I want to pack that matrix so that the upper left corner contains
most of the ones and the bottom right corner contains most of the zeros
so that matrix b is
b= sp3 sp6 sp4 sp1 sp2 sp5
site1 1 1 1 1 0 0
site2