FreeBSD and DNS

2003-09-12 Thread Ronnie Clark
Hello all, I have a questions that I just cannot get my brain around. I have a home network and use FreeBSD as my firewall using IPFW. It is also my internal DNS server, handling name resolution for inside the network and passing requests to the internet. I have my own domain, and use a free DNS

Re: FreeBSD and DNS

2003-09-13 Thread Ronnie Clark
used djbdns, which is a million times easier to set up than BIND, and more secure too. what you are looking to do it called split horizon dns, and djbdns supports it erik - Original Message - From: Ronnie Clark [EMAIL PROTECTED] To: FreeBSD Questions [EMAIL PROTECTED] Sent

Finding BIND version

2003-09-13 Thread Ronnie Clark
How does one determine the version number of BINd running on a system? RC __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com ___ [EMAIL PROTECTED] mailing list

Anyone used ...???

2003-10-06 Thread Ronnie Clark
Has anyone used Crossover Office to run M$ Office on your FreeBSD system? I have just seen a demo on RH, but can't stand RH and would rather run my FreeBSD desktop. Thanks, Ron Clark __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search

Another question - Boot Menu

2003-10-06 Thread Ronnie Clark
How does one edit the menu options when using the FreeBSD boot menu to dual boot with Windows? Currently mine says: F1: ??? F2: FreeBSD I searched the archives, but did not find my answer. Thanks, Ron Clark __ Do you Yahoo!? The New Yahoo! Shopping - with

Wine on FreeBSD 4.x

2003-10-09 Thread Ronnie Clark
Hello all, I seem to have gotten myself into a pi$$ing match here at work. Everyone here runs RH 8 or 9. I am running FreeBSD 4.x STABLE. They can all download and run Crossover Office, which is frintend for Wine and allows them to run M$ Office on their systems, meaning they can dump their

SNMP help

2003-10-29 Thread Ronnie Clark
Hello all, I have been tasked with building two new FreeBSD Servers for our enterprise. Today, I was told that they have to have the ability to be polled by OpenView. So I have to load SNMP on these servers. Any suggestions as to what I should load to accomplish this? Any and all help is

Re: SNMP help

2003-10-30 Thread Ronnie Clark
by Openview? Thanks again in advance, Ron Clark --- Dan Nelson [EMAIL PROTECTED] wrote: In the last episode (Oct 29), Ronnie Clark said: I have been tasked with building two new FreeBSD Servers for our enterprise. Today, I was told that they have to have the ability to be polled by OpenView

Trouble Installing QT (kde3)

2004-04-06 Thread Ronnie Clark
Hello all, Well, this is an ongoing problem. I have been trying to install kde3 for some time now, with errors trying to install the dependency qt-x11-free-3.3.1. So yesterday, I formatted the box, and reinstalled FreeBSD, cvsupped the ports, and tried again. I am still seeing this error. Does

More VMWare questions

2004-04-16 Thread Ronnie Clark
Hello all, I have just loaded VMWare3 from ports, only because I could not get the Linux version 4 to load correctly. But now when I input the license key that I have, it says that it cannot be found or doesn't match available licenses. Has anyone else bumped into this scenario? If so, what is

How to start gnome?

2003-09-03 Thread Ronnie Clark
I just loaded Gnome 2.2.2 from ports. Does anyone know the command to put into .xinitrc to run gnome2? I tried the following: exec gnome exec gnome2 They do not work. Thanks in advance, Ron Clark __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site

Compiling C code

2003-06-16 Thread Ronnie Clark
Hello all, I am trying to compile some C code and I get the following errors: windows.h: No such file or directory Is there a library that I can install on my FreeBSD 4.8 STABLE box to fix these silly errors??? Thanks in advance for the help, Ron Clark __ Do

IPFW Log question

2003-06-20 Thread Ronnie Clark
Hello all, I have what is hopefully an easy question. Is there a way to stop IPFW from adding lines in logs like: last message repeated 'x' times? Or if anyone has a perl script that tosses out the odd lines and just keeps the full lines and is willing to share it, that would work too.

Can someone please explain...?

