Forum Home › Forums › Installation Issues › Rapidscada in Debian (on IoT2050)
- This topic has 18 replies, 4 voices, and was last updated 1 year, 6 months ago by Mikhail.
-
AuthorPosts
-
March 6, 2023 at 3:06 pm #12174traudenParticipant
Dear Mikhail and everybody!
I’ve installed rapidscada v6 on Debian (hardware IoT2050)
The installation is seem ok. However, I followed the instruction
“After restart, open http://localhost or http://SERVER_IP in a web browser” go to http://SERVER_IP however, this shows: (How to go to rapidscada web.
“Welcome to nginx!
If you see this page, the nginx web server is successfully installed and working. Further configuration is required.For online documentation and support please refer to nginx.org.
Commercial support is available at nginx.com.Thank you for using nginx.”
March 7, 2023 at 6:18 am #12175manjey73Participantport 10008
localhost:10008
March 7, 2023 at 6:31 am #12176traudenParticipantlocalhost:1008 doesn’t work too.
March 7, 2023 at 8:13 am #12181MikhailModeratorHello,
Please check the log files of the Server, Communicator and Webstation services.March 9, 2023 at 1:20 pm #12199traudenParticipantHello Mikhail,
Where are the log files of the Server, Communication and webstation services.
I’ve found in /var/log/scada. But there is nothing.March 9, 2023 at 3:21 pm #12200MikhailModeratorHello,
Log files should be in /var/log/scada/
If they don’t exist, check .NET version:
dotnet --info
March 11, 2023 at 1:37 am #12204traudenParticipantWhen I run the command to get the information of dotnet. This is the answer.
dotnet –info
-bash: /usr/bin/dotnet: No such file or directory.
I also follow the instruction and installed in manual and script.March 11, 2023 at 1:48 pm #12205manjey73ParticipantDid you remember to make a symbolic link to dotnet ? It is in the installation instructions.installation
1.4. Create a link to the dotnet file: sudo ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet
If there is a link, you need to look at the logs, why dotnet was not installed
Check the processor of your device, if it is ARMv6, then you will not be able to put dotnet on this device
March 12, 2023 at 8:51 am #12207traudenParticipantI did it also. The files seem in place.
But I don’t know why!
The processor is arm64 architecture. I’ve checked.
and the os is Debian GNU/Linux 10 (buster).
The SCADA 5.8.4 Mono that I installed in the same hardware, it runs ok!
But for v6.0, I’ve not installed successfully yet.
https://drive.google.com/file/d/14oxP0BI2xQTEkxc72CLOv-yNFu3Gh-0z/view?usp=sharing, https://drive.google.com/file/d/14rjMnkSQUDopf0cC8qJRkDBSytfN24_T/view?usp=sharingIn the Microsoft website, there are also dotnet version for arm64. I’ve aslo installed, but it didn’t run.
https://dotnet.microsoft.com/en-us/download/dotnet/6.0March 12, 2023 at 11:17 am #12210manjey73Participantcurl -sSL https://dot.net/v1/dotnet-install.sh | sudo bash /dev/stdin –канал LTS –среда выполнения aspnetcore –install-dir /usr/share/dotnet/
where LTS is with long-term support, you can use Current, such as the current version.
–runtime aspnetcore — install runtime only ASP.NET Core
Add a path as needed
export PATH=”$PATH:/usr/share/dotnet”
or a link
sudo ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet
have you tried installing it directly through the script?
March 12, 2023 at 11:21 am #12211manjey73ParticipantShow the output of the command
cat /proc/cpuinfo
March 12, 2023 at 11:22 am #12212manjey73Participantcurl -sSL https://dot.net/v1/dotnet-install.sh | sudo bash /dev/stdin –channel LTS –runtime aspnetcore –install-dir /usr/share/dotnet/
The translator fussed 🙂
Copied files do not mean that dotnet is installed and running.March 12, 2023 at 11:54 pm #12217traudenParticipantThanks Manjey73, but I don’t get much your posted commands.
I’ve tried dotnet using the script several times. It seems ok.
Here are some notifications.
root@iotdebian:/usr/share/dotnet# sudo chmod +x ./dotnet-install.sh
root@iotdebian:/usr/share/dotnet# ./dotnet-install.sh –version latest
dotnet-install: Note that the intended use of this script is for Continuous Inte gration (CI) scenarios, where:
dotnet-install: – The SDK needs to be installed without user interaction and wit hout admin rights.
dotnet-install: – The SDK installation doesn’t need to persist across multiple C I runs.
dotnet-install: To set up a development environment or to run apps, use installe rs rather than this script. Visit https://dotnet.microsoft.com/download to get t he installer.dotnet-install: .NET Core SDK with version ‘6.0.406’ is already installed.
root@iotdebian:/usr/share/dotnet# ./dotnet-install.sh –version latest –ru ntime aspnetcore
dotnet-install: Note that the intended use of this script is for Continuous Inte gration (CI) scenarios, where:
dotnet-install: – The SDK needs to be installed without user interaction and wit hout admin rights.
dotnet-install: – The SDK installation doesn’t need to persist across multiple C I runs.
dotnet-install: To set up a development environment or to run apps, use installe rs rather than this script. Visit https://dotnet.microsoft.com/download to get t he installer.dotnet-install: ASP.NET Core Runtime with version ‘6.0.14’ is already installed.
root@iotdebian:/usr/share/dotnet# ./dotnet-install.sh –channel 7.0
dotnet-install: Note that the intended use of this script is for Continuous Inte gration (CI) scenarios, where:
dotnet-install: – The SDK needs to be installed without user interaction and wit hout admin rights.
dotnet-install: – The SDK installation doesn’t need to persist across multiple C I runs.
dotnet-install: To set up a development environment or to run apps, use installe rs rather than this script. Visit https://dotnet.microsoft.com/download to get t he installer.dotnet-install: .NET Core SDK with version ‘7.0.201’ is already installed.
root@iotdebian:/usr/share/dotnet# sudo chmod +x /usr/share/dotnet/dotnet
root@iotdebian:/usr/share/dotnet# sudo ln -s /usr/share/dotnet/dotnet /usr/ bin/dotnet
ln: failed to create symbolic link ‘/usr/bin/dotnet’: File exists
root@iotdebian:/usr/share/dotnet# dotnet –info
-bash: /usr/bin/dotnet: No such file or directory
root@iotdebian:/usr/share/dotnet#
and the output of cat /proc/cpuinfo
-bash: dotnet-install:: command not found
-bash: dotnet-install:: command not found
-bash: dotnet-install:: command not found
-bash: root@iotdebian:/usr/share/dotnet#: No such file or directory
-bash: root@iotdebian:/usr/share/dotnet#: No such file or directory
-bash: ln:: command not found
-bash: root@iotdebian:/usr/share/dotnet#: No such file or directory
-bash: -bash:: command not found
-bash: root@iotdebian:/usr/share/dotnet#: No such file or directory
processor : 0
BogoMIPS : 400.00
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4processor : 1
BogoMIPS : 400.00
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4March 13, 2023 at 6:07 am #12219manjey73ParticipantBogoMIPS : 400.00
You have a strange processor.
1. It may not be supported by Microsoft
2. but it seems like dotnet is installed, maybe it is put in another folder on your system…March 13, 2023 at 6:11 am #12220manjey73ParticipantTo install when using a script with Microsoft, you need to install curl
apt-get install curl
and give the command below, if Microsoft determines your processor and there is a dotnet for it, it should install the required packages.
curl -sSL https://dot.net/v1/dotnet-install.sh | sudo bash /dev/stdin –channel LTS –runtime aspnetcore –install-dir /usr/share/dotnet/
-
AuthorPosts
- You must be logged in to reply to this topic.