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
http://lists
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 got
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
__