-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PVE 8.2 - temperature script killed pve proxy - making my server inaccessible via the web interface #71
Comments
Thanks for the report. Good that you were able to resolve it yourself. Before the script makes modifications, it makes a backup of the files to be edited. In the same directory of where you downloaded the script you will be able to find the original files in the backup folder. You could also simple revert everything by passing uninstall as argument to the script. You may very well be the first using the script with non-English language. It could very well be that which is causing issues. If you are interested in helping then you can perform an uninstall and then add this "export LANG=en_US.UTF-8" in the second line in the script, save it, and report back on the result from Nodes.pm. The English locale must be installed/available prior to use, you can check that with "locale - a" in your terminal. |
I will gladly try tomorrow but it looks like the backup also did not work or I screwed it up by trying to install again before checking via nano. |
If you manage to install it on top of existing installation then a new backup file will be created. So look for the oldest one in the backup folder. Unfortunately, I do not have access to a computer right now. |
Ok I will check but it might be 1-2 days until I find the time. Maybe someone can post this part of the config in the meantime just to be safe. |
i had the same issue with the script but ended up fixing it by reinstalling proxmox-widget-toolkit also my locale -a is:
feel free to ask if there are any files you wish me to upload. |
On the latest version of proxmox with everything updated, I did not have the issue. Proxy started fine. |
Describe the bug
pveproxy rendered unable to start - no web access to the server possible, no restart of pveproxy possible due to wrong syntax in nodes file
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Stuff works
PVE accessible through web interface
no error error error
no syntax error in nodes file
Screenshots
Okay, after a huge shock and a reminder to backup my whole proxmox config I used putty to connect to my PVE instance and tried to restart pveproxy manually. This gave me an error message, telling me that there is a wrong syntax in line 489 of node.js. Used nano to check the line and found the syntax you see in the screenshot. Instead of 'sensors' I got \sensors\
After fixing this and manually restarting pveproxy everything is working.
I dont know enough about this stuff to be able to tell what went wrong but I am using german keyboard layout and on that the button for " ' " produces " \ " .
What about the lines below it, are the \ also wrong?
The text was updated successfully, but these errors were encountered: