11.1-U2 error

Status
Not open for further replies.

Tim1962

Patron
Joined
Feb 26, 2015
Messages
281
Just downloaded 11.1-U2 and booted initially into the new GUI

Main page and also on system/boot page. Legacy (my current!) gui seems unaffected. DO you need anything else?

Got
Code:
Error 201:[ENOMETHOD] Method "summary" not found in "network.general"

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"

 
Last edited by a moderator:

Alecmascot

Guru
Joined
Mar 18, 2014
Messages
1,177
Me too....it's broke.
 

Tim1962

Patron
Joined
Feb 26, 2015
Messages
281
In case someone asks, tried downgrade, delete, reinstall/update and still the same. All updates done via the update button from 11.1-u1
 

Alecmascot

Guru
Joined
Mar 18, 2014
Messages
1,177
I suggest you open a bug report.
 

Tim1962

Patron
Joined
Feb 26, 2015
Messages
281
Bug #28622
 

Gizmo_oO

Dabbler
Joined
Dec 22, 2017
Messages
16
Just for my info, I am on U1 now. If I get an error, what can I do to move back? Is there a option in the Boot Menu to go back or what do I have to do? Just in case I get the error.
 
Last edited by a moderator:

Redcoat

MVP
Joined
Feb 18, 2014
Messages
2,925
Open the Boot Menu, click on the version you would like to use (presumably the most recent one before the update) and select the Activate button - the message "On Reboot" will appear by your selection. Then reboot to go back to that version.
 
Last edited by a moderator:

Meserias

Cadet
Joined
Sep 11, 2017
Messages
4
Just updated and I got these errors ....please provide patch or update.

In attached screen captures you can see where I click and what I get.

Error 201: [ENOMETHOD] Method "summary" not found in "network.general"

Error 201: [ENOMETHOD] Method "get_state" not found in "boot"

Error 22:'IOCAGE_SKIP'

Error 201:[ENOMETHOD] Method "set_attribute" not found in "user"
 

Attachments

  • freenas_error.jpg
    freenas_error.jpg
    154 KB · Views: 410
  • freenas_error2.jpg
    freenas_error2.jpg
    104.1 KB · Views: 406
  • freenas_error3.jpg
    freenas_error3.jpg
    96.7 KB · Views: 392
  • freenas_error4.jpg
    freenas_error4.jpg
    113.9 KB · Views: 366
Last edited:

TwistedNL

Dabbler
Joined
Sep 21, 2012
Messages
12
Just updated and I got these errors ....please provide patch or update.

In attached screen captures you can see where I click and what I get.

Error 201: [ENOMETHOD] Method "summary" not found in "network.general"

Error 201: [ENOMETHOD] Method "get_state" not found in "boot"

Error 22:'IOCAGE_SKIP'

Error 201:[ENOMETHOD] Method "set_attribute" not found in "user"
Use the old GUI. There's been a bugreport already
https://redmine.ixsystems.com/issues/28623
 

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,080
I am just finding out that there is an update and have not done any testing with the new version.
Are the errors only applicable to the new GUI? / Is it working properly under the old GUI?
 

ginogino

Cadet
Joined
Dec 30, 2017
Messages
4
I saw that bug # 28622 and # 28623, have been closed, but the bug fix will be included in the next release or a fix will be released.
 
Joined
Feb 2, 2016
Messages
574
Just tried to log into the new GUI so I could screen capture how awful it is compared to the classic interface. Can't even get into the new interface...

Error 201:[ENOMETHOD] Method "summary" not found in "network.general"

Sheesh. Version: FreeNAS-11.1-U2

Cheers,
Matt
 

sintax

Cadet
Joined
Feb 18, 2014
Messages
9
I saw that bug # 28622 and # 28623, have been closed, but the bug fix will be included in the next release or a fix will be released.

Hope so, I cant even use the new GUI to manage jails due to the IOcage error mentioned above
 

northernsky

Explorer
Joined
Nov 3, 2016
Messages
76
Is there a way to fix this? I just re-installed after issues trying to move from nightlies to stable.

edit: This error does not seem to appear in the old gui just the new freenas 11 gui. :)

Error:
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"
 
Status
Not open for further replies.
Top