-
Notifications
You must be signed in to change notification settings - Fork 14
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
Error: failed to connect to the hypervisor #4
Comments
Hello @S4nfs, thanks a lot for your interest in my project. Could you please paste the complete error message here? In the meantime, I'll look at the code and see what could be the cause. Just like that I would say that one of the Can you additionally run this command on the server and make sure that all the related services are running correctly?
Last thing about what you've mentioned to have installed Maybe what I wrote as documentation was confusing, let me know if that was the case. Thanks in advance for your help and again for your interest in my project. |
- 📝 Improved install / usage instructions - 💡 Added deprecation notice in comments - ➖ Dropped support of `tcpserver` - This will make the local server much faster on remote access
@Jiab77 i really love ur work as i have been working on a similar kinda project & thanks for updating the documentation but i think it's just some another issue. Here's the error shown in the img:
PS: Also mine was deployed on the same server with the all those permissions and dependencies. |
@S4nfs, huge thanks for your appreciation of my work. I wish I could spend more time on my projects so that I could finish them and improve them from time to time 😅 Thanks a lot for providing me the full error message. In this case I think you're right and it's not something I could test on my side 'cause I'm only relying on the Regarding the deployment, I got two working deployments using the What I don't understand in your case is why apparently Just to make sure that the issue is not in the code / to isolate it correctly, could you please just try running the script start-web-server.sh and see if you get the same issue? Otherwise, if you can't, what you can do would be to create that Also, I don't think that having deployed everything on the same host would be an issue. Basically if you check the code, I'm simply calling the I'll try to setup a VM with Thanks again for having took the time to report your issue 🙇🏽 |
@S4nfs, that's interesting and thank you for sharing details from your side. It's clearly something I didn't experienced 'cause not having used |
Btw, I just checked the progress made by Cockpit and I'm not really sure I should keep working on this project... I made it when Cockpit was still at it's beginning but now, it's already covering what I wanted to achieve. The only, if I may say "advantage" of my project would be that it does not need a lot of resources and don't alter much the host where it will be deployed where Cockpit is a much bigger solution but covers much more things and certainly much better than I did. The other reason why this project seemed staled was because I wanted to redraw the web interface under another framework called Fomantic-UI but I could not find enough time to finish the work... So, at some point if you find that it will ask you too much efforts to make my project working on your server, you should probably try Cockpit then. It should work by default with your current setup. |
Just came across this. Yes Cockpit is good, if you are running Linux. There are reasons to run this from a Mac and in that situation Cockpit is unavailable and the currently available solutions for MacOS do not directly use or manage the open source setup. UTM is the closest but it is based on a fork of Qemu. |
@mac2net I did some research and found a project much more advanced than mine and kinda use the same ideas as mine but in way better 😅 This project is called webvirt made by @kevr. I haven't tested it but I think you should give it a try and if it does not work for you and only mine does, then I might take the time to improve it and fix existing bugs. What @kevr made is very advanced but much bigger than what I wanted to do. My goals are primarilly to offer something light, easy to run and that can run mostly everywhere |
I don't know what's causing this error but i have all dependencies installed related with the server and PHP
sudo apt install libvirt-bin virtinst libguestfs-tools php-cli php-gd php-xml php-json
AND
sudo apt install ucspi-tcp
My Dist: Ubuntu 18.4 LTS, Apache Server
The text was updated successfully, but these errors were encountered: