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


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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!
http://my.yahoo.com 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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? I'm going nuts! (Short trip by the way)

Thanks in advance,
Ron Clark


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Wheel Mouse in 5.3 STABLE

2004-12-16 Thread Ronnie Clark
All, 

Thanks for the responses. I hope this will help:

Currently I have this in my xorg.conf.new file:

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol auto
Option  Device /dev/sysmouse
Option  ZAxisMapping 4 5
EndSection

I start Xorg by using the startx method, and it
starts KDE just fine. When I try to start xorg by
typing Xorg, KDE does not start. 

Back to the conf file, I have tried to define
Options Buttons 5  (did not work)
Options ZAxisMapping Y (from a previous
thread, also did not work)

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. Is there another conf file I
need to edit? again, I'm stuck on this one. 

If this is not enough about the problem, please feel
free to ask me questions, as I would love 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 the hand book and even some
  threads from this list. 
  
  Can someone please point me in the right direction
 for
  this? I'm going nuts! (Short trip by the way)
  
 
 since you don't give much information about the
 problem, e.g. what 
 errors you're seeing, it's hard to say for sure
 what's wrong... but i'll 
 try anyways.
 
 i have this in my config file
 
 Section InputDevice
  Identifier  Mouse0
  Driver  mouse
  Option  Protocol Auto
  Option  Device /dev/sysmouse
  Option  ZAxisMapping 4 5
 EndSection
 
 the mouse is detected as
 
 ums0: Microsoft Basic Optical Mouse, rev 1.10/0.00,
 addr 2, iclass 3/1
 ums0: 3 buttons and Z dir.
 
 and don't forget a line like
 
 usbd_enable=YES
 
 in /etc/rc.conf -- and it works.
 
 hth,
 
 phil.
 





__ 
Do you Yahoo!? 
Yahoo! Mail - You care about security. So do we. 
http://promotions.yahoo.com/new_mail
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Wheel Mouse in 5.3 STABLE

2004-12-16 Thread Ronnie Clark
OK, I have generated a new xorg.conf.new file. I have
edited it and copied it over to /etc/X11.

