-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
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
Random EOF Error while running boot command on sendkey API #237
Comments
i had the same error this morning, for me it got fixed by using |
Yeah, that won't work for me since the environment has some requirements that needs to be followed, so https is a must and not even self signed cert is allowed when accessing proxmox. |
I'v reported this also on proxmox forums https://forum.proxmox.com/threads/api-error-running-boot-command-sendkey-eof.134796/ for some help. |
Hi @newedgex, Thanks for reporting this one. I'm not certain where the actual problem lies, and I don't have a PVE instance on which to replicate the problem, but given the code being called, I would suggest that in addition to posting the issue on the PVE forums you also create one on the API client we rely upon (https://github.com/Telmate/proxmox-api-go). The code for the driver calls I'll keep this on my watchlist, and see if I can see something in the code in the meantime. |
Hi @lbajolet-hashicorp , just did so , in case there's further information needed I'd be happy to provide more information. |
Same trouble for me
Using local network, DNS record and a Letsencrypt managed certificate |
Currently getting this error myself. I'm running Proxmox Interestingly, this error only happens when I don't interact with the VM on the Proxmox UI. To make the Packer build succeed, I:
However, if I don't open the VM on Proxmox, the build fails 100% of the time. I have no idea why. Below is the logs from Packer, with debug mode enabled:
|
Fixed by updating proxmox packages |
I was able to workaround by not using This helps keep the connection open, but I suspect there is something timeouting in the API so connection is dropped. |
I had the same issue after updating all of my nodes to the latest Proxmox version (8.4.2). |
I defined |
Overview of the Issue
While building different VM's on Proxmox (unrelated to the version happened with v6,v7 or the latest v8) I'm getting the build fail randomly during "Typing boot command".
It's not related to a single VM, it can happen to different types of VM's be it linux or windows based and I have been observing the bug for 2 months.
It seems completely random as trying to start the build few times it will fail until it will work suddenly.
It happens only during "Typing boot command"
Reproduction Steps
Operating system and Environment details
Log Fragments and crash.log files
The text was updated successfully, but these errors were encountered: