[zones-discuss] Zone and Apache 2.2

2009-12-27 Thread godefroy montegommery
Hi,

I hope it is the correct place to post this.  

I have created a zone to run Apache 2 on it.  After having installed the 
packages for apache, I have tried to start it, without any success : 

r...@zoneapache:/usr/apache2/2.2/bin# ./apachectl start
r...@zoneapache:/usr/apache2/2.2/bin# ./apachectl stop 
[b]httpd (no pid file) not running[/b]

Here is what i found in the error log :
r...@zoneapache:/var/apache2/2.2/logs# cat error_log 
[Sun Dec 27 18:45:21 2009] [alert] (EAI 8)node name or service name not known: 
mod_unique_id: unable to find IPv4 address of zoneApache
Configuration Failed

What could be the cause of this error?

Thank you
-- 
This message posted from opensolaris.org
___
zones-discuss mailing list
zones-discuss@opensolaris.org


Re: [zones-discuss] Zone and Apache 2.2

2009-12-27 Thread Mike Gerdts
On Sun, Dec 27, 2009 at 9:35 PM, godefroy montegommery
dunkell...@hotmail.com wrote:
 Hi,

 I hope it is the correct place to post this.

 I have created a zone to run Apache 2 on it.  After having installed the 
 packages for apache, I have tried to start it, without any success :

 r...@zoneapache:/usr/apache2/2.2/bin# ./apachectl start
 r...@zoneapache:/usr/apache2/2.2/bin# ./apachectl stop
 [b]httpd (no pid file) not running[/b]

 Here is what i found in the error log :
 r...@zoneapache:/var/apache2/2.2/logs# cat error_log
 [Sun Dec 27 18:45:21 2009] [alert] (EAI 8)node name or service name not 
 known: mod_unique_id: unable to find IPv4 address of zoneApache
 Configuration Failed

 What could be the cause of this error?

Looks to me like something in mod_unique_id.so is calling
gethostbyname() to find the IP address or fully qualified name for
zoneApache.  My guess is that if you try getent hosts zoneApache it
will return nothing, suggesting a DNS or
/etc/{hosts,nsswitch.conf,resolv.conf} configuration problem.  Do your
debugging in the zone, not in the global zone.

-- 
Mike Gerdts
http://mgerdts.blogspot.com/
___
zones-discuss mailing list
zones-discuss@opensolaris.org


Re: [zones-discuss] Zone and Apache 2.2

2009-12-27 Thread godefroy montegommery
Wonderful, it works.  The hosts files in the global zone and the zoneApache 
zone were the same : 

# Internet host table 
#
::1 localhost
127.0.0.1   localhost loghost opensolaris

I changed opensolaris for zoneApache in the hosts file of zoneApache to 
solve the problem.

Thank you!
-- 
This message posted from opensolaris.org
___
zones-discuss mailing list
zones-discuss@opensolaris.org