Displaying 7 results from an estimated 7 matches for "farhad".
Did you mean:
farhan
2007 Sep 11
1
Mongrel instance dies unexpectedly, but cleanly....
...it received a TERM
signal. The instance does die cleanly, removing its pid file. But I didn''t
give it a TERM signal, and I don''t think I''m running any services that would
do so.
My searches haven''t been very fruitful. Any ideas would be appreciated.
Thanks
Farhad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20070911/82052ed2/attachment.html
2005 May 16
11
H323 to SIP
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 2593 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20050516/734618ce/attachment.jpeg
2007 Sep 12
1
Mongrel instance dies unexpectedly, but cleanly...
> You''re running on a shared server and when you startup the second
> mongrel more than likely the VPS system is sending the second Mongrel
> a kill signal because you''ve gone over your resource allocation.
>
> ~Wayne
Thanks - are there other resources that would be contentious other than
memory? I believe I had about 60Meg still available (even w/ 2 mongrels
2007 Sep 13
2
: Re: Mongrel hangs, consumes all CPU on shutdown
> We see this on all of our Mac''s here as well. We''ve tried it with
> different versions of Ruby (1.8.4, 1.8.5, and 18.6), and the problem
> happens with all of them.
>
We run macs w/ compiled adaptors on local mysql instances and there are no
issues.
F
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Jun 15
1
lme, spline
Dear All,
I have a problem running this program on R. Z is a matrix of spline which is random
> fit<-lme(anc~X,random=pdIdent(~Z))
Error in getGroups.data.frame(dataMix, groups) :
Invalid formula for groups
What I have done wrong?
2010 Jun 15
0
lme, spline (revised question)
Dear All,
I revise my question about the problem I have.
Take a look at the article
http://www.jstatsoft.org/v09/i01
and download the attached code.
try to run one of the codes for example section 2.1 in R
here is the code
fossil <- read.table("fossil.dat",header=T)
x <- fossil$age
y <- 100000*fossil$strontium.ratio
knots <- seq(94,121,length=25)
n <- length(x)
X <-
2018 Jun 01
1
Is this the best method to keep audio quality when converting MP3 to opus?
Hello, I have a large collection of audio files contains music in mp3
format, due to need to free space of hard disk, I need to reduce their
size.
It seems opus is the best format for this purpose, in order to have the
quality of original mp3 files, currently I use ffmpeg command to
convert them to FLAC and then use opusenc, the official opus encoder,
to convert FLAC files to opus.
By using one