Bernard Mentink
Contributor
- Joined
- Apr 2, 2016
- Messages
- 193
I get the following error on install:
This has been happening for the last week or so, previously I installed plugins fine ... with the same command.
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.