mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-27 00:25:51 +03:00
[GH-ISSUE #136] 404 Not Found #110
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @daankets on GitHub (Oct 25, 2013).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/136
I get 404 Not Found errors when I attempt to load the storage pool, network pool pages. The permissions of the directories are fine (550, www-data:www-data) I think.
The overview page works fine, and no trouble loggin in. Is it an issue when the libvirt/kvm installation is new, and there are no virtual machines yet?
No errors in the log files, and neither when running the debug server.
@retspen commented on GitHub (Oct 28, 2013):
Can you show full storage pool URL?
@daankets commented on GitHub (Oct 28, 2013):
Hi Anatoliy
I got it working with the online version of WebVirtMgr, although there seem to be some issues with naming of pools and nets (currently, no spaces or hyphens allowed). With the version I installed locally, I’ve got several issues. I get 404 and 500 errors on the pools and nets pages. When I use virsh, I can list the correct pools, but with WebVirtMgr, I only get errors. I suspect there is a sync issue between the DB and the real situation. I’ve set the DB aside, and setup a fresh DB, but with the same issues.
With kind regards
Daan Kets
Independent Enterprise IT Architect
Blackbit Consulting, Belgium
On 28 Oct 2013 at 08:52:01, Anatoliy Guskov (notifications@github.com) wrote:
Can you show full storage pool URL?
—
Reply to this email directly or view it on GitHub.
@retspen commented on GitHub (Oct 28, 2013):
Can you show screenshot browser window?
@daankets commented on GitHub (Oct 28, 2013):
Hm. Strangely, the issue seems to have resolved itself ;-). As of this morning, it seems to work! I hope it was not a browser cache issue?..
I notice that there are some differences between webvirtmgr.net and the locally installed revision. Like the availability of logs. Should I switch to a different branch?
And, maybe a question: my datacenter provides subnets that are statically routed to the IP of the host server, which should perform IP forwarding to the guests. Any idea on how to set this up?
With kind regards
Daan Kets
Independent Enterprise IT Architect
Blackbit Consulting, Belgium
On 28 Oct 2013 at 09:25:18, Anatoliy Guskov (notifications@github.com) wrote:
Can you show screenshot browser window?
—
Reply to this email directly or view it on GitHub.
@retspen commented on GitHub (Oct 28, 2013):
Webvirtmgr.net - not supported.
Create BRIDGE on host servers, then create VM with bridge network and add route on host server.
@phatfish commented on GitHub (Nov 5, 2013):
As daankets says, the regex for storage pool URLs definitely needs at least a space added to the character class definition, as it is possible to create pools via #virsh that contain spaces.
@retspen commented on GitHub (Nov 17, 2013):
Have some restriction in URL address