Search results

  1. pabernethy

    SPICE, Browser configuration and Remote configuration Proxmox 3.2

    With those settings I'm able to open the file directly from the browser, from nautilus or via xdg-open. If your system uses something else it ignores the xdg settings and does something funky. Not that that would be a big surprise for *buntu ;)
  2. pabernethy

    SPICE, Browser configuration and Remote configuration Proxmox 3.2

    It just means that that *buntu cares more about magic numbers than filename extensions. Which is good, I guess. The stuff after xdg-open download tells you that you have a bunch of invalid files. You can see if they belong to any package and update the package, if possible, or delete them...
  3. pabernethy

    SPICE, Browser configuration and Remote configuration Proxmox 3.2

    If you download the file and run file download what does it say? And what does xdg-open download do?
  4. pabernethy

    proxmox cannot be installed on HP servers?

    I think that only means that they haven't tested that setup and aren't obliged to help you with any issues you might encounter. You should be free to try, though.
  5. pabernethy

    SPICE, Browser configuration and Remote configuration Proxmox 3.2

    I was under the impression that that is what's required. What a difference a single word can make :D Chrome lets xdg-open determine the default application. So either write a new entry in $XDG_CONFIG_HOME/mimeapps.list or add a respective entry in the spice-viewer.desktop file. Details here.
  6. pabernethy

    [SOLVED] Concern about backup on removable storage

    # pvesm help add […] -is_mountpoint <boolean> (default=no) Assume the directory is an externally managed mountpoint. If nothing is mounted the storage will be considered offline. […]
  7. pabernethy

    [SOLVED] NFS mount- wont "online"

    Great. Please don't forget to mark the thread as 'solved' so others with a similar problem may easily find a possible solution. That's enough storage for a few games, or whatever you're hoarding there ;)
  8. pabernethy

    [SOLVED] NFS mount- wont "online"

    Ok, you're getting a timeout. To check whether the storage is online we start showmount with a timeout of 2 seconds. So the next question is: "Why is that NFS so slow?" It may be DNS related. Could you make an entry in /etc/hosts for the client machine in the NFS server host?
  9. pabernethy

    [SOLVED] NFS mount- wont "online"

    Please post the output of # time pvesm nfsscan 192.168.0.3
  10. pabernethy

    [SOLVED] NFS mount- wont "online"

    The only thing I see is that you mount manually with vers=4 but configure the storage with vers=3. You probably want to use version 4.
  11. pabernethy

    [SOLVED] NFS mount- wont "online"

    What does # pvesm nfsscan show? You followed the wiki?
  12. pabernethy

    [SOLVED] ceph mgr and mon issue after upgrade to Luminous

    So yeah, at this point it may be easier to scrap and recreate. And keep in mind to keep you cluster quorate at all times. If you need to recreate monitors, do one at a time.
  13. pabernethy

    [SOLVED] ceph mgr and mon issue after upgrade to Luminous

    And I assume the injection as well as the createmon are executed on sys8?
  14. pabernethy

    [SOLVED] ceph mgr and mon issue after upgrade to Luminous

    It's basically telling you that the monitor doesn't exist. So you need to create it.
  15. pabernethy

    [SOLVED] ceph mgr and mon issue after upgrade to Luminous

    You really shouldn't run commands without understanding what they do. Your monmap contains two mons. 1 and sys8. So the IPs they are assigned should be the nodes that run those monitors.
  16. pabernethy

    [SOLVED] ceph mgr and mon issue after upgrade to Luminous

    If only mon@1 is running that's no surprise. mon@sys8 has to run too, for the cluster to be quorate.
  17. pabernethy

    [SOLVED] ceph mgr and mon issue after upgrade to Luminous

    USAGE: pveceph stop [<service>] Stop ceph services. <service> (mon|mds|osd|mgr)\.[A-Za-z0-9\-]{1,32} Ceph service name.
  18. pabernethy

    [SOLVED] ceph mgr and mon issue after upgrade to Luminous

    Did you destroy all monitors? Because then your cluster is no longer quorate. Then you have to extract the monmap, edit it to contain the monitors you want (at least a quorate amount) and inject it back into all nodes.