Recent content by ITPugilist

  1. I

    EXT4-fs error

    Just logged in to say thank you so much, this solved my issue. I still see the error but doing pct list && qm list now shows my ct and vm's running.
  2. I

    Installed PCI-E card with RTL8125 chip, it disabled my onboard RTL8111, how to re-enable?

    Nevermind, reverted to 6.2.16-20-pve kernel. The issue was when I upgraded to 6.8(via https://blog.kumo.dev/2022/12/07/realtek_drivers_proxmox.html), it detected the 8125 chip but lost support for the 8111 onboard lan port. I was running a kernel older than 6.2, so I just did proxmox-boot-tool...
  3. I

    Installed PCI-E card with RTL8125 chip, it disabled my onboard RTL8111, how to re-enable?

    I have proxmox 8 installed on an ASRock QC5000-ITX/PH and its been working since 2017. So I just recently bought a PCIE 2.5Gb card that has an RTL8125 chip on it. And followed the steps indicated here to install the drivers for the RTL8125...
  4. I

    Install containers/KVM on formatted ext4 lvm from /dev/pve/data(thin) on an SSD or NAS drive(ironwolf or skyhawk)?

    I have done this twice with a WD green and purple(both died, green was not suited for 24/7 anyways and purple was 2nd hand and I got cheap). Now I've got an SSD, where it initializes /dev/pve/data to make use of a big chunk of the SSD's capacity, so I what I usually do is make use of it via...
  5. I

    Move SSD with proxmox to another hardware

    I've done this a lot of times, but moving it to "another hardware" is very easy provided that this "new hardware" is an added node. Let's say "old hardware" is node1 and "new hardware is node2. Add node2 to node1's cluster and moving it will take a few minutes in my experience. Or 1. You can...
  6. I

    1 Transcend 128GB SSD + 1 4TB Ironwolf HDD = Good idea?

    So my purple western digital 2TB hard drive decided to die last week good thing I was able to still recover the data because I converted the thin volume(1.7TB of it) as an ext4 partition where I can store all my files, and the root fs took only less than 100GB where the boot partition resides ...
  7. I

    Problem Connecting Containers to OpenVPN after Reboot

    This solved my problem! Sorry for the necro post.
  8. I

    [SOLVED] Bind mount /dev/net directory from host to unprivileged container?

    SUCCESS! Thanks to the post below: https://forum.proxmox.com/threads/problem-connecting-containers-to-openvpn-after-reboot.48666/ Thank you! Consider this resolved.
  9. I

    [SOLVED] Bind mount /dev/net directory from host to unprivileged container?

    Tried that just now and it still deletes the net directory I created inside the guest's /dev directory upon reboot. :/ Is there some way to make the guest make use of the tun file inside the host's /dev/net? Or somehow mount it some other way? Edit: I tried to add a few lines in...
  10. I

    [SOLVED] Bind mount /dev/net directory from host to unprivileged container?

    I have an unprivileged container that runs Centos 7 and I want it to run as an openvpn client to a pfsense firewall. But I can't seem to get it running as the guest container does not have "dev/net/tun". So I looked online and saw people create the file directly inside the container but...
  11. I

    Connect bluetooth speaker to Windows 7 KVM?

    i did, but it doesn't show in task manager :/
  12. I

    Connect bluetooth speaker to Windows 7 KVM?

    Is there a way to connect my Cliptec bluetooth speaker to my Windows 7 32-bit KVM? I installed the Gigaware bluetooth drivers and it seems to have connected to it, however the speaker icon on the taskbar still shows red and that there are no audio devices available. I tried playing a youtube...
  13. I

    Install Proxmox on 4TB Seagate Skyhawk(Surveillance Grade HDD), good idea?

    It will serve files mostly on a separate 1TB HGST HDD(all of our movies) which is already formatted to EXT4, its a second drive I had before my 2TB WD Green died out where my PVE was originally installed. I had my lvm-thin partition formatted to EXT4 so I can use the space to put in my...
  14. I

    Install Proxmox on 4TB Seagate Skyhawk(Surveillance Grade HDD), good idea?

    This is just a home setup :) I will be spinning up at least 5-6 containers and 1 KVM. The containers will be 2 file servers, a dns server, a status monitor using SNMP, an experimental PBX and a few. I am just worried that due to it being more of a write-designed performance drive rather than...