Open profucius opened 1 month ago
It looks like there are some 'No such file or directory' errors during the execution of the script, which might be causing issues. The problem with /dev/fd/script_state.txt
seems to be related to how the script handles file paths, possibly due to being executed from an unexpected location or permissions.
Firstly, please ensure you're running the script as root
and from the correct directory. Running it as sudo
might cause path issues. Also, check if the following files exist: /etc/modprobe.d/blacklist.conf
and /etc/modprobe.d/vfio.conf
. If they don’t exist, you can create them with:
sudo touch /etc/modprobe.d/blacklist.conf
sudo touch /etc/modprobe.d/vfio.conf
I'm working on a new version that should address these issues by removing the need for sudo
and improving how file paths are managed. Could you let me know from which directory you're running the script? This information will help ensure a more reliable fix in the upcoming version.
Thanks for the reply. The way I'm running the script is as follows:
root@pve:~#
bash <(curl -s https://raw.githubusercontent.com/Danilop95/Proxmox-Enhanced-Configuration-Utility/main/proxmox-configurator.sh)
2
to configure GPU.I tried doing the two sudo touch commands you mentioned and running the script again, but I got the same results.
After rebooting and running the script again, this time going to option 3
to check the GPU Installation, I get this:
=================================================
| Checking GPU Installation |
=================================================
NVIDIA GPU detected.
nvidia-smi found. Checking NVIDIA GPU status...
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
Detected NVIDIA Gaming GPU.
I already tried installing the Nvidia drivers from another guide, and I had assumed they were installed. But I've also read conflicting blogs that say that this is not necessary for Proxmox for a GTX 1070 for example.
Thoughts?
I've identified the issue. Don't worry, I'll be releasing a new version in a few days that will address the problems with gaming GPUs. You shouldn't need drivers on the host machine (the Proxmox server); you'll need them on the VM instead. I'm currently working on fixing this.
I just ran your script and got these results. I see a number of
No such file or directory
and am concerned that something may have gone wrong during execution. Is this normal, or is there something I need to do to fix before attempting again?