NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Linux v
« Previous 1 … 10 11 12 13 14 … 34 Next »
Is my problem dotnet?

 
  • 0 Vote(s) - 0 Average
Is my problem dotnet?
Heifer
Offline

Junior Member

UK
Posts: 44
Threads: 8
Joined: Aug 2022
#1
2022-10-16, 11:13 PM
The info I get when I run
service nextpvr-server status:

See text file ( I hope I have done this right!)

Leads me to think my install of NextPVR may be OK
BUT I am missing dotnet.
So I have made repeated attempts to install dotnet as per
https://i.stack.imgur.com/6rmCA.png

only to get the result:
E: Unable to locate package dotnet-runtime-6.0
E: Couldn't find any package by glob 'dotnet-runtime-6.0'
Have tried the full SDK as well


Have also tried wget and snap
Always getting the unable to locate/couldn't find message

I've gotta be doing something wrong but - with my limited knowledge I do not know what!
Anyone else succeeded in getting this to work on a Pi4?
Pi4 + NextPVR server on Librelec 11.06 • Hauppauge Nova S2 X2 • EPG-SchedulesDirect
Storage RPi4 +SSD+Argon
Client - LibreElec/Kodi on RPi3
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,465
Threads: 963
Joined: May 2006
#2
2022-10-16, 11:27 PM (This post was last modified: 2022-10-17, 12:18 AM by mvallevand.)
Yes it works as OK on an RPi4. Did you install with the deb installer with apt? If so you may have installed as root. Reboot and try

sudo dpkg -i nextpvr-helper.deb

and it might get you going.

Martin
Heifer
Offline

Junior Member

UK
Posts: 44
Threads: 8
Joined: Aug 2022
#3
2022-10-17, 07:37 PM
Hi Martin
Comforting to know it will run on a Pi4 - which is what I suspected. Although in my case I am obviously doing something wrong - no surprise really as I am very flaky on Linux.

As per your suggestion Restarted Pi and ran sudo dpkg -i nextpvr-helper.deb
Attached doc shows output whilst this was running. (again I hope I have done this right and the zipped .odt does not cause issues)

I am still wondering whether there is an issue with installing dotnet using :
https://i.stack.imgur.com/6rmCA.png
Which, if my limited understanding of apt install is correct, should install dotnet on my Pi4 complete and in the right directories with all links/dependencies where they should be for NextPVR to find them.

BTW. to make my Install I followed:
https://forums.nextpvr.com/showthread.php?tid=60875
Everything seemed to go OK and only when I entered
sudo service nextpvr-server status did I find I was missing dotnet

Thanks for you help

Steve
Pi4 + NextPVR server on Librelec 11.06 • Hauppauge Nova S2 X2 • EPG-SchedulesDirect
Storage RPi4 +SSD+Argon
Client - LibreElec/Kodi on RPi3
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,465
Threads: 963
Joined: May 2006
#4
2022-10-17, 07:48 PM (This post was last modified: 2022-10-17, 07:55 PM by mvallevand.)
A few of the steps in that linked guide are redundant. Have a look at the future page that I have ready https://github.com/emveepee/Testing/wiki/nextpvr-helper to upload to the wiki

The deb installer should install dotnet from a script. I am assuming you have installed curl since NextPVR exists but that might also be your problem.

Did you reboot when I asked that clears out the tmp folder. If not run

sudo rm /tmp/NPVR.zip
sudo rm /tmp/dotnet-install.sh

sudo dpkg -i nextpvr-helper.deb

If it doesn't work let me know what RPi4 OS you are you using and I will try it here.

Martin
Heifer
Offline

Junior Member

UK
Posts: 44
Threads: 8
Joined: Aug 2022
#5
2022-10-17, 08:07 PM
Thanks for the speedy reply.
I did not reboot per se as the Pi was shutdown- I started it again this evening which I assume would have removed NPVR.zip and dotnet-install.sh
I have just checked and neither are there.
However I'll run the commands again and then sudo dpkg -i nextpvr-helper.deb
See what happens and report back

Steve
Pi4 + NextPVR server on Librelec 11.06 • Hauppauge Nova S2 X2 • EPG-SchedulesDirect
Storage RPi4 +SSD+Argon
Client - LibreElec/Kodi on RPi3
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,465
Threads: 963
Joined: May 2006
#6
2022-10-17, 08:08 PM
If the files are not there then you may not have installed curl.

Martin
Heifer
Offline

Junior Member

UK
Posts: 44
Threads: 8
Joined: Aug 2022
#7
2022-10-17, 08:21 PM
Extract from my current /tmp directory
……

.font-unix
.ICE-unix
lu2278dba3.tmp
OSL_PIPE_1000_SingleOfficeIPC_959b7fc6b4ffae3e54963f331e3bf15
snap.curl
snap.firefox
snap.snapd-desktop-integration
systemd-private-014feb1966c64b9baaa7dc5d0e465251-bluetooth.service-9f9Prb
….
Which I presume means I have installed curl (remember I'm a noob!)

Steve
Pi4 + NextPVR server on Librelec 11.06 • Hauppauge Nova S2 X2 • EPG-SchedulesDirect
Storage RPi4 +SSD+Argon
Client - LibreElec/Kodi on RPi3
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,465
Threads: 963
Joined: May 2006
#8
2022-10-17, 08:24 PM
The files I want are are not there. Did you bother reading the wiki link I posted as it explains how to install curl.

Martin
Heifer
Offline

Junior Member

UK
Posts: 44
Threads: 8
Joined: Aug 2022
#9
2022-10-17, 08:40 PM
I was just reading that having tried your last set of suggestions - and still getting the same "no dotnet" response
My next step is to follow the steps on that link after first running
sudo apt purge nextpvr-helper
which I assume will put me back to square one? YES?

Thanks
Steve
Pi4 + NextPVR server on Librelec 11.06 • Hauppauge Nova S2 X2 • EPG-SchedulesDirect
Storage RPi4 +SSD+Argon
Client - LibreElec/Kodi on RPi3
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,465
Threads: 963
Joined: May 2006
#10
2022-10-17, 08:42 PM
What do you get when you type

curl --version

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
Photo Drive access problem Jakesty 3 625 2025-04-21, 06:57 PM
Last Post: mvallevand
  Strange problem writing to CIFS share ehfortin 5 947 2024-12-27, 08:00 PM
Last Post: ehfortin
  Scanning problem once again... carsten1212 5 1,119 2023-07-22, 01:04 PM
Last Post: carsten1212
  Strange problem jammy 7 1,473 2023-06-30, 04:29 PM
Last Post: mvallevand
  Problem finding channels philipbonev 1 1,110 2022-04-25, 10:41 PM
Last Post: sub
  Static ip address problem Armsp0 4 1,376 2022-01-31, 11:22 PM
Last Post: sub
  Upgrade Problem mcragoe 2 1,877 2020-06-09, 02:32 PM
Last Post: mcragoe
  /opt/dotnet/dotnet: No such file or directory andrew 25 7,939 2019-11-05, 04:17 PM
Last Post: andrew
  .deb installer problem snagglewest 11 4,800 2019-08-05, 07:30 PM
Last Post: mvallevand
  How to install dotnet on linux arm64_ Reddwarf 6 3,085 2019-07-12, 08:56 PM
Last Post: Reddwarf

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode