Search results

  1. Z

    Promox 6.0-9: can't create container with Ubuntu 19.10-1

    Hi! Thanks for the explanations. I just thought that as I was able to download this specific template version it was already supported/included/whatever in Proxmox. Thanks. Regards.
  2. Z

    Promox 6.0-9: can't create container with Ubuntu 19.10-1

    Hi! I just tried to create a container using the Ubuntu-19.10-1 template and got this error: extracting archive '/var/lib/vz/template/cache/ubuntu-19.10-standard_19.10-1_amd64.tar.gz' Total bytes read: 675983360 (645MiB, 90MiB/s) Detected container architecture: amd64 TASK ERROR: unable to...
  3. Z

    Proxmox 6: WOL no more

    Surprisingly, this NIC is now fully supported in FreeBSD. WOL is working with it.
  4. Z

    Proxmox 6: WOL no more

    Hi! I did all the procedures and ended with this: root@pmx:/etc/modprobe.d# modprobe r8168 modprobe: ERROR: could not insert 'r8168': Exec format error So I "unblacklisted" the r8169 and now my system is accessible again, but no WOL. Thanks. Regards.
  5. Z

    Proxmox 6: WOL no more

    Hi! The card is this one: Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 09) And it is using the r8169 module.
  6. Z

    Proxmox 6: WOL no more

    Hi! I know somebody would ask me this, and here is the output of ethtool eno1: root@pve:~# ethtool eno1 Settings for eno1: Supported ports: [ TP ] Supported link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full...
  7. Z

    Proxmox 6: WOL no more

    Hi! Until 5.4 I were able to turn on a Proxmox server with the WOL Magic Pack. After upgrading to 6 and everything else kept the same (hardware, bios, router etc), this isn't working any more. By searching a little, I found some people talking about something related to the fact that, the...
  8. Z

    Missing pve5to6

    Hi! My installation is currently 5.4-3. Do I still need to update the /etc/apt/* with those repositories manually? Thanks. Regards.
  9. Z

    Missing pve5to6

    Hi! By some reason my installation doesn't have the pve5to6 program/script: root@pmx:~# pve5to6 -bash: pve5to6: command not found Is there a way to install it? Thanks. Regards.
  10. Z

    Migrating ZFS data storage from one host to another

    Hi! Currently I have my Proxmox installed in a (let's call it) host_A, and I need to migrate the whole installation (VMs, CTs and ZFS data storage) to another host (let's call it) host_B. Host_B is another computer, with his own motherboard, CPU, memory and disks. After this migration, host_A...
  11. Z

    Upgrade to kernel 4.15.18-12-pve goes BOOM!

    Your instructions saved my server (and my night). Thank you very much!!! Regards.
  12. Z

    Container's network erratic behavior...

    Yes, we thought that could be a case of duplicated MAC/IP, but it is not. Double checked. Here is the network part of our configuration.
  13. Z

    Container's network erratic behavior...

    Hi! Thanks for reply. No. Everything that could restrict communication is disabled to minimize any interference.
  14. Z

    Container's network erratic behavior...

    Hi! I installed Proxmox on a corporate environment in order to use it exclusively for managing containers (our VMs are already managed by VMWare...). The network is working, but I realize that my containers stop to respond to external pings for long periods of time, but not when I'm pinging...
  15. Z

    [SOLVED] "local" storage: no contents (error code 400)

    I'm sorry. Problem solved. My fault.
  16. Z

    One subnet and two NICs

    Hi! I forgot to say that this a home server. I don't use a switch with those capabilities, but instead a simple router (Netgear Nighthawk AC1900/R7000), running xwrt-Vortex as firmware. Is there anything else that I can do with these hardwares? Thanks. Regards.
  17. Z

    One subnet and two NICs

    Hi! My Proxmox server is running on a Supermicro X11SSL-CF motherboard. It has 3 ethernet interfaces: 1 for IPMI and 2 regular ethernet interfaces for general use. I have just one network/subnet (192.168.0.0/24), and I'm using only one NIC. Is there some use for this second interface? And if...
  18. Z

    [SOLVED] Installation completely broken

    Solved. In my despair to restore the system I didn't take notes of the step by step in a detailed way. And even if I had took, they would not be accurate, because some commands failed in a first attempt but worked after the fourth or fifth tentative after I done three or four changes (and I...
  19. Z

    [SOLVED] Installation completely broken

    The problem is only with Proxmox packages, because I can install other packages with no problem. It seems some kind of recursive dependency...
  20. Z

    [SOLVED] Installation completely broken

    $ dpkg --configure pve-manager dpkg: dependency problems prevent configuration of pve-manager: pve-manager depends on libpve-guest-common-perl (>= 2.0-14); however: Package libpve-guest-common-perl is not configured yet. pve-manager depends on libpve-storage-perl (>= 5.0-18); however...