Re: Soekris or .. ?

2013-03-01 Thread Frank Reppin
). No problems at all. cheers, Frank Reppin -- 43rd Law of Computing: Anything that can go wr fortune: Segmentation violation -- Core dumped ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questio

Re: bash pipe redirection gets stuck

2012-12-03 Thread Frank Reppin
indeed a chance that it blocks - see the section about 'kern.random.sys.seeded'. So in fact - when you think the command gets stuck - it's probably not bash related at all. cheers, Frank Reppin -- 43rd Law of Computing: Anythi

Re: denyhosts, fail2ban, or something else?

2012-11-27 Thread Frank Reppin
n, so I'm not overly concerned about the attempts. Not sure if letting sshd listen on a different port is an option for your specific needs... but (at least in my experience) it significantly cuts down those log entries since probably most of these attempts are from bots anyways. HTH, Fr

sending fax from commandline/or via appliance

2012-08-23 Thread Frank Reppin
Hi all, is someone aware of a solution which can do the following: 1) given a freebsd host which hosts an application xxABxx 2) this application xxABxx sends an ordinary email with a .ps attachment to another host by mailing it to 3) this attachment is then fax'ed to the recipient phone n

Re: small script help

2012-08-23 Thread Frank Reppin
There's an errorneous extra ^ in line 6 - please remove this character. Fixed version should look like: #!/bin/sh PROCESS_PATTERN="^/usr/local/sbin/saslauthd" PGREP="/bin/pgrep" if ${PGREP} -q -j none -f ${PROCESS_PATTERN}; then echo -e "OK" else echo -e "FAIL" fi frank\ -- 43rd Law of C

Re: small script help

2012-08-23 Thread Frank Reppin
is in the # COMMAND row PROCESS_PATTERN="^/usr/local/sbin/amavisd" PGREP="/bin/pgrep" if ${PGREP} -q -j none -f ^${PROCESS_PATTERN}; then echo -e "OK" else echo -e "FAIL" fi hth, Frank Reppin -- 43rd L

Re: small script help

2012-08-23 Thread Frank Reppin
On 24.08.2012 00:57, Jack Stone wrote: [...] How can I modify my script to see only the host based on the bottom line above? pgrep(1) has an option (-j jid) to either include jails by given id or to exclude them (-j none). HTH, Frank Reppin -- 43rd Law of Computing: Anything that can

Re: Webpage screenshot

2012-08-05 Thread Frank Reppin
Hi all, On 05.08.2012 20:41, Polytropon wrote: [website to picture cli] google search comes up with http://code.google.com/p/wkhtmltopdf/ which also provides a download called wkhtmltoimage ... which in turn seems to be what you want. cheers, frank\ -- 43rd Law of Computing: An

Re: advice re mail

2003-09-24 Thread Frank Reppin
Hi, David Bear wrote: I need to write a program the grabs mail from a standard mail folder and processes it. The trouble is I have no idea what mail file format FreeBSD uses by default. I am using postfix, and currently postfix is my mta and mda. I will be adding procmail as the mda. I'm guessi

Re: Finding BIND version

2003-09-13 Thread Frank Reppin
hi, nslookup -q=txt -class=CHAOS version.bind. and/or [EMAIL PROTECTED] etc]# /usr/local/sbin/named -v BIND 9.2.2 the first might be forged since the bind/dns admin can put sth like: version "foobar"; into his named.conf regards, frank Ronnie Clark wrote: How does one dete

Re: Replacing an exchange 2000 server?

2003-09-04 Thread Frank Reppin
Hi, Fernando Gleiser wrote: I need to replace an Exchange 2000 server. I am thinking in sendmail/cyrus IMAP/squirrel for the mail part, but I don't know what I can use for the calendar/scheduller/address book? you might want to take a look at: http://www.opengroupware.org maybe it fits your nee

Re: Make popa3d listen on specific interface

2003-08-15 Thread Frank Reppin
Hi, Lowell Gilbert wrote: "Charles Howse" <[EMAIL PROTECTED]> writes: Below is a portion of netstat -an. Notice that my pop server (popa3d) is listening on all interfaces. tcp4 0 0 *.110 *.* LISTEN wouldn't it be possible to change this whilst editing within the so

Re: Nwe kernel and dmesg question

2003-08-15 Thread Frank Reppin
Hi, Charles Howse wrote: [...] Is there a list of devices and device names I can read in case I don't know what bt0 might be? http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/conf/NOTES?rev=1.1149&content-type=text/x-cvsweb-markup&only_with_tag=RELENG_5_1 (or the corresponding file beyond /usr/s

Re: $ locate httpd.conf

2003-07-27 Thread Frank Reppin
Hello, DanB wrote: When I try to use locate on my new box I get this below. What do I need to do to make it work? run /etc/periodic/weekly/310.locate manually, ie `sh /etc/periodic/weekly/310.locate` and the locate.database gets build. HTH, best regards, Frank Reppin -- 43rd Law of

Re: Deleting orphaned port

2003-07-15 Thread Frank Reppin
ried pkg_delete and a couple of other suggestions to get rid > of this entry in the installed port list without success. > > Any suggestions? > There should be a directory with a corresponding name in /var/db/pkg/ It should be safe to remove the dir there - in order to get rid of the s

Re: cvsup tag for 4.8-STABLE?

2003-06-28 Thread Frank Reppin
nd so on). Read through /usr/src/UPDATING if any special requirements have to be satisfied before) > Gregory Norman > Best regards, Frank Reppin 39112 Magdeburg, Germany -- 43rd Law of Computing: Anything that can go wr fortune: Segmentation vio

Re: A novice question

2003-03-23 Thread Frank Reppin
On Sun, 23 Mar 2003, Tamir Halperin wrote: > Which command retrieves the version / release number of my FreeBSD? > nomad# sysctl -a kern.version kern.version: FreeBSD 4.7-RELEASE-p9 #0: Sun Mar 23 12:53:35 CET 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/MINAX best regards, frank

Re: monitoring traffic with IPFW - good idea?

2003-01-25 Thread Frank Reppin
done by a linux box with ipac). Best regards, Frank Reppin -- Heidestr. 15 39112 Magdeburg Germany To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: What is the Command to Get Web Pages?

2002-12-25 Thread Frank Reppin
I > wanted to go in the directory level. I've looked through 'pkg_info' and > don't see it so I suspect it is a part of FBSD and not a port I installed. > Can anyone refresh my memory? Was it called 'wget'? At least it has all the features you're speak

Re: windows 2000 & FreeBSD?

2002-12-22 Thread Frank Reppin
s installed Windows98 to W2k). Kind regards, Frank Reppin To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: Bandwidth Monitor

2002-11-20 Thread Frank Reppin
rules (it produces nicely configurable graphs in a min. 5min interval) best regards, Frank Reppin -- To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: [oetiker@ee.ethz.ch: Re: MRTG problem]

2002-11-20 Thread Frank Reppin
d, that there were some patches available now - after the initial port to 2.2.26). So the prob still persists in the current portstree (built on a 4.3-p20). budsz: have you already informed the maintainer? best regards, Frank Reppin -- no sig - *sighs* To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message