Search results

  1. K

    Wifi for one Guest only?

    This is a remotely deployed computer that is connected to a private network (no internet). I wanted to create a wireless access point so when I am there for maintenance, I could use the AP to connect to the network with my phone and/or laptop. Performance is therefore not overly critical as the...
  2. K

    Wifi for one Guest only?

    Is this possible? Could I simply use a USB dongle and set it up from within the Guest?
  3. K

    Determining physical disk space

    Yes, that is what I'm trying to avoid. Thanks for your help
  4. K

    Determining physical disk space

    Sorry yes, I use the default setting of LVM-Thin. the GUI reports: Usage 78.03% (50.83 GB of 65.14 GB) So that is the total used by all the VMs and not the host?
  5. K

    Determining physical disk space

    Let's say I have a 256 GB disk to start with when I started a new Proxmox install. After the install is completed, df -h reports: root@pve:~# df -h Filesystem Size Used Avail Use% Mounted on udev 3.8G 0 3.8G 0% /dev tmpfs...
  6. K

    Determining physical disk space

    From the host, how can I determine the actual disk usage/amount of free space left on the drive? I know about df but that only seems to show the host disk. How can I see what all the guests are using as well? (I'm trying to determine how much free space is left on the disk before creating any...
  7. K

    How to ID USB device within a VM

    It's a USB > serial converter (FTDI based). /dev/serial doesn't exist in this VM. OF course, it does in the host: lrwxrwxrwx 1 root root 13 Apr 20 08:29 usb-FTDI_FT232R_USB_UART_ABSCE19G-if00-port0 -> ../../ttyUSB0
  8. K

    Sharing same USB port (device) between Guests?

    One VM cannot be stopped (running a mission critical program under Debian but not always using the USB > serial device) while the other one (Windows) only needs to run while actually being used to communicate serially (not frequently). I think I answered my own question....
  9. K

    Sharing same USB port (device) between Guests?

    This is a remote application where only one VM will ever be active at any given time (1 VM is Debian, the other is Windows). I was hoping to keep it simple ;)
  10. K

    Sharing same USB port (device) between Guests?

    I have a need for the same USB > serial adapter (FTDI based if that makes any difference) between 2 different VMs. I've tried through the usual process (assigning the adapter in each VM) but that doesn't allow both access - only one gets to use it. Is there a way?
  11. K

    Qemu guest agent on Ubuntu Guest VM.

    This particular Proxmox install is on a Lenovo M93P Tiny which isn't a server platform so I suspect BMC isn't there
  12. K

    Qemu guest agent on Ubuntu Guest VM.

    I want to access CPU temp from a PHP generated webpage within the guest. ssh would work, thanks (ssh-keygen to make passwordless execution)
  13. K

    Qemu guest agent on Ubuntu Guest VM.

    Is there a way to allow a guest to access some host hardware? Specifically, I wan to run sensors within a VM but the guest doesn't see the hardware
  14. K

    How to ID USB device within a VM

    I have need to access a USB Port from a script from within a Debian VM. Normally I'd use /dev/ttyUSB0 but (of course) that doesn't work within a VM. So, how can I ID which /dev is the USB passthrough?
  15. K

    What if connectivity is lost while inside a VM?

    Yes, I am referring to a network failure. Thanks
  16. K

    What if connectivity is lost while inside a VM?

    So let's say I have a program running in a Windows VM and I lose temporarily connectivity to the server with my browser (let's say for a minute or two). Does the Windows process continue to run and when I am able to reconnect to the server, be able continue as if nothing happened?
  17. K

    Audio Codec drive by USB

    As a reminder, I'm running Proxmox 7.1-7 and the only VM running is Debian AMD64 on a Lenovo M93P Tiny, which has an i5 4 core processor and 8 gigs of RAM I've given the Debian VM 2 cores and 2 gigs to use. When playing a .ul sound file (which is sent via USB to a CM119 Codec IC), the...
  18. K

    Using a computer with an ethernet NIC and a wifi NIC

    No no. I want the wifi NIC to BE the AP, bridged to the ethernet NIC while still allowing the 2 VM's access to the ethernet NIC
  19. K

    Using a computer with an ethernet NIC and a wifi NIC

    Simple question. Is there anyway to bridge the wireless to the ethernet NIC so it serves as an access point? (all the while dealing with 2 VMs using the ethernet NIC). Neither VM needs access to wifi just the ethernet NIC)