Failing to complete TrueCharts app install (duckDNS)

dotsonic

Cadet
Joined
Apr 23, 2022
Messages
4
I'm in the process of testing TrueNAS Scale as a replacement for an aging NAS (Synology). I use duckDNS currently in a docker; setup was easy on my current environment.

I added the TrueCharts catalog without issue, and installed the duckDNS app. I followed the configuration setup, being sure to provide the required information (ex. token, subdomains, etc.). The container fails to start properly, failing on the adduser step:

2022-04-23T21:49:50.930273623Z [cont-init.d] 10-adduser: executing... 2022-04-23T21:49:50.934547943Z groupmod: /etc/group.246: Read-only file system 2022-04-23T21:49:50.934591544Z groupmod: cannot lock /etc/group; try again later. 2022-04-23T21:49:50.935780749Z usermod: /etc/passwd.247: Read-only file system 2022-04-23T21:49:50.935816050Z usermod: cannot lock /etc/passwd; try again later. 2022-04-23T21:49:50.940330172Z chown: changing ownership of '/app': Read-only file system 2022-04-23T21:49:50.942037980Z chown: changing ownership of '/defaults': Read-only file system 2022-04-23T21:49:50.942588583Z [cont-init.d] 10-adduser: exited 1.

I suspect this has something to with the Storage and Persistence section which I left at the default of PVS Simple. Any ideas on why I'm unable to create the add user section above?
 

DaSnipe

Explorer
Joined
Jun 26, 2021
Messages
86
No that's not the issue, I'm having the same issue with it, just tested myself, something up with the app. If you're having an issue with any TrueCharts app the quickest/best way to get a response is on Discord where the support staff answers extremely quickly (I'm on the support team). The link is here Discord Link but either way I'll get back to you here
 

dotsonic

Cadet
Joined
Apr 23, 2022
Messages
4
I'll check out the Discord.

In the meantime, I manually imported the image (linuxserver/duckdns) and it worked without issue.
 

truecharts

Guru
Joined
Aug 19, 2021
Messages
788
Hi @dotsonic

Just wanted to give you a heads up the app was fixed and updated. Should be working fine (@DaSnipe tested too), but if there's any other issues let us know. Just make sure you delete the app and reinstall fresh. Your logs should check out as below

Code:
2022-04-24 15:19:59.789706+00:00-------------------------------------
2022-04-24 15:19:59.789710+00:002022-04-24T15:19:59.789710355Z
2022-04-24 15:19:59.793400+00:00[cont-init.d] 10-adduser: exited 0.
2022-04-24 15:19:59.794357+00:00[cont-init.d] 40-config: executing...
2022-04-24 15:19:59.797239+00:00Retrieving subdomain and token from the environment variables
2022-04-24 15:19:59.797642+00:00log will be output to docker log
2022-04-24 15:19:59.960970+00:00Your IP was updated at Sun Apr 24 11:19:59 EDT 2022
2022-04-24 15:19:59.962263+00:00[cont-init.d] 40-config: exited 0.
2022-04-24 15:19:59.965550+00:00[cont-init.d] 90-custom-folders: executing...
2022-04-24 15:19:59.983590+00:00[cont-init.d] 90-custom-folders: exited 0.
2022-04-24 15:19:59.987034+00:00[cont-init.d] 99-custom-files: executing...
2022-04-24 15:20:00.011208+00:00[custom-init] no custom files found exiting...
2022-04-24 15:20:00.012488+00:00[cont-init.d] 99-custom-files: exited 0.
2022-04-24 15:20:00.014433+00:00[cont-init.d] done.
2022-04-24 15:20:00.016832+00:00[services.d] starting services
2022-04-24 15:20:00.032888+00:00[services.d] done.
2022-04-24 15:22:00.156862+00:00Your IP was updated at Sun Apr 24 11:22:00 EDT 2022
2022-04-24 15:27:00.178492+00:00Your IP was updated at Sun Apr 24 11:27:00 EDT 2022
 
Top