We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On almalinux 8.x w/ the python36-3.6.8-38.module_el8.5.0+2569+5c5719bc.x86_64 package i get this error:
/usr/local/bin/negotiator-guest -vvv -d 2022-01-03 15:09:38 server.example.com negotiator_guest[18032] DEBUG Automatically selecting appropriate character device based on /sys/class/virtio-ports .. 2022-01-03 15:09:38 server.example.com negotiator_guest[18032] DEBUG Selected character device: /dev/vport1p3 2022-01-03 15:09:38 server.example.com negotiator_guest.cli[18032] ERROR Caught a fatal exception! Terminating .. Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/negotiator_guest/cli.py", line 123, in main agent = GuestAgent(character_device=character_device, retry=False) File "/usr/local/lib/python3.6/site-packages/negotiator_guest/init.py", line 61, in init handle=custom_open(character_device, 'r+'), io.UnsupportedOperation: File or stream is not seekable.
this looks like maybe related to a python bug: https://bugs.python.org/issue20074
if i use python 2.7 on the same guest, i can start the daemon w/o issue and the negotiator-guest daemon and use the client w/o issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On almalinux 8.x w/ the python36-3.6.8-38.module_el8.5.0+2569+5c5719bc.x86_64 package i get this error:
/usr/local/bin/negotiator-guest -vvv -d
2022-01-03 15:09:38 server.example.com negotiator_guest[18032] DEBUG Automatically selecting appropriate character device based on /sys/class/virtio-ports ..
2022-01-03 15:09:38 server.example.com negotiator_guest[18032] DEBUG Selected character device: /dev/vport1p3
2022-01-03 15:09:38 server.example.com negotiator_guest.cli[18032] ERROR Caught a fatal exception! Terminating ..
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/negotiator_guest/cli.py", line 123, in main
agent = GuestAgent(character_device=character_device, retry=False)
File "/usr/local/lib/python3.6/site-packages/negotiator_guest/init.py", line 61, in init
handle=custom_open(character_device, 'r+'),
io.UnsupportedOperation: File or stream is not seekable.
this looks like maybe related to a python bug:
https://bugs.python.org/issue20074
if i use python 2.7 on the same guest, i can start the daemon w/o issue and the negotiator-guest daemon and use the client w/o issue.
The text was updated successfully, but these errors were encountered: