Search results

  1. V

    [SOLVED] Install Proxmox to SSD and then add another SSD for RAID-1 later?

    Oh nice find @ph0x, thank you. I was having a hard time isolating something like that based on having the right search terms. I had a hard time getting the server to respond for some reason so I got an archive: https://archive.is/dz0QV
  2. V

    [SOLVED] Install Proxmox to SSD and then add another SSD for RAID-1 later?

    I installed with ZFS on a single SSD. It would be nice to avoid a reinstall for sure.
  3. V

    [SOLVED] Install Proxmox to SSD and then add another SSD for RAID-1 later?

    This looks like it may have the answer, but has anything changed in this regard for Proxmox 7 since this posting?: https://forum.proxmox.com/threads/convert-single-drive-proxmox-installation-to-a-raid-1-configuration.77941/
  4. V

    [SOLVED] Install Proxmox to SSD and then add another SSD for RAID-1 later?

    I have a server I've installed Proxmox onto that has one SSD for the main system installation. I'd like to add an identical drive in a month to mirror my base install as a software RAID-1 (raidz maybe?) so I don't have any down time for when the primary SSD fails. Can this be done, and if so, how?
  5. V

    LXC block device direct access and other device/PCI passthrough?

    This is very interesting, thank you. I was not aware that bindmounts could provide direct disk access! All use cases I see both on the forum out off the forum seem to indicate some level of abstraction. Do you have a specific search result where it shows giving direct hardware access to the...
  6. V

    LXC block device direct access and other device/PCI passthrough?

    Running OpenMediaVault (OMV) through an LXC would be quite useful and it appears there is a desire to do this. Can storage device (eg block storage) be passed through to LXC containers for direct hardware access? Here is a thread expressing such interest...
  7. V

    Local Web Console for Guest Usage?

    This is excellent, thank you! Can you share how this can be modified or updated such that you can log in as a user in text mode and then simply do a `startx` to invoke X(org) + the XFCE (or other window manager)? The obvious goal being to avoid extra RAM usage unless and until desired via...
  8. V

    Local Web Console for Guest Usage?

    I've got a scenario where a Proxmox server needs to double as sort of a workstation as well. It's not something that requires heavy use, but it nonetheless requires the ability to utilize the console of guests a few times a week for monitoring, etc. My thought is to install xorg + Firefox on...
  9. V

    Migrating Windows XP from a dead system?

    Thanks so much for these rough steps! I've heard of something before regarding having to edit the registry or some other files for XP. Any thoughts in that regard? I'll try to work through this and come back here with results. I have to guess the most important thing at this point is getting...
  10. V

    Migrating Windows XP from a dead system?

    I'm in a difficult situation where an old Windows XP system must be maintained indefinitely due to a critical application that cannot be replaced. Unfortunately the hosting computer (WinXP on metal) failed (bad motherboard) and I need to migrate the Windows XP installation to a virtual machine -...
  11. V

    Pydio fails to load as a service in systemclt

    This also seems to be happening for other things like UNSM too. Any discovery of what's causing it yet on Ubuntu 20.04? Oh I just realized, I think this is trying to use Docker. Are you also trying to use Docker? We have to use other options to make Docker work right with Proxmox it appears.
  12. V

    Turnkey Linux Container Passwords Screwed Up?

    I'm having some trouble with the Nginx PHP FastCGI Turnkey Linux container (https://www.turnkeylinux.org/nginx-php-fastcgi). It appears that the default root password is set to the password that's set during container setup, but Adminer's password doesn't seem to be set. From what I'm reading...
  13. V

    Docker support in Proxmox

    What do we do now that RancherOS is dead? k3os? Fedora CoreOS? Ubuntu LXD? ... This landscape is so disappointing and yet we desperately need Docker support on Proxmox.
  14. V

    (Too?) Big IO Delay peaks

    How can determine the IO limits that we should try to use? I posted this question on this thread that seems to discuss it here: https://forum.proxmox.com/threads/i-o-disk-limit.28591/post-315763
  15. V

    i/o disk limit

    It appears that the IO Disk Limiting function is found on a guest VM hard drives settings under Advanced and in the "IO thread" section: How an we determine how many MB/s each of these is using currently through a graph? In the overall PVE summary there are graphs like this: But is this...
  16. V

    Diagnosing High IO Delay & Summary showing wrong timezone?

    Dang, it's still showing Pacific even after that last `rrdcached.service` restart.
  17. V

    Diagnosing High IO Delay & Summary showing wrong timezone?

    Yes, `date` in the PVE shell does show the right time. Unfortunately after the final pveproxy restart command the graph is still showing the wrong timezone. Is there something else I need to do?
  18. V

    Diagnosing High IO Delay & Summary showing wrong timezone?

    I'm trying to diagnose a problem with high IO delay, but while doing so I discovered the CPU usage chart on the PVE Summary page is showing the wrong timezone even though the correct timezone is set in System: Time. This server is running in Eastern timezone, but the graph is showing Pacific...
  19. V

    [SOLVED] LXC Container Networking Broken from Hyper-V Configuration Trouble

    I found it! It took a little digging, but after going to the "Hyper-V Manager" right clicking on the virtual machine guest ("Proxmox"), click on "Settings", go to "Network Adapter", expand the "+" beside "Network Adapter", click on "Advanced Features", check "Enable MAC Address Spoofing"...