Re: [zones-discuss] Installing a specific dev release into a zone?

2009-12-27 Thread Frank Batschulat (Home)
On Sun, 27 Dec 2009 04:55:21 +0100, Tristan Ball tristan.b...@leica-microsystems.com wrote: I've got a Opensolaris snv_129 VM with which I'm playing around with zones.. Initially everything was fine, however since my initial install the opensolaris dev repository has updated to release 130,

[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#

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 :

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