Displaying 7 results from an estimated 7 matches for "ngps".
Did you mean:
gps
2004 Aug 26
2
ipfw core dump
...cross this:
pid 11415 (ipfw), uid 0: exited on signal 11 (core dumped)
The core dump landed in root's home directory in one of my jails.
Has anyone seen this before? Should I be concerned? chkrootkit says
nothing. (How trustworthy is its output? ;-)
Thanks. Cheers.
--
Ng Pheng Siong <ngps@netmemetic.com>
http://firewall.rulemaker.net -+- Cisco PIX & Netscreen Config Version Control
http://sandbox.rulemaker.net/ngps -+- M2Crypto, ZServerSSL for Zope, Blog
2003 Jul 10
2
jail performance questions
I'm thinking of using jails to improve security on a server
I am setting up. Specifically, I would like to put Apache/PHP
in a jail, but I might like to set up 2-3 different jails for
different purposes.
I've found several examples showing how to set the jails up.
My questions involve system requirements. Assuming plenty of
disk space, 1GB ram and a dual processor PIII 1.13Ghz
2012 Oct 30
0
ensembleBMA pit function warnings
...
Hope that you could find some time to take a
look here.
Thank you
Anna
> library(ensembleBMA)
Loading required package: chron
> example(MAE)
MAE> data(ensBMAtest)
MAE> ensMemNames <- c("gfs","cmcg","eta","gasp","jma","ngps","tcwb","ukmo")
MAE> obs <- paste("T2","obs", sep = ".")
MAE> ens <- paste("T2", ensMemNames, sep = ".")
MAE> tempTestData <- ensembleData( forecasts = ensBMAtest[,ens],
MAE+ ...
2004 Mar 17
2
FreeBSD-SA-04:05.openssl question
Hello there.
The FreeBSD-SA-04:05.openssl Security Advisory announced a
"null-pointer assignment during SSL handshake" DoS vulnerability.
However, the OpenSSH Security Advisory of 17 March 2004 announced the
same vulnerability with one more vulnerability. Look at
http://www.openssl.org/news/secadv_20040317.txt
Isn't FreeBSD vulnerable to the second "Out-of-bounds read affects
2012 Jul 12
0
I: ensembleBMA pit function warnings
...below, when I type the example(pit).
Any suggestion on how to resolve it?
> library(ensembleBMA)
Loading required package: chron
> example(pit)
pit> data(ensBMAtest)
pit> ensMemNames <- c("gfs","cmcg","eta","gasp","jma","ngps","tcwb","ukmo")
pit> obs <- paste("T2","obs", sep = ".")
pit> ens <- paste("T2", ensMemNames, sep = ".")
pit> tempTestData <- ensembleData( forecasts = ensBMAtest[,ens],
pit+ ...
2003 Sep 16
9
OpenSSH heads-up
OK, an official OpenSSH advisory was released, see here:
<URL: http://www.mindrot.org/pipermail/openssh-unix-announce/2003-September/000063.html >
The fix is currently in FreeBSD -CURRENT and -STABLE. It will be
applied to the security branches as well today. Attached are patches:
buffer46.patch -- For FreeBSD 4.6-RELEASE and later
buffer45.patch -- For FreeBSD 4.5-RELEASE and
2003 Jul 12
5
jails, ipfilter & stunnel
I'm setting up a server where I plan to use Jails to improve security
I also have installed and am configuring ipfilter. Here are my
questions:
Because I'm using Jails, I will have to have multiple ip aliases on the
network interface. I will use ipfilter to specify what can go to each
of the addresses. (e.g., allow only incoming to port 80 on the jail
running apache).
Another