Displaying 20 results from an estimated 10000 matches similar to: "linux server freezes on large file transfers"
2004 Oct 11
1
Linux freezes on large file transfers
I am running MD 10 (Community) as a file server on a Shuttle SB61G2. This
setup worked very well under Mandrake 9.2 however, everytime I try to copy
files larger than say <550 ~650MB using MD 10, my linux box freezes and must
be rebooted. I can FTP the same file(s) perfectly fine to other PC 's on my
home net. Small volumes of files work fine as well as ISO images, the box
seems to
2005 Aug 12
1
Small Form Factory Machine
Chris Gamble wrote:
>>I have 2 TDM04b cards currently running in an asterisk at home box that I am ready to replace with the CVS version of asterisk. What I am looking for is >thoughts / recommendations. I want to move this to a small form factor ( shuttle ) machine and was wandering what expeience / advice there was for this? I have seen the incompatible motherboard list at digium ( and
2007 Dec 06
1
Delete files using no recursion
Hi all,
I'm running rsync (2.6.2) this way (which do not remove files from the
destination side which were removed from the sending side):
rsync -vbu --backup-dir=/bkp --stats /dir1/*.fle /dir2
I want to sync all .fle files from dir1 to the dir2 and also remove
files from the destination which were removed from the sending side,
using no recursion. Already tried this:
2009 May 31
1
Bug in truncgof package?
Dear R-helpers,
I was testing the truncgof CRAN package, found something that looked
like a bug, and did my job: contacted the maintainer. But he did not
reply, so I am resending my query here.
I installed package truncgof and run the example for function ad.test. I
got the following output:
set.seed(123)
treshold <- 10
xc <- rlnorm(100, 2, 2) # complete sample
xt <- xc[xc >=
2012 Jun 03
0
Bug in truncgof package?
Dear Carlos, Duncan and everyone
You may have already sorted the matter by now, but since I have not seen
anything posted since Duncan's reply, here I go. I apologize in advance
for the spam, if it turns out I've missed some post.
I think the test and the implementation of the truncgof package are just
fine. I've done Carlos' experiment (repeatedly generating samples and
testing
2005 Aug 12
3
PC for 8 line system
I have 2 TDM04b cards currently running in an asterisk at home box that I am ready to replace with the CVS version of asterisk. What I am looking for is thoughts / recommendations. I want to move this to a small form factor ( shuttle ) machine and was wandering what expeience / advice there was for this? I have seen the incompatible motherboard list at digium ( and in fact I think my current
2004 Jun 04
1
rpart
Hello everyone,
I'm a newbie to R and to CART so I hope my questions don't seem too stupid.
1.)
My first question concerns the rpart() method. Which method does rpart use in
order to get the best split - entropy impurity, Bayes error (min. error) or Gini
index? Is there a way to make it use the entropy impurity?
The second and third question concern the output of the printcp() function.
2005 Aug 08
1
vector vs array
Hi!
OK, I'm trying to select some "useful outliers" from
my dataset: I defined 11 "treshold" values (1 for each
level of a variable (sampling site) as follows:
tresholds<-function(x)
{
tapply(x,mm$NAME,FUN=mean ,simplify = T, na.rm=T)->med
tapply(x,mm$NAME,FUN=sd ,simplify = T,
na.rm=T)->standev
standev+med
}
tresholds(mm$chl)
Now I'd like to select
2003 Jun 12
1
mkstemp permission denied
We are using rsync to push DNS records from one machine (running rsync
2.5.6 as a client process on Debian woody) to a collocation server (
running rsync 2.5.6 as a daemon on RedHat 7.3). To test this process we
are using a script that pushes one file from the Debian box to the
collocation server. It appears that a file transfers, but upon checking there is
no file transfer and an error in the
2004 Apr 20
2
polygon
Dear all
In order to clearly mark values wich are larger than a treshold value, I
would like to color the surface below the line given by plot (yy~xx). To
color is only the surface between abline (treshold) and yy if they are
larger than the specific limit. I guess I can use the function polygon,
but I can not find any valuable solution.
I'm grateful to you for an advice or an example.
2016 Apr 05
0
Problem with <= (less than or equal): not giving the expected result
You could use something like this
x <- abs(0.95 - 1)
treshold <- 0.05
x < treshold | abs(x - treshold) < 1e-6
ir. Thierry Onkelinx
Instituut voor natuur- en bosonderzoek / Research Institute for Nature and
Forest
team Biometrie & Kwaliteitszorg / team Biometrics & Quality Assurance
Kliniekstraat 25
1070 Anderlecht
Belgium
To call in the statistician after the experiment is
2005 Mar 11
3
Droping calls
Guys, this is weird.. Today I started having some problems with calls been
dropped. Im suing X100p cards (clones) and I have this setting on my zatala
fle:
[channels]
language=sp
signalling=fxs_ks
usecallerid=yes
cidsignalling=bell
cidstart=ring
hidecallerid=no
callwaiting=yes
usecallingpres=yes
;sendcalleridafter=1
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
canpark=yes
2004 Feb 26
3
my own function given to lapply
Hi
It seems, I just miss something. I defined
treshold <- function(pred) {
if (pred < 0.5) pred <- 0 else pred <- 1
return(pred)
}
and want to use apply it on a vector
sapply(mylist[,,3],threshold)
but I get:
Error in match.fun(FUN) : Object "threshold" not found
thanks for help
cheers
chris
--
Christoph Lehmann <christoph.lehmann at gmx.ch>
2020 Jan 10
0
Unable to authenticate on Dovecot - auth-userdb issue?
Uncommented the section on userdb that was commented because it was throwing errors. It?s still throwing an error. Specifically this one:
Jan 10 15:42:37 shuttle postfix/smtpd[21046]: connect from pvr[192.168.1.103]
Jan 10 15:42:47 shuttle postfix/smtpd[21046]: fatal: no SASL authentication mechanisms
Jan 10 15:42:48 shuttle postfix/master[18850]: warning: process /usr/libexec/postfix/smtpd pid
2020 Jan 03
2
Unable to authenticate on Dovecot - auth-userdb issue?
Some general information:
Mageia Linux 5.4.6-desktop-2.mga7
2.3.7.2 (3c910f64b)
postfix + dovecot + mysql
192.168.1.105 (shuttle) the email server machine
192.168.1.103 (pvr) the mail client machine
I am unable to authenticate to send email. I've looked at postfix but I can't get past dovecot's authentication. Here is what I'm seeing in logs:
Jan 02 18:46:47 shuttle
2016 Apr 05
1
Problem with <= (less than or equal): not giving the expected result
Thanks!
On 05 Apr 2016, at 16:07, Thierry Onkelinx <thierry.onkelinx at inbo.be<mailto:thierry.onkelinx at inbo.be>> wrote:
You could use something like this
x <- abs(0.95 - 1)
treshold <- 0.05
x < treshold | abs(x - treshold) < 1e-6
ir. Thierry Onkelinx
Instituut voor natuur- en bosonderzoek / Research Institute for Nature and Forest
team Biometrie &
2017 Sep 24
2
predict y tree
Gracias Carlos miraré el fix y en su defecto intentaré mandar un mensaje
al autor. De todas las maneras espero que alguien lo pruebe en windows 10
Saludos,
Juan
El 24/09/2017 a las 20:32, Carlos Ortega escribió:
> Hola Juan Antonio,
>
> Acabo de instalar "tree" en Mac OSX y no aparece este error...
>
> > shuttle1 <- shuttle[254:256, ] # 3 missing cases
>
2001 Feb 19
1
means by column after split
Colleagues
----------------------------------
System info:
R version rw1020 on NT
ESS using emacs ver. 20.4
----------------------------------
I need to get the means for each column of a dataframe in the list
created by splitting a data frame. At present, I am getting the mean of all
columns in aggregate.
The structure of the unsplit data is:
> shuttle.tr1[1:10,]
juliandate
2010 Jan 18
1
How to play the voicemail recorded?
Hi,all
i want to hear the voicemail recorded, but when hear "if you want to
play message , press 3", after i press 3
i only hear that that's the time the file recorded. not the content.
do you know how to hear content of voicemail fle?
debug message:
== Parsing '/var/spool/asterisk/voicemail/95040654321/3/INBOX/msg0001.txt':
Found
-- <SIP/1003-00000058>
2010 Apr 03
1
encoding
hello i have copied some sites from another server to cent os but i have
faced with that non latin chars in sites seems like -> " ? "
firstly i think it is an sql problem or encoding but i see that
file manager see file names like :
VBULLET?N4
r?tbe
and i decide to create a folder with the same non latin char ?
??????iii???????
it worked
so how could i repair this copied fle names