Displaying 12 results from an estimated 12 matches for "purvis".
Did you mean:
jurvis
2003 Oct 20
0
Re: [R] R - S compatibility table (fwd)
...http://www.zoo.ufl.edu/bolker
Box 118525 (ph) 352-392-5697
Gainesville, FL 32611-8525 (fax) 352-392-3704
---------- Forwarded message ----------
Date: Mon, 20 Oct 2003 16:13:18 +0200
From: Martin Maechler <maechler@stat.math.ethz.ch>
To: Purvis Bedenbaugh <purvis@mbi.ufl.edu>
Cc: r-help@stat.math.ethz.ch
Subject: Re: [R] R - S compatibility table
>>>>> "Purvis" == Purvis Bedenbaugh <purvis@mbi.ufl.edu>
>>>>> on Mon, 20 Oct 2003 08:03:13 -0400 writes:
Purvis> Hello all - I...
2003 Oct 20
3
R - S compatibility table
Hello all - I've just recently been exploring R for the
first time. After noticing a few things that have changed
from S to R, I started looking for an R-S compatibility table
but didn't find it. Is such a table out there ? Where ?
Thanks much,
Purvis Bedenbaugh
purvis at mbi.ufl.edu
Examples:
'stdev' is now 'sd' - is it exactly the same computation ?
couldn't find a built-in for error.bar()
syntax that is an error in R: param(thisframe,"b") <- value
> version
_
platform mips-sgi-ir...
2016 Feb 26
3
Tinc 1.0.26 on Mac OS X
...should work fine.
>
> It can be something like this:
>
> #!/bin/sh
> ifconfig $INTERFACE 172.20.0.1 netmask 255.255.0.0
>
> It no need to add up at the end of ifconfig string. And "ip route" can be
> skipped too.
>
>
> On Fri, Feb 26, 2016 at 5:23 PM, Mike Purvis <
> mpurvis at clearpathrobotics.com> wrote:
>
>> Hi Maxim,
>>
>>
>> Not much to it:
>>
>> avahi-autoipd -D $INTERFACE
>>
>> # ifconfig $INTERFACE 169.254.45.23 netmask 255.255.0.0 up
>>
>> ip route add 172.20.0.0/16 dev $INTER...
2016 Feb 26
1
Tinc 1.0.26 on Mac OS X
...Family = ipv4
Device = /dev/tap0
Compression = 1
ConnectTo = robot_ph_cpe22_04
Still need to figure out the Avahi side of things for name resolution, but
thanks all!
On 26 February 2016 at 11:04, Guus Sliepen <guus at tinc-vpn.org> wrote:
> On Thu, Feb 25, 2016 at 01:55:59PM -0500, Mike Purvis wrote:
>
> > Here's my config:
> >
> > $ sudo cat /etc/tinc/robotvpn/tinc.conf
> [...]
> > Interface = tincdev0
> [...]
> > Error while writing to Generic BSD tap device /dev/tap0: Input/output
> error
>
> Unfortunately, on Mac OS X, tinc cannot c...
2016 Feb 25
5
Tinc 1.0.26 on Mac OS X
Hey all,
I'm trying to use tinc 1.0.26 from Homebrew on Mac OS X 10.10.5, and having
some trouble. Is anyone successfully doing this?
Here's my config:
$ sudo cat /etc/tinc/robotvpn/tinc.conf
Name = elendur
Mode = switch
AddressFamily = ipv4
Interface = tincdev0
Compression = 1
ConnectTo = robot_ph_cpe22_04
And here's the invocation:
$ sudo tincd -D -c /etc/tinc/robotvpn -d
tincd
2016 Feb 26
2
Tinc 1.0.26 on Mac OS X
...same result
using ifconfig to set the IP address.
On 25 February 2016 at 23:40, Maxim Vorontsov <6012030 at gmail.com> wrote:
> Hi.
>
> May you show your tinc-up script? And subnet-up, host-up if you have they
> at all.
>
> On February 25, 2016 9:55:59 PM GMT+03:00, Mike Purvis <
> mpurvis at clearpathrobotics.com> wrote:
>
>> Hey all,
>>
>> I'm trying to use tinc 1.0.26 from Homebrew on Mac OS X 10.10.5, and
>> having some trouble. Is anyone successfully doing this?
>>
>> Here's my config:
>>
>> $ sudo c...
2016 Feb 26
0
Tinc 1.0.26 on Mac OS X
Lets view your tinc.conf
On February 26, 2016 6:41:30 PM GMT+03:00, Mike Purvis <mpurvis at clearpathrobotics.com> wrote:
>Hi Maxim,
>
>I'm having the same result, though I got some more output with debug
>level
>5; it's definitely failing to create the specified tincdev0 network
>device.
>Is there something I need to change on OS X to enable...
2006 Dec 01
3
"All resource specifications require names": wot?
Hi, everyone --
I downloaded puppet and have been playing with it. I''m using the RPM''s for RHE4 created by David (mentioned on the install page: http://people.redhat.com/dlutter/yum/rhel4/) with RHE''s ruby 1.8.1-7:
ruby-1.8.1-7.EL4.8
ruby-libs-1.8.1-7.EL4.8
ruby-devel-1.8.1-7.EL4.8
I''m sure this is an easy one; all the same, I''m stumped. Please
2016 Feb 26
0
Tinc 1.0.26 on Mac OS X
Mike, you can use ifconfig, it should work fine.
It can be something like this:
#!/bin/sh
ifconfig $INTERFACE 172.20.0.1 netmask 255.255.0.0
It no need to add up at the end of ifconfig string. And "ip route" can be
skipped too.
On Fri, Feb 26, 2016 at 5:23 PM, Mike Purvis <mpurvis at clearpathrobotics.com>
wrote:
> Hi Maxim,
>
>
> Not much to it:
>
> avahi-autoipd -D $INTERFACE
>
> # ifconfig $INTERFACE 169.254.45.23 netmask 255.255.0.0 up
>
> ip route add 172.20.0.0/16 dev $INTERFACE
>
>
> Mac OS X doesn't have &qu...
2008 Nov 14
1
Problems with accessing samba printer from Windows
...uot; "%I" "%J" &
lpq command = /bin/true
lprm command = lprm -P'%p' %j
[backups]
comment = Backup Disk 1
path = /back1
read only = No
guest ok = Yes
----------------------------------------------------------
--
+---------------------------------------+
| Bill Purvis, Model Engineer |
| email: bill@billp.org |
+---------------------------------------+
2016 Feb 26
0
Tinc 1.0.26 on Mac OS X
Hi.
May you show your tinc-up script? And subnet-up, host-up if you have they at all.
On February 25, 2016 9:55:59 PM GMT+03:00, Mike Purvis <mpurvis at clearpathrobotics.com> wrote:
>Hey all,
>
>I'm trying to use tinc 1.0.26 from Homebrew on Mac OS X 10.10.5, and
>having
>some trouble. Is anyone successfully doing this?
>
>Here's my config:
>
>$ sudo cat /etc/tinc/robotvpn/tinc.conf
>Name = e...
2016 Feb 26
0
Tinc 1.0.26 on Mac OS X
On Thu, Feb 25, 2016 at 01:55:59PM -0500, Mike Purvis wrote:
> Here's my config:
>
> $ sudo cat /etc/tinc/robotvpn/tinc.conf
[...]
> Interface = tincdev0
[...]
> Error while writing to Generic BSD tap device /dev/tap0: Input/output error
Unfortunately, on Mac OS X, tinc cannot change the name of the
interface. It's probably j...