Displaying 20 results from an estimated 400 matches similar to: "Is is possible to do "shorewall reject 1.1.1.1 tcp 25""
2010 Dec 09
4
String to array
Hello,
how convert x in xarray (numbers)?
> x
[1] "0 - 13"
> y
[1] "11 - 23"
> z
[1] "220 - 9"
> xarray
[1] 0 13
> yarray
[1] 11 23
> zarray
[1] 220 9
Thanks,
RMB
2011 Apr 12
2
Model formula for ols function (rms package)
Dear R help,
I'm having some trouble with model formulas for the ols function in
the rms package. I want to have two variables represented as
restricted cubic splines, and also include an interaction as a product
of linear terms, but I get an error message.
library(rms)
d <- data.frame(x1 = rnorm(50), x2 = rnorm(50), y = rnorm(50))
ols(y ~ rcs(x1,3) + rcs(x2,3) + x1*x2, data=d)
Error in
2007 May 04
3
Error in if (!length(fname) || !any(fname == zname)) { :
Dear R users,
I tried to fit a cox proportional hazard model to get estimation of stratified survival probability. my R code is as follows:
cph(Surv(time.sur, status.sur)~ strat(colon[,13])+colon[,18] +colon[,20]+colon[,9], surv=TRUE)
Error in if (!length(fname) || !any(fname == zname)) { :
missing value where TRUE/FALSE needed
Here colon[,13] is the one that I want to stratify and the
2004 Nov 27
16
bridge and dynamically adding hosts to zones
Hi,
I''ve set up a bridge which connects two parts of the same subnet with
each other.
I''ve set up everything as described in the Documentation and it works
very nicely.
However: I have a problem with adding hosts to zones dynamically.
The zone I want to add hosts to is called ''work''.
Since only the bridge br0 is defined in /etc/shorewall/interfaces
2004 Dec 05
13
Adding dynamically more than one host at once?
Hi,
it seems not to be possible to add more than one host at once to a zone.
So
shorewall add br0:eth0:192.168.2.10,eth0:192.168.2.11 work
fails, since "br0:eth0:192.168.2.10,eth0" is interpreted as one interface.
--snip --
iptables v1.2.9: interface name `eth0:192.168.2.10,eth0'' must be shorter
than IFNAMSIZ (15)
Try `iptables -h'' or ''iptables
2008 Jun 17
1
interp() function output not continue
Dear List,
I'm using interp() to prepare 3d data for plotting with the contour() function.
If have x,y and z data. All are arrays. X and Y are sampled in an orderly fashion on a grid (a circular sub-area of a grid - see plot). I'm trying to use interp() to get x and y arrays and a z matrix that can be fed to contour().
This is the command:
2005 Jun 20
18
Address range not being blocked
Ihave the following line in the rules list:
.
2001 Feb 10
1
match.call() and do.call()
hi all -
i have a function that needs to call glm() with a weights argument that
includes a variable whose name comes from the caller. so instead of:
fit <- glm(formula, poisson(), data, weights = 1-z, ...),
i do something like this:
fit <- do.call("glm", list(formula=formula, family=poisson(),
data=data, weights = call("-", 1, as.name(zname)), ...))
2004 Jan 12
14
Shorewall FAQ Wiki Online, nearly complete...
Hello,
Mike Noyes and myself have populated http://wiki.rettc.com with the
shorewall FAQ.
This wiki is running MediaWiki, http://www.mediawiki.org.
Currently, a couple items are not complete.
I have just begun a heavy semester of mathematics/physics studies, and
do not have much time to give to this.
But, it is online, and seems to be stable. I will keep an eye out for
abuse, and limit
2004 Jan 18
4
FAQ Wiki
It has been asserted that the use of CVS for maintaining the Shorewall
documentation has been a barrier to community participation. To test this
theory, Alex Martin has created a Wiki
(http://wiki.rettc.com/wiki.phtml?title=Wiki_Shorewall_FAQ) and with
the help of Mike Noyes Alex has populated the Wiki with the Shorewall FAQ.
Feedback is welcome.
-Tom
--
Tom Eastep \ Nothing is foolproof to a
2004 Jan 02
2
Media Wiki Running
Hello,
I have a naked mediawiki running, from
http://wikipedia.sourceforge.net/
The wiki is here:
http://wiki.rettc.com
Let me know what you think, and if it will be suitable for populating
with FAQ stuffs.
Alex
http://www.rettc.com
2019 Sep 06
3
Unable to set attributes in a samba share (error 0x00000005)
Hi,
I've set a share using samba, connected it to my Active Directory, and
now I'm having problems when I copy files into this share.
To setup the AD connection I've followed
https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Domain_Member,
and installed it into my Debian 9 install using APT, after
https://wiki.samba.org/index.php/Distribution-specific_Package_Installation.
With
2005 Jan 13
6
Shorewall Web Site mirrored in Italy
Lorenzo Martignoni at Univesita` degli Studi di Milano in Milan has
established a mirror of the Shorewall web site.
http://italy.shorewall.net
http://cert-it.dico.unimi.it/shorewall
Thanks Lorenzo!
-Tom
--
Tom Eastep \ Nothing is foolproof to a sufficiently talented fool
Shoreline, \ http://shorewall.net
Washington USA \ teastep@shorewall.net
PGP Public Key \
2007 Mar 14
2
ols Error : missing value where TRUE/FALSE needed
I have installed Hmisc and Design. When I use ols, I get the
following error message:
Error in if (!length(fname) || !any(fname == zname)) { :
missing value where TRUE/FALSE needed
The model that I am running is:
> ecools <- ols(eco$exp ~ eco$age + eco$own + eco$inc + inc2, x=TRUE)
I have tried several other combinations of arguments that take TRUE/
FALSE values, but no luck.
2011 Mar 28
1
error in nls, step factor reduced below minFactor
Hello,
I've seen various threads on people reporting:
step factor 0.000488281 reduced below `minFactor' of 0.000976563
While I know how to set the minFactor, what I'd like to have happen is for nls to return to me, the last or closest fitted parameters before it errors out. In other words, so I don't get convergence, I'd still like to acquire the values of the parameters
2004 Oct 12
12
RFC: Shorewall wiki is going down!
Hello,
In reference to http://wiki.rettc.com/wiki.phtml?title=Wiki_Shorewall_FAQ ;
Well, after a lot of emails I setup a wiki for shorewall, etc.
It has proved to be completely useless. I have noticed one slight distro
specific example added, a couple typo additions and fixes, otherwise,
all contributions have been in excess (Tom...), or in malign.
For my uses it has proven of little use as
2005 Apr 03
6
v1.2/DNAT
Some probably wish v1.2.12-2 out of Debian Woody would just go away, but it''s
what I''m using and really don''t wish to upgrade at this time (but will
eventually). My needs are rather simple and I''m sure it can handle the job.
I''ve read and re-read the FAQs and searched extensively for docs on what my
problem might be, but just cannot put my finger
2009 Sep 04
2
lrm in Design package--missing value where TRUE/FALSE needed
Hi,
A error message arose while I was trying to fit a ordinal model with lrm() I am using R 2.8 with Design package.
Here is a small set of mydata:
RC RS Sex CovA CovB CovC CovD CovE
2 1 0 1 1 0 -0.005575280 2
2 1 0 1 0 1 -0.001959580 2
3 0 0 0 1 0 -0.004725880 2
0 0 0 1 0 0 -0.005504850 2
2 1 1 0 0 0 -0.003880170 1
2 1 0 0 1 0 -0.006074230 2
2 1 0 0 1 1 -0.003963920 2
2 1 0 0 1 0
2001 Apr 19
1
Win2K registry not loading correctly
Hi,
I've noticed that my Win2K registry just won't load correctly. In Win2K
regedit nothing shows up at all - not even home registry values - and in
Win98 regedit (running in my w2k configured wine) only few values show
up, I believe those are my home registry values. Here's the relevant
stuff from config, built with winesetup:
[Drive H]
"Path" = "/mnt/winnt"
2004 Dec 05
2
host list in /etc/shorewall/hosts: interface ignored
Hi,
the new function ''shorewall show zones'' in 2.2.0-Beta showed a thing
which is (in my view) either abug or not documented.
If I have a line in /etc/shorewall/hosts which reads
work br0:eth0:192.168.2.10,192.168.2.11,192.168.2.12
then "show zones" has the output
work
br0:eth0:192.168.2.10
br0:192.168.2.11
br0:192.168.2.12
That is, the