Hello all,
I have upgraded to 11.1-U2 and like others had the network issue surrounding my jails.
I had executed the following line within each of my jails.
iocage exec plex 'sysrc ifconfig_epair0_name="epair0b"'
restarted the jails and everything worked well.
Last night, my systems powered down due to a power outage. Everything has booted back up but non of my IOCAGE jails have networking. I ran the above line again, with no success. I verified in the rc.conf file that the entry is there. If I turn off VNET My jails appear to work. However, plex is inaccessible from outside my network.
I logged into the new UI and got the following errors.
And
Any ideas?
I have upgraded to 11.1-U2 and like others had the network issue surrounding my jails.
I had executed the following line within each of my jails.
iocage exec plex 'sysrc ifconfig_epair0_name="epair0b"'
restarted the jails and everything worked well.
Last night, my systems powered down due to a power outage. Everything has booted back up but non of my IOCAGE jails have networking. I ran the above line again, with no success. I verified in the rc.conf file that the entry is there. If I turn off VNET My jails appear to work. However, plex is inaccessible from outside my network.
I logged into the new UI and got the following errors.
Code:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 150, in call_method
result = await self.middleware.call_method(self, message)
File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 109, in __next__
return self.gen.send(None)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 908, in call_method
return await self._call(message['method'], serviceobj, methodobj, params, app=app)
File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 109, in __next__
return self.gen.send(None)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 876, in _call
return await methodobj(*args)
File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 109, in __next__
return self.gen.send(None)
File "/usr/local/lib/python3.6/site-packages/middlewared/schema.py", line 491, in nf
return await f(*args, **kwargs)
File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 109, in __next__
return self.gen.send(None)
File "/usr/local/lib/python3.6/site-packages/middlewared/plugins/stats.py", line 111, in get_data
raise ValueError('rrdtool failed: {}'.format(err.decode()))
ValueError: rrdtool failed: ERROR: opening '/var/db/collectd/rrd/localhost//disk-da3/disk_ops.rrd': No such file or directoryAnd
Code:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 893, in _method_lookup
serviceobj = self.get_service(service)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 822, in get_service
return self.__services[name]
KeyError: 'network.general'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 150, in call_method
result = await self.middleware.call_method(self, message)
File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 109, in __next__
return self.gen.send(None)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 902, in call_method
serviceobj, methodobj = self._method_lookup(message['method'])
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 896, in _method_lookup
raise CallError(f'Method "{method_name}" not found in "{service}"', CallError.ENOMETHOD)
middlewared.service_exception.CallError: [ENOMETHOD] Method "summary" not found in "network.general"Any ideas?