Recent content by Onyx

  1. O

    martian source from itself

    In case this could help someone: I had a similar problem with kernel martian messages in syslog on the proxmox hosts. I have pfsense vm's where internet traffic arrives and routes it to containers and vm's on the same and other proxmox hosts. The proxmox hosts are only out-of-band accessible...
  2. O

    pmgsh failing

    Oh, sorry, I'm still on 7.3.7. I was convinced that apt update/upgrade was all I had to do. Just found the Upgrade_from_7_to_8 page in the wiki. Thanks!
  3. O

    pmgsh failing

    Is this fixed in the latest version? I have an up-to-date system and get the same error.
  4. O

    How do nodes resolve other nodes hostname?

    That link only explains to configure it's own hostname in /etc/hosts, not all hostnames of all clustermembers. The /etc/hosts file I posted in my first post is how each clusternode is automatically configured by a fresh Proxmox installation. This does not change after configuring the cluster...
  5. O

    How do nodes resolve other nodes hostname?

    Are you sure of that? Everything worked fine on that new cluster except that I couldn't use "ssh vh02" as I always did on the old cluster. So I believe internal workings of the cluster don't need external resolution of the cluster hostnames to function properly. If it was that vital, I suspect...
  6. O

    How do nodes resolve other nodes hostname?

    Found it! (after more then a day being braindead...) Actually, on my old cluster nodes are named like "vh002" and on my new one like "vh02". I do have dns records for "vh002.mydomain.com" and since "search mydomain.com" is in my /etc/resolv.conf "vh002" resolves on my old cluster. Making dns...
  7. O

    How do nodes resolve other nodes hostname?

    Nope. I looked at this already and I'm using Google's nameservers 8.8.8.8 and 8.8.4.4 on my old cluster.
  8. O

    How do nodes resolve other nodes hostname?

    In my old 4-node cluster I can just ping/ssh from one node to an other using it's hostname. Now I'm moving to a new, fresh installed cluster and this doesn't work (3.4-13 for now, still need OpenVZ) This just works on my old cluster but not on the new one and I can't figure out why...
  9. O

    Virtual machine info

    Sorry to bring up an old thread. Is there a way to change this so it shows 'Disk Size' by default? Some background: In the old interface (pre 2.0 I think) it was easy to see the disksize and the used space with that little green bar in the Node view or Container view. For example, If there was...
  10. O

    SPICE, Browser configuration and Remote configuration Proxmox 3.2

    Any pointers on how you did this? I can't get it to work on either Firefox or Chrome. I'm also on an Ubuntu desktop. Chrome wants to download the file "download" Firefox ask me to download the file "EBAx1nMR".
  11. O

    PVE development

    Here here for Debian! Debian is the reason I use Proxmox.
  12. O

    2.3 -> 3.0 RC2 update failed with grub rescue prompt

    I just had one more problem after rebooting; It started the wrong kernel. It was a non-openvz kernel. Fixed it by editing /boot/grub/grub.cfg and putting the pve kernel first on the list.
  13. O

    2.3 -> 3.0 RC2 update failed with grub rescue prompt

    I Just managed to fix it too. For further reference, these are the steps. (this is about a Hetzner dedicated server) - Boot from the Hetzner Linux 64bit Rescue system - mount /dev/sda3 /mnt # main partition - mount /dev/sda2 /mnt/boot # boot partition - mount --bind /sys /mnt/sys - mount...
  14. O

    2.3 -> 3.0 RC2 update failed with grub rescue prompt

    I was just trying that but no success so far. Your exact steps would be very helpfull. Thank you in advance!