similar to: restricting interfaces.

Displaying 20 results from an estimated 2000 matches similar to: "restricting interfaces."

2011 Oct 05
4
SPlus to R
I'm trying to convert an S-Plus program to R.  Since I'm a SAS programmer I'm not facile is either S-Plus or R, so I need some help.  All I did was convert the underscores in S-Plus to the assignment operator <-.  Here are the first few lines of the S-Plus file:   sshc _ function(rc, nc, d, method, alpha=0.05, power=0.8,              tol=0.01, tol1=.0001, tol2=.005, cc=c(.1,2),
2005 Jul 25
1
Fortran function name not in load table
Using R 2.0.1 on Windows XP, I am getting an error msg: Error in .Fortran("conic", nxy = nxy, npt = npt, CP = cp, EP1 = ep1, EP2 = ep2, : Fortran function name not in load table I am wondering if there is a way to see what function names are in the load table? Maybe the function name has been altered? The first thing I do in my analysis script is to load a DLL, conic.dll,
2015 Oct 08
3
PJSIP realtime: lots of problems
Hello, I wonder if anybody is using PJSIP realtime in production environment? I've started to play with it and encountered many problems. Here's my config: sorcery.conf: [res_pjsip] endpoint=realtime,ps_endpoints extconfig.conf: [settings] ps_endpoints => pgsql,users,pjsip_endpoints_v pjsip_endpoints_v is postgresql view. 1. The biggest problem: if I have small number of endpoints
2003 May 11
1
iHEADS UP: ipsec packet filtering change
On Sun, 23 Feb 2003 09:47:05 -0800, "Sam Leffler" <sam@errno.com> said: > >> Add a new config option IPSEC_FILTERGIF to control whether or not >> packets coming out of a GIF tunnel are re-processed by ipfw, >> et. al. By default they are not reprocessed. With the option they >> are. > > This may affect your ipfw/ipf rules. If you are happy with
2010 Apr 08
2
HP R1500 G2
I'm attempting to get a HP R1500 G2 UPS working with Solaris 10 connected via USB. Thanks to Arnaud's patch to drivers/tripplite-hid.c found at http://lists.alioth.debian.org/pipermail/nut-upsuser/2010-February/005887.html things mostly work. upsc ups01 shows a couple of things that don't look quite right. [....] battery.temperature: -234.1 [....] ups.alarm: No battery installed!
2012 Feb 09
1
Constraint on one of parameters.
Dear all, I have a function to optimize for a set of parameters and want to set a constraint on only one parameter. Here is my function. What I want to do is estimate the parameters of a bivariate normal distribution where the correlation has to be between -1 and 1. Would you please advise how to revise it? ex=function(s,prob,theta1,theta,xa,xb,xc,xd,t,delta) { expo1=
2013 Aug 07
0
HP R1500 G3 problems
On Aug 7, 2013, at 7:40 AM, Jan Phillip Greimann wrote: > I tried to set up nut with our new arrived HP R1500 G3 UPS but there is a failure with the usb connection. After trying "/lib/nut/usbhid-ups -DD -a hp1500" the log says there are "libusb_get_interrupt: Connecion timed out". If you start upsd, what does "upsc hp1500" return? There are two ways to fetch
2002 Nov 04
1
samba not showing all files.
Hello, I've got a web server with samba running on it. The idea is i have a samba web share to which users can put web pages. My problem is none of the files are being shown, i have 5 folders and 24 files, only the five folders show up in a network neighborhood view. I've checked permissions, all the users can place content in that location, but the files are not visible. samba 2.2.6, any
2005 Feb 08
2
Basic Samba functionality under SuSE 9.2
I'm trying to get Samba 3.0.9-2.3 to work under Suse 9.2. This my very first Linux install and I'm a little at sea here. There are so many things that could be wrong I don't know where to start. The Windows machine I'm using as a client has TCP/IP, file/printer sharing, and Client for MS networks. He can't see the linux machine's ("Tolkien") shares, but he
2011 Jul 21
2
Printing the loop number for each iteration
Hi all, I have a lengthy 'for' loop and for each loop I want to track the iteration number that is currently going on. For this, I have tried following: > for (i in 1:10) { + DumDat <- rnorm(1000) + cat("iteration:", i, " \n") + } iteration: 1 iteration: 2 iteration: 3 iteration: 4 iteration: 5 iteration: 6 iteration: 7 iteration: 8
2004 Aug 19
0
SIP reinvite code negotiation
Hi, We're routing SIP calls through Asterisk and we want to be able to reinvite calls without Asterisk performing codec conversion. We've performed the following test: Asterisk has license for G.729 installed sip.conf [general] context=default autocreatepeer=yes disallow=all allow=alaw allow=g729 canreinvite=yes nat=no We have configured two endpoints: EP1, preferred codec order
2010 Jun 18
0
simulating binary random numbers using 'mvtnorm'
Hi R-users, I just started learning R. I have a project on lot quality assurance sampling (LQAS). In this project I have to develop LQAS plans to make decision on stopping / continuing a programme. The LQAS plans is based on cluster sampling: selection of k clusters (villages) of m children each for a total sample of n. In this connection I would like to estimate the classification errors ( alpha
2010 Jun 21
0
Fw: simulating binary random numbers using 'mvtnorm'
Hi R-users, I just started learning R. I have a project on lot quality assurance sampling (LQAS). In this project I have to develop LQAS plans to make decision on stopping / continuing a programme. The LQAS plans is based on cluster sampling: selection of k clusters (villages) of m children each for a total sample of n. In this connection I would like to estimate the classification errors ( alpha
2003 Oct 01
1
Upgrade to 4.8 STABLE - Root mount failed: 6
I have same problem on same class machine, here is dmesg from failing boot (via serial console): -------------------- Copyright (c) 1992-2003 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.8-RELEASE-p7 #0: Sat Sep 20 17:07:38 EEST 2003
1998 Jun 26
3
ip_masq+dhcpd+samba+2nics
Hello guys, I'm at my wits end.. hope someone can help.. this is the deal. I have setup a linux box to serve as a "gateway" for our internal lan. Running 2.0.34 slakware. I have 2 nic cards.. One for our "internal" lan (192.168.2.0) and the "external" lan..I have gotten the OS to see both of them, but when trying to get DHCP to work with both, it kept barfing..
2003 Oct 09
3
samba time server
Hello, I'm trying to set up a Linux, rh9, webserver with samba support, so that user's can make the pages on their windows boxes and drop them right on the server. I'm having one problem, when the user connects Dreamweaver, MX version, gives an error about can not determine the server time. I've added: time server = yes to the global section of my smb.conf file, but this
2002 Feb 24
3
password synchronization.
Hello, I'm running samba 2.2 on FreeBSD 4.4. I was wondering if there was a way to sync up the samba and FreeBSD user passwords so that when either via the unix passwd or samba's smbpasswd program a user changes a password it is changed through both systems? If anyone is dong this successfully please let me know. Thanks. Dave.
2003 Oct 22
4
samba3 and cups printserver
Hello, I've got an rh9 box which i am using for printing. I've got cups configured and my printer is working fine. Originally, i intended to use samba 2.2.x for printing, but then i saw that 3.0 was out so i installed it's rpm instead. My first of many questions, for printing to work correctly, samba and cups, what must be specified in terms of the printing line in smb.conf, bsd or
2002 Feb 21
2
browse list problems continued.
Hello, Thanks for all the help so far. I've got nmbd and smbd so they're running now, not being blocked out by my firewall however nmbd is still unable to sync browse lists with my domain master browser, which i don't have as i'm in a workgroup and i'd like samba to be the master browser. I have enabled wins support see smb.conf below. Any suggestions appreciated. Thanks.
2001 Nov 13
1
samba 2.2.2 swat and printer questions.
Hello, I want to run swat on my fbsd 4.4 box, but i do not want to run it via inetd. Is there a way i can start swat in standalone mode? Also, printers, is there a way i can auto download 95/98/nt/2k drivers from the same printer share? Thanks. Dave. ________________________________________________________________ GET INTERNET ACCESS FROM JUNO! Juno offers FREE or PREMIUM Internet access for