Rapidscada in Debian (on IoT2050)

Forum Home Forums Installation Issues Rapidscada in Debian (on IoT2050)

Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • #12174
    trauden
    Participant

    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.”

    #12175
    manjey73
    Participant

    port 10008

    localhost:10008

    #12176
    trauden
    Participant

    localhost:1008 doesn’t work too.

    #12181
    Mikhail
    Moderator

    Hello,
    Please check the log files of the Server, Communicator and Webstation services.

    #12199
    trauden
    Participant

    Hello Mikhail,
    Where are the log files of the Server, Communication and webstation services.
    I’ve found in /var/log/scada. But there is nothing.

    #12200
    Mikhail
    Moderator

    Hello,
    Log files should be in /var/log/scada/
    If they don’t exist, check .NET version:
    dotnet --info

    #12204
    trauden
    Participant

    When 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.

    #12205
    manjey73
    Participant

    Did 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

    #12207
    trauden
    Participant

    I 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=sharing

    In 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.0

    • This reply was modified 1 year ago by trauden.
    • This reply was modified 1 year ago by trauden.
    #12210
    manjey73
    Participant

    curl -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?

    #12211
    manjey73
    Participant

    Show the output of the command

    cat /proc/cpuinfo

    #12212
    manjey73
    Participant

    curl -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.

    • This reply was modified 1 year ago by manjey73.
    • This reply was modified 1 year ago by manjey73.
    #12217
    trauden
    Participant

    Thanks 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 : 4

    processor : 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 : 4

    #12219
    manjey73
    Participant

    BogoMIPS : 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…

    #12220
    manjey73
    Participant

    To 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/

Viewing 15 posts - 1 through 15 (of 19 total)
  • You must be logged in to reply to this topic.