perl dbi

2003-04-04 Thread Kok Kok
Hi all Can I have a script to test server to support the perl dbi module? Thank you __ Post your free ad now! http://personals.yahoo.ca ___ [EMAIL PROTECTED] mailing list

help about pullup failed and mbuf clusters exhausted

2003-03-26 Thread Kok Kok
Hi all My freebsd is running 4.6-RELEASE FreeBSD I got the following from /var/log/messages Mar 24 17:58:30 router /kernel: pullup failed Mar 25 02:54:58 router /kernel: All mbuf clusters exhausted, please see tuning(7) I added kern.ipc.nmbclusters=32768 and netstat is running fine but still

sed to replace the words

2003-03-11 Thread Kok Kok
Hi all I have question how to replace words using sed ./script 61.100 192.168 The script is #!/bin/sh sed -e 's/$2/$1/g' file newfile The problem is 192.168 can't replace 61.100 in the newfile Please help Thank you __