Displaying 9 results from an estimated 9 matches for "sjf".
Did you mean:
sf
2008 Mar 20
1
Cointegration no constant
Hi,
I am trying to estimate a VECM without constant using the following code:
data(finland)
sjf <- finland
sjf.reg<-ca.jo(sjf, type = c("eigen"), ecdet = c("none"), K = 2,spec=c("transitory"), season = NULL, dumvar = NULL)
cajools(sjf.reg)
While the cointegration test does not use a constant, it is used in the cajools which I do not want. I am sure I am d...
2005 Feb 25
1
summary method in URCA package doesn't work
...he "urca" package.
How do I force it use the "summary" method of the "urca" package?
I'm sure this is in some documentation somewhere, but
after (admittedly quickly) scanning several docs, I've not
found any help on this.
Thank you.
data(finland)
sjf <- finland
sjf.vecm <- ca.jo(sjf, constant=FALSE, type="eigen", K=2,
spec="longrun", season=4, ctable="A2")
summary(sjf.vecm)
[[alternative HTML version deleted]]
2008 Apr 03
1
Omission in sshd_config man page
..., PermitRootLogin, RhostsRSAAuthentication, RSAAuthentication, X11DisplayOffset, X11Forwarding, and X11UseLocalHost.
>From recent testing in setting up a chroot'd SFTP-only environment (thank you for that!), the following is also permissible:
ChrootDirectory.
I hope this helps.
--
Peter SJF Bance
http://www.minstrel.org.uk/
2007 Jul 28
3
chroot'd SFTP
...tp://marc.info/?l=openssh-unix-dev&m=116043792120525&w=2
# useradd -d /data/p0rn -m share
/etc/ssh/sshd_config:
Match user share
X11Forwarding no
AllowTCPForwarding no
ForceCommand /usr/libexec/sftp-server -C %d
pkill sshd; /usr/sbin/sshd
and done :)
On 7/28/07, Peter SJF Bance <Minstrel at minstrel.org.uk> wrote:
> Hi,
>
> I noticed your post at:
>
> http://www.gossamer-threads.com/lists/openssh/dev/40355
>
> I don't subscribe to the list, so can't reply there, but this may help:
>
> http://www.minstrel.org.uk/papers/sftp/
&...
2003 Feb 22
2
Webmin Shorewall Patch
My description of the incorrect use of the term ''SNAT'' on the Static NAT
Webmin page was apparently misunderstood. Attached is a patch against the
Webmin-1.070 Shorewall module that corrects this problem and also adds the
''DNAT-'' action for rules.
To apply the patch, you will need the ''patch'' utility:
cd <webmin shorewall directory - on
2007 Jul 13
3
username list?
Where/how in CentOS can I get a nice list of all the usernames on the
system?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20070712/3bd17215/attachment.html>
2007 Sep 05
0
Render :action for moved templates
...this? Or some way to have the templates for each
action listed external to the action definition?
The documentation doesn''t describe what "render :action" does very
well. Just "renders the template for the action", which is something
of a circular definition.
Thanks,
sjf
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send...
2005 Oct 15
6
FW: Some queueing disciplines that I wrote.
...and
by simulation that no class of jobs are worse off when the the job sizes
are heavy tailed (as they are in internet traffic).
In reality, SRPT would be difficult in a queuing discipline, because we
dont know the length of each job, we only know the size of a job so far.
But Shortest Job First (SJF) has been shown to be a sufficiently good
approximation to SRPT, to enjoy the same benefits over Processor Sharing
that SRPT does. [49] shows that shortest job first gives near optimal
response time regardless of which group of flows we care to observe.
For example, Shortest Job First gives as good...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking