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 … 30 31 32 33 34 Next »
.deb installer problem

 
  • 0 Vote(s) - 0 Average
.deb installer problem
snagglewest
Offline

Senior Member

VA USA
Posts: 361
Threads: 60
Joined: Jul 2011
#1
2019-08-04, 04:19 PM
Martin,

I tried the .deb installer a few times this morning but it's having issues. I started with a clean install of Unbutu 18.04 server in a Freenas VM. I first ran the installer as you noted in the thread. It appeared to install correctly but i was unable to pull up the web page and running the status command give me the below output. A reboot of the VM didn't help so I installed .NET first using these directions. Still no joy.

Next I rolled back to a fresh VM and installed .NET first using these directions and ran the .deb installer again. Still no joy... It appears NPVR is running, but I can't get to the web page with a connection refused. I'm guessing it's something to do with the web server but I got no idea were to start. I'm for all purposes a linux noob, but I am comfortable with the cli,

Any ideas?

Code:
nextpvr@nextpvr:~$ service nextpvr-server status
● nextpvr-server.service - NextPVRServer
   Loaded: loaded (/usr/lib/systemd/system/nextpvr-server.service; enabled; vendor preset: enabled)
   Active: inactive (dead) since Sun 2019-08-04 11:58:11 EDT; 2min 13s ago
  Process: 1478 ExecStart=/opt/nextpvr/shell/server.sh start (code=exited, status=0/SUCCESS)

Aug 04 11:58:09 nextpvr systemd[1]: Starting NextPVRServer...
Aug 04 11:58:09 nextpvr server.sh[1478]: Starting server..
Aug 04 11:58:09 nextpvr server.sh[1478]: Did you mean to run dotnet SDK commands? Please install dotnet SDK from:
Aug 04 11:58:09 nextpvr server.sh[1478]:   https://go.microsoft.com/fwlink/?LinkID=798306&clcid=0x409
Aug 04 11:58:11 nextpvr server.sh[1478]: Done. PID=
Aug 04 11:58:11 nextpvr systemd[1]: Started NextPVRServer.
nextpvr@nextpvr:~$
NextPVR V6.1.5.231022 - Ubuntu 22.04 VM / 4 core / 8Gb memory
HDHR Prime X2 / HDFX-2 /Schedule Direct / 2X Pi4 + & 3X Pi3 LibreELEC Kodi clients
Server - TrueNAS/ SuperMicro MBD-X10SL7-F MB / Xeon E3-1246 / 32Gb Unbuffered ECC / 8 X 4TB RAIDZ2
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,839
Threads: 954
Joined: May 2006
#2
2019-08-05, 12:48 AM (This post was last modified: 2019-08-05, 12:58 AM by mvallevand.)
Once you modify anything in the .deb it becomes a manual install and I can't help. I suggest running

sudo apt remove nextpvr-helper and install again with

sudo apt install ./nextpvr-helper 2&> somefile.txt

and send us somefile.txt.

I would like to see the output from

/opt/dotnet/dotnet -info.

Note I did privately pass you a .deb file which is not compatible with this version so if you tried that all bets are off.

Martin
snagglewest
Offline

Senior Member

VA USA
Posts: 361
Threads: 60
Joined: Jul 2011
#3
2019-08-05, 01:51 AM
I never did try the file you gave me, work got in the way. This is a new clean Ubuntu 18.04 server in a VM, The only thing I did was install Ubuntu and update the packages before I tried to install the .deb,

The command line you gave didn't work, Here's the output of somefile.txt

Code:
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Reading package lists...
E: Unsupported file ./nextpvr-helper given on commandline
NextPVR V6.1.5.231022 - Ubuntu 22.04 VM / 4 core / 8Gb memory
HDHR Prime X2 / HDFX-2 /Schedule Direct / 2X Pi4 + & 3X Pi3 LibreELEC Kodi clients
Server - TrueNAS/ SuperMicro MBD-X10SL7-F MB / Xeon E3-1246 / 32Gb Unbuffered ECC / 8 X 4TB RAIDZ2
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,839
Threads: 954
Joined: May 2006
#4
2019-08-05, 01:54 AM
Right it need the .deb extension from the downloaded file.

There likely is an issue with depencies

Martin
snagglewest
Offline

Senior Member

VA USA
Posts: 361
Threads: 60
Joined: Jul 2011
#5
2019-08-05, 02:14 AM
yea, missed that. Didn't get much further with the .deb extension though. It runs without the "somefile.txt" and appears to be installing but no joy.

Code:
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package 2

