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 … 27 28 29 30 31 … 34 Next »
web page

 
  • 0 Vote(s) - 0 Average
web page
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,674
Threads: 170
Joined: Jun 2007
#21
2020-04-19, 07:00 PM
(2020-04-19, 04:37 PM)superray2 Wrote: this is what i get
superay2@host-ray2:~$ curl http://127.0.0.1:8866/service?method=rec
curl: (7) Failed to connect to 127.0.0.1 port 8866: Connection refused
superay2@host-ray2:~$ curl http://127.0.0.1:8866 -v
* Rebuilt URL to: http://127.0.0.1:8866/
*  Trying 127.0.0.1...
* TCP_NODELAY set
* connect to 127.0.0.1 port 8866 failed: Connection refused
* Failed to connect to 127.0.0.1 port 8866: Connection refused
* Closing connection 0
curl: (7) Failed to connect to 127.0.0.1 port 8866: Connection refused
superay2@host-ray2:~$

With the connection refused error, I'm wondering if you have some sort of firewall running on that new server (probably something built-in with the O/S) that is blocking the connection.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,530
Threads: 964
Joined: May 2006
#22
2020-04-19, 07:04 PM
A simple test would be

netstat -l | grep 8866

Martin
superray2
Offline

Junior Member

cyprus,but viewing uk channels
Posts: 27
Threads: 5
Joined: Apr 2020
#23
2020-04-20, 06:40 AM
superay2@host-ray2:~$ service nextpvr-server status
● nextpvr-server.service - NextPVRServer
Loaded: loaded (/usr/lib/systemd/system/nextpvr-server.service; enabled; vend
Active: inactive (dead) since Sun 2020-04-19 13:43:02 BST; 17h ago

Apr 19 13:43:00 host-ray2 systemd[1]: Starting NextPVRServer...
Apr 19 13:43:00 host-ray2 server.sh[1458]: Starting server../opt/nextpvr/shell/s
Apr 19 13:43:02 host-ray2 server.sh[1458]: Done. PID=
Apr 19 13:43:02 host-ray2 systemd[1]: Started NextPVRServer.
lines 1-8/8 (END)
sorry misunderstood

superray2
superray2
Offline

Junior Member

cyprus,but viewing uk channels
Posts: 27
Threads: 5
Joined: Apr 2020
#24
2020-04-20, 07:19 AM
this is what i get
superay2@host-ray2:~$ netstat -l | grep 8866
superay2@host-ray2:~$


superray2
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,530
Threads: 964
Joined: May 2006
#25
2020-04-20, 07:49 AM
No it isn't running

Active: inactive (dead) since Sun 2020-04-19 13:43:02 BST; 17h ago

If you try

sudo service nextpvr-server start

wait a minute and try

service nextpvr-server status

is it running or dead?

Martin
superray2
Offline

Junior Member

cyprus,but viewing uk channels
Posts: 27
Threads: 5
Joined: Apr 2020
#26
2020-04-20, 08:45 AM
it appears to be dead

superay2@host-ray2:~$ sudo service nextpvr-server start
[sudo] password for superay2:
superay2@host-ray2:~$ service nextpvr-server status
● nextpvr-server.service - NextPVRServer
Loaded: loaded (/usr/lib/systemd/system/nextpvr-server.service; enabled; vend
Active: inactive (dead) since Mon 2020-04-20 09:42:10 BST; 1min 16s ago
Process: 15780 ExecStart=/opt/nextpvr/shell/server.sh start (code=exited, stat

Apr 20 09:42:08 host-ray2 systemd[1]: Starting NextPVRServer...
Apr 20 09:42:08 host-ray2 server.sh[15780]: Starting server../opt/nextpvr/shell/
Apr 20 09:42:10 host-ray2 server.sh[15780]: Done. PID=
Apr 20 09:42:10 host-ray2 systemd[1]: Started NextPVRServer.

ray
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,530
Threads: 964
Joined: May 2006
#27
2020-04-20, 10:44 AM
Ok run

sudo apt remove nextpvr-server > install.txt
sudo apt install nextpvr-server.deb >> install.txt
sudo dpkg -i nextpver-server.deb >> install.txt

Test with

service nextpvr-server status

And if is not running post install.txt

Martin
superray2
Offline

Junior Member

cyprus,but viewing uk channels
Posts: 27
Threads: 5
Joined: Apr 2020
#28
2020-04-20, 11:59 AM
superay2@host-ray2:~$ sudo apt remove nextpvr-server > install.txt
[sudo] password for superay2:

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

E: Unable to locate package nextpvr-server
superay2@host-ray2:~$ sudo apt install nextpvr-server.deb >> install.txt

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

E: Unable to locate package nextpvr-server.deb
E: Couldn't find any package by glob 'nextpvr-server.deb'
E: Couldn't find any package by regex 'nextpvr-server.deb'
superay2@host-ray2:~$ sudo dpkg -i nextpver-server.deb >> install.txt
dpkg: error: cannot access archive 'nextpver-server.deb': No such file or directory
superay2@host-ray2:~$ service nextpvr-server status
● nextpvr-server.service - NextPVRServer
Loaded: loaded (/usr/lib/systemd/system/nextpvr-server.service; enabled; vend
Active: inactive (dead) since Mon 2020-04-20 09:42:10 BST; 3h 15min ago
Process: 15780 ExecStart=/opt/nextpvr/shell/server.sh start (code=exited, stat

Apr 20 09:42:08 host-ray2 systemd[1]: Starting NextPVRServer...
Apr 20 09:42:08 host-ray2 server.sh[15780]: Starting server../opt/nextpvr/shell/
Apr 20 09:42:10 host-ray2 server.sh[15780]: Done. PID=
Apr 20 09:42:10 host-ray2 systemd[1]: Started NextPVRServer.
lines 1-9/9 (END)

ray
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,530
Threads: 964
Joined: May 2006
#29
2020-04-20, 12:33 PM
Sorry I shouldn't have typed that in the middle of the night the deb file is of course nextpvr-helper.deb

Martin
superray2
Offline

Junior Member

cyprus,but viewing uk channels
Posts: 27
Threads: 5
Joined: Apr 2020
#30
2020-04-20, 12:55 PM
superay2@host-ray2:~$ sudo apt install nextpvr-helper.deb
[sudo] password for superay2:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package nextpvr-helper.deb
E: Couldn't find any package by glob 'nextpvr-helper.deb'
E: Couldn't find any package by regex 'nextpvr-helper.deb'
superay2@host-ray2:~$





ray
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): « Previous 1 2 3 4 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Scheduler page button VCR58 1 568 2024-11-18, 03:26 AM
Last Post: sub
  Settings page shows only the main content area, not the side nav TheRealRoland 2 973 2024-02-13, 02:10 AM
Last Post: TheRealRoland
  metadata on videos page spagio 7 1,600 2023-01-23, 02:31 AM
Last Post: mvallevand
  Error web page when downloading recording VCR58 0 920 2021-07-21, 04:01 AM
Last Post: VCR58

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

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

Linear Mode
Threaded Mode