[PR #12] [MERGED] Adding error message output to KVM connection failures #553

Closed
opened 2026-02-27 16:39:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtmgr/pull/12
Author: @kmwhite
Created: 1/7/2013
Status: Merged
Merged: 1/7/2013
Merged by: @retspen

Base: masterHead: adding_connection_failure_messages_to_dashboard


📝 Commits (1)

  • bd6d635 Adding error message output to KVM connection failures

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 polls/templates/dashboard.html (+1 -1)
📝 polls/views.py (+2 -2)

📄 Description

Changes:
* Adding message to template
* Changing status to be the exception message on connection failures

When I was setting the app up, I had a hell of a time figuring out why the app failed to connect to my KVM hosts even though I followed the linked guide. After adding the included commits to my clone, I was able to determine that it was SELinux blocking my socket connection attempt, thereby preventing it from working. The commits included just help with usability -- they don't change any real functionality.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/retspen/webvirtmgr/pull/12 **Author:** [@kmwhite](https://github.com/kmwhite) **Created:** 1/7/2013 **Status:** ✅ Merged **Merged:** 1/7/2013 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `master` ← **Head:** `adding_connection_failure_messages_to_dashboard` --- ### 📝 Commits (1) - [`bd6d635`](https://github.com/retspen/webvirtmgr/commit/bd6d63543cbde50c7c57acf65d6b5c36414a1159) Adding error message output to KVM connection failures ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `polls/templates/dashboard.html` (+1 -1) 📝 `polls/views.py` (+2 -2) </details> ### 📄 Description Changes: \* Adding message to template \* Changing status to be the exception message on connection failures When I was setting the app up, I had a hell of a time figuring out why the app failed to connect to my KVM hosts even though I followed the linked guide. After adding the included commits to my clone, I was able to determine that it was SELinux blocking my socket connection attempt, thereby preventing it from working. The commits included just help with usability -- they don't change any real functionality. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 16:39:41 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
starred/webvirtmgr#553
No description provided.