Displaying 5 results from an estimated 5 matches for "codl".
Did you mean:
code
2013 May 26
10
[Bug 1990] sftp segfaults when tab-completing a directory which contains umlauts
https://bugzilla.mindrot.org/show_bug.cgi?id=1990
Corentin Delcourt <codl at codl.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |codl at codl.fr
--- Comment #8 from Corentin Delcourt <codl at codl.fr> ---
Note that...
2018 Mar 14
3
Tinc blocking on DNS requests?
Hello list, I have a bug to report
I have a tinc network of hosts composed of two hosts on a network, let's call them A and B, and a number of remote hosts over the internet, that I'll collectively call C. A and B both ConnectTo each other and to C
The config files for C refer to them by DNS hostname, while A and B have plain IP addresses. This will be relevant
When A and B are cut off
2010 Jun 10
1
nls model fitting errors
...am I failing to understand here?
The script below works fine if the dataset being used is
DNase1 <- DNase[ DNase$Run == 1, ] per the example given in
help(nlrob).
Obviously, I am trying to understand how to use nls and nlrob to fit
curves to data using R.
#package=DAAG
attach(codling)
plot(pobs~dose)
#next command returns 'step factor reduced below min factor error'
m.nls <- nls( pobs ~ a/(1 + exp(( b - log(dose) )/c ) ),
data = codling,
start = list( a = 3, b = 0, c = 1 ),
trace = TRUE )
s<-seq(min(p...
2018 Mar 15
0
Tinc blocking on DNS requests?
On Wed, Mar 14, 2018 at 03:45:50PM +0100, codl wrote:
> I have a tinc network of hosts composed of two hosts on a network, let's call them A and B, and a number of remote hosts over the internet, that I'll collectively call C. A and B both ConnectTo each other and to C
>
> The config files for C refer to them by DNS hostname,...
2008 May 29
7
Error: Mongrel timed out this thread: too many open files
I just switched to Mongrel, and it''s been working much better than my
previous lighttpd/fastcgi setup. So thanks for the awesomeness.
My current problem: once or twice an hour, I get following error in
production
Mongrel timed out this thread: too many open files
I never get it in testing or on our staging server. Any ideas what would
cause that? It doesn''t *appear*