Re: Access guard

2013-07-07 Thread Helmut Schneider
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

Re: Trying to update from 9.0 to 9.1 via svn

2013-01-04 Thread Helmut Schneider
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

Re: Trying to update from 9.0 to 9.1 via svn

2013-01-04 Thread Helmut Schneider
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

Re: Trying to update from 9.0 to 9.1 via svn

2013-01-04 Thread Helmut Schneider
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

Trying to update from 9.0 to 9.1 via svn

2013-01-04 Thread Helmut Schneider
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

Re: gPXE booting FreeBSD?

2012-12-04 Thread Helmut Schneider
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.

Re: svn and/or portsnap

2012-09-11 Thread Helmut Schneider
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

Re: svn and/or portsnap

2012-09-09 Thread Helmut Schneider
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?

Re: svn and/or portsnap

2012-09-09 Thread Helmut Schneider
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

svn and/or portsnap

2012-09-09 Thread Helmut Schneider
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

Re: Execute at login

2011-09-27 Thread Helmut Schneider
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

Execute at login

2011-09-26 Thread Helmut Schneider
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

Safe to use GPT within gmirror?

2011-04-25 Thread Helmut Schneider
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

gpart questions

2011-04-24 Thread Helmut Schneider
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