Chatnaut / Arclight

An open source server virtualization management solution based on QEMU/KVM. Manage virtual machines, containers, highly available clusters, storage and networks with an integrated, easy-to-use web interface or via CLI. (Featured on zeupiter.com)
https://arclight-c20.pages.dev
Other
165 stars 12 forks source link

install #22

Closed TorbenMartin closed 1 year ago

TorbenMartin commented 2 years ago

hey.

i want to give it a try. running on ubuntu 20.04.5

install complete. reboot.

Error: Arc api not running Failed to start PM2 process manager.

elondust commented 2 years ago

Hello @TorbenMartin, Check if the pm2 process is running with pm2 status command if it's not, try to restart the process using systemctl reload-or-restart pm2-root and see if the arc api is listed in the process table.

Screenshot (54)

TorbenMartin commented 2 years ago

pm2-root not found.

pm2 status tell me status errored

elondust commented 2 years ago

Can you provide a detailed error message or something like a screenshot?