SolusVM OpenVZ VPS is not available via network after migration: DISTRIBUTION: command not found

Have more questions? Submit a request

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

  1. Connect to OpenVZ node via SSH
  2. Modify the VPS config file /etc/vz/conf/101.conf by changing the following line:

    CONFIG_TEXT: DISTRIBUTION = "debian"

    to

    CONFIG_TEXT: DISTRIBUTION="debian"

Articles in this section

Was this article helpful?
0 out of 0 found this helpful
Share

Comments

0 comments

Please sign in to leave a comment.