Here is a snip of the xorg log file:
Markers: (--) probed, (**) from config file, (==)
default setting,
(++) from command line, (!!) notice, (II)
informational,
(WW) warning, (EE) error, (NI) not
implemented, (??) unknown.
...
(**) Option Protocol auto
(**) Mouse0: Device: /dev/sysmouse
(**) Mouse0: Protocol: auto
(**) Option CorePointer
(**) Mouse0: Core Pointer
(**) Option Device /dev/sysmouse
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option ZAxisMapping 4 5
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 5
(II) Keyboard Keyboard0 handled by legacy driver
(II) XINPUT: Adding extended input device Mouse0
(type: MOUSE)
(II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0
(II) Mouse0: SetupAuto: protocol is SysMouse

According 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. Is there another conf file
 I
  need to edit? again, I'm stuck on this one. 
  
  If this is not enough about the problem, please
 feel
  free to ask me questions, as I would love to solve
  this today.
  
  Thanks again,
  Ron Clark
  
 
 
 Standard location is /etc/X11/xorg.conf
 
 Or, following the instructions printed by Xorg
 -config, run
 Xorg -config /path/to/xorg.conf.new
 
 
 
 -- 
 ___
 Dan
 




__ 
Do you Yahoo!? 
All your favorites on one personal page – Try My Yahoo!
http://my.yahoo.com 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 for my custom kernel, do I simply
need to edit SMP to include my custom kernel name?

Thanks in advance,
Ron Clark




__ 
Do you Yahoo!? 
Meet the all-new My Yahoo! - Try it today! 
http://my.yahoo.com 
 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 so
far as to backup my old kernel, and then completely
remove the
/usr/src/sys directory and all subdirectories. Then I
cvsuped again to
get all new code. Edited the GENERIC kernel to match
my old kernel and
tried to makeworld again. Below is the errors I am
seeing. 

Any help is greatly appreciated. Right now, the only
thing I know to do
is to rebuild, and I don't want to do that if it can
be avoided. 

Thanks,
Ron Clark


-=-=-=-=-=-=-=-=-=-
Error Message:
-=-=-=-=-=-=-=-=-=-

--
 stage 1: bootstrap tools
--
cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/i386 
DESTDIR= 
INSTALL=sh /usr/src/tools/install.sh make -f
Makefile.inc1-DBOOTSTRAPPING  -DNOHTML -DNOINFO
-DNOMAN -DNOPIC
-DNOPROFILE -DNOSHARED  -DNO_WERROR bootstrap-tools
echo === games/fortune/strfile;  cd
/usr/src/games/fortune/strfile; 
make DIRPRFX=games/fortune/strfile/ obj;  make
DIRPRFX=games/fortune/strfile/ depend;  make
DIRPRFX=games/fortune/strfile/ all;  make
DIRPRFX=games/fortune/strfile/
DESTDIR=/usr/obj/usr/src/i386 install
=== games/fortune/strfile
/usr/obj/usr/src/i386/usr/src/games/fortune/strfile
created for
/usr/src/games/fortune/strfile
rm -f .depend
mkdep -f .depend -a-D__FBSDID=__RCSID 
/usr/src/games/fortune/strfile/strfile.c
echo strfile: /usr/lib/libc.a   .depend
cc -O -pipe  -Wall-D__FBSDID=__RCSID -c
/usr/src/games/fortune/strfile/strfile.c
cc -O -pipe  -Wall-D__FBSDID=__RCSID  -static -o
strfile strfile.o
sh /usr/src/tools/install.sh -s -o root -g wheel -m
555   strfile
/usr/obj/usr/src/i386/usr/games
echo === usr.bin/yacc;  cd /usr/src/usr.bin/yacc; 
make
DIRPRFX=usr.bin/yacc/ obj;  make DIRPRFX=usr.bin/yacc/
depend;  make
DIRPRFX=usr.bin/yacc/ all;  make DIRPRFX=usr.bin/yacc/
DESTDIR=/usr/obj/usr/src/i386 install
=== usr.bin/yacc
/usr/obj/usr/src/i386/usr/src/usr.bin/yacc created for
/usr/src/usr.bin/yacc
rm -f .depend
mkdep -f .depend -a-D__FBSDID=__RCSID 
/usr/src/usr.bin/yacc/closure.c
/usr/src/usr.bin/yacc/error.c
/usr/src/usr.bin/yacc/lalr.c
/usr/src/usr.bin/yacc/lr0.c
/usr/src/usr.bin/yacc/main.c
/usr/src/usr.bin/yacc/mkpar.c
/usr/src/usr.bin/yacc/output.c
/usr/src/usr.bin/yacc/reader.c
/usr/src/usr.bin/yacc/skeleton.c
/usr/src/usr.bin/yacc/symtab.c
/usr/src/usr.bin/yacc/verbose.c
/usr/src/usr.bin/yacc/warshall.c
echo yacc: /usr/lib/libc.a   .depend
cc -O -pipe -D__FBSDID=__RCSID -c
/usr/src/usr.bin/yacc/closure.c
cc -O -pipe -D__FBSDID=__RCSID -c
/usr/src/usr.bin/yacc/error.c
cc: Internal compiler error: program cc1 got fatal
signal 11
*** Error code 1

Stop in /usr/src/usr.bin/yacc.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: newsyslog.conf question

2004-09-29 Thread Ronnie Clark
Garance, 

Please add this. If I can help by testing out
functionality, I definitely will. This will help out
greatly in satisfying audit issues like 
Sarbanes-Oxley, etc...

So, in the mean time, does anyone have a script that
will do this via cron or something?

Thanks,
Ron Clark


--- Garance 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 this
 functionality to future versions, like 5.3 -STABLE?
 
 That is not on my list of things to add to
 newsyslog, but
 I could certainly put something for this on the
 list...
 If I do it, it will show up in 5.3-stable, and
 possibly
 even in 4.x-stable (although that is less likely
 once we
 have 5.3-stable).  What I might add is some generic
 way
 to specify a program to run after a log file has
 been
 rotated, where newsyslog will specify the name of
 the
 (already rotated) log file when it runs the program.
 
 -- 
 Garance Alistair Drosehn = 
 [EMAIL PROTECTED]
 Senior Systems Programmer   or  
 [EMAIL PROTECTED]
 Rensselaer Polytechnic Institute; Troy,
 NY;  USA
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 not have it
actively listen on a port? (in this case tcp 587)

Thanks again in advance,
Ron Clark




__
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sendmail question

2004-09-29 Thread Ronnie Clark
Bill, 

Thanks for the response. Here is the last entry in the
maillog file:

Sep 29 03:01:48 [EMAIL PROTECTED] sendmail[1204]:
i8T81lo5001204: to=root, delay=00:00:00,
xdelay=00:00:00, mailer=relay, pri=31632,
relay=[127.0.0.1], dsn=4.0.0, stat=Deferred:
Connection refused by [127.0.0.1]

This makes sense that the log says what it does since
I have sendmail_enable=NONE. What I am asking is if
there is a way to not have this file at all since
there is no need to send amy mail of any kind from
this server. Make sense?

Thanks again for any and all help.
Ron Clark




--- Bill Moran [EMAIL 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 on a FreeBSD system? Or, is
  there a way to turn on a localhost MTA but not
 have it
  actively listen on a port? (in this case tcp 587)
 
 sendmail_enable=NONE should disable it totally.
 
 sendmail_enable=NO should allow local submission
 only.
 
 You could also install something like ssmtp to
 replace sendmail.
 
 What kind of log messages are you getting?
 
 -- 
 Bill Moran
 Potential Technologies
 http://www.potentialtech.com
 




___
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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




___
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 -I/usr/include -I.
-I/usr/src/sys/dev/aic7xxx/aicasm   
-D__FBSDID=__RCSID -c aicasm_macro_gram.c
cc: Internal compiler error: program cc1 got fatal
signal 11
*** Error code 1

Stop in /usr/obj/usr/src/sys/KERNEL1.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

Anyone have any ideas why this is happening? 

Thanks,
Ron Clark

# uname -a
FreeBSD my.freebsd.server 4.9-STABLE FreeBSD
4.9-STABLE #0: Sat Feb 21 14:53:51 CST 2004



__
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Makeworld issues

2004-08-19 Thread Ronnie Clark
Ciprian, 

Thanks for the info. I did a cvsup before trying again
and the same thing happened. I'll dig some more for
the error code as you suggest. 

Thanks,
Ron Clark


--- Ciprian Badescu [EMAIL PROTECTED]
wrote:

 Hi,
 
 
 I had the same problem. If it's happening in the
 same place, you need to
 perform an update of your sources, else it is a
 hardware problem (memory,
 swap disk, processor is getting to hot, etc). Search
 in archives and
 google for more informations about signal 11 while
 making world.
 
 For me, a sources update solved the problem.
 
 --
 Ciprian Badescu
 
 On Thu, 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 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 -I/usr/include -I.
  -I/usr/src/sys/dev/aic7xxx/aicasm
  -D__FBSDID=__RCSID -c aicasm_macro_gram.c
  cc: Internal compiler error: program cc1 got fatal
  signal 11
  *** Error code 1
 
  Stop in /usr/obj/usr/src/sys/KERNEL1.
  *** Error code 1
 
  Stop in /usr/src.
  *** Error code 1
 
  Stop in /usr/src.
 
  Anyone have any ideas why this is happening?
 
  Thanks,
  Ron Clark
 
  # uname -a
  FreeBSD my.freebsd.server 4.9-STABLE FreeBSD
  4.9-STABLE #0: Sat Feb 21 14:53:51 CST 2004
 
 
 
  __
  Do you Yahoo!?
  Yahoo! Mail - 50x more storage than other
 providers!
  http://promotions.yahoo.com/new_mail
  ___
  [EMAIL PROTECTED] mailing list
 

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 
 




__
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 09:34:15 rc-bsd syslog-ng[424]:
pkt_buffer::do_flush(): Error flushing data
Aug 17 09:34:15 rc-bsd syslog-ng[424]: Garbage
collecting while idle...
Aug 17 09:34:15 rc-bsd syslog-ng[424]: Objects alive:
200, garbage collected: 0

Is there an issue with this broken pipe? Anyone else
seeing this issue?

Thanks in advance,
Ron Clark


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 test.log file is empty. I have rebooted and
tried to cause some syslog messages on the syslog
server. Also, there is no firewall or other filtering
device between these machines and they are on same
subnet.

Does anyone have a good setup doc on setting up a
syslog server?

[Bonus question] Has anyone setup a Windows server to
log to syslog? If so, how?

Thanks in advance,
Ron Clark




__
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.
http://promotions.yahoo.com/new_mail
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 fix? Is there a workaround for this license key
issue? 

Any (and all) help is greatly appreciated.

Thanks,
Ron Clark





__
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th
http://taxes.yahoo.com/filing.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 anyone know if this is a
bug in the port, or an issue with my hardware? 

Any help is greatly appreciated! 

Below is error message:

/local/include -I3rdparty/opentype
-I/usr/local/include -I../include -I/usr/X11R6/include
-I/usr/X11R6/include -I.moc/release-shared-mt/ -o
.obj/release-shared-mt/qsound_x11.o
kernel/qsound_x11.cpp
kernel/qsound_x11.cpp:51: audio/audiolib.h: No such
file or directory
kernel/qsound_x11.cpp:52: audio/soundlib.h: No such
file or directory
kernel/qsound_x11.cpp:54: syntax error before `*'
kernel/qsound_x11.cpp:56: syntax error before `('
*** Error code 1

Stop in
/usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.1/src.
*** Error code 1

Stop in
/usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.1.
*** Error code 1

Stop in /usr/ports/x11-toolkits/qt33.
*** Error code 1

Stop in /usr/ports/x11/kde3.

__
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway 
http://promotions.yahoo.com/design_giveaway/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 networks, one server continues to display
stratum 0. 

If I kill the xntp daemon, then run ntpdate to the ip
address of the other server, it tells me there is no
server suitable for synchronization. Any ideas as to
how to fix this?

Thanks,
Ron Clark


__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: SNMP help

2003-10-30 Thread Ronnie Clark
Thanks all for the suggestions. I have the port
installed, but how do I configure this beast to work
with OpenView? I have looked at the online docs for
the port, but it is all jibberish to this newbie.
Anyone have a simple to follow doc or set of
guidelines to setup net-snmp to be monitored 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. So I have to load SNMP on
 these servers. Any
  suggestions as to what I should load to accomplish
 this?
 
 Install the net-snmp port.
 
 -- 
   Dan Nelson
   [EMAIL PROTECTED]


__
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 appreciated.
Thanks,
Ron Clark


__
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 Windows workstations and use
Linux. 

I said that I could do the same on FreeBSD. Crossover
office does not run on FreeBSD. (shame on them) So I
loaded Wine from ports. I can now run notepad,
progman, and wcmd (command prompt). But when I try and
load Office 2000, I get the followin error:

wine /cdrom/SETUPOUT.EXE
Could not stat /mnt/fd0 (No such file or directory),
ignoring drive A:
fixme:msi:MsiQueryProductStateA
{00160409-78E1-11D2-B60F-006097C998E7}
fixme:process:CreateProcessA
(C:\WINDOWS\SYSTEM\msiexec.exe,...):
NORMAL_PRIORITY_CLASS ignored
Could not stat /mnt/fd0 (No such file or directory),
ignoring drive A:
fixme:msi:MsiEnableLogA 0516 E:\\Outlook 2000
Setup (0004)_MsiExec.txt 0
fixme:msi:MsiSetInternalUI 0005 0x0
fixme:msi:MsiInstallProductW LD:\\data1Out.msi L 
Call not implemented

Is there someone out there who is running Wine on
FreeBSD that could help? 

Thanks,
Ron Clark


__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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
http://shopping.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 improved product search
http://shopping.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD and DNS

2003-09-13 Thread Ronnie Clark
OK, this sounds great, and Thanks for the reply. But,
do you know of a good How-to document so I can have
something to reference?

Thanks,
RC



--- Erik Sabowski [EMAIL PROTECTED] wrote:
 do you use granitecanyon? i was using them and they
 were having that
 problem, so I am doing that now
 i 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: Friday, September 12, 2003 11:11 PM
 Subject: FreeBSD and DNS
 
 
  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 service to point
 to
  my static IP from the outside. But as of late, the
 DNS
  service has come under DOS attack. So, if I want
 to
  host my own DNS records, so that people on the
 outside
  get my static, routable internet IP address, plus
 my
  reverse DNS record, can I still have the DNS
 service
  serve my internal requests? Can you have an A
 record
  point to the same machine, yet list two different
 IP
  addresses? Or do I need to move my internal DNS to
  another system to serve the inside? Please help,
 brain
  in knots over this one.
 
  Thanks,
  RC
 
  __
  Do you Yahoo!?
  Yahoo! SiteBuilder - Free, easy-to-use web site
 design software
  http://sitebuilder.yahoo.com
  ___
  [EMAIL PROTECTED] mailing list
 

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 
 


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 service to point to
my static IP from the outside. But as of late, the DNS
service has come under DOS attack. So, if I want to
host my own DNS records, so that people on the outside
get my static, routable internet IP address, plus my
reverse DNS record, can I still have the DNS service
serve my internal requests? Can you have an A record
point to the same machine, yet list two different IP
addresses? Or do I need to move my internal DNS to
another system to serve the inside? Please help, brain
in knots over this one.

Thanks,
RC

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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. Otherwise, I am going
to have to get better at perl in a big way. 

Many thanks in advance,
Ron Clark


__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 the localhost.
Is there a way to retrieve the email that is stuck?

2.) Is there a way to alias my account on the firewall
box to my account on another FreeBSD workstation?

Thanks in advance,
Ron Clark

__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: FreeBSD 4.x and Apache+mod_ssl

2002-11-20 Thread Ronnie Clark
Marcel, 

Thanks for the help, but I am either too sleepy or too slow to make 
this work right. I did these steps from the /usr/ports/www/apache13-
modssl/ directory:
make
make certificate TYPE=custom
make install

When I do the make install, it automatically writes in the snake oil CA 
and server cert, which are old and expired. How do I get it to 
recognize and use my new custom CA and server cert?

Thanks again for the help. I am also sending this to freebsd-questions.
Ron Clark


 from /usr/ports/www/apache13-modssl/ run:
 make certificate TYPE=custom
 
 and follow the prompts..  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,
  Apache13+mod_ssl, and mod_php4 from the ports collection. I got php 
and
  SSL playing nice together, but I now have a website that is showing 
an
  invalid cert. How do I generate my own CA and new server cert 
signed by
  that CA in this format?
 
  Thanks in advance,
  Ron Clark
 
 
  
__
  Apache Interface to OpenSSL (mod_ssl)   
www.modssl.org
  User Support Mailing List  modssl-
[EMAIL PROTECTED]
  Automated List Manager
[EMAIL PROTECTED]
 
 -- 
 They that give up essential liberty to obtain a little temporary 
safety... 
 deserve neither safety nor liberty. - Benjamin Franklin(1759)
 __
 Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
 User Support Mailing List  [EMAIL PROTECTED]
 Automated List Manager[EMAIL PROTECTED]
 
 




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



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 doesn't match...  How does one update the CA and 
server cert after these steps?

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

__
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos  More
http://faith.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



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 appreciated. 

Thanks,
Ron Clark

__
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos  More
http://faith.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



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