MineOS Failing To Install

ekarni

Explorer
Joined
Sep 24, 2020
Messages
55
Hello,

I'm trying to install MineOS on my FreeNAS, but I get this error everytime I try to install it from the plugin section

chrome_1f7VrmkpDj.png


I tried the following steps via SSS

Code:
fetch https://raw.githubusercontent.com/jsegaert/iocage-plugin-index/fix_mineos/mineos.json
iocage fetch -P mineos.json -n mineos-plugin


but this is the error I get when doing that:

Code:
Installing updates... done.
Network connectivity is required to fetch a plugin. Please enable dhcp/nat or supply a valid ip address.


I looked in my jails, but nothing new was there. Any help would be awesome :D
 

Jambones

Cadet
Joined
Jun 28, 2014
Messages
3
I had the same issue above and can confirm that including the dhcp parameter does the trick!

Code:
iocage fetch -P mineos.json -n mineos-plugin dhcp=on
 

ekarni

Explorer
Joined
Sep 24, 2020
Messages
55
I did resolve this issue! I had to run some custom commands in the shell, but it works now! I still can't get an existing world in there, cause I get permission denied sadly!

Sorry, this was a while ago. I'm looking for the commands I used!

Edit: https://jira.ixsystems.com/browse/NAS-107986 This is the solution I used to install MineOS
 
Top