Search results

  1. Toxik

    [SOLVED] Promox 6: problem with noVNC - failed to connect to server

    My problem apparantly is actually an Edge (Chromium) problem. The Proxmox web interface loads after accepting the self-signed certificate, but still the popup windows are denied. I'm using Firefox now. To give more details: The Chrome console says: WebSocket connection to 'wss://192...' failed...
  2. Toxik

    AMD Threadripper CPU supported?

    In the meantime I'm running a Epyc server, which works fine, too. But I do not use PCI passthrough.
  3. Toxik

    ZFS "refreservation" property twice the size of the VM

    Hi, the problem is explained here: https://forum.proxmox.com/threads/zfs-counts-double-the-space.71536/#post-320919 :(
  4. Toxik

    [SOLVED] Promox 6: problem with noVNC - failed to connect to server

    Firefox works here, but cannot connect with Microsoft Edge (Chromium version).
  5. Toxik

    ZFS "refreservation" property twice the size of the VM

    Hi, I've noticed that my vm-200-disk-0 eats up 6 TB of disk space although it's disk is set to 3 TB only: root@pve1 ~# zfs list NAME USED AVAIL REFER MOUNTPOINT rpool 12.7G 202G 104K /rpool rpool/ROOT 12.7G 202G 96K...
  6. Toxik

    Proxmox VM backup vs. wbadmin vs. [...]

    Basically this is, what pve-zsync already does :) I just don't know, if guest file system is frozen before snapshot. But AFAIK this is only useful, if guest applications also take care of it.
  7. Toxik

    Where is the last boot message configured: "To configure this server..."?

    Hi, after boot on console a message appears: "To configure this server connect to https:ipadress:8006/" Where is this message located? I've changed the server IP, but the message still shows the old one.
  8. Toxik

    FreeBSD as VM?

    Yes, I did enable it during VM setup. But when I have a look at the verbose output: Is there any use of the guest agent if all these features are disabled anyway?
  9. Toxik

    FreeBSD as VM?

    I've installed a FreeBSD test VM, wgich works so far. I've also installed qemu inside the VM (pkg install qemu), but I cannot start the qemu guest agent: root@freebsd-test ~# qemu-ga -v 1584543339.176037: debug: disabling command: guest-suspend-disk 1584543339.176059: debug: disabling command...
  10. Toxik

    FreeBSD as VM?

    Hi, should I expect problems when running FreeBSD as VM? Serious bugs, performance issues, etc.? Or should it run fine like any Linux VM? Thanks
  11. Toxik

    A question about pve-zsync

    Still the question: does pve-zsync freeze the guest FS before snapshot?
  12. Toxik

    A question about pve-zsync

    Well, I guess most DBs should be power-off save, as long as the underlying FS does not do any mess.
  13. Toxik

    A question about pve-zsync

    But the Qemu wiki syays something else:
  14. Toxik

    A question about pve-zsync

    Will pve-zsync freeze the guest file system via the guest agent? https://wiki.qemu.org/Features/Snapshots#Guest_Agent
  15. Toxik

    Proxmox VM backup vs. wbadmin vs. [...]

    According to what I read here, this should be possible: https://wiki.qemu.org/Features/Snapshots#Guest_Agent Communication to the guest agent should be done via serial interface: https://wiki.qemu.org/Features/GuestAgent Maybe there is a simplier method?
  16. Toxik

    Proxmox VM backup vs. wbadmin vs. [...]

    Why not just do it this way: Install Proxmox with ZFS Install backup server with ZFS (Proxmox, FreeNAS, ...) To do the backup: Freeze the guest file system and create a snapshot of the guest's zvol Use zfs send to sync the snapshot to the backup server Rsync additional config files (that are...
  17. Toxik

    Debian 10 container: cannot mount Samba share

    Hi, I've set up an Debian 10 container, installed cifs-utils and trying to mount a Samba share (from Synology NAS), which fails: mount --verbose -t cifs -o user=myuser,domain=mydomain,vers=3.0 //nas1.mydomain.local/Share /mnt/Share Password for myuser@//nas1.mydomain.local/Share: *** mount.cifs...
  18. Toxik

    Create a LXC container template

    OK, but that means I cannot set stuff like root password or IP address while setting up the CT?
  19. Toxik

    How do I license MS Server 2016 standard and assign cores?

    That's why I'm currently adding a workstation PC to the rack, that does some lower priority server tasks. Just because it's not allowed to run Windows 10 Pro in a VM and the whole workstation is cheaper than a Server 2019 license o_O
  20. Toxik

    How do I license MS Server 2016 standard and assign cores?

    Wow, that sucks again for Proxmox users :( I wish less things were dependent on Windows.