Jump to content

APPDATA reset at each reboot, dockers lose settings.


Recommended Posts

Running UNRAID 6.9.1

I do not have a cache drive. I have a single parity drive. Every time I reboot the appdata gets wiped and all my dockers lose their settings. I can’t seem to find what I’ve got set wrong on this. Any advice?

Like I said, I do not have a cache drive, but under appdata share settings it says prefers cache but I can’t change the setting. That’s the only thing I can think to change but I’m not able to.

Thanks

Link to comment
1 hour ago, Deersnypr said:

Running UNRAID 6.9.1

I do not have a cache drive. I have a single parity drive. Every time I reboot the appdata gets wiped and all my dockers lose their settings. I can’t seem to find what I’ve got set wrong on this. Any advice?

Like I said, I do not have a cache drive, but under appdata share settings it says prefers cache but I can’t change the setting. That’s the only thing I can think to change but I’m not able to.

Thanks

The “Prefer’ setting is fine for the ‘Use Cache’ setting as that will use the array if you do not have a cache drive, and if you later add a cache drive move the files onto the cache.

 

what could cause your symptoms is if you have something mapped to ‘/mnt/cache/appdata’    If you do not have a cache drive that location is in RAM which would explain why you lose it on reboot.

Link to comment
4 hours ago, itimpi said:

The “Prefer’ setting is fine for the ‘Use Cache’ setting as that will use the array if you do not have a cache drive, and if you later add a cache drive move the files onto the cache.

 

what could cause your symptoms is if you have something mapped to ‘/mnt/cache/appdata’    If you do not have a cache drive that location is in RAM which would explain why you lose it on reboot.

 all appears to be at /mnt/user/appdata

Link to comment

According to your Diagnostics, your appdata share has some files on cache, but since you don't have cache, that suggests you have accidentally created a "cache" in RAM as suggested

On 7/9/2021 at 11:32 AM, itimpi said:

what could cause your symptoms is if you have something mapped to ‘/mnt/cache/appdata’    If you do not have a cache drive that location is in RAM which would explain why you lose it on reboot.

 

 

On 7/9/2021 at 4:13 PM, Deersnypr said:

all appears to be at /mnt/user/appdata

 

Where are you looking that makes you say that none of your dockers are using /mnt/cache/appdata? How many dockers do you have?

Link to comment
1 hour ago, trurl said:

According to your Diagnostics, your appdata share has some files on cache, but since you don't have cache, that suggests you have accidentally created a "cache" in RAM as suggested

 

 

 

Where are you looking that makes you say that none of your dockers are using /mnt/cache/appdata? How many dockers do you have?

I have about 8 dockers.  I’m basing that off the config directory listed under each docker setting.

Link to comment
On 7/11/2021 at 10:40 PM, trurl said:

Post the docker run command for each of your dockers as explained at the very first link in the Docker FAQ:

 

 

 

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker create --name='CrashPlanPRO' --net='bridge' -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'CRASHPLAN_SRV_MAX_MEM'='8G' -e 'USER_ID'='99' -e 'GROUP_ID'='100' -e 'UMASK'='000' -e 'APP_NICENESS'='' -e 'DISPLAY_WIDTH'='1280' -e 'DISPLAY_HEIGHT'='768' -e 'SECURE_CONNECTION'='0' -e 'X11VNC_EXTRA_OPTS'='' -e 'CRASHPLAN_SRV_MAX_MEM'='8G' -p '7810:5800/tcp' -p '7910:5900/tcp' -v '/mnt/user/':'/storage':'ro' -v '/boot':'/flash':'ro' -v '/mnt/user/appdata/CrashPlanPRO':'/config':'rw' 'jlesage/crashplan-pro'

76f7806d508dd296cc801be5ac472a0b9716ea33d19c62b45dfe76cc0f952c61

 

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker create --name='binhex-krusader' --net='bridge' --privileged=true -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'TEMP_FOLDER'='/config/krusader/tmp' -e 'WEBPAGE_TITLE'='Tower' -e 'VNC_PASSWORD'='' -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -p '6080:6080/tcp' -v '/mnt/':'/UNRAID':'rw' -v '/mnt/disks/':'/UNASSIGNED':'rw,slave' -v '/boot/':'/FLASH':'rw' -v '/mnt/user/appdata/binhex-krusader':'/config':'rw' 'binhex/arch-krusader'

