Forum Replies Created
-
AuthorPosts
-
manjey73ParticipantFor Scada and WEB to work, only runtime dotnet is needed.
But there should be two of them. NETCore and ASP NETCore
manjey73Participant.NET runtimes installed:
Microsoft.NETCore.App 8.0.5 [/usr/lib/dotnet/shared/Microsoft.NETCore.App]You have lost one NET component or not installed
Where Microsoft.AspNetCore.App ????
-
This reply was modified 1 year, 8 months ago by
manjey73.
manjey73ParticipantThere is probably no need to run TwinCAT System Manager for the driver to work. It is needed in order to find a virtual controller and write a program to it. At least I have closed all applications related to TwinCAT and deleted the services associated with it through the manager. Scada continues to poll the virtual controller properly.
manjey73ParticipantReinstall nginx. Or put the native default file back in place and restart nginx
First you need to get nginx running
-
This reply was modified 1 year, 8 months ago by
manjey73.
manjey73ParticipantHave you overloaded nginx services?
manjey73Participant@hendra_allo It is probably necessary to look at the logs of nginx itself, Since nginx itself does not start
/var/log/nginx/error.logAs well as the ScadaWeb logs /var/log/scada/ScadaWeb/log/ after you solve the nginx startup problem
manjey73Participantrapidscada_6.2.1_linux_ru\nginx\from the installation folder
You will have a folder with a different language indication – en-
This reply was modified 1 year, 8 months ago by
manjey73.
manjey73Participant/etc/nginx/sites-available
manjey73Participant5.2.
sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/ssl/private/nginx-selfsigned.key -out /etc/ssl/certs/nginx-selfsigned.crt
5.3. Copy the nginx/default file from the distribution directory to the /etc/nginx/sites-available directory,
after saving a backup copy of an existing file.
manjey73ParticipantHave you made a self-signed certificate for nginx as described in the readme?
and copying the configuration for the available site ?
manjey73ParticipantJudging by the fact that you haven’t installed dotnet, maybe you haven’t installed nginx either?
systemctl status nginx
manjey73ParticipantThe dotnet version is up-to-date, this is no longer the reason.
service scadaweb6 statusor
systemctl status scadaweb6-
This reply was modified 1 year, 8 months ago by
manjey73.
manjey73Participantafter that, check again
dotnet --infoYou should see that you have the runtime installed
.NET runtimes installed: Microsoft.AspNetCore.App 6.0.20 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.NETCore.App 6.0.20 [/usr/share/dotnet/shared/Microsoft.NETCore.App]
manjey73ParticipantYou don’t have dotnet installed
Install curl
sudo apt install curlAnd then install dotnet
sudo curl -sSL https://dot.net/v1/dotnet-install.sh | sudo bash /dev/stdin --channel LTS --runtime aspnetcore --install-dir /usr/share/dotnet/add a link
sudo ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet
manjey73Participantdotnet --info? -
This reply was modified 1 year, 8 months ago by
-
AuthorPosts