2002-07-25 Thread Ronnie Clark
Can someone explain what the /kernel is or represents in the IPFW logs? Thanks in advance, Ron Clark To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

How to start gnome2?

2002-10-18 Thread Ronnie Clark
I just finished compiling gnome2 from the ports. But now how do I start? I added the line exec gnome to my .xsession and .xinitrc files, typed in startx, and got an error saying, could not find gnome. Is there a different syntax? Thanks in advance, Ronnie Clark

Problem Building Gnome2 from ports

2002-10-17 Thread Ronnie Clark
Hello all! I am trying to build gnome2 from the ports collection I cvsuped yesterday. When it gets to the section of building the xscreensaver-gnome it errors out with a line saying /usr/libexec/elf/ld: cannot find -lgtk. Is there a workaround for this, or better yet a fix? Any help is much

Re: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-19 Thread Ronnie Clark
OK, I have doen the following in order: cd /usr/ports/databases/mysql323-server make install clean cd /usr/ports/www/apache13-modssl make install clean cd /usr/ports/www/mod_php4 make install clean And I have php and SSL playing nice. But, I have a server certificicate that is expired and

Re: FreeBSD 4.x and Apache+mod_ssl

2002-11-20 Thread Ronnie Clark
.. remember to copy them to wherever you're storing the certs apache uses and run make from that dir to update the links... That should do it :) Hope this helps! Marcel On Tuesday 19 November 2002 21:54, Ronnie Clark wrote: Hello all, I am running FreeBSD 4.7 STABLE and just loaded mysql

Stuck mail

2003-02-20 Thread Ronnie Clark
Hello all! I have a 2 simple questions. 1.) I run a script on my FreeBSD firewall to parse the firewall logs into csv format. When I tested this, I was able to mail them to myself with no problems. But the last two times, I am getting a message that says that the email was denied being sent by

Syslog Server Setup Questions

2004-08-11 Thread Ronnie Clark
Hello all, I am trying to setup a syslog server. Here is my current setup: FreeBSD 4.10 STABLE with syslogd running with the -a switch to allow the remote server to log to it: /usr/sbin/syslod -a 172.16.3.102/26 in syslog.conf: +172.16.3.102 *.* /var/log/syslog/test.log Yet my

Syslog-ng questions

2004-08-17 Thread Ronnie Clark
Hello all, I am trying to build a FreeBSD syslog server for multiple systems to write to. I have loaded sysog-ng from ports, and I noticed that in my /var/log/messages I see the following: Aug 17 09:34:15 rc-bsd syslog-ng[424]: io.c: do_write: write() failed (errno 32), Broken pipe Aug 17

Makeworld issues

2004-08-19 Thread Ronnie Clark
Hello, I am trying to complete a makeworld on my 4.10 STABLE system, to apply the latest source and patches. But, I am getting the following stop error: yacc -b aicasm_macro_gram -p mm -d -o aicasm_macro_gram.c /usr/src/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y cc -O -pipe -nostdinc

Re: Makeworld issues

2004-08-19 Thread Ronnie Clark
, 19 Aug 2004, Ronnie Clark wrote: Date: Thu, 19 Aug 2004 07:59:49 -0700 (PDT) From: Ronnie Clark [EMAIL PROTECTED] To: FreeBSD Questions [EMAIL PROTECTED] Subject: Makeworld issues Hello, I am trying to complete a makeworld on my 4.10 STABLE system, to apply the latest source

Camserv setup

2005-12-02 Thread Ronnie Clark
Hello all, Any one running camserv successfully on 5.4 STABLE? I just loaded it last night and hooked up my USB camera, which comes up immediately as ugen0, a Konica Color web cam. Any help is appreciated. Thanks, Ron Clark ___

NTP question

2003-11-13 Thread Ronnie Clark
Hello all, I have an NTP question that I hope someone can help me with. I have built two NTP servers on FreeBSD 4.8 and updated to STABLE. When they were being built and tested, they were on the same subnet, and were able to synch time just fine. Now they are in production, and on seperate

newsyslog.conf question

