similar to: Minimum specs

Displaying 20 results from an estimated 1000 matches similar to: "Minimum specs"

2005 Aug 19
2
Ascend Pipeline POTS to TDM400P FXO Question..
I have a TDM400P with some FXO ports, and I wanted to connect the two POTS lines from my Pipeline-75 ISDN router into the FXO interfaces on my Asterisk server. Hooked it up, seemed fine, called in and it answered. The problem is when the call is hung up on, the FXO port never drops. So of course then the P75 just holds the line off hook and you get a busy. So it's good for the first
2000 Aug 09
3
Problems compiling openssh-2.1.1p2 on FreeBSD 4.0-RELEASE
Hello, I have just installed a fresh copy of FreeBSD 4.0-RELEASE on a P75, and want to compile openssh-2.1.1p2, but the compile fails with: gcc -g -O2 -Wall -I/usr/local/ssl/include -DETCDIR=\"/usr/local/etc\" -DSSH_PROGRAM=\"/usr/local/bin/ssh\" -DSSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh/ssh-askpass\" -DHAVE_CONFIG_H -c loginrec.c loginrec.c: In function
2003 Aug 28
1
new DoS technique (exploiting TCP retransmission timeouts)
An interesting paper http://www.acm.org/sigcomm/sigcomm2003/papers/p75-kuzmanovic.pdf ---Mike -------------------------------------------------------------------- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, mike@sentex.net Providing Internet since 1994 www.sentex.net Cambridge, Ontario Canada www.sentex.net/mike
2013 Jan 03
1
Inserting percentile values in a data frame
Hello I need to calculate and insert the values for the 50,75,90,95 & 99 percentiles in a data frame for each row. I used agr1$quantile <- quantile(agr1$cnt, probs=c(.50, .75, .90, .95, .99)) but that didn't work. How can calculate the percentile for my variable "cnt" , insert & name the percentile as p50, p75, etc in my data frame agr1? Thanks in advance for your
2005 Sep 21
2
Bryan Smith: Thanks for the IPCop recommendation
A few weeks back I had tried to install CentOS on my old AMD 5x6x (equiv to P75 performance) with plans to use it as my firewall and router. Because there were some problems relating to RPM compile architecture (apparently), I posted and Bryan suggested IPCop, even at peril to his life on these lists ;-) according to him. ;-) ;-) Just wanted to tell him thanks, it's worked out well. Had
1998 Jul 30
1
Locking with M$-Access 97
This is a REAL problem on the way to world domination ;-) PROBLEM: since we moved a MS-Access MDB (16 Meg) to samba, it ist killing queries more than twice a day, loosing records, ... It seems the application has no chance to recognice locked records and inform the user. with smbstatus I get one locking entry for the first user accessing the database (like: DENY_NONE RDWR), the second is not
2007 Apr 11
1
Programming Problem (for loop, random # control, 3 dimentional graph)
Dear List, This is just a programming problem which i cannot seem to figure out. I am trying to get a set of power from a test (say, kolmogorov smirnov) out of a distribution (say, G-K distribution) as follows. I am trying to reduce to pain of writing the whole set of data points (p# below) using "for" loop. However, I seem to have some problem in it as the output "M" does not
2018 Apr 17
2
iterative read - write
Hi all, I would like to set up an iterative read & write sequence to avoid reading and writing each file one at a time. Hundreds of data sets to re-calculate.? The code I have works well individually, but would like to set up an iterative read, calculate and write changing the input and output file names each iteration. I? think I have read that there is an R? feature using
2006 Oct 30
6
How to do Automatic Daylight Saving on Grandstream GXP-2000
Hi, I'd set the daylight saving option to yes on all the GXP-2000 phones, but apparantly it doesn't move it an hour back on last sunday of October. So now I am stuck will all the phones showing the wrong time. Isn't there an option so that it'll automatically update daylight savings? Thanks -- Zeeshan A Zakaria -------------- next part -------------- An HTML attachment was
2009 Sep 14
1
ggplot2 graphing multiple lines of data
Some day I may figure out how ggplot2 works. I am trying to plot 5 columns of data on a graph (similar to a simple matplot) =========================================================================== library(ggplot2) bmi <- structure(list(pct = 2:21, P10 = c(14.6, 14.5, 14.2, 13.9, 13.7, 13.7, 13.9, 14.2, 14.5, 14.8, 15.3, 15.9, 16.6, 17.2, 17.8, 18.1, 18.3, 18.4, 18.5, 18.6), P25 =
2008 Jul 03
1
Migrating from S-Plus to R - Exporting Tables
Does something like this get you close: x <- list() keys <- LETTERS[1:6] # create for (i in keys){ x[[i]] <- data.frame(a=1:5, b=1:5, c=1:5) } # output output <- file('tempxx.txt', 'w') for (i in keys){ write.table(i, row.names=FALSE, col.names=FALSE, file=output, quote=FALSE) write.table(x[[i]], file=output, quote=FALSE) } close(output) On Wed, Jul 2,
2008 Jul 02
1
randomForest training error
While trying to train randomForest with my dataset, I am ending up with the following error Error in randomForest.default(datatrain, classtrain) : length of response must be the same as predictors My data looks like: A,B,C,D,Class 1,2,1,2,cl1 1,2,1,2,cl1 3,2,1,2,cl2 3,2,1,2,cl2 3,2,1,2,cl2 3,2,1,2,cl2 3,2,1,2,cl2 3,2,1,2,cl2 3,2,1,2,cl2 3,2,12,3,cl2 3,2,1,2,cl2 Actual dataset has around 4000
2007 Feb 12
1
Vesamenu Error 131
Hi guys, i encountered a strange problem or bug, i dont really know ive got a panasonic cf-m34 toughbook here, when i boot up the vesamenu.c32 und select my memtest86 item or try to boot up my dosk boot bisk via memdisk, i get a black screen saying "Loading" and my tftp log tells me " file <memdisk or memtest> error 131 in system call ReadFile..". But when i
2010 Apr 15
1
(semi-) rugged laptop running CentOS 5?
We're looking for a laptop to run in a 10,000', cold, occasionally wet environment, and it needs to run CentOS 5. Perhaps something like the Dell Latitude E6400 ATG? There's a reference to a minor trackball bug for the 6400 under CentOS 5 (http://bugs.centos.org/view.php?id=4192) but otherwise it sounds like the x86_64 version should run on it. Ideally the system would use a SSD too.
1998 Apr 21
0
Samba File Corruption
Has anyone seen file-corruption by Samba when files are copied to an NT 4.0 machine? We've been getting quite a few of those lately with larger (>5MB) binary files. It seems like only the last few bytes (50 or so?) are corrupted. (The file size seem OK.) Samba Host: IRIX64 version 6.2 Samba Version: 1.9.17p2 Clients: NT 4.0 (with or without SP/3) P266 and P333 Seems to happen only on
1998 Oct 13
0
Possibe Autocad R13 Fix found
I think I have a possible fix to the severe performance issues with using Autocad R13 on Samba file Servers. Performance usually ranges in the 12-40K/s range (according to NT Performance Monitor). This equals roughly a 1 minute wait to load a 600K drawing into Autocad, even on very high performance systems. Strangely enough, Autocad is able to write the file, VERY fast to the samba server, on
2001 Dec 21
0
smbd memoy leak (Samba 2.2.2)
Hi there, being new to this list I decided to first search the archives and downloaded the entire tarball to search for any clues to my predicament. While there were lots of similar problems, not one of the solutions has worked for me. I'm currently running Samba 2.2.2 (configured with PAM and smbmount only) and compiled and running on a RedHat 7.2 server (upgraded from RH 7.1) with a custom
2004 Aug 06
0
Mount point switch
>>This post is from offlist, please cc me in any reply. I am writing a web system for running our college radio station and I need a way of changing what source a clients hears. We have a radio station that people broadcast live from and script that is playing random mp3s out of our library. These are sources that are broadcasting from /live and /jukebox. When someone is broadcasting from
2002 Jan 09
1
performance considerations
greets . . . i'm setting up a linux system on a little toshiba libretto -- p-166, 64 megs, plenty of disk space, though -- and i'm wondering as to the performance effects were i to apply ext3. i presume that keeping the journal consumes some finite amount of resources; what i don't know is whether this is repaid or more than repaid in some other way. advice? -- dep There is
1999 Jan 06
2
access to printers
I have a closed network (no outside access) with a small user base (less than 20), with no other network connections) running Samba 1.9.18p10 on Solaris 2.4. Problem: Some users utilize the workstations on the network as stand alone systems. They need access to printers, but I don't want to create an account just for this purpose. I would like to provide access to the printers without