Discussion:
EON - rge0 and ipv4 question
Erwin Panen
2011-04-15 20:18:43 UTC
Permalink
Hi,

Installing a new EON box on Asus AT4NM10-I mobo.
After issuing setup and setting my new hostname, and updimg.sh'ing, my system issues svc.startd error:
miniserve svc.startd[7]: network/http:apache22 failed fatally: transitioned to maintenance
(see 'svcs -xv' for details)

Some digging led me to the fact this error is due to:
miniserve:19:/var/apache2/2.2/logs#cat error_log
[Fri Apr 15 12:09:04 2011] [alert] (EAI 8)node name or service name not known: mod_unique_id: unable to find IPv4 address of "miniserve"
Configuration Failed


ifconfig -a shows:
miniserve:1:~#ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
rge0: flags=1004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4> mtu 1500 index 2
inet 192.168.80.110 netmask ffffff00 broadcast 192.168.80.255
ether bc:ae:c5:b5:27:de
lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 index 1
inet6 ::1/128

mobo manual says NIC is Realtek RTL8112L adapter.

How do I work around this issue?
Thanks a lot for your help!

Erwin
--
This message posted from opensolaris.org
Andre Lue
2011-04-16 18:53:43 UTC
Permalink
I think /etc/hosts is missing an entry for miniserve which is preventing apache from starting properly.
--
This message posted from opensolaris.org
Loading...