Applicable to:
- SolusVM
Symptoms
- Fail to start SolusVM OpenVZ VPS - VPS stays offline
- When trying to Reboot server with debug at SolusVM > Virtual Servers > VPS > Reboot(Debug) there is an error:
CONFIG_TEXT: ERROR: Can't copy file /etc/resolvconf/resolv.conf.d/base
Cause
/etc/resolvconf/resolv.conf.d/ directory is missing inside the VPS
Resolution
- Connect to OpenVZ node via SSH
- Unassign all the IP addresses for the affected VPS and restart it:
# vzctl set CTID --ipdel <IP_Address> --save
# vzctl restart CTID - Create missing directory inside the VPS:
# vzctl exec CTID mkdir -p /etc/resolvconf/resolv.conf.d
- Login to SolusVM admin panel
- Reboot the VPS at SolusVM > Virtual Servers > VPS > Reboot
Comments
0 commentsPlease sign in to leave a comment.