Vanilla DietPi: installed MineOS doesn't start (TypeError)

Hello DietPi-Community! :slight_smile:

I just bought an Odroid C2 and installed DietPi out of the box. After installing I installed only ONE additional software: “MineOS”. When i start it by typing “mineos”, I’m getting the following error-message:

path.js:7
   throw new TypeError('Path must be a string. Received ' + inspect(path));

TypeError: Path must be a string. Received undefined
...

I’m very new to everything here and I don’t know. Am I doing something wrong?

Thx for your help!

Hi,

MineOS is most likely already running. Its launched and controlled by supervisor (config
cat /etc/supervisor/conf.d/mineos.conf)

You can check its running with:

root@DietPi:~# ps aux | grep [n]ode
root      4373  2.1  2.2 1128216 38708 ?       Sl   12:59   0:03 /usr/local/bin node webui.js

You can control supervisor (and therefor MineOS) with:

dietpi-services stop
dietpi-services start

#or

systemctl stop supervisor
systemctl start supervisor

Remember the URL address is https://ip:8443 : http://dietpi.com/phpbb/viewtopic.php?f=8&t=5&start=60#p2069

Thanks four your reply! The missing “s” in https was my mistake. Thx!

I did the same thing when testing it lol. Easily done :slight_smile: