Search results

  1. K

    Proxmox Datacenter Manager - First Alpha Release

    api error (status = 400: api returned unexpected data - failed to parse api response) local cpu devices work great. this host is a vultr cpu
  2. K

    installation of drivers for coral pcie eadgetpu

    Upgrade to the 5.13 kernel broke the dev/apex_0 driver for the Coral edgetpu... reverting to 5.11 fixed it...
  3. K

    remote control cause "failed waiting for client: timed out"

    On a default install on a local network I cannot access any shell areas while using PIA VPN (PRIVATE INTERNET ACCESS) My local DNS server resolves 192.168.1.100 too https://fqdn.com:8006 which works except for console...
  4. K

    Which Network Type for multiple public IP on 1 NIC

    answer is: auto vmbr10 iface vmbr10 inet static address 10.0.1.1 netmask 255.255.255.0 bridge-ports none bridge-stp off bridge-fd 0 # Enable ip forwarding on the Host OS post-up echo 1 > /proc/sys/net/ipv4/ip_forward # Create...
  5. K

    Which Network Type for multiple public IP on 1 NIC

    Thanks for that, I need an interface for the second IP so I can point containers too it though
  6. K

    Which Network Type for multiple public IP on 1 NIC

    Hi all, The default network config works fine with a Vultr VPS and NAT: iface ens3 inet manual auto vmbr0 iface vmbr0 inet static address 202.111.81.143/23 gateway 202.111.80.1 bridge-ports ens3 bridge-stp off bridge-fd 0 auto vmbr1 iface vmbr1 inet static address...
  7. K

    [SOLVED] RRDC time spam

    i found this error after installing on a 2018 NUC. Updating bios, reinstalling fixed it.
  8. K

    lxc apparmor 'error' or php issue

    Hi all! Every lxc container shows about 20 lines like this on startup: pve kernel: apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxc-115_</var/lib/lxc>" name="/" pid=28950 comm="(networkd)" flags="rw, rslave" pve kernel: IPv6: ADDRCONF(NETDEV_UP): eth0...
  9. K

    slow sata drives with default 4.3

    the default PVE5 install shows "/dev/pve/root / ext4 errors=remount-ro 0 1" I then add barrier=1 "/dev/pve/root / ext4 errors=remount-ro,barrier=1 0 1" Both ways on ssd and hdd fsyncs shows < 100 I change it too barrier=0 and fysncs >1000 Running barrier=0 isnt always a good option but the...
  10. K

    slow sata drives with default 4.3

    I get that Proxmox is setup for enterprise but it works great for a home lab. Where slower drives are common... 3.2 all default settings with sata 7200 drives Old desktop pc - FSYNCS of around 1200 I/O is ok 4.3 all default settings with sata 7200 drives VMware on Windows PC - FSYNCS around...
  11. K

    Brigded Network Model

    Hi all! I installed the latest Proxmox 3 on a vmware VPS hosting service – they installed from ISO as I don’t have full console access. It works perfectly but I can’t figure out the network model I should be using and wish to secure both the host and containers. As per the wiki network model...
  12. K

    Restore storage drive to new Proxmox host

    Hi all, My Proxmox 1.9 drive failed so I have rebuilt it and added the second storage drive from the gui. Is there a method to 'recreate' the VM's from this storage drive? I have seen this command but I'm not sure how the --ide0 should be set qm set 106 --ide0 /dev/SataDisk/vm-106-disk-1...
  13. K

    Bridging on a shared host for multiple containers

    OOPS :( No need to use bridging at all! Just add the public IP to the container...
  14. K

    Bridging on a shared host for multiple containers

    Proxmox installed on my hosting service shows this default etc/network/interface file # network interface settings auto lo iface lo inet loopback iface eth0 inet manual auto vmbr0 iface vmbr0 inet static address 115.55.23.5 netmask 255.255.252.0 gateway 115.55.23.254...
  15. K

    error with pve cluster and pve manager

    Ok so I had a guess and found a forum post showing the hotname ping should be the ip address: 127.0.0.1 localhost 192.168.1.160 Deb64-proxmox.com Deb64-proxmox and this got through the cluster issue.
  16. K

    error with pve cluster and pve manager

    Hey guys, I have the same error stopping me, I see some of you have found fixes but they all seem a little different. I have tried most of whats on this page to no avail. Can I manually install a different version perhaps? Starting pve cluster filesystem : pve-cluster (warning). invoke-rc.d...
  17. K

    Boot/Init Logs replicate

    LOL, Is this not a Forum - the definition been an OPEN discussion?... I am simply asking how init-logger could be installed, if you are you upset that I was inarticulate or mentioned another OpenVZ product perhaps you should explain your 'rules'.
  18. K

    Boot/Init Logs replicate

    I can see the process (in the container) that Proxmox installs to write to this logfile is called init-logger. Yet this now appears to be unsupported as a package. I have a SolusVM that uses the same openvz container but does not have init-logger. Anyone know how it could be installed?