System appears to be starting. No highstate has completed since the system was restarted. #12278
Replies: 4 comments 8 replies
-
Did you check your soup log for any issues with upgrade? |
Beta Was this translation helpful? Give feedback.
6 replies
-
Facing same issue in 2.4.40. any solution? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Experiencing same issue trying to patch to .50 salt wont install |
Beta Was this translation helpful? Give feedback.
2 replies
-
Not OP, but have the same issue after upgrade. Get the following error when run $sudo so-checkin.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Have you ever encountered this problem? After the SO system was upgraded to 2.4.40 a few days ago, I received a system notification today that I needed to reboot. I followed the system instructions to reboot. In the end, it failed to operate normally.
[soc ~]$ sudo so-status
[sudo] password for soc:
⌛ System appears to be starting. No highstate has completed since the system was restarted.
[soc@solab-m ~]$ sudo so-checkin
[INFO ] Creating module dir '/var/cache/salt/minion/extmods/grains'
[INFO ] Syncing grains for environment 'base'
[INFO ] Loading cache from salt://_grains, for base
[INFO ] Caching directory 'grains/' for environment 'base'
[ERROR ] Exception in callback functools.partial(<function wrap..null wrapper at 0x7f4c40ef88b0>, <salt.ext.tornado.concurrent.Future object at 0x7f4c 40f7d510>)
Traceback (most recent call last):
File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/transport/zeromq.p y", line 603, in _send_recv
recv = yield self.socket.recv()
File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/ext/tornado/gen.py ", line 1056, in run
value = future.result()
File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/ext/tornado/concur rent.py", line 249, in result
raise_exc_info(self._exc_info)
File "", line 4, in raise_exc_info
zmq.eventloop.future.CancelledError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/transport/zeromq.p y", line 605, in _send_recv
future.set_exception(exc)
File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/ext/tornado/concur rent.py", line 294, in set_exception
self.set_exc_info(
File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/ext/tornado/concur rent.py", line 319, in set_exc_info
self._set_done()
File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/ext/tornado/concur rent.py", line 333, in _set_done
for cb in self._callbacks:
TypeError: 'NoneType' object is not iterable
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/ext/tornado/ioloop .py", line 606, in run_callback
ret = callback()
File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/ext/tornado/stack context.py", line 278, in null_wrapper
return fn(*args, **kwargs)
File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/ext/tornado/ioloop .py", line 628, in _discard_future_result
future.result()
File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/ext/tornado/concur rent.py", line 249, in result
raise_exc_info(self._exc_info)
File "", line 4, in raise_exc_info
File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/ext/tornado/gen.py ", line 1064, in run
yielded = self.gen.throw(*exc_info)
File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/transport/zeromq.p y", line 612, in _send_recv
future.set_exception(exc)
File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/ext/tornado/concur rent.py", line 294, in set_exception
self.set_exc_info(
File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/ext/tornado/concur rent.py", line 319, in set_exc_info
self._set_done()
File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/ext/tornado/concur rent.py", line 333, in _set_done
for cb in self.callbacks:
TypeError: 'NoneType' object is not iterable
[ERROR ] Exception in callback functools.partial(<function wrap..null wrapper at 0x7f4c40ef9000>, <salt.ext.tornado.concurrent.Future object at 0x7f4c 40ef4a30>)
Traceback (most recent call last):
File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/transport/zeromq.p y", line 601, in _send_recv
yield self.socket.send(message)
AttributeError: 'NoneType' object has no attribute 'send'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/ext/tornado/ioloop .py", line 606, in run_callback
ret = callback()
File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/ext/tornado/stack context.py", line 278, in null_wrapper
return fn(*args, **kwargs)
File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/ext/tornado/ioloop .py", line 628, in _discard_future_result
future.result()
File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/ext/tornado/concur rent.py", line 249, in result
raise_exc_info(self._exc_info)
File "", line 4, in raise_exc_info
File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/ext/tornado/gen.py ", line 1070, in run
yielded = self.gen.send(value)
File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/transport/zeromq.p y", line 612, in _send_recv
future.set_exception(exc)
File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/ext/tornado/concur rent.py", line 294, in set_exception
self.set_exc_info(
File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/ext/tornado/concur rent.py", line 319, in set_exc_info
self._set_done()
File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/ext/tornado/concur rent.py", line 333, in _set_done
for cb in self.callbacks:
TypeError: 'NoneType' object is not iterable
[ERROR ] Exception in callback functools.partial(<function wrap..null wrapper at 0x7f4c40ef97e0>, <salt.ext.tornado.concurrent.Future object at 0x7f4c 40ef53c0>)
Traceback (most recent call last):
File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/transport/zeromq.p y", line 601, in _send_recv
yield self.socket.send(message)
AttributeError: 'NoneType' object has no attribute 'send'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/ext/tornado/ioloop .py", line 606, in run_callback
ret = callback()
File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/ext/tornado/stack context.py", line 278, in null_wrapper
return fn(*args, **kwargs)
File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/ext/tornado/ioloop .py", line 628, in _discard_future_result
future.result()
File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/ext/tornado/concur rent.py", line 249, in result
raise_exc_info(self._exc_info)
File "", line 4, in raise_exc_info
File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/ext/tornado/gen.py ", line 1070, in run
yielded = self.gen.send(value)
File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/transport/zeromq.p y", line 612, in _send_recv
future.set_exception(exc)
File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/ext/tornado/concur rent.py", line 294, in set_exception
self.set_exc_info(
File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/ext/tornado/concur rent.py", line 319, in set_exc_info
self._set_done()
File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/ext/tornado/concur rent.py", line 333, in _set_done
for cb in self._callbacks:
TypeError: 'NoneType' object is not iterable
Unable to sign_in to master: Attempt to authenticate with the salt master failed with timeout error
May I ask the experts how to deal with this?
Thank !
I really thought about the worst case scenario and reinstalled the system.
Beta Was this translation helpful? Give feedback.
All reactions