similar to: Hang ZFS due to asyncronous delete?

Displaying 20 results from an estimated 1400 matches similar to: "Hang ZFS due to asyncronous delete?"

2005 Apr 13
1
Asyncronous Connection.
Hi folks, I need to develop asyncronous connection just like in DVB Satellite One Way Service, in my network. Incoming traffic and Outgoing traffic flowing through different link and interface. Here i describe you more, Existing system: [ Router A ] eth0 : 192.168.0.1 | | | | eth0 : 192.168.0.2 [ Router B ] Router A and Router B on the same
2010 Jul 02
14
NexentaStor 3.0.3 vs OpenSolaris - Patches more up to date?
I see in NexentaStor''s announcement of Community Edition 3.0.3 they mention some backported patches in this release. Aside from their management features / UI what is the core OS difference if we move to Nexenta from OpenSolaris b134? These DeDup bugs are my main frustration - if a staff member does a rm * in a directory with dedup you can take down the whole storage server - all with
2009 May 12
0
FW: neural network not using all observations
As a follow-up to my email below: The input data frame to nnet() has dimensions: > dim(coreaff.trn.nn) [1] 5088 8 And the predictions from the neural network (35 records are dropped - see email below for more details) has dimensions: > pred <- predict(coreaff.nn1) > dim(pred) [1] 5053 1 So, the following line of R code does not work as the dimensions are
2009 May 12
0
How do I extract the scoring equations for neural networks and support vector machines?
Sorry for these multiple postings. I solved the problem using na.omit() to drop records with missing values for the time being. I will worry about imputation, etc. later. I calculated the sum of squared errors for 3 models, linear regression, neural networks, and support vector machines. This is the first run. Without doing any parameter tuning on the SVM or playing around with the number of
2009 Apr 17
2
Disaster recovery option for file server
Greetings - I have not been a long time follower of this list, but I have scanned through the last year or so of archives, after not finding much from google searches. I am hoping someone here can inform me if what I want to do is feasible, and give me some general guidance to follow so that I can continue my research and complete this task. I admin a RH3 system that is primarily a Samba
2009 May 12
0
neural network not using all observations
I am exploring neural networks (adding non-linearities) to see if I can get more predictive power than a linear regression model I built. I am using the function nnet and following the example of Venables and Ripley, in Modern Applied Statistics with S, on pages 246 to 249. I have standardized variables (z-scores) such as assets, age and tenure. I have other variables that are binary (0 or 1). In
2010 May 28
1
Data frame manipulation
Hello All, Please consider the following: TotEmp<-c(19,6,1,1,8,44,2,33,48,1) ClusterType<-c("AGF","CNS","OSV","RTL","RTL","TRN","REL","ACC_CLUST","RTL","WHL") Taz<-c(0,0,0,100,100,100,101,101,102,103)
2011 Jun 22
1
Appending to list
So im here now b/c im incredibly frustrated. Please consider the following: #Try 1 Data_<-list() Sn<-1:12 for(sn in Sn){ for(i in 1:10){ Data.X <- rnorm(100,0,10) Data_[[paste(sn,i,sep="-")]]<-Data.X } } ##Try 2 Data_<-list() Sn<-1:12 for(sn in Sn){ for(i in 1:10){ Data.X <- rnorm(100,0,10) Data_[[sn]][[i]]<-Data.X } } In Try 1 i am able to append
2005 Jan 25
2
SIP UDP ports on firewal to open
I notice most things say to open ports 10000-20000 for UDP for SIP, however from time to time this range isn't where Asterisk is opening the ports: We're at xxx.xxx.xxx.xxx port 8542 Answering with capability 0x2(GSM) Answering with capability 0x4(ULAW) Answering with capability 0x8(ALAW) This call has no audio, presumably because port 8542 is firewalled in the iptables on the server.
2010 Jan 25
3
Issue using tapply
Hello all, I am trying to use the tapply function to sum some values and change the column names of the resulting vector. I input Emp Et 1 10565 ACC 2 7515 ADM 3 625 AGF 4 6243 CNS 5 12721 EDU 6 3924 FIN 7 18140 HLH 8 3686 INF 9 15841 MFG 10 243 MIN 11 1864 MNG 12 4664 OSV 13 5496 PRF 14 4988 PUB 15 2166 REC 16 2153 REL 17 16082 RTL 18 3582 TRN 19 757 UTL 20
2003 Apr 15
2
Integrating cell phone into Asterisk Extension..
I'd like to integrate a few peoples cell phones into our asterisk system as we're walking around a data center some days and carrying another cordless phone just doesn't seem to make sense. Forwarding is easy, however once forwarded I want to be able to flash and transfer back to another party / voice mail / etc. How can this be done? As far as I know there's no way to generate
2003 Apr 25
2
Zhone + Digium T1 bug (?)
We were just testing forwarding one of our numbers to a VoIP CLEC and ran into an issue that we've seen before but never figured out the cause of. It seems if you call us and immediately hang up - or if the call is forwarded by Verizon (which stills rings about ? of one time) the Zhone detects the ring and answers the call.. The Zhone however DOESN"T detect that it's no longer
2005 Mar 23
2
Permission problems writing to Share from SQL Agent
Hello: I have a client that is using MS SQL Server in a Windows 2003 server. They have a Linux machine (Fedora Core 3) that is acting as a file server using Samba. We want to write backups from the SQL Agent for SQL Server to one of the shares on the Samba server. If I set the share to allow guest access, the SQL Agent can write the backups just fine using \\Shares\SQLBackups\pubs.bak but, if
2003 Apr 25
1
MeetMe over IAX2 Test
We want to test capacity of our MeetMe room. The thing that is distinct about this is that the incoming line is being delivered IAX2 to our server across the net - so Telephone -> VoIP Gateway -> MeetMe. We want to test both the VoIP Gateway and the MeetMe room performance. You can reach our MeetMe room directly at 1-301-561-9229 If you want to test with us we're thinking maybe 9pm
2007 Oct 02
3
estimating nightly diffs
Hey all, Any suggestions on how to estimate how much data rsync would synchronize on average in a given installation? Assume that a full rsync has already run and the only data being updated is just the daily diffs. Thanks, noam Noam Birnbaum http://maccentricsolutions.com/ 877.luv.macs x89 ð Apple Certified Technical Coordinator ð Apple Certified Help Desk Specialist --------------
2005 Jul 13
1
read.table
Hi, I have a question on read.table. I have a dataset with 273,000 lines and 195 columns. I used the read.table to load the data into R: trn<-read.table('train1.dat', header=F, sep='|', na.strings='.') I found it takes forever. then I run 1/10 of the data (test) using read.table again. And this time it finished quickly. So, there might be something wrong in my data
2000 May 04
0
Browsing issues NT WS 4.0 and Samba
Hi Guys/Girls, I have recently been trying to implement samba into our environment here as a replacement for ftp clients. What I am finding is that windows explorer (NT W/S 4.0) will not list all the files in the directory or in fact all the sub directories either. It is quite unusual, one of the shares we have contains two directories sun and suntst. They are basically mirrors of each other (
2003 May 02
0
delta three account to Transfer to outside p hone number.
I'm guessing you aren't on a digital line (i.e. POTS). If that's the case you'll have problems sometimes that the dial tone isn't there as fast as it dials. I forget the pause character (p? It seems like that was pulse not pause). I'd break this into 2 steps, answer and announce something - make sure you are answering fine. Step 2 - Dial via ZAP and hopefully then you
2008 Jul 05
1
Random Forest %var(y)
The verbose option gives a display like: > rf.500 <- + randomForest(new.x,trn.y,do.trace=20,ntree=100,nodesize=500, + importance=T) | Out-of-bag | Tree | MSE %Var(y) | 20 | 0.9279 100.84 | What is the meaning of %var(y)>100%? I expected that to correspond to a model that was worse than random, but the predictions seem much better than that on
2000 May 07
1
FW: Browsing issues NT WS 4.0 and Samba
> -----Original Message----- > From: Kurt Heinrich > Sent: Thursday, 4 May 2000 14:29 > To: 'samba@samba.org' > Subject: Browsing issues NT WS 4.0 and Samba > > Hi Guys/Girls, > > I have recently been trying to implement samba into our environment here > as a replacement for ftp clients. > > What I am finding is that windows explorer (NT W/S 4.0)