Debian HN, Fedora VE [message #32686] |
Sun, 24 August 2008 06:47  |
mlowrie
Messages: 5 Registered: May 2008
|
Junior Member |
|
|
Hi there,
I'm in the process of trying OpenVZ out, and I'm using Debian Etch as the hardware node, but I would like to get a Fedora VE in order to run the Fedora Directory Server.
I downloaded the fedora-9-i386-default.tar.gz file from the contributed templates, and upon setting everything up, I get the following:
vindicta-test:/etc/vz# vzctl start 191
Warning: configuration file for distribution fedora-9-i386-default not found default used
Starting VE ...
VE is mounted
Adding IP address(es): 192.168.121.191
bash: line 384: /etc/network/interfaces: No such file or directory
bash: line 392: /etc/network/interfaces: No such file or directory
cp: cannot stat `/etc/network/interfaces': No such file or directory
bash: line 430: /etc/network/interfaces.bak: No such file or directory
mv: cannot stat `/etc/network/interfaces.bak': No such file or directory
Setting CPU units: 1000
Configure meminfo: 65536
Set hostname: fedora
File resolv.conf was modified
VE start in progress...
I'm guessing this has something to do with using a Debian HN and Fedora VE? I assume Fedora uses a different configuration system for network interfaces?
Any help appreciated!
Mike
|
|
|
Re: Debian HN, Fedora VE [message #32729 is a reply to message #32686] |
Tue, 26 August 2008 06:38   |
 |
curx
Messages: 739 Registered: February 2006 Location: Nürnberg, Germany
|
Senior Member |

|
|
Hi,
vzctl check if a fedora-9.conf vz dist script exist (-> /etc/vz/scripts/fedora-9.conf), if not the default script, here debian ist used.
To solve the problem:
$ ln -s /etc/vz/dists/fedora-core.conf /etc/vz/dists/fedora-9.conf
or
$ cp /etc/vz/dists/fedora-core.conf /etc/vz/dists/fedora-9.conf
[Updated on: Tue, 26 August 2008 06:42] Report message to a moderator
|
|
|
|