accf_http and incqlen

2008-03-05 Thread Scott Oertel
127.0.0.1.53 -Scott Oertel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: CPU utilization

2007-09-13 Thread Scott Oertel
important information in regards to the status of a system. -Scott Oertel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: CPU utilization

2007-09-13 Thread Scott Oertel
of CPU utilization, as in graphs, I use cacti which queries the servers using snmp, we also have a script which collects data from vmstat and stores it into a rrd, then we use rrdcgi to make pretty graphs with the data. -Scott Oertel ___ freebsd

Re: awk question

2007-03-06 Thread Scott Oertel
Gary Kline wrote: Guys, Having found $9 , how do I /bin/rm it (using system()--yes??) in an awk one-liner? I'm trying to remove from packages from long ago and find and print them with ls -lt | awk '{if ($8 == 2006) print $9}'; but what

Re: A webhosting script?

2006-08-25 Thread Scott Oertel
I wrote a simple one that could use improvement a while back for a FreeBSD box I had, you could use it as a reference point. It's developed in python though. -Scott Duane Hill wrote: On Friday, August 25, 2006 at 3:45:08 PM, Kyrre confabulated: At 17:30 25.08.2006, Andy Greenwood wrote:

Re: A webhosting script?

2006-08-25 Thread Scott Oertel
For some reason the script doesn't really show up, ill just paste it here: #!/usr/local/bin/python # # Site managment tool # Written by: Scott Oertel # # imports import os, sys, re, pwd from crypt import crypt import time, commands global httpd_conf httpd_conf = '/usr/local/etc/apache22

Re: Midnight Commander in base distribution set

2006-08-04 Thread Scott Oertel
on a daily basis, can anyone recommend a better, more lightweight tool then mc? -Scott Oertel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

removing large files (lost+found)

2006-08-02 Thread Scott Oertel
Yesterday after an fsck a file was placed in the lost+found folder which size was exactly the size of the drive (450gb). What is the safest way to remove this file? Thanks, Scott Oertel ___ freebsd-questions@freebsd.org mailing list http

Re: removing large files (lost+found)

2006-08-02 Thread Scott Oertel
Dan Nelson wrote: In the last episode (Aug 02), Scott Oertel said: Yesterday after an fsck a file was placed in the lost+found folder which size was exactly the size of the drive (450gb). What is the safest way to remove this file? If its timestamp updates when you touch a file

Re: removing large files (lost+found)

2006-08-02 Thread Scott Oertel
Dan Nelson wrote: In the last episode (Aug 02), Scott Oertel said: Dan Nelson wrote: In the last episode (Aug 02), Scott Oertel said: Yesterday after an fsck a file was placed in the lost+found folder which size was exactly the size of the drive (450gb). What is the safest way

Re: upgrade port, a couple of questions

2006-08-02 Thread Scott Oertel
Nicolas Blais wrote: On Wednesday 02 August 2006 17:27, Efren Bravo wrote: Hi, How can I see which ports depend on libgmp-4.1.4_1? If I upgrade it, the applications that are using the old libgmp would be affected? Thanks... Efren Bravo. If you go into /var/db/pkg/libgmp-4.1.4_1