artiq_coremgmt reboot broken #178

Closed
opened 2022-03-29 19:12:46 +08:00 by sb10q · 1 comment
 artiq_coremgmt -D 192.168.1.56 reboot
Traceback (most recent call last):
  File "/nix/store/6aivg0nf7f51mvn3233ilzdjy9647dh8-python3.9-artiq-7.8024.c82c358.beta/bin/.artiq_coremgmt-wrapped", line 9, in <module>
    sys.exit(main())
  File "/nix/store/h9wwqr60y9h8h4dhdzcvqqi9600xrg85-python3-3.9.6-env/lib/python3.9/site-packages/artiq/frontend/artiq_coremgmt.py", line 142, in main
    mgmt.reboot()
  File "/nix/store/h9wwqr60y9h8h4dhdzcvqqi9600xrg85-python3-3.9.6-env/lib/python3.9/site-packages/artiq/coredevice/comm_mgmt.py", line 188, in reboot
    self._read_expect(Reply.RebootImminent)
  File "/nix/store/h9wwqr60y9h8h4dhdzcvqqi9600xrg85-python3-3.9.6-env/lib/python3.9/site-packages/artiq/coredevice/comm_mgmt.py", line 114, in _read_expect
    if self._read_header() != ty:
  File "/nix/store/h9wwqr60y9h8h4dhdzcvqqi9600xrg85-python3-3.9.6-env/lib/python3.9/site-packages/artiq/coredevice/comm_mgmt.py", line 108, in _read_header
    ty = Reply(*struct.unpack("B", self._read(1)))
  File "/nix/store/h9wwqr60y9h8h4dhdzcvqqi9600xrg85-python3-3.9.6-env/lib/python3.9/site-packages/artiq/coredevice/comm_mgmt.py", line 101, in _read
    rn = self.socket.recv(min(8192, length - len(r)))
ConnectionResetError: [Errno 104] Connection reset by peer
[   363.411613s]  INFO(runtime::mgmt): received connection
[   363.417203s]  WARN(runtime::mgmt): connection terminated: UnrecognizedPacket

``` artiq_coremgmt -D 192.168.1.56 reboot Traceback (most recent call last): File "/nix/store/6aivg0nf7f51mvn3233ilzdjy9647dh8-python3.9-artiq-7.8024.c82c358.beta/bin/.artiq_coremgmt-wrapped", line 9, in <module> sys.exit(main()) File "/nix/store/h9wwqr60y9h8h4dhdzcvqqi9600xrg85-python3-3.9.6-env/lib/python3.9/site-packages/artiq/frontend/artiq_coremgmt.py", line 142, in main mgmt.reboot() File "/nix/store/h9wwqr60y9h8h4dhdzcvqqi9600xrg85-python3-3.9.6-env/lib/python3.9/site-packages/artiq/coredevice/comm_mgmt.py", line 188, in reboot self._read_expect(Reply.RebootImminent) File "/nix/store/h9wwqr60y9h8h4dhdzcvqqi9600xrg85-python3-3.9.6-env/lib/python3.9/site-packages/artiq/coredevice/comm_mgmt.py", line 114, in _read_expect if self._read_header() != ty: File "/nix/store/h9wwqr60y9h8h4dhdzcvqqi9600xrg85-python3-3.9.6-env/lib/python3.9/site-packages/artiq/coredevice/comm_mgmt.py", line 108, in _read_header ty = Reply(*struct.unpack("B", self._read(1))) File "/nix/store/h9wwqr60y9h8h4dhdzcvqqi9600xrg85-python3-3.9.6-env/lib/python3.9/site-packages/artiq/coredevice/comm_mgmt.py", line 101, in _read rn = self.socket.recv(min(8192, length - len(r))) ConnectionResetError: [Errno 104] Connection reset by peer ``` ``` [ 363.411613s] INFO(runtime::mgmt): received connection [ 363.417203s] WARN(runtime::mgmt): connection terminated: UnrecognizedPacket ```
mwojcik was assigned by sb10q 2022-03-29 19:12:47 +08:00
esavkin was assigned by sb10q 2022-10-05 16:58:27 +08:00
mwojcik was unassigned by sb10q 2022-10-05 16:58:34 +08:00
https://git.m-labs.hk/M-Labs/artiq-zynq/pulls/202
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/artiq-zynq#178
There is no content yet.