Hello,
I'm trying to boot a simple zone. But I get the following message:
bash-3.00# zoneadm -z www boot
zoneadm: zone 'www': mount of /etc/mnttab failed: No such file or
directory
zoneadm: zone 'www': call to zoneadmd failed
Can anybody tell me what is wrong and how to fix this?
Theo
|
|
0
|
|
|
|
Reply
|
theo.google (2)
|
6/6/2005 7:35:42 AM |
|
In article <1118043342.109362.10070@g43g2000cwa.googlegroups.com>,
"UnixTheo" <theo.google@xs4all.nl> writes:
> Hello,
>
> I'm trying to boot a simple zone. But I get the following message:
>
> bash-3.00# zoneadm -z www boot
> zoneadm: zone 'www': mount of /etc/mnttab failed: No such file or
> directory
> zoneadm: zone 'www': call to zoneadmd failed
>
>
> Can anybody tell me what is wrong and how to fix this?
Looking from the zone's root directory, is the file etc/mnttab
there? It looks like it isn't, in which case something probably
went wrong during the zone installation.
--
Andrew Gabriel
|
|
0
|
|
|
|
Reply
|
andrew
|
6/6/2005 7:57:16 AM
|
|
The installation and verification went well. But you are right, the
mnttab isn't there.
|
|
0
|
|
|
|
Reply
|
UnixTheo
|
6/6/2005 8:28:16 AM
|
|
In article <1118046496.363820.184990@g43g2000cwa.googlegroups.com>,
"UnixTheo" <theo.google@xs4all.nl> writes:
> The installation and verification went well. But you are right, the
> mnttab isn't there.
Well, you can solve this by just using touch to create an empty one.
But there may be other problems with the zone installation in that
case.
--
Andrew Gabriel
|
|
0
|
|
|
|
Reply
|
andrew
|
6/6/2005 9:03:39 AM
|
|