search for: elnet

Displaying 12 results from an estimated 12 matches for "elnet".

Did you mean: telnet
2005 Apr 06
6
UDP port 1194 marking/routing problem
Hi folks, I have OpenVPN (respect for it developers) running on my FW. Is has two external NICs and on internal everything is fine, except I want OpenVPN (UDP port 1194) going not via default route/network interface. I use such commands: iptables -t mangle -D POSTROUTING -o eth0 -p udp --dport 1194 -j MARK --set-mark 0x990 ip rule add fwmark 0x990
2004 Jul 15
1
*, NAT & STUN
...ne the STUN server displays message like "Binding Request Doesn't contain Message Integrity" Is there anyone faced problem like this. Give your suggestion regard above issue. Thanks in Advance regards Murali Muralikrishnan L Software Engineer Trainee Calsoft-Elnet Software City Taramani
2011 Mar 25
2
A question on glmnet analysis
Hi, I am trying to do logistic regression for data of 104 patients, which have one outcome (yes or no) and 15 variables (9 categorical factors [yes or no] and 6 continuous variables). Number of yes outcome is 25. Twenty-five events and 15 variables mean events per variable is much less than 10. Therefore, I tried to analyze the data with penalized regression method. I would like please some of the
2009 Jul 28
2
Check functions in package
Hi, I run R on a server via SSH, over a terminal. After loading a specific package, how do I know what functions are in that package? Is there any way to list or display them? tia. -- View this message in context: http://www.nabble.com/Check-functions-in-package-tp24707084p24707084.html Sent from the R help mailing list archive at Nabble.com.
2004 Jul 20
1
* CLASS codes
...ki-CLASS" In that page I saw lot of *xx codes for asterisk feautres. I don't know how to use these codes. If anyone used these codes can you teach me. Thanks in advance Regards Murali Muralikrishnan L Software Engineer Trainee Calsoft-Elnet Software City Taramani
2012 Mar 16
0
How to interpret glmnet lasso error
I get an error when I try to use glmnet to fit a lasso model on some data. My code: > lasso <- glmnet(predictorPartitionTrainingM, targetPartitionTraining, alpha=1) The error that is returned: Error in elnet(x, is.sparse, ix, jx, y, weights, offset, type.gaussian, : NA/NaN/Inf in foreign function call (arg 5) Some potentially important details: - 50 predictor variables - 300 observations - everthing is numeric - predictorPartitionTrainingM is a matrix - targetPartitionTraining is a vector Thanks in...
2009 Apr 07
1
R segfaulting with glmnet on some data, not other
...;t need to bother.) In the "segfaults" directory, however, it will segfault with the following traceback before it gets to the point in the code where it dumps out solutions at all: *** caught segfault *** address (nil), cause 'memory not mapped' Traceback: 1: .Fortran("elnet", ka, parm = alpha, nobs, nvars, as.double(x), y, weights, jd, vp, ne, nx, nlam, flmin, ulam, thresh, isd, lmu = integer(1), a0 = double (nlam), ca = double(nx * nlam), ia = integer(nx), nin = integer(nlam), rsq = d ouble(nlam), alm = double(nlam), nlp = integer(1), jerr = int...
2004 Jul 28
3
Problems with * and Grandstream Budgetone 100
I have two problems with Asterisk and my Budgetone 100s. 1. Sometimes when outside callers dial my Budgetone it will ring twice, then the caller will receive a busy signal. This happens intermittently and I cannot pin down the circumstances of when it works and when it doesn't. Asterisk logging doesn't give me too much info when this happens: *CLI> -- Executing
2005 Feb 02
8
can''t understand strange PRIO behaviour
Hello everybody, sorry for bothering you, but after some hours, I''m stuck. I''m living in a student''s foundation where I want to connect lots of people to a tiny DSL link. We have exactly four types of traffic. We want a really hard PRIO solution (as I promised to someone that group X will only use the link capacity which isn''t used by group Y). I could make a
2004 Oct 13
1
Traffic shaping and tun devices
Hi folks, I have three network cards on my Slackware box and eth0 and eth1 are for two Internet connections. They have imq0 and imq1. All traffic shaping works fine. Internal eth2 does no traffic shaping. But recently I have put two OpenVPN tunnels (tun devices) and both work via eth0. So my question is - how to shape the traffic on these tun0 and tun1 devices? Thanks Remus
2004 Jan 23
3
Traffic shaping and IP aliases
Hi folks, I have the traffic shaping (HTB and IMQ) on my eth0 (of course no problems with it). And now I would like add some extra IPs on it ( ifconfig eth0:0 xxx.xxx.xxx.xxx and ifconfig eth0:1 xxx.xxx.xxx.xxx). So do I have to set up a new tc rools ( tc qdisc add dev eth0:0 root handle 1: htb default 20 r2q 5 ...) for the eth0:0 and eth0:1 or can still be only tc rules for the eth0? Thanks
2004 Oct 08
4
Problem with VPN routing from internal network
Hi folks, I have the two firewalls (Slackware current) in differnt cities connected via OpenVPN. I can ping the network behind server firewall from client firewall server. But how to route/iptable network traffic from the network behind client firewall to see the netwrok behind server firewall? Thank you Remus