Search results

  1. M

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

    Would bouncing the pvedaemon do any good here?
  2. M

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

    using zfs-local. The RAID is OK and online. Usage is 12%, so it's not a disk space issue. trying to Stop a VM nets this message: can't lock file '/run/lock/lxc/pve-config-106.lock' - got timeout (500)
  3. M

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

    Hello all. We have a proxmox server with 12 VMs on it. an hour ago I started getting reports that nobody was able to SSH into any of the VMs. I tried and confirmed that the login was hanging at the same spot on all servers. I noticed pveproxy was not responding either, but that seems to have...
  4. M

    All containers missing after creating cluster

    okay, looking around online I found a number of similar issues. What worked ultimately was a mixture of re-doing the certs (pvecm updatecerts), then doing a full stop on the cluster using 'service pve-cluster stop', then restarting it again. No clue what happened, but it was a bit...
  5. M

    All containers missing after creating cluster

    In case it was pveproxy, I did a 'service pveproxy restart'. Now the web UI won't load. Status provides the following: root@proxmox4:/etc/pve/local# service pveproxy status ● pveproxy.service - PVE API Proxy Server Loaded: loaded (/lib/systemd/system/pveproxy.service; enabled) Active...
  6. M

    All containers missing after creating cluster

    Additional info... root@proxmox4:/etc/pve/lxc# service pve-cluster status ● pve-cluster.service - The Proxmox VE cluster filesystem Loaded: loaded (/lib/systemd/system/pve-cluster.service; enabled) Active: active (running) since Tue 2016-07-12 15:33:33 CDT; 29min ago Process: 15879...
  7. M

    All containers missing after creating cluster

    Hello, all. I have two proxmox4.x servers and I decided to group them into a cluster. After running the command 'pvecm create datacenter2', which completed successfully, I no longer see any of the containers on the server! I only see the server itself, with no nodes under it except local...
  8. M

    umask broken in 4.2.8-1-pve?

    Thanks, Fireon...but I'm running a different release, which may or may not have changes that would produce different results than yours.
  9. M

    umask broken in 4.2.8-1-pve?

    Very strange behavior iwth umask running on 4.2.8-1 (ZFS). Changes to umask are ignored when done both from the command line, and changed in /etc/profile. The default umask 0022 is applied to all users, but changes are ignored. pilotmc@corp:~$ umask 0002 pilotmc@corp:~$ touch f pilotmc@corp:~$...
  10. M

    Enable nfs mount on LXC container

    Hello all. I need to be able to mount a volume from a host that is not on the proxmox server onto an lxc container. Whenever I try, I get: root@trin6:~# mount -t cifs -o user=admin //192.168.1.15/Applications /mnt/mymnt mount: //192.168.1.15/Applications is write-protected, mounting read-only...
  11. M

    Create VM from template

    Ah, okay. I must've fallen in the middle of those releases. Thanks.
  12. M

    Create VM from template

    Bump! The Convert to Template options is available in Proxmox 4.1, however there is no Clone option. I spent an hour creating a hardened Ubuntu container, then used the Convert to Template option. So how the heck are you supposed to use the template you created!? Am I missing something, or did...
  13. M

    Re-install 4.x over 3.x disk issue

    Thanks, Tom. I did start there and decided instead of doing an in-place upgrade, I'd just wipe and re-install.
  14. M

    Re-install 4.x over 3.x disk issue

    Hey all. Do I need to do anything special to upgrade my Prox 3.x to Prox 4 other than re-run the installer from USB? I'm unable to use RAID0 as an option on the existing raidset. I doubt it's a disk error since they're brand new and worked fine under prox3. Do I need to re-format them first? Is...
  15. M

    DVD and DVDRW devices in containers

    I'd like to run plex on a container. I have /dev/dvd and /dev/dvdrw devices on my proxmox server. How do I make these available to containers? danke.
  16. M

    Use external USB drive in LXC container

    Hello all. I've seen instrcutions on attaching external USB disks to VMs using qm, but not in LXC. I can mount the device to the actual host server fine. Question is how to make that share available to the containers? Thanks.
  17. M

    Re-imaging Prox4.0 to Prox4.1 RPOOL issue

    Hello all, I had a task to upgrade a recently created prox4.0 server to 4.1. I decided to use the USB stick approach, which I had done initially to create the first server. We booted up and got almost all the way through the re-install when we received several different errors. I configured...
  18. M

    Using LDAP for local user login to proxmox server

    Weird, I was getting errors before, but now I see 'em. Never mind.
  19. M

    Using LDAP for local user login to proxmox server

    Hey all, So I'm setting up Proxmox 4 and am trying to use some of our standard linux recipes, but can't find libnss-ldap or libpam-ldap in the proxmox aptitude repo, which we use to control users and groups across our environment. Will adding the standard debian archives to sources.list in...