similar to: tinc-vpn.org website

Displaying 20 results from an estimated 200 matches similar to: "tinc-vpn.org website"

2004 May 22
5
Asterisk firewall config
The asterisk wiki states that it needs SIP, IAX2, IAX and RTP open to the world to work. Is this necessarily true, or does it only need some of these outgoing? I'm concerned as anyone that could guess an extension number&password could use my server to make outgoing calls. It would help if the extensions had a netmask/allowable IP setting like the iax.conf file uses, but there
2004 May 22
3
e164.org
So I just saw this VoIP-centric article at slashdot (http://slashdot.org/article.pl?sid=04/05/22/1840220) which mentions e164.org. It's a "non-profit public DNS root designed to map phone numbers to Internet protocols." Is anyone on this list actually using this? They have asterisk config instructions: http://www.e164.org/config.php I wonder if someone can help me understand
2004 May 18
1
Configure asterisk for outgoing.. need authuser parameter?
Hi, I have access to two providers. On one of them the authuser is the same as the username, so outgoing works. On the other one I can only get incoming - what ever combination I try for outgoing I get an error. The register command has the ability to specify both usernames (which is why incoming works) but outgoing doesn't seem to, and without that I'm stuck. They are defined as:
2004 May 26
1
ztdummy with kernel 2.6
ztdummy successfully compiles under kernel 2.6, but when I load it I get ztdummy: Unknown symbol fill_td ztdummy: Unknown symbol insert_td_horizontal ztdummy: Unknown symbol uhci_devices ztdummy: Unknown symbol uhci_interrupt ztdummy: Unknown symbol alloc_td ztdummy: Unknown symbol unlink_td ztdummy: Unknown symbol delete_desc I had a quick look at the source, and it looks like these function
2004 May 22
14
Caller ID with BT CD50
Hi All, Having searched the archives, I can see there has been much discussion at various points regarding capture of caller id information from good old BT. If I understand correctly, it seems that not only do the drivers not currently support it, but my X101P possibly/probably can't do it anyway due to hardware? So, that leaves me with the modem route, which seems more and more unlikely,
2004 Feb 16
1
Tinc not starting but not complaining either
Hi everybody, I've spent last 16 hours trying to get Tinc working on my two almost identical linux boxes. Both are running Debian stable with backported Openssl and self-compiled kernel 2.4.24 with ebtables-patch to enable bridging firewall. Both firewalls have both masquaraded and just bridged nets behind (LAN & DMZ) and they are working perfectly. Now I need to get from my home to
2004 May 23
0
ztdummy - how to test?
I've modified ztdummy to work under 2.6 (basically ditched all the uhci stuff and added a kernel timer instead). How do I test my changes are doing anything useful? zttest gives: --- Results after 14 passes --- Best: 99.975586 -- Worst: 99.975586 Is that good/bad/terrible...? Tony -- Te audire no possum. Musa sapientum fixa est in aure. Tony Hoyle <tmh@nodomain.org> Key ID:
2006 Feb 14
1
Inverse cumulative probability
Hello all, (First of all, I'd like to thank all who replied to my previous question. I have never encountered such a helpful community before. Thanks for making a R so welcoming.) To calculate a quantile for normal distributions, one simply uses qnorm(1-a). But if I would want to do the same for a t-test function, how would I go about doing that? Is there a simple way to do it? (Yes, I
2006 Feb 09
4
New user: Custom probability distribution
Hello, Given a probability function: p(x) = 12 / (25(x+1)) , x=0, 1, 2, 3 we generate the following values: C1 C2 0 0.48 1 0.24 2 0.16 3 0.12 Now, I'm supposed to create 50 random values using this table. In MiniTab, I simply selected Calc -> Random Data -> Discrete, and selected the columns, and it created 50 random values in a new column.[1] How do I do the
2004 May 18
0
No luck using asterisk as proxy...
Still no luck using asterisk as a proxy. 48 hours solid working on this. I'm beginning to think asterisk isn't going to be compatible with the provider I'm using :( Has anyone got *any* clues as to what can cause this message? It's definately provider specific (voiptalk works, pipecall doesn't) but confusingly seems to be caused by something in the client phone app. I
2006 Mar 25
1
Suggest patch for princomp.formula and prcomp.formula
Dear all, perhaps I am using princomp.formula and prcomp.formula in a way that is not documented to work, but then the documentation just says: formula: a formula with no response variable. Thus, to avoid a lot of typing, it would be nice if one could use '.' and '-' in the formula, e.g. > library(DAAG) > res <- prcomp(~ . - case - site - Pop - sex, possum)
2010 Apr 15
1
classes and functions for qqnorm and stem
Referring to "Using R for Data Analysis and Graphics" by J H Maindonald, and available from the R site, I found the example on p.30 non-working: > stem(qqnorm(possum$hdlngth)) Error in stem(qqnorm(possum$hdlngth)) : 'x' must be numeric Since qqnorm(possum$hdlngth) plots, and > class(possum$hdlngth) [1] "numeric" , the problem must be here: >
2002 Apr 10
2
I need to be able to turn off host checking entirely
I have a small LAN. The entire system is within my view - all the hosts, the switch and the wire. If someone is in a a position to do a "man in the middle" attack, there's no need - they already have me. Over the other side of the room, and beside my desk, I have test systems. I use disk caddies (see www.vipower.com for examples) and can switch operating systems in about the
2003 Jul 19
2
I don't find "fuzzy matching"
hello. I'm a student that work on R.(version 1.7.0) I need to some data frames such as "possum","Beams"'"kiwishade","dolphins",... . I typed help.search("possum") and so on,but the response was "No help files found with alias or title matching 'possum' using fuzzy matching.". I dont know what is "fuzzy matching"
2008 Mar 20
1
setMethod for "["
Hi R-Help, Please consider the following simple case: I have a class like setClass("myClass", representation(x="matrix", y="character")) and I would like to use the method *"["* for a *myClass* objects (but changing the default *drop* argument from TRUE to FALSE): setMethod("[","myClass", function(x,i,j,...,drop=FALSE)
2008 Sep 20
3
counting Mb of every mountpoint
Hi guys , I have a little doubt: There is a way for reading directly or indicrectly (parsing , log etc) the amount of the data sending from icecast for every mountpoint? Thanks for the help Goodbye Pierpaolo
2002 Jun 12
4
table problems
dear helplist, my student has fifty trees, numbered one to fifty, and a vector recording which tree a certain possum slept in on 12 nights. R> c [1] 3 14 17 22 26 26 17 40 43 25 46 46 R> Thus it slept in tree #3 on Monday, then tree #14 on Tues, and so on. I wish to test the null hypothesis that the animal chooses trees randomly; try R> table(c) c 3 14 17 22 25 26 40 43 46 1 1
2017 Jul 23
2
[X86] Memory folding tables in x86 backend
> On 23 Jul 2017, at 12:19, Joerg Sonnenberger via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > On Sun, Jul 23, 2017 at 08:48:00AM +0000, Musa, Ayman via llvm-dev wrote: >> 3- Give up on the auto-generation idea and manually update the current tables iteratively with new chunks of instructions until full state is achieved. >> >> P.s. The TableGen backend
2002 Jun 13
2
fisher.test FEXACT memory bug "should not occur" (PR#1662)
This is a bad bug as reported by Robin Hankin, it is still in "R-patched" ... ##- From: Robin Hankin <r.hankin@auckland.ac.nz> ##- To: r-help@stat.math.ethz.ch ##- Subject: [R] possum sleeping: thanks and fisher.test() FEXACT error ##- Date: Thu, 13 Jun 2002 16:46:26 +1200 ## ..... ## Example slighlty modified (MM) d4 <- matrix(c(0, 0, 0, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0,
2017 Jul 23
2
[X86] Memory folding tables in x86 backend
Hi all, Memory fold tables: Two way mapping of each register-form instruction to its corresponding memory-form instruction. E.g. Mapping 'X86::ADD32rr' to 'X86::ADD32rm'. Few months ago I started an effort to auto-generate the X86 memory folding tables currently held under lib/Target/X86/X86InstInfo.cpp as huge manually-maintained static arrays. Automating the tables would reduce