question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Shows no provider or images

See original GitHub issue

Hi, i just installed vmango. configured it and started the server i can login but cannot see any provider (LOCAL1) isn’t showing up. i checked the storage pool. checked the network. restarted vmango but cannot see anything.

listen = "127.0.0.1:8000"
session_secret = "shdihvidi"
static_cache = "24h"
# trusted_proxies = ["127.0.0.1"]
# ssl_key = "test_ssl_key.pem"
# ssl_cert = "test_ssl_cert.pem"

hypervisor "LOCALjk" {
    url = "qemu:///system"
    image_storage_pool = "vmango-images"
    root_storage_pool = "default"
    network = "vmango"
    vm_template = "vm.xml.in"
    volume_template = "volume.xml.in"
}

user "admin" {
     password = "$2a$10$UJzjXoWvraZ3o8as7sULtO77KYbGBYjI/DkojHiuDqxmV8aLZiSXq"
}

plan "small" {
    memory = 512
    cpus = 1
    disk_size = 5
}

plan "medium" {
    memory = 512
    cpus = 1
    disk_size = 10
}

screenshot

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
subukcommented, Jan 11, 2018

don’t worry 😃

0reactions
Shashwatshcommented, Jan 11, 2018

Yeah, that was the problem. i feel very stupid now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Angular 4 :Unable to open 'image.png': no provider for the image
Put your image in assets folder and give path something like this <img width="300" alt="Angular Logo" src="/assets/images/image.png">.
Read more >
No Provider For Image Service · Issue #158 - GitHub
Same case, I am using Angular 4, if I import as ImageUploadModule.forRoot() I get the error: compiler.es5.js:1694 Uncaught Error: Unexpected ...
Read more >
NG0201: No provider for {token} found! - Angular
You see this error when you try to inject a service but have not declared a corresponding provider. A provider is a mapping...
Read more >
Antivirus not visible on Windows security app and no providers.
First off it's not visible in the overview and when I go to take a look at the security providers it says "No...
Read more >
Provider IDs - MINDBODY Support
User-added image. Enter the staff member's provider ID number in the box. It must be numeric-only and have exactly 10 digits. Then click...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found