Have some feedback, questions, suggestions, or just fancy a chat? Pop it in here.
quadews
Posts: 4 Joined: Thu Aug 27, 2020 3:00 pm
Post
by quadews » Thu Aug 27, 2020 3:06 pm
im using a latest dietpi version and im getting error on cuberite server icant start this app its getting error
sudo: ./Cuberite: command not found
how can i fix this ?
( sorry for my bed england
)
Joulinar
Posts: 3688 Joined: Sat Nov 16, 2019 12:49 am
Post
by Joulinar » Thu Aug 27, 2020 4:05 pm
Hi,
many thanks for your request. Usually Cuberite is started as service during boot and it is not needed to start it manually. Pls can you check if the service is running fine.
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
quadews
Posts: 4 Joined: Thu Aug 27, 2020 3:00 pm
Post
by quadews » Thu Aug 27, 2020 4:34 pm
i cant run this app getting error
root@DietPi:/mnt/dietpi_userdata/mc# sudo ./Cuberite
sudo: ./Cuberite: command not found
MichaIng
Site Admin
Posts: 2611 Joined: Sat Nov 18, 2017 6:21 pm
Post
by MichaIng » Thu Aug 27, 2020 4:43 pm
The executable is located at
/mnt/dietpi_userdata/cubrite/Cuberite , but it is not meant to be executed manually when you want to have the server running in background as service with all config files loaded and safe permissions. Please use the systemd service for this:
systemctl restart cuberite
If it fails to start, check logs:
journalctl -u cuberite or
systemctl status cuberite as suggested by Joulinar.
If you run it on an RPi 1 or Zero or Zero W, the current version indeed dropped support for those models (ARMv6):
https://github.com/MichaIng/DietPi/issues/3664
As a workaround a current ARMv6-compatible binary has been build by a community member:
https://github.com/MichaIng/DietPi/issu ... -676216329
Good to be remembered that I wanted to add this to our install code.
Joulinar
Posts: 3688 Joined: Sat Nov 16, 2019 12:49 am
Post
by Joulinar » Thu Aug 27, 2020 4:58 pm
@quadews
yes, basically you are trying to start it from incorrect folder /mnt/dietpi_userdata/mc
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
MichaIng
Site Admin
Posts: 2611 Joined: Sat Nov 18, 2017 6:21 pm
Post
by MichaIng » Thu Aug 27, 2020 5:07 pm
There is also a typo in our directory that was obviously never recognised,
cubrite instead of
cuberite . I'll leave it like that for v6.32 and fix it for v6.33
.
quadews
Posts: 4 Joined: Thu Aug 27, 2020 3:00 pm
Post
by quadews » Thu Aug 27, 2020 5:44 pm
thanks a lot ! its working
quadews
Posts: 4 Joined: Thu Aug 27, 2020 3:00 pm
Post
by quadews » Thu Aug 27, 2020 6:03 pm
im not install on dietpi-software im installed on cuberite website. thanks
Joulinar
Posts: 3688 Joined: Sat Nov 16, 2019 12:49 am
Post
by Joulinar » Thu Aug 27, 2020 6:07 pm
I would recommend to use dietpi-software . It's much more easier and we are able to support you. If you install it yourself, we are limited.
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team