Running ASP dotnet core 2.0 applications

This forum is for topics dealing with problems with software specifically in the ARMv7h repo.

Running ASP dotnet core 2.0 applications

Postby Nikus » Mon Sep 04, 2017 1:48 pm

I tried to deploy a basic ASP dotnet core 2.0 application on an ODROID-U3 with Archlinux ARMv7.
Firstly I created the ASP dotnet core 2.0 application on a x64 computer and deployed it for the ARM platform:
$this->bbcode_second_pass_code('', '# creation of the ASP dotnet core 2.0 application
dotnet new mvc
# the application run well on the x64 computer

# deployed the application for the ARM platform
dotnet publish -r linux-arm')
I copied the entire publish directory to my ARM device and ran the application
$this->bbcode_second_pass_code('', './my_asp_app
Hosting environment: Production
Content root path: /root/publish
Now listening on: http://[::]:5000
Application started. Press Ctrl+C to shut down.
[1] 17042 segmentation fault (core dumped) ./my_asp_app
')
When I tried to connect to the application I got a segmentation fault.
$this->bbcode_second_pass_code('', 'journalctl --since "5 minutes ago"
systemd-coredump[17089]: Failed to parse PID "0": Numerical result out of range')

Does anyone manage to publish and use ASP dotnet core 2.0 applications with Archlinux ARM?

Installed dependencies for dotnet core:
    curl
    icu
    libunwind
    lldb
    openssl-1.0

Missing dependencies:
    lttng-ust : not available for the 'armv7h' architecture.
Nikus
 
Posts: 3
Joined: Thu Aug 18, 2016 9:43 pm

Re: Running ASP dotnet core 2.0 applications

Postby welkie » Thu Oct 12, 2017 5:59 pm

It looks like it wasn't able to install a dependency called "lttng-ust" that may have been important. Today (Oct 12) if I do a search for that package I do find one for armv7h architecture (https://archlinuxarm.org/packages/armv7h/lttng-ust).

You could try updating your packages or manually installing that package now and seeing if it runs properly after doing that.
welkie
 
Posts: 2
Joined: Thu Oct 12, 2017 5:56 pm


Return to ARMv7h

Who is online

Users browsing this forum: No registered users and 7 guests