Jos Chrispijn wrote:
> I am looking for a program that watches login attempts (mail and ssh
> login) and blocks the ip address after xx failed attempts. Currently
> I am using ipfw - might be great if that program works with ipw too...
fail2ban
___
fr
Trond Endrestøl wrote:
> BTW, do you nuke the contents of /usr/obj prior to recompiling the
> system? The command rm -Rf /usr/obj/* should accomplish this rather
> well.
That might have been the issue, yes. Works now. Thanks.
___
freebsd-questions@fr
Trond Endrestøl wrote:
> On Fri, 4 Jan 2013 15:51-0000, Helmut Schneider wrote:
>
> > Alexandre wrote:
> >
> > > On Fri, Jan 4, 2013 at 2:01 PM, Helmut Schneider
> > > wrote:
> > > >
> > > > I fetched sources via
> > > &g
Alexandre wrote:
> On Fri, Jan 4, 2013 at 2:01 PM, Helmut Schneider
> wrote:
> >
> > I fetched sources via
> >
> > $ sudo svn co svn://svn.freebsd.org/base/releng/9.1 /usr/src/
> > Checked out revision 244992.
> > $
> >
> > I
Hi,
I fetched sources via
$ sudo svn co svn://svn.freebsd.org/base/releng/9.1 /usr/src/
Checked out revision 244992.
$
I then recompiled and installed the kernel according to
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html
$ ls -la /boot/kernel/kernel
-r-xr
Rick Miller wrote:
> Does anyone have any experience booting FreeBSD via gPXE and have
> pointers to relevant documentation and/or blog posts?
I use mfsBSD (http://mfsbsd.vx.sk/) and pxelinux.
DEFAULT boot/menu.c32
PROMPT 0
TIMEOUT 0
MENU TITLE network boot menu - FreeBSD
LABEL ^1 - mfsBSD 8.
Thomas Mueller wrote:
> On Sun, 9 Sep 2012 10:37:03 + (UTC), Helmut Schneider wrote:
> > Hi,
>
> > I'm running a custom kernel so I (guess I) need svn in future to
> > fetch sources instead of cvsup. Should I still use portsnap then
> > for ports or also
C. P. Ghost wrote:
> On Sun, Sep 9, 2012 at 1:26 PM, Helmut Schneider
> wrote:
> > Currently I'm updating ports and src twice a day so I will keep
> > using svn for both.
>
> While you certainly can, isn't it a bit excessive to update so
> frequently?
Polytropon wrote:
> On Sun, 9 Sep 2012 10:37:03 + (UTC), Helmut Schneider wrote:
> > Hi,
> >
> > I'm running a custom kernel so I (guess I) need svn in future to
> > fetch sources instead of cvsup. Should I still use portsnap then
> > for ports or a
Hi,
I'm running a custom kernel so I (guess I) need svn in future to fetch
sources instead of cvsup. Should I still use portsnap then for ports or
also fetch them via svn?
Thanks, Helmut
___
freebsd-questions@freebsd.org mailing list
http://lists.freeb
Polytropon wrote:
> On Mon, 26 Sep 2011 20:41:43 + (UTC), Helmut Schneider wrote:
> > Hi,
> >
> > which options do I have to execute at login?
> >
> > I would like to implement something like update-motd [1] without
> > actually modifying /etc/motd. Th
Hi,
which options do I have to execute at login?
I would like to implement something like update-motd [1] without
actually modifying /etc/motd. The code snippet is
if [ -d /etc/motd.d ]; then
for FILE in /etc/motd.d/*; do
[ -x ${FILE} ] && ${FILE}
done
fi
It should be executed for all u
Hi,
can I safely use GPTs within a GEOM_MIRROR?
I created a new mirror and then used gpart to create additinal
partitions. dmesg gives:
the secondary GPT header is not in the last LBA
As far as I read by now it seems safe to ignore that message but I want
to get sure.
Or are mirrored GPTs only
Hi,
i'm playing around with (virtual) disks within a VMware ESXi 4.1 server:
[root@BSDHelmut864 ~]# uname -rsim
FreeBSD 8.2-RELEASE amd64 GENERIC
[root@BSDHelmut864 ~]# sysctl kern.geom.debugflags=17
kern.geom.debugflags: 17 -> 17
[root@BSDHelmut864 ~]# gpart destroy da1
da1 destroyed
[root@BSDHe
14 matches
Mail list logo