IOCAGE FN11 RC3

Status
Not open for further replies.

Mark WatIng

Explorer
Joined
Mar 6, 2017
Messages
53
Hi All,

Testing IOCAGE on FN 11 RC3, but does not work for me. Below is the error/screen output. Does anyone know what I should be doing to get IOCAGE working ....

I'm using FN 11RC3 under VMWare for testing purposes (using NAT).

Many Thanks,

Code:
root@freenas:/mnt/iocage/releases # iocage fetch --plugins ip4_addr="em0:192.168.160.131/24"
[0] BitTorrent Sync - Resilient, fast and scalable file sync software for enterprises and individuals. (btsync)
[1] CouchPotato - CouchPotato is an automatic NZB and torrent downloader. (couchpotato)
[2] Crashplan - Computer backup and data storage made simple. (crashplan)
[3] Deluge - Bittorrent client using Python, and libtorrent-rasterbar (deluge)
[4] Emby - Home media server built using mono and other open source technologies (emby)
[5] GitLab - Powerful features for modern software development (gitlab)
[6] Jenkins - Jenkins CI (jenkins)
[7] Jenkins (LTS) - Jenkins CI (Long Term Support Version) (jenkins-lts)
[8] MadSonic - Open-source web-based media streamer and jukebox. (madsonic)
[9] NextCloud - Access, share and protect your files, calendars, contacts, communication & more at home and in your enterprise. (nextcloud)
[10] Plex Media Server - The Plex media server system (plexmediaserver)
[11] Plex Media Server (PlexPass) - The Plex media server system (plexmediaserver-plexpass)
[12] Quasselcore - Quassel Core is a daemon/headless IRC client, part of Quassel, that supports 24/7 connectivity. Quassel Client can be attached to it to. (quasselcore)
[13] SickRage - Automatic Video Library Manager for TV Shows (sickrage)
[14] Sonarr - PVR for Usenet and BitTorrent users (sonarr)
[15] SubSonic - Open-source web-based media streamer and jukebox. (subsonic)
[16] Syncthing - Personal cloud sync (syncthing)
[17] Transmission - Fast and lightweight daemon BitTorrent client (transmission)

Which plugin do you want to create? (EXIT) 0
Plugin: btsync
  Using RELEASE: 11.0-RELEASE
  Post-install Artifact: https://github.com/freenas/iocage-plugin-btsync.git
  These pkgs will be installed:
	- net-p2p/btsync
Release 11.0-RELEASE missing, will attempt to fetch it.
Fetching: 11.0-RELEASE

Extracting: base.txz...
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/iocage/lib/ioc_fetch.py", line 893, in __fetch_plugin_props__
	with open(freebsd_version, "r") as r:
FileNotFoundError: [Errno 2] No such file or directory: '/mnt/iocage/releases/11.0-RELEASE/root/bin/freebsd-version'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/bin/iocage", line 10, in <module>
	sys.exit(cli())
  File "/usr/local/lib/python3.6/site-packages/click/core.py", line 722, in __call__
	return self.main(*args, **kwargs)
  File "/usr/local/lib/python3.6/site-packages/click/core.py", line 697, in main
	rv = self.invoke(ctx)
  File "/usr/local/lib/python3.6/site-packages/click/core.py", line 1066, in invoke
	return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/usr/local/lib/python3.6/site-packages/click/core.py", line 895, in invoke
	return ctx.invoke(self.callback, **ctx.params)
  File "/usr/local/lib/python3.6/site-packages/click/core.py", line 535, in invoke
	return callback(*args, **kwargs)
  File "/usr/local/lib/python3.6/site-packages/iocage/cli/fetch.py", line 114, in cli
	files=files).fetch_plugin_index(props)
  File "/usr/local/lib/python3.6/site-packages/iocage/lib/ioc_fetch.py", line 1178, in fetch_plugin_index
	props, 0)
  File "/usr/local/lib/python3.6/site-packages/iocage/lib/ioc_fetch.py", line 815, in fetch_plugin
	props, pkg = self.__fetch_plugin_props__(conf, props, num)
  File "/usr/local/lib/python3.6/site-packages/iocage/lib/ioc_fetch.py", line 907, in __fetch_plugin_props__
	self.fetch_release()
  File "/usr/local/lib/python3.6/site-packages/iocage/lib/ioc_fetch.py", line 230, in fetch_release
	self.fetch_ftp_release(eol, _list=_list)
  File "/usr/local/lib/python3.6/site-packages/iocage/lib/ioc_fetch.py", line 432, in fetch_ftp_release
	missing = self.__fetch_check__(ftp_list, ftp=True)
  File "/usr/local/lib/python3.6/site-packages/iocage/lib/ioc_fetch.py", line 559, in __fetch_check__
	self.fetch_extract(f)
  File "/usr/local/lib/python3.6/site-packages/iocage/lib/ioc_fetch.py", line 685, in fetch_extract
	}, libzfs.DatasetType.FILESYSTEM, 0, True)
  File "libzfs.pyx", line 1775, in libzfs.ZFSPool.create (libzfs.c:38817)
TypeError: create() takes at most 4 positional arguments (5 given)
 
Last edited by a moderator:

Mark WatIng

Explorer
Joined
Mar 6, 2017
Messages
53
Glad it's not just me !


Sent from my iPad using Tapatalk Pro
 

Stux

MVP
Joined
Jun 2, 2016
Messages
4,419
I don't see RC4 either. If it was out, it must've gotten pulled.
 

scrappy

Patron
Joined
Mar 16, 2017
Messages
347
It's out today. Just upgraded to FN11-RC4 a few hours ago. Had the same issues as the OP. Trying iocage again as I type this.

Edit: I was successful this time in creating a jail using iocage.
 
Last edited:
Status
Not open for further replies.
Top