Re: error with squid: Page faults with physical i/o: 0

2005-07-11 Thread Chad Morland
On 7/11/05, vladone [EMAIL PROTECTED] wrote: I have installed squid from ports and i try to build the cache: #: /usr/local/sbin/squid -z and receive: FATAL: Could not determine fully qualified hostname. Please set 'visible_hostname' How i can resolv this? Either configure DNS for that

Re: Apache2 + mod_python problems

2005-06-29 Thread Chad Morland
On 6/23/05, Csaba Henk [EMAIL PROTECTED] wrote: Can it be that you have installed mod_python with thread support enabled, but your python is w/o thread support? I had mysterious errors with mod_python (the error messages had nothing to do with threads) until I disabled threads both in python

Apache2 + mod_python problems

2005-06-23 Thread Chad Morland
I am having problems getting mod_python and apache2 ports to work properly. Here are the relevant ports that I have installed: apache-2.0.54 mod_python-3.1.4_1 python-2.4.1_1 When I try and start apache I get the following: pxetest# apachectl start Syntax error on line 276 of

PXE and rc.conf

2005-06-09 Thread Chad Morland
I have created a Jumpstart server using the guide located at http://www.freebsd.org/doc/en_US.ISO8859-1/articles/pxe/index.html I am trying to set configure settings in rc.conf using a post-install script that is installed using a custom created package. However, it seems that when the machine

Network interface counters

2005-05-12 Thread Chad Morland
I was wondering if there is a FreeBSD equivalent to /proc/net/dev from Linux. I am trying to get bit and packet counter info from my network devices. -CM ___ freebsd-questions@freebsd.org mailing list

Re: Show me

2005-05-02 Thread Chad Morland
On 4/29/05, Dillinger [EMAIL PROTECTED] wrote: Would somebody care to show me an actual working computer with FreeBSD installed and give me a brief tour of some of the basic capabilities? I am in Redwood Shores but I would be willing to drive to Berkeley or SF. Why would you do that when it

Re: longest uptime

2005-04-28 Thread Chad Morland
On 4/28/05, Stevan Tiefert [EMAIL PROTECTED] wrote: Question: Is there a possiblity to run the system inclusive patching it, without rebooting? Goal is to run a system maybe longer than a year!!! For educational purposes only: http://www.jwsdot.com/tuptune/ -CM

Re: ftpd: user needs to upload in mode 777

2005-04-28 Thread Chad Morland
What photo album is she using? I don't think it is the picture files themselves that need such liberal permissions. Perhpas the directory where the thumnails are stored should be writable by the webserver user. This message is really off-topic. Consult the docs for the photo-album software. I'm

Re: pf's ftp-proxy outside inetd (with pure-ftpd)

2005-04-28 Thread Chad Morland
On 4/28/05, Fafa Diliha Romanova [EMAIL PROTECTED] wrote: i am trying to disable inetd. i wonder what happens to this inetd.conf entry: how is this applied now? Common sense tells me that if you disable inetd any entries in inetd.conf are no longer applicable. -CM

Re: newbie question

2005-04-18 Thread Chad Morland
On 4/17/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello Can anyone give me a very rough estimate on how much time is required on an ongoing basis, after a server is set up with FreeBSD and Apache, to maintain everything. By everything I am referring to everything required to keep the

Re: Monitoring critical processes

2005-03-24 Thread Chad Morland
On Thu, 24 Mar 2005 11:31:58 -0600, Paul Schmehl [EMAIL PROTECTED] wrote: Thanks, Nick. I knew of nagios, but I was not aware that it was capable of restarting stopped services. Nagios is able to restart stopped services. I currently use it to monitor my network. You can create plugins for

Re: dumb network question

