search for: soluction

Displaying 11 results from an estimated 11 matches for "soluction".

Did you mean: solucion
2018 Apr 03
1
Help on a Nat To Nat soluction - tinc servers won't ping remote clients
Guus, Thank you for your help (a)>>You said:- First, if you are already using "ip" to assign an address..... Why should I use "ip route" instead of "route add..." Surely both write same to the Routing table? (b) My problem was, that Tinc servers could not ping remote clients, whereas clients could ping successfully across VPNWhen pinging Client to Client
2018 Apr 04
0
Help on a Nat To Nat soluction - tinc servers won't ping remote clients
Thank you, Parke and Guus. I have now understood and got it working. Because of my beginner belief, I assumed that the tinc vpn end points needed to be on the same network. I have now discovered that the tinc vpn IP end points addresses can be arbitrary, and different! So I have set the end points to be local to the LAN they connect, and added on each tinc server a dev route to ensure
2004 Jun 07
2
help with cwrsync
...ms I use are: -av --stats --backup --force --ignore-errors --timeout=3600 Then rsync stop his job (doesn?t ignore the mistake however I have the --ignore-errors option activate). The question is: must I surrender and use the --exclude option and lost the copy of these directory? or ?is there other soluction?. Thank you very much from Spain. Jos? Luis Poza pozaj@tb-solutions.com
2018 Mar 31
5
Help on a Nat To Nat soluction - tinc servers won't ping remote clients
I have a three tinc server setup, similar to "4.3 How Connections Work" using the configuration mostly likehttp://ostolc.org/site-to-site-vpn-with-tinc.html The clients (Ubuntus, Debians and Windows 10s) can all ping (and SSH) to each other remotely. As far as that is concerned it's working great - thanks so much for some great software. However, on each of the Tinc servers (A and
2005 Jul 08
5
Help with Mahalanobis
...ch/software/unix/statmath/sas/sasdoc/stat/chap21/sect19.htm From these distances my intention is to make a cluster analysis as below, using the package 'mclust': In prior mail, my basic question was: how to obtain this matrix with R from 'iris' data? Well, I think that the basic soluction to calculate this distances is: # # --- Begin R script 1 --- # x = as.matrix(iris[,1:4]) tra = iris[,5] man = manova(x ~ tra) # Mahalanobis E = summary(man)$SS[2] #Matrix E S = as.matrix(E$Residuals)/man$df.residual InvS = solve(S) ms = matrix(unlist(by(x, tra, mean)), byrow=T, ncol=ncol...
2007 May 28
5
CTI in ActiveRecord
I search an plugin or gem, but don''t find nothing satisfactory. I believe to be stranger a technology that nails the DRY, have that create you vary equal tables, instead of using inheritance. Exists an soluction for this? I want a solution similar to this: create_table :people |t| do t.column :name t.column :address end create_table :customer |t| do t.column :person_id t.column :cpf end create_table :employee |t| do t.column :person_id t.column :wage end class Person < ActiveReco...
2005 Nov 20
0
sambaLogonHours again...
...solution AFAIK. Browsing the the samba code, auth_sam.c, logon_hours_ok(), seems that the verification of the restriction is done checking the server's localtime. Changing the server's time solves the problem (of course), but that's not the best solution IMHO. Has anyone got a better soluction? thanks, -- Carlos Eduardo Pedroza Santiviago - <carlos@prognus.com.br>
2006 Jan 12
0
[Fwd: Re: -- SOLVED -- "valid users" + ldap on Solaris 10 problems]
...in the code placed in /samba-X.X.X/source/lib/util_getent.c between line 275 and 291 . By default, when you compile samba with solaris support, samba uses "getgrnam" function because of the "BROKEN_GETRNAM=1" in Makefile. This function is what's making samba going wrong. The soluction was to undefine "BROKEN_GETRNAM" in order to make samba use " getgrent()" funtcion instead. Thanks for all your help guys! bye! > On Thu, 12 Jan 2006, Miki Monguilod wrote: > >> Hi Gerald, >> >> We have Solaris 10 completely updated up today. >...
2006 Mar 24
5
problems with ".this"
Hello I´m making a class using prototype''s class.create(), like this: var onewClass = Class.create(); onewClass.prototype = { initialize : function(array) { this.variable = "fooo"; this.array = array; }, function1 : function() { this.array.each(function(element){ alert(element);
2004 May 31
0
Doubts on anova and use of contrasts in multcomp package
...;) lim2 = lm(y ~ aux, data = df) print(anova(lim2)) tc2 = simtest(y ~ aux, data = df, conf.level = 0.9, alternative = 'less', eps = 1e-04, cmatrix = C) print(summary(tc2)) #===My Questions: # a) Is possible the resolution of the original intention? How? # b) Why p-values of soluctions av2 and lim2 dont agree? # c) Are there another better way to lead of this analysis? #=================================================================== Best regards, Jos?? Cl??udio Faria UESC/DCET Brasil 73-634.2779 joseclaudio.faria at terra.com.br jc_faria at uol.com.br
2008 Sep 06
5
Mode value
Hello everyone, I would like to know if there is any function to calculate the mode value, or I have to build one to do it. Thanks so much Carlos