NextPVR Forums

Full Version: NextPVR on Ubuntu 22.04
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Having major issue  trying a new install via the *.deb file. The server status indicates it is running but nothing on x.x.x.x:8866, 127.0.0.1:8866 or localhost:8866. I have been using NPVR for many years now running under Elementary OS v6 but it cannot be upgraded now without a clean install so Ive switched to a more user friendly distro but I need my Nextpvr. Any ideas, suggestions?
I run no problems on 22.0.4 but of course that can be on many platforms. Perhaps stop and start the service and manually zip up the logs and post them.

Martin
There are no logs or anything else in /opt/nextpvr/ other than the folders shell, with 3 scripts, and system with nothing in it. There is a nextpvr-helper file, not a deb, but nothing else so where might I find some logs?
Right the logs would be in /var/opt/nextpvr/logs

The wiki explains all of this.

Martin
There is nothing in /var/opt/nextpvr.
Then the install failed maybe dotnet didn't download. Try

sudo rm /tmp/dotnet-install.sh
sudo dpkg -i nextpvr-helper.deb

Martin
rm /tmp/dotnet-install.sh resulted in file not found. So Im purging the install using the wiki directions and rerunning
sxxx apt install ./nextpvr-helper.deb --install-recommends
Sorry, Im re-running sudo dpkg -i nextpvr-helper.deb
still no logs that I can find. running suxx service nextpvr-server status shows:


nextpvr-server.service - NextPVRServer
Loaded: loaded (/lib/systemd/system/nextpvr-server.service; enabled; vendor preset: enabled)
Active: inactive (dead) since Tue 2023-08-29 09:49:51 CDT; 11min ago
Process: 19462 ExecStart=/opt/nextpvr/shell/server.sh start (code=exited, status=0/SUCCESS)
CPU: 22ms

Aug 29 09:49:48 aabacus systemd[1]: Starting NextPVRServer...
Aug 29 09:49:48 aabacus server.sh[19462]: Starting server..
Aug 29 09:49:48 aabacus server.sh[19464]: /opt/nextpvr/shell/server.sh: line 27: /opt/dotnet/dotnet: No such file or directory
Aug 29 09:49:51 aabacus server.sh[19462]: Done. PID=
Aug 29 09:49:51 aabacus systemd[1]: nextpvr-server.service: Deactivated successfully.
Aug 29 09:49:51 aabacus systemd[1]: Started NextPVRServer.
adw@aabacus:~/Downloads$
Yes you can see dotnet is not installing

Aug 29 09:49:48 aabacus server.sh[19464]: /opt/nextpvr/shell/server.sh: line 27: /opt/dotnet/dotnet: No such file or directory

Is there are /tmp/dotnet-install.sh file this time?

Also what does uname -m show?

Martin
Pages: 1 2 3