You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Install lm-sensors
run latest script from this github
error error error
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:
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.
Is the rest of the following lines also wrong and could you maybe post these lines +10 more above and below from a working config so I can compare the syntax?
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: