Lidarr

samuel-emrys

Contributor
Joined
Dec 14, 2018
Messages
136
I got an error, I believe it was a mask error or something, so I just changed it manually to DHCP inside freenas, I used <192.168.1.29/24> for IP/mask and <192.168.1.1> for gateway, possibly I should have entered 255.255.255.0 instead of the /24?
Using /24 is fine. To clarify, you entered the following command at creation?
iocage create -n "lidarr" -p /tmp/pkg.json -r 11.2-RELEASE ip4_addr="vnet0|192.168.1.29/24" defaultrouter="192.168.1.1" vnet="on" allow_raw_sockets="1" boot="on"

It's important that you didn't include the <>. Also, are you trying to access the jail using this URL, or whatever IP your DHCP server is allocating? http://192.168.1.29:8686

Again though, these questions should go in the thread with the guide you're using so other people will benefit from this. This thread will be difficult to find
 

rknaub

Explorer
Joined
Jan 31, 2017
Messages
75
So i deleted the jail and tried starting over. It was a VNET error I was receiving when configuring the IP, got it again, and of course it failed to load - so I again changed it to DHCP and got further. I got to the point where I had to install the certificate again, and when it was extracting to /usr/local/share I kept getting directory doesn't exist, or directory error. I tried bypassing security for the download, it looked like it downloaded lidarr, but then when I tried to extract it I got the directory or file doesn't exist error. When I check /usr/local/share directory I do not see that it downloaded the file after all.

Thank you both for the help, and taking time out of your lives to help me when I am clearly helpless. At this point I think it's time to stop wasting everyone's time and just call it. Thanks again for the great support from the community.

I did include the <> - lol, clueless.
 

rknaub

Explorer
Joined
Jan 31, 2017
Messages
75
I GOT IT TO WORK! The whole IP address thing caused all my problems. After you CORRECTLY enter the IP info it does a couple important steps, including grabbing the cert. From there it was pretty much a breeze. Thank you both so much for putting up with my ignorance.
 

samuel-emrys

Contributor
Joined
Dec 14, 2018
Messages
136
I GOT IT TO WORK! The whole IP address thing caused all my problems. After you CORRECTLY enter the IP info it does a couple important steps, including grabbing the cert. From there it was pretty much a breeze. Thank you both so much for putting up with my ignorance.
Glad you got it working :)
 
Top