I just installed mineos on a CentOS 7 server using this guide
[root@localhost etc]# cat system-release
CentOS Linux release 7.5.1804 (Core)
and when I get to the end and run systemctl start mineos
I get
Job for mineos.service failed because a configured resource limit was exceeded. See "systemctl status mineos.service" and "journalctl -xe" for details.
the /var/game directory is empty, and /var/log/mineos.log does not exist:
[root@localhost me]# cd /var/games/
[root@localhost games]# ls
[root@localhost games]# pwd; ls
/var/games
[root@localhost games]# less /var/log/mineos.log
/var/log/mineos.log: No such file or directory
[root@localhost games]#
It does, I found a missing dependency and added it:
[root@localhost minecraft]# ./webui.js
MineOS is missing dependencies: { Error: not found: rdiff-backup
at getNotFoundError (/usr/games/minecraft/node_modules/which/which.js:13:12)
at F (/usr/games/minecraft/node_modules/which/which.js:68:19)
at E (/usr/games/minecraft/node_modules/which/which.js:80:29)
at /usr/games/minecraft/node_modules/which/which.js:89:16
at /usr/games/minecraft/node_modules/isexe/index.js:42:5
at /usr/games/minecraft/node_modules/isexe/mode.js:8:5
at FSReqWrap.oncomplete (fs.js:152:21) code: ‘ENOENT’ }
{ screen: ‘/usr/bin/screen’,
tar: ‘/usr/bin/tar’,
java: ‘/usr/bin/java’,
‘rdiff-backup’: undefined }
[root@localhost me]# cd /usr/games/minecraft
[root@localhost minecraft]# ./webui.js
base_directory found in mineos.conf, using: /var/games/minecraft
MineOS webui listening on HTTPS://0.0.0.0:8443
info: Starting up server, using commit: b28c5be fw.ignore for all skip_dirs
[root@localhost minecraft]# ip addr show
…
4: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 00:30:48:xx:xx:xx brd ff:ff:ff:ff:ff:ff
inet 192.168.42.40/24 brd 192.168.42.255 scope global bond0
I see you’re using a bonded interface. Can you confirm that this IP address has worked for other services listening on this bonded interface? For example, is your SSH running on this IP/bond0 and it confirmed works?
netstat -ntlp
Verify that :8443 is listed there as being an open and listening port.
Sorry for not getting back to this thread. I eventually got it working. I can’t remember exactly how, but am going through my bash history to jog my memory and update this thread with the solution.
To answer your question, too, @hexparrot - I was using the bond connection with SSH and other services. It works beautifully with mineOS, as well as Plex running from the same server.
Hello, I appear to be having a similar issue after following the installation guide and attempting to start MineOS for the first time:
CentOS Linux release 7.5.1804 (Core)
systemctl start mineos
Job for mineos.service failed because a configured resource limit was exceeded. See “systemctl status mineos.service” and “journalctl -xe” for details.
Oct 31 22:13:19 ******* systemd[1]: Failed to start Start MineOS minecraft front-end.
Oct 31 22:13:19 ******* systemd[1]: Unit mineos.service entered failed state.
Oct 31 22:13:19 ******* systemd[1]: mineos.service failed.
Oct 31 22:13:19 ******* systemd[1]: mineos.service holdoff time over, scheduling restart.
Oct 31 22:13:19 ******* systemd[1]: start request repeated too quickly for mineos.service
Oct 31 22:13:19 ******* systemd[1]: Failed to start Start MineOS minecraft front-end.
Oct 31 22:13:19 ******* systemd[1]: Unit mineos.service entered failed state.
Oct 31 22:13:19 ******* systemd[1]: mineos.service failed.
journalctl -xe Results
Subject: Unit mineos.service has begun start-up**
Defined-By: systemd**
Support: systemd-devel Info Page**
Unit mineos.service has begun starting up.**
Oct 31 22:13:18 ******* node[23925]: Starting mineos daemon…**
Oct 31 22:13:19 ******* node[23925]: mineos daemon failed to start: Module ‘/usr/games/minecraft/webui.js’ stopped unexpected**
Oct 31 22:13:19 ******* systemd[1]: PID 23931 read from file /var/run/mineos.pid does not exist or is a zombie.**
Oct 31 22:13:19 ******* systemd[1]: Failed to start Start MineOS minecraft front-end.**
Subject: Unit mineos.service has failed**
Defined-By: systemd**
Support: systemd-devel Info Page**
Unit mineos.service has failed.**
The result is failed.
Oct 31 22:13:19 ******* systemd[1]: Unit mineos.service entered failed state.
Oct 31 22:13:19 ******* systemd[1]: mineos.service failed.
Oct 31 22:13:19 ******* systemd[1]: mineos.service holdoff time over, scheduling restart.
Oct 31 22:13:19 ******* systemd[1]: start request repeated too quickly for mineos.service
Oct 31 22:13:19 ******* systemd[1]: Failed to start Start MineOS minecraft front-end.
This is so old, you’re unfortunately following the wrong guide if you’ve just recently started trying to use MineOS. Start a new thread and write what you’ve done etc there.