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 … 5 6 7 8 9 … 34 Next »
NextPVR on Ubuntu 22.04

 
  • 0 Vote(s) - 0 Average
NextPVR on Ubuntu 22.04
adwsail
Offline

Member

USA
Posts: 56
Threads: 5
Joined: Jan 2020
#11
2023-08-29, 03:12 PM
Im guessing its a dotnet issue but no idea what i need to do to fix it. It is ver 7and im assuming it is backward compatible with 6.
Dale
Nextpvr, Hauppauge 955Q dual usb tuner, mc2xml with zap2it, Gigabyte H77N Wifi mini-itx, 240Gb ssd, i5-3570s, 8Gb ram, Ubuntu 22.04
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,090
Threads: 957
Joined: May 2006
#12
2023-08-29, 03:13 PM (This post was last modified: 2023-08-29, 03:14 PM by mvallevand.)
Answer my two questions first to start. The deb file installs the required version.

Martin
adwsail
Offline

Member

USA
Posts: 56
Threads: 5
Joined: Jan 2020
#13
2023-08-29, 03:19 PM
There is no dotnet in /tmp.
uname -m = x86_64
Dale
Nextpvr, Hauppauge 955Q dual usb tuner, mc2xml with zap2it, Gigabyte H77N Wifi mini-itx, 240Gb ssd, i5-3570s, 8Gb ram, Ubuntu 22.04
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,090
Threads: 957
Joined: May 2006
#14
2023-08-29, 03:24 PM
I am not looking for dotnet just the script that installs it.

When you run

sudo dpkg -i nextpvr-helper.deb

do you see any errors. Maybe curl is not installed?

Martin
adwsail
Offline

Member

USA
Posts: 56
Threads: 5
Joined: Jan 2020
#15
2023-08-29, 03:31 PM
There are no *.sh files in /tmp. I even checked other tmp folders and again no scripts. Running

sudo dpkg -i nextpvr-helper.deb
[sudo] password for adw:
(Reading database ... 250592 files and directories currently installed.)
Preparing to unpack nextpvr-helper.deb ...
prerm called with args= upgrade 2.2.1
rm: cannot remove '/tmp/NPVR.zip': No such file or directory
preinst
2.2
rm: cannot remove '/opt/nextpvr/system/Microsoft.Data.Sqlite.dll': No such file or directory
Linux
linux-64
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 58994 100 58994 0 0 110k 0 --:--:-- --:--:-- --:--:-- 109k
chmod: cannot access '/tmp/dotnet-install.sh': No such file or directory
/var/lib/dpkg/tmp.ci/preinst: 68: /tmp/dotnet-install.sh: not found
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 84.6M 100 84.6M 0 0 5528k 0 0:00:15 0:00:15 --:--:-- 6461k
unzip: cannot find or open /tmp/NPVR.zip, /tmp/NPVR.zip.zip or /tmp/NPVR.zip.ZIP.
chmod: cannot access '/opt/nextpvr/system/NextPVRServer.dll': No such file or directory
find: ‘/opt/nextpvr/system/DeviceHost’: No such file or directory
useradd: user 'nextpvr' already exists
Unpacking nextpvr-helper (2.2.1) over (2.2.1) ...
postrm called with args= upgrade 2.2.1
Setting up nextpvr-helper (2.2.1) ...
HOME=/home/adw
Dale
Nextpvr, Hauppauge 955Q dual usb tuner, mc2xml with zap2it, Gigabyte H77N Wifi mini-itx, 240Gb ssd, i5-3570s, 8Gb ram, Ubuntu 22.04
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,090
Threads: 957
Joined: May 2006
#16
2023-08-29, 03:42 PM (This post was last modified: 2023-08-29, 03:42 PM by mvallevand.)
So curl is not downloading to /tmp there should be two files the file size shows correctly.

/tmp/NPVR.zip and /tmp/dotnet-install.sh

Does sudo ls > /tmp/adwsail.txt

create a file?

Martin
adwsail
Offline

Member

USA
Posts: 56
Threads: 5
Joined: Jan 2020
#17
2023-08-29, 03:47 PM
Yes it does creat the appropriatetxt file. I have tried copying NPVR.zip to the /tmp folder but it wont stay there. Does the *.deb file delete the *.zip file in /tmp when it finishes running?
Dale
Nextpvr, Hauppauge 955Q dual usb tuner, mc2xml with zap2it, Gigabyte H77N Wifi mini-itx, 240Gb ssd, i5-3570s, 8Gb ram, Ubuntu 22.04
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,090
Threads: 957
Joined: May 2006
#18
2023-08-29, 03:53 PM (This post was last modified: 2023-08-29, 03:55 PM by mvallevand.)
The two files are not deleted immediately by the installer but they will be on reboot, that is a feature of using /tmp

Does this work to create a file (this is what the deb file does.

Code:
sudo curl -L https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh -o /tmp/dotnet-install.sh

Martin
adwsail
Offline

Member

USA
Posts: 56
Threads: 5
Joined: Jan 2020
#19
2023-08-29, 04:02 PM
Yes!!!!
Dale
Nextpvr, Hauppauge 955Q dual usb tuner, mc2xml with zap2it, Gigabyte H77N Wifi mini-itx, 240Gb ssd, i5-3570s, 8Gb ram, Ubuntu 22.04
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,090
Threads: 957
Joined: May 2006
#20
2023-08-29, 04:08 PM
But that won't help, the installer has to do it.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  NextPVR on Ubuntu 24.04 Server Running, Web interface not so much JeffH 15 528 2025-06-11, 05:43 PM
Last Post: mvallevand
  NextPVR can't open RAI (Italian main TV channels) links f2fg 17 3,687 2025-03-29, 10:15 AM
Last Post: alice_anto
  Guide data issue using NextPVR in a Proxmox LXC njc 10 1,257 2025-03-23, 01:40 PM
Last Post: njc
  NextPVR oddly limited to 7 tuners DaVinylSmith 4 656 2025-02-12, 02:49 PM
Last Post: DaVinylSmith
  NextPVR webserver not starting, prevents client from starting homemaisonbaile 28 1,992 2025-02-04, 05:23 PM
Last Post: mvallevand
  NextPVR 7 looses recordings after post processing ballfam 15 1,081 2024-12-20, 03:23 AM
Last Post: ballfam
  Colossus 2 and nextpvr Iriman 53 5,624 2024-12-16, 02:32 AM
Last Post: ehfortin
  Can't connect to http://127.0.0.1:8866/ on Ubuntu 20.04 crcrash 20 4,417 2024-11-11, 08:55 PM
Last Post: Mickey690
  NextPVR user1232 1 381 2024-11-09, 11:21 AM
Last Post: mvallevand
  How does NextPVR separate TV from VOD ? FrankBKK 8 1,051 2024-10-30, 06:17 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