- Code: Select all
#vzctl start <veid>
Starting VPS ...
vzquota : (warning) Incorrect quota shutdown for id <veid>, recalculating disk usage
vzquota : (error) quota check : lstat `conf': No such file or directory
vzquota on failed [1]
I fixed it by running the following commands:
- Code: Select all
vzquota off <veid>
vzquota on <veid>
vzctl start <veid>