iocage-ix-plugins no longer working

Status
Not open for further replies.

Bernard Mentink

Contributor
Joined
Apr 2, 2016
Messages
193
I get the following error on install:
Code:
iocage fetch --plugins --name "plexmediaserver-plexpass" ip4_addr="vnet0|192.168.178.203/24" allow_raw_sockets="1" vnet="on"		   
Plugin: Plex
  Using RELEASE: 11.1-RELEASE
  Post-install Artifact: https://github.com/freenas/iocage-plugin-plexmediaserver-plexpass.git
  These pkgs will be installed:
	- multimedia/plexmediaserver-plexpass
Error: error sending query: authority section incomplete
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 170, in cli
	ioc.IOCage(exit_on_error=True).fetch(**kwargs)
  File "/usr/local/lib/python3.6/site-packages/iocage/lib/iocage.py", line 964, in fetch
	props, accept_license=accept)
  File "/usr/local/lib/python3.6/site-packages/iocage/lib/ioc_plugin.py", line 676, in fetch_plugin_index
	props, 0, accept_license)
  File "/usr/local/lib/python3.6/site-packages/iocage/lib/ioc_plugin.py", line 124, in fetch_plugin
	_conf, pkg, props, repo_dir)
  File "/usr/local/lib/python3.6/site-packages/iocage/lib/ioc_plugin.py", line 453, in __fetch_plugin_install_packages__
	uuid, jaildir, _conf, repo=conf["packagesite"], site=repo_name)
  File "/usr/local/lib/python3.6/site-packages/iocage/lib/ioc_create.py", line 520, in create_install_packages
	raise RuntimeError(f"{dnssec_connection}\n"
RuntimeError:
Command run: drill -D http://pkg.cdn.trueos.org/iocage


This has been happening for the last week or so, previously I installed plugins fine ... with the same command.
 
D

dlavigne

Guest
Please create a report at bugs.freenas.org and post the issue number here.
 

Bernard Mentink

Contributor
Joined
Apr 2, 2016
Messages
193

Bernard Mentink

Contributor
Joined
Apr 2, 2016
Messages
193
Resolved: Was a dns issue .... freenas had booted without getting a nameserver, reboot solved (or manually added router IP to /etc/resolve.conf)
 

Bernard Mentink

Contributor
Joined
Apr 2, 2016
Messages
193

Bernard Mentink

Contributor
Joined
Apr 2, 2016
Messages
193
So will this be fixed anytime soon?

I just tried to install next cloud and get the same error:
Code:
sudo iocage fetch --plugins --name "nextcloud" ip4_addr="vnet0|192.168.178.205/24" defaultrouter="192.168.178.1" vnet="on" allow_raw_sockets="1" 
Plugin: NextCloud
  Using RELEASE: 11.1-RELEASE
  Post-install Artifact: https://github.com/freenas/iocage-plugin-nextcloud.git
  These pkgs will be installed:
	- www/nextcloud
	- www/nginx
	- databases/mysql56-server
Error: error sending query: authority section incomplete
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 170, in cli
	ioc.IOCage(exit_on_error=True).fetch(**kwargs)
  File "/usr/local/lib/python3.6/site-packages/iocage/lib/iocage.py", line 964, in fetch
	props, accept_license=accept)
  File "/usr/local/lib/python3.6/site-packages/iocage/lib/ioc_plugin.py", line 676, in fetch_plugin_index
	props, 0, accept_license)
  File "/usr/local/lib/python3.6/site-packages/iocage/lib/ioc_plugin.py", line 124, in fetch_plugin
	_conf, pkg, props, repo_dir)
  File "/usr/local/lib/python3.6/site-packages/iocage/lib/ioc_plugin.py", line 453, in __fetch_plugin_install_packages__
	uuid, jaildir, _conf, repo=conf["packagesite"], site=repo_name)
  File "/usr/local/lib/python3.6/site-packages/iocage/lib/ioc_create.py", line 520, in create_install_packages
	raise RuntimeError(f"{dnssec_connection}\n"
RuntimeError:
Command run: drill -D http://pkg.cdn.trueos.org/iocage



I can ping pkg.cdn.trueos.org from FreeNAS ..
 

marcevan

Patron
Joined
Dec 15, 2013
Messages
432
It might be the RELEASE name you have. Can you iocage list and get that to function? If not and that throws a lot of python errors, check in your iocage jail's config.json for the release name and make it damn short.
 
Status
Not open for further replies.
Top