Displaying 8 results from an estimated 8 matches similar to: "What is broken with fail2ban"
2015 Mar 01
1
simple network and firewalld errors
hi everybody
I have a simple network:
<network>
<name>default</name>
<uuid>1e71fa47-4893-4435-8b60-575d2b51c231</uuid>
<forward mode='nat'>
<nat>
<port start='1024' end='65535'/>
</nat>
</forward>
<bridge name='virbr0' stp='on' delay='0' />
<mac
2016 Aug 20
0
What is broken with fail2ban
Am 20.08.2016 um 14:46 schrieb G?nther J. Niederwimmer:
> Hello List,
>
> with CentOS 7.2 it is not longer possible to run fail2ban on a Server ?
>
> I install a new CentOS 7.2 and the EPEL directory
> yum install fail2ban
No such issue on a clean test install.
[root at centos7 fail2ban]# rpm -qa fail2ban\*
fail2ban-sendmail-0.9.3-1.el7.noarch
2010 Mar 01
1
help with zoo
Hi,
I am interested in decomposing a time series and getting the trend, seasonal and?irregular variations, as one can get with the "stl" command. My time series is fairly regular, but it has some breaks. From the zoo manual, I gather that it should be possible to convert it to a regular time series and then fill the NA entries by interpolation. I am not able to proceed beyond a certain
2008 Jul 23
1
smbd4winsr-1.0.6-29.src.rpm high cpu load
Hello to all,
I compiled the source of smbd4wins on a suse 10.2 machine successful.
On the same machine there is a samba server ver. 3.0.31.
The wins is working but after a couple of days it has a high cpu load
which is steadily growing and then the system hangs and I need to
restart it:
top - 15:11:15 up 6 days, 7:07, 2 users, load average: 0.20, 0.25,
0.29
Tasks: 311 total, 2 running,
2012 Apr 14
2
[LLVMdev] RFC: ErLLVM - An LLVM backend for Erlang
Hi,
We 've been working on an LLVM backend for High Performance Erlang (HiPE) [1],
the native code compiler of Erlang/OTP [2]. ErLLVM [3] targets the X86 and AMD64
architectures for now but there is some ongoing work from a team on the Uppsala
University to also support ARM. In our implementation, we have paid special
attention on retaining ABI-compatibility with the Erlang Runtime System in
2013 Mar 07
3
ggplot2 y elipse.
Buenas tardes,
Estoy intentando mejorar un gráfico que construyo pero de manera "bruta" y
quiere encontrar una manera más eficiente.
El gráfico en cuestión tiene más partes pero para simplificar la parte que
me interesa es esta:
[image: Imágenes integradas 5]
Esto es una elipse de confianza de unos puntos, la elipse la consigo
ayudándome de dataEllipse (paquete car), para llegar a
2006 Jul 28
0
[UPDATE] RubyConf 2006 registration pre-info
Hi --
Here''s the current status of RubyConf registration:
I''m tinkering with the form.... We''re using an outside registration
service for the first time, so I have to make sure I get it right, and
it''s actually pretty complicated (I think). We got our credit card
merchant account, so we''re good to go on that score.
My current plan, barring
2008 May 29
1
plotting zoo using datetime as xlim
is there a way to use the actual index value for plotting zoo objects
this is the way that the index is set up and a sample range of what I would
like to plot
01/01/06 00:00:00 - 01/01/06 23:45:00
{
library(zoo)
# chron
library(chron)
fmt.chron <- function(x) {
chron(sub(" .*", "", x), gsub(".* (.*)", "\\1:00", x))
}}
x <- structure(c(15.57, 15.5,