Recent content by rethus

  1. R

    Clean scheduled reboot

    OK, thanks a lot.
  2. R

    Clean scheduled reboot

    This means, that 'shutdown -r 23:00' fully fits my needs ? How can I make sure that guests are able to automatically shutdown.
  3. R

    Clean scheduled reboot

    What is the right way to do a clean reboot of the whole ProxMox Master node (e.g. after upgrade of pve-kernel)? For example, I wan't to do the reboot at 23:00 tonight. I don't think it's save, to do only an "shutdown -r 23:00" ?! I think the running VM's won't be shutdown in a clean way.. or am...
  4. R

    Starting node takes 10 minutes... before boot

    Starting container ... Container is mounted Adding IP address(es): 112.12.23.345 Setting CPU units: 400000 Setting CPUs: 4 Container start in progress... Starts up in 30 - 50 Seconds
  5. R

    Starting node takes 10 minutes... before boot

    I do a restart (of whole Master) via GUI. There are no nfs-mounts on this node (105). But anyway, the VNC-Screen keeps black for node 105 till 10 Minutes are reached. Only after this time, the boot-process start... so even if there would be a nfs-mount on node 105, the lag apper before this...
  6. R

    Starting node takes 10 minutes... before boot

    If I reboot proxmox, all nodes come up really fast as it should. But one Node need 10 Minutes before it begin to boot. I start the VM 105 and open the VNC-Viewer on it. Screen keeps Black for 10 Minutes. After 10 Minutes I see the Boot-Process starting in VNC. Why are there such a delay...
  7. R

    KVM guest no Internet-Access

    Solved it: Now I have tried this Setup on Hetzner-Wiki-Page: https://wiki.hetzner.de/index.php/Proxmox_VE#Netzwerkkonfiguration_Hostsystem_KVM.2FRouted Bridged Setup. On Host: # /etc/network/interfaces ### Hetzner Online GmbH - installimage # Loopback device: auto lo iface lo inet loopback...
  8. R

    KVM guest no Internet-Access

    I use Proxmox 3.4. This is the /etc/network/interfaces of my Proxmox-Host: auto eth0 iface eth0 inet static address 18.140.37.134 netmask 255.255.255.192 gateway 18.140.37.129 pointopoint 18.140.37.129 post-up echo 1 > /proc/sys/net/ipv4/conf/eth0/proxy_arp...
  9. R

    SPICE & how to connect without Proxmox-Login

    Ok. So if I wan't to share VM's to use them with spice, I have to add Users to Proxmox, so they can access to this Spice-download-file. Is it possible to set the permissions such granular, that they only can access the the vm via spice (and nothing else in Proxmox - maybe even not login to...
  10. R

    SPICE & how to connect without Proxmox-Login

    I'm not really familiar with SPICE at the moment. I only know the way..., if I'm logged in to Proxmox, I can start a SPICE-Session there. If I press to create a SPICE-Session, I got a File called download. If I open this, the SPICE-Session start at my desktop. Question: Does this download-file...