575308b127560c1b33352688b6db7ed476f53fdf111a5f8984f987123ccf08b1

 

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker create --name='MakeMKV' --net='bridge' -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'MAKEMKV_KEY'='M-F3nSb1otP0YFxhwvUbQwHweVFazc_7giV1g_a5ON38XOr@0eRhv9fYoKydnhkigC2O' -e 'AUTO_DISC_RIPPER'='0' -e 'AUTO_DISC_RIPPER_EJECT'='1' -e 'AUTO_DISC_RIPPER_PARALLEL_RIP'='0' -e 'AUTO_DISC_RIPPER_BD_MODE'='mkv' -e 'AUTO_DISC_RIPPER_FORCE_UNIQUE_OUTPUT_DIR'='0' -e 'AUTO_DISC_RIPPER_NO_GUI_PROGRESS'='0' -e 'USER_ID'='99' -e 'GROUP_ID'='100' -e 'UMASK'='000' -e 'APP_NICENESS'='' -e 'DISPLAY_WIDTH'='1280' -e 'DISPLAY_HEIGHT'='768' -e 'SECURE_CONNECTION'='0' -e 'X11VNC_EXTRA_OPTS'='' -e 'AUTO_DISC_RIPPER_INTERVAL'='5' -e 'AUTO_DISC_RIPPER_MIN_TITLE_LENGTH'='' -p '7806:5800/tcp' -p '7906:5900/tcp' -v '/mnt/user/':'/storage':'ro' -v '/mnt/user/Share1/Video Rips/':'/output':'rw' -v '/mnt/user/appdata/MakeMKV':'/config':'rw' --device='/dev/sr0' --device='/dev/sg1' 'jlesage/makemkv'

016925e5fd5d67f5f50ee0340deb650f07815cdad36d813c806874ff8b87d8f1

 

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker create --name='HandBrake' --net='bridge' -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'AUTOMATED_CONVERSION_PRESET'='Very Fast 1080p30' -e 'AUTOMATED_CONVERSION_FORMAT'='mkv' -e 'AUTOMATED_CONVERSION_KEEP_SOURCE'='1' -e 'AUTOMATED_CONVERSION_OUTPUT_SUBDIR'='' -e 'AUTOMATED_CONVERSION_OUTPUT_DIR'='/output' -e 'AUTOMATED_CONVERSION_NON_VIDEO_FILE_ACTION'='ignore' -e 'DISPLAY_WIDTH'='1280' -e 'DISPLAY_HEIGHT'='768' -e 'USER_ID'='99' -e 'GROUP_ID'='100' -e 'APP_NICENESS'='' -e 'AUTOMATED_CONVERSION_SOURCE_STABLE_TIME'='5' -e 'UMASK'='000' -e 'SECURE_CONNECTION'='0' -e 'X11VNC_EXTRA_OPTS'='' -e 'AUTOMATED_CONVERSION_SOURCE_MIN_DURATION'='10' -e 'AUTOMATED_CONVERSION_CHECK_INTERVAL'='5' -e 'AUTOMATED_CONVERSION_MAX_WATCH_FOLDERS'='5' -e 'AUTOMATED_CONVERSION_NO_GUI_PROGRESS'='0' -e 'AUTOMATED_CONVERSION_NON_VIDEO_FILE_EXTENSIONS'='jpg jpeg bmp png gif txt nfo' -e 'AUTOMATED_CONVERSION_HANDBRAKE_CUSTOM_ARGS'='' -e 'AUTOMATED_CONVERSION_INSTALL_PKGS'='' -e 'AUTOMATED_CONVERSION_VIDEO_FILE_EXTENSIONS'='' -e 'AUTOMATED_CONVERSION_OVERWRITE_OUTPUT'='0' -p '7803:5800/tcp' -p '7903:5900/tcp' -v '/mnt/user/Share1/Video Rips/':'/storage':'ro' -v '/mnt/user/MediaOne/':'/output':'rw' -v '/mnt/user/Share1/autoconvert/':'/watch':'ro' -v '/mnt/user/appdata/HandBrake':'/config':'rw' 'jlesage/handbrake'

b81d14137a08298356e62cb7148b9ce59320cd3368ba4080fba7a4088f5c8ede

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...