Applicable to:
- SolusVM
Symptoms
- SolusVM OpenVZ VPS is not available via network after migration
- When manually restarting VPS there is the following error:
# vzctl restart 101
<...>
/etc/vz/conf/101.conf: line 56: DISTRIBUTION: command not found
Cause
Excessive whitespaces in DISTRIBUTION declaration in the VPS config file /etc/vz/conf/101.conf:
CONFIG_TEXT: DISTRIBUTION = "debian"
Resolution
- Connect to OpenVZ node via SSH
- Modify the VPS config file /etc/vz/conf/101.conf by changing the following line:
CONFIG_TEXT: DISTRIBUTION = "debian"
to
CONFIG_TEXT: DISTRIBUTION="debian"
Comments
0 commentsPlease sign in to leave a comment.