ispy-agent-dvr

MisterfailLP

Dabbler
Joined
Jul 23, 2023
Messages
16
Hi, I need some help to setup the ispy-agent docker. I am trying to install the docker since 3 days using every possible settings to get it to work. Sometimes I can get the docker to deploy but then it gets stuck on installing FFmeg 6 . Can somebody share his settings for this docker so I can replicate them?
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
I would recommend to think about using the TrueCharts app for that:


I was able to install that by searching for it in the catalog and clicking the install button... taking all the defaults.
 

MisterfailLP

Dabbler
Joined
Jul 23, 2023
Messages
16
When I leave everything on default I get stuck on this:

Agent DVR: Installing FFmpeg 6​


and this continuous on for hours. I cant even enter the logs to see what is happening
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
So you confirm you're running the TrueCharts App?

On which version of SCALE?
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
"Current Train: TrueNAS-SCALE-BlueFIn - TrueNAS SCALE Bluefin [release]"
That's your train... useful, but not specific.

Your Version is listed on the Dashboard page:

Version: TrueNAS-SCALE-22.12.3.1 (or something like that).
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
Can you go to your System Settings | Boot and roll back to the previous version I showed above?

My successful tests are under that version.
 

MisterfailLP

Dabbler
Joined
Jul 23, 2023
Messages
16
I just installed this instance of true nas scale so I dont think I have anything to rollback too. Is it possible to download that specific version ?
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700

MisterfailLP

Dabbler
Joined
Jul 23, 2023
Messages
16
Quick question when I reinstall true nas on my boot drive will I keep all my old files that I have on my hard drives ?
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
Yes. It's even simpler if you save your config and restore it after the re-install, but you can just install and import your pool if you don't need to set up much after that.
 

MisterfailLP

Dabbler
Joined
Jul 23, 2023
Messages
16
Now after installing the SCALE-22.12.3.1.iso version I get this now when going to installed applications: Applications are not running I already tried to unset pool and restart the machine but nothing helped
 

MisterfailLP

Dabbler
Joined
Jul 23, 2023
Messages
16
I have tried everything yesterday to get my apps working again. These are the errors I received:

Error: [EFAULT] Docker service is not running

Failed to sync TRUENAS catalog: [EFAULT] Failed to clone 'https://github.com/truenas/charts.git' repository at '/mnt/Main/ix-applications/catalogs/github_com_truenas_charts_git_master' destination: Cmd('git') failed due to: exit code(128) cmdline: git clone -v https://github.com/truenas/charts.git /mnt/Main/ix-applications/catalogs/github_com_truenas_charts_git_master stderr: 'fatal: destination path '/mnt/Main/ix-applications/catalogs/github_com_truenas_charts_git_master' already exists and is not an empty directory. '​

2023-07-26 02:32:58 (America/Los_Angeles)

I think it has something to do with my ix applications dataset, but when I try to delete it I get this error:

Error deleting dataset Main/ix-applications.​

[EFAULT] Failed to delete dataset: cannot iterate filesystems: I/O error

I have tried to roll back the update and also go back to my original version of true nas Nas Scale with no success.
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
OK, so let's recap.

You installed the older version, imported your pool (or did you import config also)?

Then configured apps (or did that come with the config?)?

Then upgraded again?

I think we may need to kill the whole thing and start again (from the apps perspective).
 

MisterfailLP

Dabbler
Joined
Jul 23, 2023
Messages
16
Yes so I installed the older version with a fresh install and then imported my pool.

Then I went to my apps section and selected my pool

Then I tried to install my original version again to see if it fixes my issue but it didnt

So I installed another hard drive to see if I can create a app pool which I could with no errors, so i wanted to delete my apps data set in the broken pool but it wouldnt let me. Is there a command that I can put into the cli to force true nas to delete the ix folder because I always get Filesystem I/O error
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
How are you attempting to remove it... it's a dataset, so only zfs commands will operate on it.

zfs destroy ... for example
 

MisterfailLP

Dabbler
Joined
Jul 23, 2023
Messages
16
I tried to remove it by going to dataset then choosing ix-applications and then I pressed on delete.
 

MisterfailLP

Dabbler
Joined
Jul 23, 2023
Messages
16
When I use zfs destroy I get this error: cannot open "ix-applications"; dataset does not exist. So is that my issue that the ix application doesnt even exist and how do I fix this ?
 
Last edited:

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
I guess you found the solution to your path problem:

The dataset should be visible in the list:

zfs list

or

zfs list | grep ix-app

If it's not, we have a different problem.
 
Top