I suddenly got a error message that cannot connect to the Kasli.
My variant is Oklahoma2.
The red light(Error) in front panel which below the power cable is on.
I've run the code for few seconds ago before the error message, and didn't changed anything.
My IP address is 10.0.0.1 and still connected.
Here is the error message.
How can I fix it?
Thank you
rabi@artiq ~/a/a/code> artiq_run 220623_urukul.py
build fin
Traceback (most recent call last):
File "/nix/store/bvc53ky227wfzsck7z7g5hsj3f80pkpb-python3.9-artiq-7.8044.c440f9f.beta/bin/.artiq_run-wrapped", line 9, in <module>
sys.exit(main())
File "/nix/store/f5gsm2v3kj2x4m8a7hpa05j2ybbgw9qh-python3-3.9.12-env/lib/python3.9/site-packages/artiq/frontend/artiq_run.py", line 224, in main
return run(with_file=True)
File "/nix/store/f5gsm2v3kj2x4m8a7hpa05j2ybbgw9qh-python3-3.9.12-env/lib/python3.9/site-packages/artiq/frontend/artiq_run.py", line 210, in run
raise exn
File "/nix/store/f5gsm2v3kj2x4m8a7hpa05j2ybbgw9qh-python3-3.9.12-env/lib/python3.9/site-packages/artiq/frontend/artiq_run.py", line 203, in run
exp_inst.run()
File "/nix/store/f5gsm2v3kj2x4m8a7hpa05j2ybbgw9qh-python3-3.9.12-env/lib/python3.9/site-packages/artiq/language/core.py", line 54, in run_on_core
return getattr(self, arg).run(run_on_core, ((self,) + k_args), k_kwargs)
File "/nix/store/f5gsm2v3kj2x4m8a7hpa05j2ybbgw9qh-python3-3.9.12-env/lib/python3.9/site-packages/artiq/coredevice/core.py", line 140, in run
self._run_compiled(kernel_library, embedding_map, symbolizer, demangler)
File "/nix/store/f5gsm2v3kj2x4m8a7hpa05j2ybbgw9qh-python3-3.9.12-env/lib/python3.9/site-packages/artiq/coredevice/core.py", line 126, in _run_compiled
self.comm.check_system_info()
File "/nix/store/f5gsm2v3kj2x4m8a7hpa05j2ybbgw9qh-python3-3.9.12-env/lib/python3.9/site-packages/artiq/coredevice/comm_kernel.py", line 351, in check_system_info
self._write_empty(Request.SystemInfo)
File "/nix/store/f5gsm2v3kj2x4m8a7hpa05j2ybbgw9qh-python3-3.9.12-env/lib/python3.9/site-packages/artiq/coredevice/comm_kernel.py", line 319, in _write_empty
self._write_header(ty)
File "/nix/store/f5gsm2v3kj2x4m8a7hpa05j2ybbgw9qh-python3-3.9.12-env/lib/python3.9/site-packages/artiq/coredevice/comm_kernel.py", line 311, in _write_header
self.open()
File "/nix/store/f5gsm2v3kj2x4m8a7hpa05j2ybbgw9qh-python3-3.9.12-env/lib/python3.9/site-packages/artiq/coredevice/comm_kernel.py", line 197, in open
self.socket = create_connection(self.host, self.port)
File "/nix/store/f5gsm2v3kj2x4m8a7hpa05j2ybbgw9qh-python3-3.9.12-env/lib/python3.9/site-packages/sipyco/keepalive.py", line 103, in create_connection
sock = socket.create_connection((host, port), *args, **kwargs)
File "/nix/store/wq6s8i407ic4qp1dvd5yhrnd0kflzh6x-python3-3.9.12/lib/python3.9/socket.py", line 844, in create_connection
raise err
File "/nix/store/wq6s8i407ic4qp1dvd5yhrnd0kflzh6x-python3-3.9.12/lib/python3.9/socket.py", line 832, in create_connection
sock.connect(sa)
OSError: [Errno 113] No route to host
rabi@artiq ~/a/a/code [1]> artiq_ctlmgr
INFO:controller(core_moninj):print:Traceback (most recent call last):
INFO:controller(core_moninj):print: File "/nix/store/bvc53ky227wfzsck7z7g5hsj3f80pkpb-python3.9-artiq-7.8044.c440f9f.beta/bin/.aqctl_moninj_proxy-wrapped", line 9, in <module>
INFO:controller(core_moninj):print: sys.exit(main())
INFO:controller(core_moninj):print: File "/nix/store/f5gsm2v3kj2x4m8a7hpa05j2ybbgw9qh-python3-3.9.12-env/lib/python3.9/site-packages/artiq/frontend/aqctl_moninj_proxy.py", line 204, in main
INFO:controller(core_moninj):print: loop.run_until_complete(comm_moninj.connect(args.core_addr))
INFO:controller(core_moninj):print: File "/nix/store/wq6s8i407ic4qp1dvd5yhrnd0kflzh6x-python3-3.9.12/lib/python3.9/asyncio/base_events.py", line 647, in run_until_complete
INFO:controller(core_moninj):print: return future.result()
INFO:controller(core_moninj):print: File "/nix/store/f5gsm2v3kj2x4m8a7hpa05j2ybbgw9qh-python3-3.9.12-env/lib/python3.9/site-packages/artiq/coredevice/comm_moninj.py", line 32, in connect
INFO:controller(core_moninj):print: self._reader, self._writer = await async_open_connection(
INFO:controller(core_moninj):print: File "/nix/store/f5gsm2v3kj2x4m8a7hpa05j2ybbgw9qh-python3-3.9.12-env/lib/python3.9/site-packages/sipyco/keepalive.py", line 80, in async_open_connection
INFO:controller(core_moninj):print: reader, writer = await asyncio.open_connection(host, port, *args, **kwargs)
INFO:controller(core_moninj):print: File "/nix/store/wq6s8i407ic4qp1dvd5yhrnd0kflzh6x-python3-3.9.12/lib/python3.9/asyncio/streams.py", line 52, in open_connection
INFO:controller(core_moninj):print: transport, _ = await loop.create_connection(
INFO:controller(core_moninj):print: File "/nix/store/wq6s8i407ic4qp1dvd5yhrnd0kflzh6x-python3-3.9.12/lib/python3.9/asyncio/base_events.py", line 1065, in create_connection
INFO:controller(core_moninj):print: raise exceptions[0]
INFO:controller(core_moninj):print: File "/nix/store/wq6s8i407ic4qp1dvd5yhrnd0kflzh6x-python3-3.9.12/lib/python3.9/asyncio/base_events.py", line 1050, in create_connection
INFO:controller(core_moninj):print: sock = await self._connect_sock(
INFO:controller(core_moninj):print: File "/nix/store/wq6s8i407ic4qp1dvd5yhrnd0kflzh6x-python3-3.9.12/lib/python3.9/asyncio/base_events.py", line 961, in _connect_sock
INFO:controller(core_moninj):print: await self.sock_connect(sock, address)
INFO:controller(core_moninj):print: File "/nix/store/wq6s8i407ic4qp1dvd5yhrnd0kflzh6x-python3-3.9.12/lib/python3.9/asyncio/selector_events.py", line 499, in sock_connect
INFO:controller(core_moninj):print: return await fut
INFO:controller(core_moninj):print: File "/nix/store/wq6s8i407ic4qp1dvd5yhrnd0kflzh6x-python3-3.9.12/lib/python3.9/asyncio/selector_events.py", line 534, in _sock_connect_cb
INFO:controller(core_moninj):print: raise OSError(err, f'Connect call failed {address}')
INFO:controller(core_moninj):print:OSError: [Errno 113] Connect call failed ('10.0.0.2', 1383)
WARNING:ctlmgr(artiq):artiq_comtools.ctlmgr:Controller core_moninj exited
WARNING:ctlmgr(artiq):artiq_comtools.ctlmgr:Restarting in 5.0 seconds
Thank you for your help.