Search results

  1. G

    [TUTORIAL] Noob Guide to Getting Audio to Work in Linux Guests

    @used1d What audio card are you using(on proxmox vm), intel-hda? AC97 didn't worked when I tried to change from Intel to AC97 to try fix the "audio return" on microfone, the device was unrecognizable, but with a clean installation it could work. The ISO part is, go to proxmox and on Disks, add...
  2. G

    [TUTORIAL] Noob Guide to Getting Audio to Work in Linux Guests

    Just asking in case someone has come with a solution for this Issue. I have a Windows VM on Proxmox with SPICE, I use it to connect, using a VPN to my employer workstation. They have a stupid policy to not use Teams outside the company, I will not enter in details in here, but I can't login to...
  3. G

    Why does the mouse go wrong when SPICE QXL is enabled ?

    Qemu-guest-agent is for the agent talk with qemu-server. For you Spice, you need a couple of thing, first after you install windows, you need install Spice Guest Tools, is windows binary, you can use this URL to download directly, or navigate to Spice Protocol site...
  4. G

    Help with information to rebuild a Proxmox Cluster

    -- Intro -- I have this situation, I have two servers, both with Proxmox on 4x NVME BTRFS RAID10 using a PCIEx Adapter + Bifurcation. They both form a cluster with a raspberry pi 3 as voting device. I don't know if is the adapter, or the NVME, or BTRFS, but both servers are restarting and...
  5. G

    Devuan LXC borked | GPG Keys have expired.

    Devuan container has the it's gpg key expired, since apt doesn't work and curl and wget is not included, I think is better to upgrade the container to a newer version, which include the new key > http://deb.devuan.org/devuan/pool/main/d/devuan-keyring/devuan-keyring_2022.09.04_all.deb...
  6. G

    [TUTORIAL] Fix always high CPU frequency in proxmox host.

    My bad, I misplaced the dns name from my new installed proxmox server v7.2 when doing ssh, with the old one, to check the package installed.
  7. G

    [TUTORIAL] Fix always high CPU frequency in proxmox host.

    As stated, cpupower will be replaced, but cpufrequtils is the default right now on Proxmox, and come preinstalled with 7.2(at least), not needing install anything, that why I said `wrong` to @Neobin.
  8. G

    [TUTORIAL] Fix always high CPU frequency in proxmox host.

    Wrong, just edit the /etc/default/cpufrequtils and change to GOVERNOR="schedutil"
  9. G

    1GBps NIC stuck at 100MBps (and it's not the cable)

    I got some problems with CAT6 Shielded with Ubiquiti UDM Pro, using old CAT5E U/UTP cable got it working. From what some people told me, if the CAT6 Shielded cable is not 100% well crimped, it will have issues. Try a CAT6 not shielded if you have or just a CAT5E. In my specific case the internet...
  10. G

    run mikrotik routeros on proxmoxve

    I am using it for provide DHCP and Reverse DNS for local network, but I am not using any firewall policy right now.
  11. G

    SAS drives are shown as unknown type

    I have checked the git.proxmox.com and found the the perl module which checks the type of disk installed, if someone has perl skill, maybe could try submit a patch for it, or at least share it to patch locally for who want it. https://git.proxmox.com/?p=pve-storage.git;a=blob;f=PVE/Diskmanage.pm
  12. G

    Slackware 15.0 as a new LXC for Proxmox 7.x

    Since Slackware 15.0 is out about sometime, could it be added to the list of templates?
  13. G

    [SOLVED] Run Pi-Hole as Container or VM?

    /etc/resolv.conf does not support using other port than 53, is how the internet works, no Linux and BSD support it, only exception is OpenBSD, as far I know, since 53 is the Well Known Port assigned to DNS by the IANA - all DNS servers everywhere operate on that port. For use other port than 53...
  14. G

    SAS drives are shown as unknown type

    Hi i just installed 5x HUH728080AL4200, 8TB version of the same disks used from @ptr727, they are 4kn disks, using SAS3 HBA Card, but I am still using a SAS1 backpanel(trying to find a cheap SAS3). I saw the Type Unknown is a still a issued today on Proxmox fully updated. I like to know if this...
  15. G

    [SOLVED] Run Pi-Hole as Container or VM?

    I am using sometime a Pi-hole AlpineLinux LXC Container, is a port from the original project. https://gitlab.com/yvelon/pi-hole Also another LXC just with unbound. I did this approach because else the the Pi-hole LXC itself couldn't update because Unbound is not running port 53, but instead...
  16. G

    Void Linux LXC?

    I have the same Issue I have with Slackware LXC, I have requested here, and was waiting for this thread to resolve to submit the request on bugzilla
  17. G

    Slackware 15.0 as a new LXC for Proxmox 7.x

    Hi, I would love to be able to use the future Slackware 15.0 (not released yet, but is on Release Candidate 1) LXC on Proxmox. I saw a old thread which the requester don't have provided the lxc-template for Slackware. Well, the script for build it can be found in inside the lxc package on the...
  18. G

    webgui won't open

    Thanks, this "bug" has annoyed me about some time, and today I found this thread in here after searching about StdWorkspace.js which I nail down using Chrome DevTools. My problem is while traveling I use a ChromeBook, but it is old and I can't upgrade the OS/Browser anymore. I am stucked with...