Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create an iocage jail cmd always returns an error #18

Open
shermy opened this issue Dec 30, 2023 · 2 comments
Open

Create an iocage jail cmd always returns an error #18

shermy opened this issue Dec 30, 2023 · 2 comments

Comments

@shermy
Copy link

shermy commented Dec 30, 2023

tried several variations of this:
iocage create -n nextcloud -r 13.0-U6.1-RELEASE ip4_addr="vnet0|192.168.1.100/24" defaultrouter="192.168.1.1" vnet="on" allow_raw_sockets="1" boot="on"
but always get the same error:
"
13.0-U6.1-RELEASE was not found!"

@samuel-emrys
Copy link
Contributor

Hi @shermy, as per https://iocage.readthedocs.io/en/latest/basic-use.html you can use iocage fetch to get a list of valid releases to download.

# iocage fetch
[0] 9.3-RELEASE (EOL)
[1] 10.1-RELEASE (EOL)
[2] 10.2-RELEASE (EOL)
[3] 10.3-RELEASE
[4] 11.0-RELEASE

Type the number of the desired RELEASE
Press [Enter] to fetch the default selection: (11.0-RELEASE)
Type EXIT to quit: 4

Use this to find a valid release and populate the -r argument with it.

Hope this helps.

@shermy
Copy link
Author

shermy commented Jan 1, 2024

hi @samuel-emrys , thanks for the quick answer, looks like I should have chosen 13.2-RELEASE , I can't confirm you if it works as in the meantime I switched to another type of installation, but will keep you posted if i get back to your tutorial. Good works keeping this out there!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants