CDROM Disc-1 install fails @ Xorg package choice | Disklabel Editor won't config 2nd RAID drive

2005-02-24 Thread Jeffrey Colter
Hi,

I'm having some issues installing FreeBSD from the
Disc-1 CDROM.  I'm using a Dell SC420 PowerEdge with
two 80GB drives in a RAID level-1 array.

When I get to the Disklabel Editor, both drives are
shown at top, and I can configure the first using auto
defaults, but when I select the 2nd drive the display
doesn't change - drive 1 is still shown in the Part
column, no matter if I press "a" or anything. (side
question: if and when it's all working, how will I
know if the RAID is doing its thing; is there a
utility for that?) 

Also when I get to the Xorg choices screen I get stuck
in a loop - can't get on to the next config screen.

Thanx, Jeff



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


Apache won't talk to the world

2005-02-25 Thread Jeffrey Colter
Hi,

I installed Apache 2 but it won't talk to the world. 
KDE works fine on the internet through my WRT54G
router, but Apache gives this config error:

[alert] (EAI 8)hostname nor servname provided, or not
known: mod_unique_id: unable to find IPv4 address of
".comcast.net"
Configuration Failed
=
I'm using ddclient to sync www.zonedit.com for dynamic
DNS using my Comcast cable internet connection.

I want to use virtual hosts to host several websites,
but can't even get the basic config to work.

Here is my rc.conf:
=
hostname="www.torva.com"
ifconfig_bge0="inet 192.168.1.40  netmask
255.255.255.0"
defaultrouter="192.168.1.1"
==

Here are the relevant lines in httpd.conf the Apache
config file:

===
Listen 192.168.1.40:80
User www
Group www
ServerName www.torva.com:80
UseCanonicalName Off
DocumentRoot "/usr/local/www/data"



What's wrong?

Thanx, Jeff


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