2019-09-21, 12:29 PM
netstat returned no response. How do I get the web listener to run?
2019-09-21, 12:29 PM
netstat returned no response. How do I get the web listener to run?
2019-09-21, 12:45 PM
The web server appears to be dieing shortly after starting but it is not clear why.
If you run /opt/nextpvr/shell/server start do you see anything different? Martin
2019-09-21, 01:45 PM
luther@luther-122:/opt/nextpvr/shell$ ./server start
bash: ./server: No such file or directory Seems NextPVR is there, but the server part didn't install? luther@luther-122:/opt/nextpvr/shell$ ls nextpvr-recording.sh nextpvr-update.sh server.sh
2019-09-21, 01:47 PM
lgulseth Wrote:luther@luther-122:/opt/nextpvr/shell$ ./server startTry "./server.sh start" maybe?
2019-09-21, 02:13 PM
Yes sorry about that server.sh not just server Hint from the shell hitting tab will help complete the line for you
Martin
2019-09-21, 02:13 PM
./server.sh start
Starting server.../server.sh: line 27: /opt/dotnet/dotnet: No such file or directory Done. PID= Ok, .NET isn't installed. Installed per https://dotnet.microsoft.com/download/li...dk-2.1.300 After.NET install I see this: $ ./server.sh start Starting server..No executable found matching command "dotnet-/opt/nextpvr/system/NextPVRServer.dll" Help?
2019-09-21, 02:15 PM
BrettB Wrote:Try "./server.sh start" maybe? I got there, finally I've been out of programming/Linux life for probably 10-12 years, I'm a bit slow to remember everything
2019-09-21, 02:19 PM
Sounds ike you didn't rerun the update dpkg command after installing curl. apt install will say it is installed.
Martin
2019-09-23, 12:19 AM
Something was wrong and I'm not sure which steps I missed. I went back to the beginning and redid each step and finished with sudo dpkg -i nextpvr-helper.deb to find a running server! Thanks for the help!
2019-09-23, 12:36 AM
Great!
|
|