2 hours ago
Hello
I am attempting to complete the move of NextPVR from version 4 on a Windows computer to version 7 on linux. I've got NextPVR up and running on the linux computer and everything is great. Now I'm attempting to get my library of recordings from the Windows computer to show up on the linux system. So far what I've done is:
Add a NAS to the network, create a shared folder for the old NPVR recordings, and copy all of the recordings to the new share.
Copy the old NPVR database and other config and backup files to a different shared folder on the NAS (the copy was updated immediately prior to attempting to run NextTool).
Make sure there are no permission issues with any of these file shares (all good).
Add the NextTool files to /opt/nextpvr/system and create the soft links as instructed in the wiki.
Reboot the linux system.
Backup the database, config, etc files on the new linux setup (immediately prior to attempting to run NextTool).
Attempt to run NextTool with the following command:
sudo -u nextpvr /opt/dotnet/dotnet /opt/nextpvr/system/NextTool.dll --merge /mnt/badcorginas_share/Configuration
This was the result:
A fatal error was encountered. The library 'libhostpolicy.so' required to execute the application was not found in 'opt/nextpvr/system/'.
Failed to run as a self-contained app.
- The application was run as a self-contained app because '/opt/nextpvr/system/NextTool.runtimeconfig.json' was not found.
- If this should be a framework-dependent app, add the '/opt/nextpvr/system/NextTool.runtimeconfig.json' file and specify the appropriate framework.
(Note: any typos in those results are mine since I'm logged in here on a different computer and I couldn't just cut and paste.)
So where do I get the libhostpolicy.so? Is that a standard linux download from somewhere?
Also, in the zip file I downloaded to get NextTool the runtimeconfig.json file is called NextEnd.runtimeconfig.json. Is that a typo?
Any help you can give me is much appreciated.
I am attempting to complete the move of NextPVR from version 4 on a Windows computer to version 7 on linux. I've got NextPVR up and running on the linux computer and everything is great. Now I'm attempting to get my library of recordings from the Windows computer to show up on the linux system. So far what I've done is:
Add a NAS to the network, create a shared folder for the old NPVR recordings, and copy all of the recordings to the new share.
Copy the old NPVR database and other config and backup files to a different shared folder on the NAS (the copy was updated immediately prior to attempting to run NextTool).
Make sure there are no permission issues with any of these file shares (all good).
Add the NextTool files to /opt/nextpvr/system and create the soft links as instructed in the wiki.
Reboot the linux system.
Backup the database, config, etc files on the new linux setup (immediately prior to attempting to run NextTool).
Attempt to run NextTool with the following command:
sudo -u nextpvr /opt/dotnet/dotnet /opt/nextpvr/system/NextTool.dll --merge /mnt/badcorginas_share/Configuration
This was the result:
A fatal error was encountered. The library 'libhostpolicy.so' required to execute the application was not found in 'opt/nextpvr/system/'.
Failed to run as a self-contained app.
- The application was run as a self-contained app because '/opt/nextpvr/system/NextTool.runtimeconfig.json' was not found.
- If this should be a framework-dependent app, add the '/opt/nextpvr/system/NextTool.runtimeconfig.json' file and specify the appropriate framework.
(Note: any typos in those results are mine since I'm logged in here on a different computer and I couldn't just cut and paste.)
So where do I get the libhostpolicy.so? Is that a standard linux download from somewhere?
Also, in the zip file I downloaded to get NextTool the runtimeconfig.json file is called NextEnd.runtimeconfig.json. Is that a typo?
Any help you can give me is much appreciated.