Search results

  1. M

    Running a container's GUI from proxmox local console

    Hello, all. Is it possible for a local user to log in to the Proxmox console and be attached to a windows guest GUI? Even if they have to log into linux and have that connection automatically connect to the windows os, that'd be a huge win. My users don't know the first thing about linux, and...
  2. M

    NUC: Drivers for Intel AC-9462 wireless

    Hello, all. I've done a fresh install of Proxmox 5.1 on a new NUC 7CJYH and don't see the AC-9462 wireless in lspci at all. Any ideas whan I need to do to enable that device. I handles both Wifi and Bluetooth, and I'd like to at a minimum get Wifi working. Thanks.
  3. M

    List VM/container details

    Hello, all. I have multiple versions of proxmox running. I'm trying to automate reporting and provide a dashboard that'll show which VMs and containers are running on which nodes. On version 3 there is a very helpful one: "pvectl list". It shows all the data I'm after: VMID, Name, status...
  4. M

    Continuing issues with pveproxy and pve-ssl.key

    Any other ideas out there? Several of my proxmox 4 installs are exhibiting this behavior, and now on some I can't get the UI to load at all, even going through the pveproxy stop/start, pvecm updatecerts, etc.
  5. M

    Updating a 3.3.5 cluster

    Hello. I have a cluster of three 3.3.5 nodes and I'd like to upgrade them to the latest one at a time. How will Rios affect the quorum of the cluster? Is it recommended to leave the containers in place during the upgrade? Is there a procedure published? Thanks.
  6. M

    Mount NFS on node works, on lxc debian container not

    Alright, thanks all. Worked out fine.
  7. M

    Mount NFS on node works, on lxc debian container not

    That looks pretty easy! Is the "Resources -> Mount Point" option in the GUI the same thing, or do I have to add the mount info directly into the container's config?
  8. M

    Mount NFS on node works, on lxc debian container not

    Hey all. I have a share from a MacMini that I'd like to make available on one of my LXCs. I first tried mounting it on the proxmox node with no problem using "mount 192.168.1.25:/datadir /mnt/mac". However, I get strange errors when I try the same command on the container. root@trin3:/mnt#...
  9. M

    Continuing issues with pveproxy and pve-ssl.key

    Thanks, Fabian. Weird. I think that August file was from another server. I've since gone through and updated everything on my current problem server in the hopes that a newer release helps. Alas, it did not. proxmox-ve: 4.4-79 (running kernel: 4.4.35-2-pve) pve-manager: 4.4-12 (running...
  10. M

    how to add and/or resize a LXC disk

    Okay, I withdraw this question. I've gone ahead and upgraded to 4.4.80 and now I see the resize disk option is back in the GUI. Thanks for your help, all.
  11. M

    how to add and/or resize a LXC disk

    Fabian, Here is the output: root@proxmox:/home/mikec# pct resize 104 rootfs 400G Could not get zvol size at /usr/share/perl5/PVE/Storage/ZFSPoolPlugin.pm line 308. proxmox-ve: 4.0-16 (running kernel: 4.2.2-1-pve) pve-manager: 4.0-48 (running version: 4.0-48/0d8559d0) pve-kernel-4.2.2-1-pve...
  12. M

    Continuing issues with pveproxy and pve-ssl.key

    THanks, Fabian. I see what I did. Okay, the modulus for both still match, when using the proper commands as you've shown. This is what journalctl provides, which it appears also gets sent to syslog as that's how I found it: Feb 15 19:47:23 util3 pveproxy[22681]: worker 18658 started Feb 15...
  13. M

    Continuing issues with pveproxy and pve-ssl.key

    Same continuing issue here, which I've seen now for almost a year: Feb 16 18:14:49 util3 pveproxy[23421]: /etc/pve/local/pve-ssl.key: failed to load local private key (key_file or key) at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 1618. I have to stop pveproxy, delete the keys, re-issue...
  14. M

    how to add and/or resize a LXC disk

    Manu, that is clear. What is the official process for extending LXC filesystems if 'pct resize' isn't working? I've seen a number of potential solutions using various system-level tools, including zfs' management commands. Is this what Proxmox is saying we have to use? Are staff aware that pct...
  15. M

    how to add and/or resize a LXC disk

    Has this been addressed in version 4.0.28? I tried pct resize and got the same perl error as above. Wasn't resizing an option through the GUI at one point?
  16. M

    Continuing issues with pveproxy and pve-ssl.key

    Hi Fabian, Thanks for the reply. No, it's good. I've compared the modulus between the key and cert using openssl and they match. I've also regenerated them at least four times so far with updatecerts. It's something else.
  17. M

    Continuing issues with pveproxy and pve-ssl.key

    Hello, all. I have two proxmox nodes (4.2-2 and 4.1-15) running on Debian 8 where access to the node's web site constantly stops working. Only after I restart pveproxy can I access the site again. Along with this behavior is constant errors in syslog: Oct 19 13:15:13 proxmox5 pveproxy[18965]...
  18. M

    Remove cluster from proxmox 4 node

    Dietmar... What does this mean for the 12 containers I have on the node? It wasn't immediately clear if I could re-install the node while preserving those containers. Thanks.
  19. M

    Proxmox 4.0 suddenly can't SSH to any VMs; lxc-stop won't work

    Thanks, Dietmar. Containers in this case. Well, so far there is no indication what it is from the logs, but I could neither ssh nor console (using the Proxmox GUI) into ANY of them. Like, *ALL* of them, except for the proxmox node itself. No problem there. That's an indication to me that the...
  20. M

    Remove cluster from proxmox 4 node

    I tried to set up clustering on a proxmox4 node, but then decided it wasn't going to work. However, afterwards strange things began happeneing and I had to reboot the node. Now when I go to start VMs it says, "cluster not read - no quorum? (500)". How do I remove all vestiges of cluster...