2004-09-28 Thread Ronnie Clark
Hello all, Having read the man page for this file's configuration, I notice there is not an option to digitally sign the logs on rotation using PGP/GPG. Is there a workaround? or are there plans to add this functionality to future versions, like 5.3 -STABLE? Thanks, Ron Clark

Re: newsyslog.conf question

2004-09-29 Thread Ronnie Clark
A Drosehn [EMAIL PROTECTED] wrote: At 7:38 AM -0700 9/28/04, Ronnie Clark wrote: Hello all, Having read the man page for this file's configuration, I notice there is not an option to digitally sign the logs on rotation using PGP/GPG. Is there a workaround? or are there plans to add

sendmail question

2004-09-29 Thread Ronnie Clark
Hello all, I am building a central syslog server. I am seeing sendmail related items in the maillog file, even though I have sendmail_enable=NONE in my /etc/rc.conf file. Is there a way to turn off any resemblance of an MTA on a FreeBSD system? Or, is there a way to turn on a localhost MTA but

Re: sendmail question

2004-09-29 Thread Ronnie Clark
PROTECTED] wrote: Ronnie Clark [EMAIL PROTECTED] wrote: Hello all, I am building a central syslog server. I am seeing sendmail related items in the maillog file, even though I have sendmail_enable=NONE in my /etc/rc.conf file. Is there a way to turn off any resemblance of an MTA

Installing mod_php5

2004-09-30 Thread Ronnie Clark
Hello all, Is there an easy way to install mod_php5 so that it has GD and MySQL support? There used to be a graphical menu that came up for these options, but it is no longer there. Any help is appreciated. Thanks, Ron Clark __ Do

makeworld issues

2004-09-30 Thread Ronnie Clark
Hello all, I have been trying for some time to update a system via makeworld. The system would always error out and not complete its update. Someone from the list suggested that I cvsup my system, which I did multiple time to no avail. This morning, I tried again. Still errors out. I even went

FreeBSD 5.3 STABLE SMP Kernel

2004-12-02 Thread Ronnie Clark
Hello all, I hope what I have is a simple question. I have a dual proc machine, that I have loaded 5.3 RELEASE on and then updated it to STABLE. While reading the Handbook I see where the GENERIC kernel has SMP built in via the SMP file in /usr/src/sys/i386/conf directory. So, to enable SMP

Installing VMWare 4.x

2004-12-16 Thread Ronnie Clark
Has anyone successfully installed VMWare 4.5 Workstation on FreeBSD 5.3? If so, what are pitfalls or things to watch out for? Thanks in advance, Ron Clark __ Do you Yahoo!? All your favorites on one personal page – Try My Yahoo!

Wheel Mouse in 5.3 STABLE

2004-12-16 Thread Ronnie Clark
I have successfully loaded 5.3 and cvsuped to STABLE. Since loading Xorg, I have been trying to use my wheel on my mouse. I have edited the xorg conf file that I created and followed the hand book and even some threads from this list. Can someone please point me in the right direction for this?

Re: Wheel Mouse in 5.3 STABLE

2004-12-16 Thread Ronnie Clark
to solve this today. Thanks again, Ron Clark --- Phil Schulz [EMAIL PROTECTED] wrote: Ronnie Clark wrote: I have successfully loaded 5.3 and cvsuped to STABLE. Since loading Xorg, I have been trying to use my wheel on my mouse. I have edited the xorg conf file that I created and followed

Re: Wheel Mouse in 5.3 STABLE

2004-12-16 Thread Ronnie Clark
Yes to both you and Phil. Thanks, Ron Clark __ Do you Yahoo!? Send holiday email and support a worthy cause. Do good. http://celebrity.mail.yahoo.com ___ [EMAIL PROTECTED] mailing list

Re: Wheel Mouse in 5.3 STABLE

2004-12-16 Thread Ronnie Clark
to this, it *should* work, right? Still stumped, and not working... Thanks again. Ron Clark --- Dan Kilbourne [EMAIL PROTECTED] wrote: Ronnie Clark extolled: So, does it matter where my xorg.conf.new file is at? Mine is in the /root directory, which is where it was originally configured