Displaying 20 results from an estimated 68 matches for "apf".
Did you mean:
ap
2006 Sep 21
4
CentOs 4.X and APF firewall issues
Hi,
We have 7 Dell 2850 servers with dual xeon 3 gig processors running the APF
firewall version 0.9.6 http://rfxnetworks.com/apf.php
They run fine for a day or two, then suddenly lock out all incoming
connections, other than the backend IP, sometimes restarting the firewall
resolves this, but occasionally we may have to leave it 10 mins or so before
restarting where it w...
2009 Sep 28
1
help with lda function
...)",
I get;
LD1
1 -2.3769280
2 -2.7049437
3 -3.4748309
4 -0.9599825
5 4.2293774
6 2.6052193
7 2.6820884
However, If I do it manually,
"rawdata<-matrix(scan("tab1_1.
>
> dat"),ncol=3,byrow=T)
> group <- rawdata[,1]
> X <- 100 * rawdata[,2:3]
> Apf <- X[group==1,]
> Af <- X[group==0,]
> xbar1 <- apply(Af, 2, mean)
> S1 <- var(Af)
> N1 <- dim(Af)[1]
> xbar2 <- apply(Apf, 2, mean)
> S2 <- var(Apf)
> N2 <- dim(Apf)[1]
> S<-((N1-1)*S1+(N2-1)*S2)/(N1+N2-2)
> Sinv=solve(S)
> d<-xbar1-xbar2...
2009 Sep 29
1
help with lda function from MASS package
...; 6 2.6052193
>> 7 2.6820884
>>
>> However, If I do it manually,
>>
>> "rawdata<-matrix(scan("tab1_1.
>>
>>>
>>> dat"),ncol=3,byrow=T)
>>> group <- rawdata[,1]
>>> X <- 100 * rawdata[,2:3]
>>> Apf <- X[group==1,]
>>> Af <- X[group==0,]
>>> xbar1 <- apply(Af, 2, mean)
>>> S1 <- var(Af)
>>> N1 <- dim(Af)[1]
>>> xbar2 <- apply(Apf, 2, mean)
>>> S2 <- var(Apf)
>>> N2 <- dim(Apf)[1]
>>> S<-((N1-1)*S...
2010 May 22
1
Default value for arguments of a definition
For example, I''m trying to define a function to setup the firewall
config
define fnConfig($pInterface,$pPorts) {
file { "/etc/apf/conf.apf":
content => template("apf.conf.erb"),
notify => Service["apf"],
}
}
However, if I don''t specify anything, I would like it to automatically
set $pInterface=''eth0'' and $pPorts=''22,80'' by default. If there...
2016 Jun 14
1
timestamp granularity
Apple File System Guide is released.
https://developer.apple.com/library/prerelease/content/documentation/FileManagement/Conceptual/APFS_Guide/GeneralCharacteristics/GeneralCharacteristics.html
>Nanosecond Timestamp Granularity
>
>APFS supports 1 nanosecond timestamp granularity, which improves
>upon the 1 second timestamp granularity of HFS+.
>Compatibility
>
>You can share APFS formatted volumes using the S...
2009 Dec 30
5
Find reason for heavy load
...n Indian IP range started hammering my SMTP
service, attempting to use it as an open relay. Naturally that didn't work
and only end up budging my typical 400KB daily log report into 2MB~4MB
affairs.
After observing a few days to determine the IP range, I started blocking the
Indian subnet with apf. Initially I had problems with getting apf to wok
properly but after a couple of days managed to get the block working and my
daily log went back down to expected size when all those connection attempts
disappear from exim's log.
Now this is when my server load started to shoot through the roo...
2005 Jan 30
1
Kernel 2.6.10
Hello,
now on my box I have Shorewall 2.0.7 who work fine but I want upgrade
kernel to version 2.6.10 + Grsecurity, somebody have any problem with
shorewall on this kernel?
I read on one site that on this kernel APF don`t want work, APF users
must change MONOKERN="0" to MONOKERN="1"!
Shorewall?
Thanks
Sorry if my english bad!
--
Best regards,
Ratko mailto:ratko@teol.net
2018 Feb 11
7
[Bug 13266] New: Writing of files to Apple's new "AP" controller model SSD's takes 4x longer.
...For the past few years this has taken roughly 8-10 minutes to transfer to SSD
models.
A few weeks ago this time suddenly jumped to over 40 minutes with no other
exchanges to hardware.
I've deeply troubleshooted this performance issue and found only one change has
occurred. Originally blaming APFS, i tested with both APFS and HFS read and
write sources. It occurred on both an iMac Pro and two MacBook Pros. macOS has
been forked for the iMac Pro and I considered that perhaps it's build (which my
admin OS was running) had a different SSD kext - however I tried both 10.13.3
17D47 and the i...
2010 Oct 25
1
[LLVMdev] sprintf -> snprintf conversion
...e the header
ARFile.write((char*)&Hdr, sizeof(Hdr));
Index: lib/Target/CBackend/CBackend.cpp
===================================================================
--- lib/Target/CBackend/CBackend.cpp (revision 117247)
+++ lib/Target/CBackend/CBackend.cpp (working copy)
@@ -746,7 +746,7 @@
APF.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, &ignored);
#if HAVE_PRINTF_A && ENABLE_CBE_PRINTF_A
char Buffer[100];
- sprintf(Buffer, "%a", APF.convertToDouble());
+ snprintf(Buffer, sizeof(Buffer), "%a", APF.convertToDouble());
if (!strncmp(Buf...
2006 Feb 13
11
ssh attack
Hi,
I get ssh connect attempts all the time, to my servers at home and at
work. I've noticed lately they come from a certain ip address, hitting
every 3 or 4 seconds, trying 50 or 100 different user names and
passwords. And I get these sweeps from 2 or 3 ip addresses a day. I
guess this is an automated attempt to guess a user/pass and break into a
system.
I tried to secure ssh better by
2006 Jan 31
2
Easy way to reject all incoming packets except from certain IPs?
Is there an easy way to reject all incoming packets except those that come
from certain IPs? I can't find any way via iptables or via the GUI provided
with CentOS (or another GUI for CentOS) without having to resort to
Shorewall. It's fine if the answer is "go with Shorewall". I just didn't
want to have to become a Shorewall expert for this really small task.
Any help/advice
2019 Apr 25
8
[Bug 13913] New: sync a folder with large amount of files
https://bugzilla.samba.org/show_bug.cgi?id=13913
Bug ID: 13913
Summary: sync a folder with large amount of files
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayne at opencoder.net
Reporter:
2017 Apr 21
2
[cfe-dev] FE_INEXACT being set for an exact conversion from float to unsigned long long
...be expanded for these value types, but the actual expansion is in target-independent code. This is what it looks like in the version I last fetched:
case ISD::FP_TO_UINT: {
SDValue True, False;
EVT VT = Node->getOperand(0).getValueType();
EVT NVT = Node->getValueType(0);
APFloat apf(DAG.EVTToAPFloatSemantics(VT),
APInt::getNullValue(VT.getSizeInBits()));
APInt x = APInt::getSignBit(NVT.getSizeInBits());
(void)apf.convertFromAPInt(x, false, APFloat::rmNearestTiesToEven);
Tmp1 = DAG.getConstantFP(apf, dl, VT);
Tmp2 = DAG.getSetCC(dl, getSe...
2017 May 11
3
FENV_ACCESS and floating point LibFunc calls
...chael is talking about is that in SelectionDAGLegalize::ExpandNode()
> we’re doing this:
>
>
>
> case ISD::FP_TO_UINT: {
>
> SDValue True, False;
>
> EVT VT = Node->getOperand(0).getValueType();
>
> EVT NVT = Node->getValueType(0);
>
> APFloat apf(DAG.EVTToAPFloatSemantics(VT),
>
> APInt::getNullValue(VT.getSizeInBits()));
>
> APInt x = APInt::getSignMask(NVT.getSizeInBits());
>
> (void)apf.convertFromAPInt(x, false, APFloat::rmNearestTiesToEven);
>
> Tmp1 = DAG.getConstantFP(apf, d...
2007 Jun 20
0
Firewall on AsteriskNow
hi,
Is it easy to add to the AsteriskNow system?
I am looking to use it to replace my older Asterisk box but I put my
asterisk box on the internet and restrict access to specific IP
addresses with APF firewall.. So it would be nice if I could install APF
on AsteriskNow..
Thanks..
2010 Jan 23
5
authentication failure
I noticed that my server has a lot ca. 1000x auth failure from
different alocated in China / Romania and Netherlands per day since 3
days
It looks to me like somebody was trying to get into server by guessing
my password by brute force.
what would be the best to stop this attack and how? the server running
apache mysql and ftp
PORT STATE SERVICE
21/tcp open ftp
80/tcp open http
443/tcp
2017 May 11
2
FENV_ACCESS and floating point LibFunc calls
Sounds like the select lowering issue is definitely separate from the FENV
work.
Is there a bug report with a C or IR example? You want to generate compare
and branch instead of a cmov for something like this?
int foo(float x) {
if (x < 42.0f)
return x;
return 12;
}
define i32 @foo(float %x) {
%cmp = fcmp olt float %x, 4.200000e+01
%conv = fptosi float %x to i32
%ret = select
2018 Jan 09
0
65534 rows & c.
...4 rows disappear but after few hours I can
noticied them again in smbstatus report.
65534 is so close to the 65536 magic number that I can't think it is a
coincidence :-)
My smb.conf:
=============================================================================
[global]
workgroup = APF
server string = APF Server Version %v
netbios name = GWLAN
interfaces = lo eth0 192.168.67.254/24
hosts allow = 127. 192.168.67.
log file = /var/log/samba/log.%m
max log size = 5000
guest account = mondo
security = user
map to guest = bad user...
2019 Aug 09
1
[Bug 14081] New: --copy-command option for specifying custom file copying behaviour
...ences with the target, and instead
invoke the custom copy command, but will still synchronise any basic attributes
(owner, permissions etc.).
For a useful example, on macOS there are some particular use cases. One invokes
the `ditto` command to trigger compression of a file when transferred to an
APFS or HFS+ target, which could be taken advantage of like so:
rsync --copy-command ditto --hfsCompression {src} {dest} \; "$source"
"$destination"
Since this enables a form of transparent compression, rsync should still see
the copied file as identical to the original. Alter...
2006 Mar 10
6
sshd hack
I'm not really a programmer and I recently came across this hack to
insert a short sleep statement into auth-passwd.c within sshd. It seems
to quickly confuse automated dictionary attacks. I've moved sshd to
higher ports but apparently the cretins are now scanning to look for
that and attacking on whatever port sshd shows up on.
Anyway, the link to the hack is here: