Search results

  1. L

    M2 Wireless card passthrough failing with vfio: error disconnecting group

    I have tried to make it work by having vfio-pci grab control of the M2 wifi card before the host driver does, by adding vfio-pci.ids=xxxx:xxxx, to the boot, but does not work. In fact, now my pci ethernet is not working because for some reason now it is being taken by the host too instead of...
  2. L

    M2 Wireless card passthrough failing with vfio: error disconnecting group

    Hi i am trying to add a new wireless card and pass it to a OpenWRT VM. I have done this in the past successfully with a usb wifi card. Now I am trying to use a M2 wifi card but the passthrough is failing. The system is a Zen 1 embedded device, IOMMU is enabled in the BIOS. Initially the...
  3. L

    Wifi country setting gets resseted on reboot, how to make permanent?

    Since I did not get any suggestions on how to make it permanent, in case someone has a similar issue, I ended up "fixing" it by adding a crontab (crontab - e) line: as suggested for other issues on how to get some command run on boot in the forum. It gets the job done.
  4. L

    Wifi country setting gets resseted on reboot, how to make permanent?

    I have a Proxmox node at home and I set the country code of a wireless card to my country using: It works, when I test with: the country has been changed to mine. The problem is that on reboot of the proxmox node the country gets back to undefined. How can I set the country code so it stays...
  5. L

    Router on a Container Network Configuration

    Very late answer. The router VM (pfsense you mention or opnsense for me now) will route the traffic between vmbr0 and vmbr1, proxmox itself does nothing there. You do not even need vmbr1. You can passthrough the network adapter vmbr1 is associated with to the router VM machine. Sometimes the...
  6. L

    [SOLVED] Problem triggering script when network interface goes down

    First quick question, in the network screen of a proxmox node, what does Apply Configuration does exactly? I have tried 'systemctl restart networking' and has different effects than the Apply Configuration button (or triggering a network restart through the Proxmox API, which I am guessing it is...
  7. L

    Help debugging network adapter issue

    No, I tried compiling the driver for linux available at the realtek webpage, and it does not solve the issue. The driver upstream is newer than the driver available at the webpage.
  8. L

    Different size of ISO's after upload to proxmox

    I think Ubuntu is being "lazy", dividing by 1000 each step instead of dividing by 1024 each step, which I find extremely odd since a computer is doing it anyways, and then rounding to one decimal only. Check the numbers: 1. 1676804096 bytes, dividing by 1000 steps, turns into 1.676... GB...
  9. L

    Different size of ISO's after upload to proxmox

    It seems the Ubuntu file GUI is calculating sizes very weirdly. One ISO has 1.676.804.096 bytes, proxmox correctly labels that as 1.56GB (dividing by 1024 for every M). But Ubuntu file GUI says that is 1.7GB. The other ISO has 517.453.824 bytes, proxmox correctly labels that as 493.48 MB, but...
  10. L

    Different size of ISO's after upload to proxmox

    When I check the sizes in the terminal, the files in my laptop and in proxmox have the same size. So it seems the problem is how the sizes are presented in the gui's. Stat gives also same Size and Blocks in both computer.
  11. L

    Different size of ISO's after upload to proxmox

    I'm not using ZFS in neither of the systems. My laptop is running Ubuntu on ext4 and Proxmox is just running the default lvm installation. I am honestly quite puzzle as to what might be happening.
  12. L

    Different size of ISO's after upload to proxmox

    Just checked the hashes, they all match. So what could be the reason why they show as different sizes between my ubuntu laptop and the proxmox machine?
  13. L

    Different size of ISO's after upload to proxmox

    I have uploaded a couple of ISO files to proxmox to use as VM. The issue is that proxmox reports different size of the ISO than the computer I used to upload the files. For example, in my computer pfSense ISO is 517.5MB, but once uploaded to Proxmox, the proxmox web interface reports the size as...
  14. L

    Help debugging network adapter issue

    I found out what it was, it is related to this: https://bugzilla.kernel.org/show_bug.cgi?id=198931 It has nothing to do with Proxmox, but hopefully Ubuntu updates the kernel soon with the new driver added to upstream, and Proxmox pulls it in, so the issues are solved.
  15. L

    nfs error in lxc

    As a Proxmox newbie, can I ask what is the point of nfs-ganesha over nfs-kernel-server now that both require a privileged container to run?
  16. L

    Help debugging network adapter issue

    Hi I have set up Proxmox in my home server like this and I am having problems with an Ethernet adapter. My home server only has one Ethernet adapter so I am using the a tplink usb ethernet adapter with the Realtek rt8153 chipset to connect to the internet gateway. When I installed Proxmox and...
  17. L

    User configuration recommendations

    Yes, I have a non obvious password and 2FA. Thanks for the quick answer.
  18. L

    User configuration recommendations

    I will not have users, at least not users that need access to proxmox. It is my home server and, at least the proxmox part, is going to be managed by me alone. The question was going on the line if it is adviceable to be login and doing all the stuff with the root user. I guess my doubt comes...
  19. L

    User configuration recommendations

    Apologies if this has been asked before, I have searched the forum but I have not found it. I know how to create users and groups in Proxmox and asign permissions. I am wondering what is the recommended setup when it comes to users. I have only one node, my home server. Is it ok or recommended...
  20. L

    Router on a Container Network Configuration

    This worked. Thanks everybody. I am updating the diagram with the small fix of the IP address, just in case anyone checks this in the future. Also, note that at first the host will not have Internet access, so you need a VM like pfsense ready or in my case previously create a container template...