Re: reverse grep

2007-11-03 Thread Gavin Cameron
On 11/4/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > How is it possible to select lines that do NOT match a specific pattern? > > For example, I'm connecting to 192.168.123.254 via telnet (port 23), and > do tcpdump -nli rl0. This cyclic traffic, becuase when tcpdump outputs > something, th

Re: Help with Difficult Startup Script

2006-01-02 Thread Gavin Cameron
sudo Cheers Gavin On 1/2/06, Mike Esquardez <[EMAIL PROTECTED]> wrote: > > Hello, I am trying to make a script that runs the following commands. This > is difficult for me because I dont know how to switch users. Currently > these > are the commands that I am trying to script. > > # fetchmail –d

Re: asterisk

2006-01-25 Thread Gavin Cameron
Add the following to /etc/make.conf WITHOUT_H323=yes # asterisk WITHOUT_ZAPTEL=yes WITHOUT_ODBC=yes WITHOUT_FAX=yes and try again... I hit this very issue last night. Gavin On 1/25/06, Playnet <[EMAIL PROTECTED]> wrote: > > Hello freebsd-questions, > > sstand# make clean;make > asterisk-1.4

Re: FTP Automate Shell Script

2006-01-29 Thread Gavin Cameron
A .netrc file (read the ftp man page) may work for you. Cheers Gavin On 1/30/06, Angelo Christou <[EMAIL PROTECTED]> wrote: > > Hello. I am using FreeBSD 6.0 and Bash as my shell. I > am following a tutorial to create a shell script to > copy some files. It works perectly exept for 2 points. > >

Re: How can I limit some port according to ethernet card MAC?

2005-01-07 Thread Gavin Cameron
IPFW allows you to filter based on MAC addresses. man ipfw Cheers Gavin On Sat, 8 Jan 2005 12:17:25 +0800, heath, Chia Hui Chen <[EMAIL PROTECTED]> wrote: > Hello, > I use FreeBSD 5.2.1 as NAT. > How can I limit some port (packet in and out) according to ethernet card MAC > ? > Because we use d

Re: Obtaining release 4.1

2005-11-11 Thread Gavin Cameron
http://mirrorlist.freebsd.org/ Both of the listed sites are currently working. Gavin On 11/12/05, Dinh C. Nguyen <[EMAIL PROTECTED]> wrote: > > Hi, > I am trying to download release 4.1 from the website and I am unable to > connect to either of the ftp sites from FreeBSD.org. I was wondering if

cups-pstoraster port broken?

2002-09-18 Thread Gavin Cameron
Hi all, I'm trying to upgrade my samba using portupgrade and my cups-pstoraster port needs to be upgraded in the process. However, when I try to make cups-pstoraster (version 7.05.5) I get the following error cc -DHAVE_MKSTEMP -O -pipe -Wall -Wstrict-prototypes -Wmissing-declaration s -Wmissi

php5-extensions & php5-cli

2005-04-29 Thread Gavin Cameron
Hi all, Is there anyway using the ports to install php5-extensions & php5-cli? I've got php5-cli installed and when I try to install php5-extensions I get the error: This port requires the Apache Module for PHP, but you have already installed a conflicting PHP port without the Apache Mod

Re: make installworld problem

2005-04-29 Thread Gavin Cameron
>From /usr/src/UPDATING on my 5.3-STABLE machine... 20040308: The packet filter (pf) is now installed with the base system. Make sure to run mergemaster -p before installworld to create required user account ("proxy"). If you do not want to build pf with your system

Re: php5-extensions & php5-cli

2005-04-29 Thread Gavin Cameron
Thanks... I'll try the plain on php5 port rather than php5-cli or mod_php5. Ta Gavin On 4/30/05, Odhiambo Washington <[EMAIL PROTECTED]> wrote: > * Gavin Cameron <[EMAIL PROTECTED]> [20050429 17:22]: wrote: > > Hi all, > > > > Is there anyway using the p