Heres the output for /opt/dotnet/dotnet -info. if I run the .deb without the "somefile.txt"

Code:
npvr@npvr:/opt/dotnet$  /opt/dotnet/dotnet -info.
Did you mean to run dotnet SDK commands? Please install dotnet SDK from:
  https://go.microsoft.com/fwlink/?LinkID=798306&clcid=0x409

As I mentioned in another post, I did try and install .net but that didn't help out.
NextPVR V6.1.5.231022 - Ubuntu 22.04 VM / 4 core / 8Gb memory
HDHR Prime X2 / HDFX-2 /Schedule Direct / 2X Pi4 + & 3X Pi3 LibreELEC Kodi clients
Server - TrueNAS/ SuperMicro MBD-X10SL7-F MB / Xeon E3-1246 / 32Gb Unbuffered ECC / 8 X 4TB RAIDZ2
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,839
Threads: 954
Joined: May 2006
#6
2019-08-05, 02:25 AM
Hmm you are sure that nextpvr-helper.deb does exist in the folder you are running from and you included the ./

I was wrong on -info it is --info.

Martin
snagglewest
Offline

Senior Member

VA USA
Posts: 361
Threads: 60
Joined: Jul 2011
#7
2019-08-05, 02:31 AM
--info. gave the same output.

Code:
npvr@npvr:/opt/dotnet$  /opt/dotnet/dotnet --info.
Did you mean to run dotnet SDK commands? Please install dotnet SDK from:
  https://go.microsoft.com/fwlink/?LinkID=798306&clcid=0x409

Yes, the file exists and it installs as I can see the code scrolling by while it runs. I run "sudo apt install ./nextpvr-helper.deb" which is just a cut and paste from your post.
NextPVR V6.1.5.231022 - Ubuntu 22.04 VM / 4 core / 8Gb memory
HDHR Prime X2 / HDFX-2 /Schedule Direct / 2X Pi4 + & 3X Pi3 LibreELEC Kodi clients
Server - TrueNAS/ SuperMicro MBD-X10SL7-F MB / Xeon E3-1246 / 32Gb Unbuffered ECC / 8 X 4TB RAIDZ2
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,839
Threads: 954
Joined: May 2006
#8
2019-08-05, 02:40 AM
Does the alternate sudo dpkg -i nextpvr-helper followed by
sudo apt -f install
and
sudo service nextpvr-server start

Work?


You might try

sudo update
sudo upgrade

Just in case the apt needs a update

Martin
snagglewest
Offline

Senior Member

VA USA
Posts: 361
Threads: 60
Joined: Jul 2011
#9
2019-08-05, 03:22 AM
No joy...

Here's a log of the install.

[ATTACH=CONFIG]47347[/ATTACH]
NextPVR V6.1.5.231022 - Ubuntu 22.04 VM / 4 core / 8Gb memory
HDHR Prime X2 / HDFX-2 /Schedule Direct / 2X Pi4 + & 3X Pi3 LibreELEC Kodi clients
Server - TrueNAS/ SuperMicro MBD-X10SL7-F MB / Xeon E3-1246 / 32Gb Unbuffered ECC / 8 X 4TB RAIDZ2
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,839
Threads: 954
Joined: May 2006
#10
2019-08-05, 08:41 AM
Ok there is no . after info

/opt/dotnet/dotnet --info

but I do see another dependency on your install

unzip: not found

So try

sudo apt install unzip

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
Photo Drive access problem Jakesty 3 261 2025-04-21, 06:57 PM
Last Post: mvallevand
  Strange problem writing to CIFS share ehfortin 5 550 2024-12-27, 08:00 PM
Last Post: ehfortin
  Scanning problem once again... carsten1212 5 775 2023-07-22, 01:04 PM
Last Post: carsten1212
  Strange problem jammy 7 1,095 2023-06-30, 04:29 PM
Last Post: mvallevand
  Is my problem dotnet? Heifer 21 2,480 2022-10-18, 11:14 PM
Last Post: mvallevand
  Problem finding channels philipbonev 1 857 2022-04-25, 10:41 PM
Last Post: sub
  Static ip address problem Armsp0 4 1,021 2022-01-31, 11:22 PM
Last Post: sub
  Deb installer error CDinger 12 4,094 2020-11-13, 09:54 AM
Last Post: mvallevand
  Upgrade Problem mcragoe 2 1,647 2020-06-09, 02:32 PM
Last Post: mcragoe
  Username / Password problem packhamc 1 1,833 2019-07-06, 06:26 AM
Last Post: sub

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

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

Linear Mode
Threaded Mode