Search results

  1. S

    IP over USB?

    Anyone ever tried IP over USB? Everything I've read indicated that it's easy, just run "modprobe g_ether" and configure an IP address on usb0, use a USB cable to connect to your other device, and boom, done. I just tried it on 3 proxmox boxes. dmesg only has this line: [784436.131019] UDC...
  2. S

    Proxmox on aarch64 (arm64)

    Somehow, people just don't seem to get it - if you want something free, that needs work from other people, unless there's a way to pay for it, it ain't happening. It is normal to want to put food on the table, and to have nice vacations, and buy a house, and put your kids through college. This...
  3. S

    Anyone with a successful Bluestacks or Android emulator running?

    It's weird. I've looked at the and didn't see anything - it just went blank and rebooted. And how is running BlueStacks triggering that panic (that isn't triggered on the other box) on the subsystems that wasn't triggered by other apps? And the weirdest part is that I had been able to run...
  4. S

    Anyone with a successful Bluestacks or Android emulator running?

    What is the best way to troubleshoot - when bluestacks crashes, it takes down both the windows 10/11 guests, as well as the Proxmox host. I've looked at Event Viewer in Windows, and do not see anything that jumps out. On Proxmox host, journalctl doesn't show anything either. Everything is...
  5. S

    Easiest way to expand pve/root?

    You have no idea what I am doing. Bluestacks on windows on Proxmox is a pain in the ass. And every time it crashes, it requires a reinstall. So a quick backup and restore is wonderful at keeping all the configs and everything available as I test and try to stabilize my config. Once...
  6. S

    Anyone with a successful Bluestacks or Android emulator running?

    Does anyone have a successful Bluestacks running on Windows 10 (or Win 11)? Please share your config. I have spent the past 3 weeks trying to get blue stacks running without crashing. Sometimes, it will run overnight without issues. Othertimes, it will crash on startup. Each crash will...
  7. S

    Easiest way to expand pve/root?

    Apologies - I did honestly search, but I guess I used wrong keywords. And yes, backups on the same disk is bad. But I'm not doing anything prod.
  8. S

    Easiest way to expand pve/root?

    I have a 1TB drive in my proxmox 8 box (fresh install), using it to test bluestacks (it's a different level of pain...) and I am finding out that with the default installs, I don't have much space for backing up a virtual machine. Tried lvextend and didn't get far. What's the easiest way to...
  9. S

    Strange network problem with Proxmox 7.1-6 and Debian 11

    Ugh. Why is it doing it for me then? Double Ugh
  10. S

    Strange network problem with Proxmox 7.1-6 and Debian 11

    I'm referring to guest virtual machines.
  11. S

    Assistance planning proxmox network

    You can certainly put multiple vlans on one port/switch and then it's just a matter of making sure you route it. Sounds like your USG4 is doing that routing, but if it's not, then either your host or a virtual machine must route it, if you want traffic to flow between vlans. However, if you do...
  12. S

    Strange network problem with Proxmox 7.1-6 and Debian 11

    Glad it's not just me then. I thought I was going crazy for a while. Someone on reddit offered the following suggestion, which seemed to work. Change that "auto lo" line in /etc/network/interfaces to: auto lo ens18 # replace ens18 with your network device I'm surprised there isn't more...
  13. S

    Strange network problem with Proxmox 7.1-6 and Debian 11

    Debian 10 - no issue. Debian 11 - network issue after a network restart Debian Sid - network issue - network dies within seconds after booting Ubuntu 21 - no issue. OpenBSD 7.0 - no issue. Devuan 4.0 - no issue. Documenting it here. If anyone has any ideas, do speak up, I'm very curious.
  14. S

    Strange network problem with Proxmox 7.1-6 and Debian 11

    Just received a Dell R520, and did a fresh install of Proxmox. Added Debian 10 (buster) guest. No issues with networking. Installed Debian 11 (bullseye). When I run a "/etc/init.d/networking restart" the networking bits stop working. This is the "Before" running /etc/init.d/networking...
  15. S

    [SOLVED] Mac issues connecting to NFS/ZFS on Proxmox

    Found the problem - nfs server was running in secure mode, so the client needed to use the resvport option. mount -t nfs -o soft,nfsvers=4,proto=tcp,resvport proxmox:/jbod/tank /Volumes/nfs
  16. S

    [SOLVED] Mac issues connecting to NFS/ZFS on Proxmox

    Current version of proxmox, fully updated. Have a zpool with sharenfs enabled. Unable to nfs mount from macOS. Any ideas? proxmox server IP is 10.100.200.200 zpool is jbod/tank Mac IP is 10.100.200.100 Mac User is Justme linux VM on Mac is 10.100.200.101 # zfs set...
  17. S

    Problem with ZFS encryption

    Under solaris 11, a "zfs import x/y" would also load the key and request for the password. That would be even better behavior for the linux version of zfs.
  18. S

    What would cause load to be incorrectly reported as being so high?

    Here. Try this and see what you get. apt-get install htop htop
  19. S

    What would cause load to be incorrectly reported as being so high?

    It looks scary, but as long as things are working fine, I wouldn't worry about it. Load averages don't find/show resource leaks. Nothing to do with it. https://mellowhost.com/blog/confusing-server-load-average-explained.html
  20. S

    What would cause load to be incorrectly reported as being so high?

    Load average is not what you think it is. It's a look at the run queue, and even if that task is blocked (reading from drive, waiting for input, whatever), it is still counted as part of the load. Look at vmstat, etc. Your CPU utilization is only 8.6%. No worries. Also, as a byproduct of...