similar to: No subject

Displaying 20 results from an estimated 1000 matches similar to: "No subject"

2000 Jul 13
1
Mapping Drives from Windows 98 client to Sun Sever
We have a Sun box physically located at another site running Solaris 2.6 We perform administration remotely using telnet, CRT and others from Windows 95/98 workstations. We are want to use Samba to allow mapping to certain directories on the Sun Server. The documentation I have seem to only reference installation of Samba on the Sun Server. Our workstations do not have the Solaris Operating
2004 Mar 06
3
Voiceplus
Anyone using asterisk with VoicePlus ? Looking for a new provider and wanted to get a little feedback
2011 Feb 11
1
Help optimizing EMD::extrema()
Hi folks, I'm attempting to use the EMD package to analyze some neuroimaging data (timeseries with 64 channels sampled across 1 million time points within each of 20 people). I found that processing a single channel of data using EMD::emd() took about 8 hours. Exploration using Rprof() suggested that most of the compute time was spent in EMD::extrema(). Looking at the code for EMD:extrema(),
2004 Aug 23
2
VoicePluse DID problem
Hey guys, Cal someone help me. I'm register voiceplus DID i try to config fllow example but not work. When i test call to number and debug iax2 in my asterisk not found packet. My iax.conf -------- register => in-xxx:yyy@gw5.voicepulse.com [voicepulse] context = voicepulse-incoming secret=yyy auth=md5 type=friend host=gw5.voicepulse.com ------ extention.conf ---- [voicepulse-incoming]
2011 Nov 03
1
EMD arguments default values
Hi, i'm using this command line with EMD package filename<-emd(y,x,boundary="wave",plot.imf=F) i'd like to know if this EMD uses default values for non-specified arguments. i'm especially interested in "stoprule", "max.imf", "tol" behavior in such cases. Thanks
2003 Jun 21
2
rsync 2.5.6 for NCR MP-RAS
Hi: After compiling rsync2.5.6 using on SVR4 on Intel HW, Please help # ./rsync --version rsync: --version: unknown option rsync error: syntax or usage error (code 1) at main.c(994) # ./rsync --help Segmentation Fault - core dumped Here is log of compilation. Script started on Sat Jun 21 05:56:15 2003 # make cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c rsync.c -o rsync.o NCR High
2004 May 12
2
Newbie voiceplus + asterisk
I have a linux computer with a sound card, I want to place a call to a cell phone using asterisk and my voiceplus account. I can use kphone (linux app) to call voiceplus, but I am hoping to learn to use some of the cooler features of asterisk. I am lost. On my debian installation there is no man page... Powerful package, I'm excited by the possibilities, but I don't know where to
2001 Oct 12
1
rsync binary for ncr mp ras svr4
hello everybody, Anybody ever compile rsync under "ncr mp ras svr4" unix system? I'm having some problem to run it. I compiled everything as in README file. when i tried run the rsync binary i received this error: ksh: rsync: not found unexpected EOF in read_timeout i even use full path to rsync and yer still get the same error. Anybody could help me, please? i really need this
2003 Oct 27
2
problem using do.call and substitute for predict.glm using poly()
Hi I am having a particular problem with some glm models I am running. I have been adapting code from Bill Venables 'Programmers niche' in RNews Vol 2/2 to fit ca. 1000 glm models to a combination of species 0/1 data (as Y) and related physicochemical data (X), to automate the process of fitting this many models. I have successfully managed to fit all the models and have stored the
2003 Apr 08
2
OpenSSH 3.6.1p1 on NCR MP-RAS v4.3, several weird terminal problems
I compiled OpenSSH 3.6.1p1 on NCR MP-RAS v4.3 (or at least "uname -a"'s output of 4.0.3.0 suggests v4.3, I'm not positive). I was able to compile zlib (1.1.4) and openssl (0.9.7a) with little trouble. OpenSSH took hand-hacking the includes.h file as follows: diff -cr openssh-3.6.1p1/includes.h openssh-3.6.1p1-customized/includes.h *** openssh-3.6.1p1/includes.h Sun Oct 20
2001 Feb 12
1
Compiled and running on NCR SVR4 UNIX (MP-RAS)
To whomever is interested, I have compiled and am running OpenSSH under NCR UNIX using the following procedure: 1. Compile and install zlib to the default location. gunzip zlib*.gz tar -xvfo zlib*tar cd zlib-* ./configure make make install 2. Compile and install openssl to the default location. gunzip openssl*.gz tar -xvfo openssl*tar cd openssl-*
2002 Jan 08
2
rsync for NCR MP-RAS (SRV 4)
I still have problems running the options like /usr/local/bin/rsync --daemon will give me an error Thanks in advance. # ./configure -build=i686-ncr-sysv4.3 # make install mkdir -p /usr/local/bin ./install-sh -c -m 755 rsync /usr/local/bin mkdir -p /usr/local/man/man1 mkdir -p /usr/local/man/man5 ./install-sh -c -m 644 ./rsync.1 /usr/local/man/man1
2011 Nov 18
3
Permutations
Hi all, why factorial(150) shows the error out of range in 'gammafn'? I have to calculate the number of subset formed by 150 samples taking 10 at a time. How is this possible? best [[alternative HTML version deleted]]
2002 Jan 05
7
rsync for NCR MP-RAS
On 4 Jan 2002, Mike Li <Mike.Li@schenker.ca> wrote: > Hi Martin, > > Is there a binary for rsync for NCR MP-RAS ver 3.0 running on Intel PIII > Hardware? I've never heard of that. What is it? > I can't seem to be able to compile the source codes either even though I have C > compiler > Here is what I get when I run configure > Thank you in advance >
2005 Sep 11
2
Asterisk and AMP installed now what?
Ladies and Gentleman, I have setup Asterisk and AMP. They are working with out error. But now I need to get everything going. I have Voicepluse and they give sample iax.conf and extensions.conf files but that does me a little good as I am using AMP. Is there some docs somewhere on how to confgure once I have AMP up and running? I am not a telephony guy and alot of this looks like greek to
2008 Nov 19
1
C++ code from R
Hi I managed to compile (and use) C code from R, but now I have to use C++ code. After reading "Writing R extensions", I came up with the following code, which compiles fine ------------------- // emdL1_R.cc: #include <time.h> #include <stdio.h> #include "emdL1.h" extern "C" { void emd_L1( double *H1, int *n1, double *H2, int *n2,
2005 Feb 11
3
Saving graphs in formats other than PDF?
I am running R 2.01 on Mac OS 10.3.7. Whenever I save graphs, they are saved as PDF files. Are there any other file formats to which I could save my graphs. I would like to directly export my graphs to MS Word, if possible. Thank you in advance. Sincerely, Jim Milks Graduate Student Environmental Sciences Ph.D. Program Wright State University 3640 Colonel Glenn Hwy Dayton, OH 45435
1998 Feb 27
1
R-beta: is there a way to get rid of loop?
Here is a programming question. The code I am using is quite slow and I was wondering if there is a way to get rid of the for loop. I am dealing with "interaction" in 2x2 table, and am using Edwards's G_I (Likelihood, p. 194). I label the cells in the table as follows stim response "y" "n" total -------------------------------- y hit miss nsignal
2007 Aug 13
2
Error message when using zero-inflated count regression model in package zicounts
I have data on number of vines per tree for ~550 trees. Over half of the trees did not have any vines and the data is fairly skewed (median = 0, mean = 1.158, 3rd qu. = 1.000). I am attempting to investigate whether plot location (four sites), species (I'm using only the four most common species), or tree dbh has a significant influence on the number of vines per tree. When I
2014 Oct 03
3
Renaming NIC name in CentOS 7
All, I am trying to understand better how you give an interface a more descriptive name and get it all working without a reboot, if possible. We have 1G and 10G interfaces, and I?m trying to use names like 1G-internal, 1G-external, 10G-private, etc. When I boot up, it?s all fine, but if I add one I?m not sure if there is a way to avoid the reboot? For example, I added the 10G interface names