search for: testing1

Displaying 6 results from an estimated 6 matches for "testing1".

Did you mean: testing
2007 Mar 26
4
Testing IP Instances in 61
I just BFU''ed up to B61 and started to play with IP Instances. I''m having trouble making my zone happy: root at aeon zones$ zoneadm -z testing1 boot zoneadm: zone ''testing1'': WARNING: unable to hold network interface ''skge0''.: Invalid argument root at aeon zones$ dladm show-dev nge0 link: up speed: 100Mb duplex: full skge0 link: unknown speed: 0Mb duplex: unknown H...
2003 Oct 29
1
Gnophone and Asterisk
How do I get Gnophone to register to my Asterisk server? I have set up iax. conf as follows: [tim] type=friend ;username=tstornes host=dynamic ;defaultip=207.194.60.56 secret=1111 context=from-iax callerid => "Tim" <5000> auth=plaintext qualify=10 permit=0.0.0.0/0.0.0.0 and extensions.conf includes a section in the context from-iax: exten => 5000,1,Dial(IAX/tim/s|100|r)
2013 Mar 02
2
caret pls model statistics
...d to convert to numeric in order to do regression #I don't fully understand this but if I left as a factor I would get an error following the summary function iris$Species=as.numeric(iris$Species) inTrain1=createDataPartition(y=iris$Species, p=.75, list=FALSE) training1=iris[inTrain1,] testing1=iris[-inTrain1,] ctrl1=trainControl(method="cv", number=10) plsFit2=train(Species~., data=training1, method="pls", trControl=ctrl1, metric="Rsquared", preProc=c("scale")) data(iris) training1=iris[inTrain1,] datvars=training1[,1:4]...
2012 May 04
1
Problems Exporting R Output to an xls file need help
...l of all my work is presented below. I loaded a package called dataframes2xls and tried to use the function write.xls without any success. Can anybody help me figure this out? How could I get R to export the output to an xls file? Any help will be greatly appreciated. > dryfit<-auto.arima(testing1$pcumsdry) > dryfit Series: testing1$pcumsdry ARIMA(2,1,1) with drift Coefficients: ar1 ar2 ma1 drift 0.2684 0.109 -0.8906 -15265.776 s.e. 0.1145 0.102 0.0798 8047.169 sigma^2 estimated as 2.869e+11: log likelihood=-2265.02 AIC=4540.03 AICc=45...
2017 Oct 03
0
samba performance & ACL behavior
...- group:group3:rwx mask::rwx other::r-x default:user::rwx default:group::r-x default:group:group1:rwx default:group:group2:r-- default:group:group3:rwx default:mask::rwx default:other::r-x When I create a directory under /toplevel directly on the Linux server as root, the ACL's are: # getfacl testing1 # file: testing1 # owner: root # group: root user::rwx group::r-x group:group1:rwx group:group2:r-- group:group3:rwx mask::rwx other::r-x default:user::rwx default:group::r-x default:group:group1:rwx default:group:group2:r-- default:group:group3:rwx default:mask::rwx default:other::r-x However, wh...
2011 Dec 22
0
mongodb Map/reduce grouping
Hi, I have two model, challenge(embeds_many :tasks) and task(embedded_in :challenge), finally database structue is like this { "_id" : ObjectId("4db8b0524f0b495c3a7dbba4"), "title" : "Testing1", "created" : ISODate("2011-12-12T00:00:00Z"), "tasks" : [ { "name" : "task no 1", "score" : "5" }, { "name" : "task no2",...