2005-03-03 Thread Chad Morland
ifconfig_nic2=DHCP man rc.conf -CM On Thu, 03 Mar 2005 14:05:07 -0600, J.D. Bronson [EMAIL PROTECTED] wrote: Ok. I admit it. I cant figure what I am missing. I have 2 NICs in this machine. NIC 1 is a LAN NIC and static IP. - that I can figure out. NIC 2 needs to be DHCP (from cable

Re: WHAT KIND OF SH*T IS THIS: telnet and ssh

2005-02-18 Thread Chad Morland
This user is constantly cross-posting, using profanity and asking questions that are answered in the handbook. Not only that he is constantly making demands of OTHERS to help with HIS problems. Fafa: Do the research YOURSELF and maybe you will learn something.

/tmp on same partition as /

2005-02-11 Thread Chad Morland
I'm setting up a mail server at the momment, one of the things that I forgot to do was create /tmp as a separate partiton (/ = 2gb). There will be no user logins to the machine aside from admins and the only thing that it will run is qmail acting as a smarthost (vanilla qmail, no amavis or

Re: /tmp on same partition as /

2005-02-11 Thread Chad Morland
an overview over the logs. as long as these work, and you take care whats going on on the box, it does not really matter where /tmp resides. On Friday 11 February 2005 21:13, Chad Morland wrote: I'm setting up a mail server at the momment, one of the things that I forgot to do was create /tmp

Re: Please don't change Beastie to another crap logo such as NetBSD!!!

2005-02-09 Thread Chad Morland
On Wed, 09 Feb 2005 18:48:19 +, Mark Ovens [EMAIL PROTECTED] wrote: See the thread The FreeBSD Project is announcing a public competition for the new logo design. in -advocacy - I've already replied with my views on the subject, along the same lines as your comments. I'm not

Orion Application Server port

2005-02-08 Thread Chad Morland
What happened to the Orion application server port? I am reading articles that say there is a port for it. I am using the latest port on 4.10 and the only Orion I can find is in x11-wm. Is there a seperate mailing list to track changes in the ports tree? -CM

Best JDK for performance?

2005-02-08 Thread Chad Morland
Which JDK gives the best performance on FreeBSD? I have the following installed from ports: /usr/local/jdk1.4.2 /usr/local/linux-sun-jdk1.4.2 -CM ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: how can i find out which modules are loaded in apache

2005-02-01 Thread Chad Morland
httpd -l will only show you the compiled in modules. If you built your other modules as DSOs then you will not see them listed. The easiest way to see what modules you are using is the LoadModule directive in httpd.conf. To see what options apache was compiled with, if you still have the source

RAID1, failed drive, performance?

2005-01-27 Thread Chad Morland
What happens in terms of performance when a drive in a RAID1 system fails? Will disk access be slower because it attempts to read/write to a failed disk or will performance be faster because it doesn't need to do half the work it usually does? -CM ___

RAID1, a failed disk and performance

2005-01-27 Thread Chad Morland
What happens in terms of performance when a drive in a RAID1 system fails? Will disk access be slower because it attempts to read/write to a failed disk or will performance be faster because it doesn't need to do half the work it usually does? I couldn't really find any online resources that deal

Re: RAID1, a failed disk and performance

2005-01-27 Thread Chad Morland
http://members.chello.at/freebsd-5.3/bonnie-gmirror/summary http://members.chello.at/freebsd-5.3/bonnie-gmirror/detail I expect to see data transfer rate increase when you break the mirror. RAID1 has the higest disk overhead of all RAID configurations and is very inefficient in that regard. It

Re: NTP Output question

2005-01-27 Thread Chad Morland
Directly from the ntpdc manpage: A . indicates that this peer was cast off in the falseticker detection, while a + indicates that the peer made it through. A * denotes the peer the server is currently synchronizing with. On Thu, 27 Jan 2005 14:11:39 -0800, Sean Murphy [EMAIL PROTECTED] wrote:

Creating a custom package

2005-01-17 Thread Chad Morland
I have recently setup a FreeBSD jumpstart server to install using PXE. I would like to add some additional third-party applications as part of the install. The last page of the FreeBSD jumpstart guide describes how to make a custom package but it looks like it has to be built from the ports tree.

DLT Backup Questions

2002-10-22 Thread Chad Morland
I am looking to create a multi-tape backup of close to 260G of data using a DLT-7000 with compression turned on. Does anyone have any recommendations for what to use to accomplish this? Amanda does not support multi-tape archives so that is out of the question. I have tried to use gnu tar but for

dump help

2002-10-22 Thread Chad Morland
Take a look at the estimated number of tapes needed below. Now, I'm not sure why it would need almost 1500 DLT IV tapes to backup 65G of data. Can someone possibly explain this to me? I am having a hell of a time trying to backup this data. I have hardware compression turned on on the drive as

mkfile??

2002-10-17 Thread Chad Morland
Hi, I was just wondering if there is something similiar on FreeBSD to Solaris' 'mkfile' command? Thanks. -CM To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Strange tar problem

2002-10-08 Thread Chad Morland
I am trying to backup some files to tape using tar -cpf /dev/nsa0 /backup. Once everything is done, I use tar -tv to show me the details of the files on the tape. Here is what I get: drwxr-xr-x root/wheel0 Sep 29 11:27 2002 vnt/vnt21.nj2/ -rw-r--r-- root/wheel -747272192 Sep 29 15:59

Re: kernel message

2002-09-18 Thread Chad Morland
ipfw(8) man page: FINE POINTS · There are circumstances where fragmented datagrams are uncondition­ ally dropped. TCP packets are dropped if they do not contain at least 20 bytes of TCP header, UDP packets are dropped if they do not contain a full 8 byte UDP