snusnu1987

Members
  • Posts

    18
  • Joined

  • Last visited

Everything posted by snusnu1987

  1. Looking for some help on what I assume to be a permissions issue. Sonarr is unable to hardlink anything and chooses to copy files over to sonarr series managed folders. In Settings -> Media Management -> Importing, Use Hardlinks instead of Copy is selected. I'm using the binhex version of both sonarr and qbittorrentvpn. qbittorrentvpn downloads files to a subfolder of the same share that sonarr and qbittorrentvpn both have access to. Folder structure is such: /TV Shows/<Sonarr Managed Series> /TV Shows/completed/<qbittorrentvpn seeded> Folder mappings: I have mapped remote path of qbittorrentvpn of /data/completed to sonarr local path of /TV Shows/completed/. I've gone ahead and done a chmod -R 777 onto /completed/ for testing purposes and that still does not solve the cross-device access issue. From unraid terminal, I see that all files owned by nobody:users. I have set in Media Management -> Permissions -> chown Group to both nothing, nobody, and users but it does not appear to have any impact. Any ideas? Sonarr trace logs: Edit: Went into Tools -> Docker Safe New Perms and reset the permissions. Didn't fix things. Edit 2: Solved. Made the directory mapping flat. There's only /media and /config now. Hardlink works as it should now.
  2. Unhandled exception. MySqlConnector.MySqlException (0x80004005): Table 'AspNetRoles' already exists Not sure if the migration happened successfully. https://docs.ombi.app/guides/migrating-databases/#6-faq. Try dropping the AspNetRoles table from your database and then running the migrate script "$ /opt/ombi/Ombi --migrate --storage /config" if you left everything default. Then run the migrate python script again.
  3. Right. So all you're installing is the mysqldb plugin for python3, not the full mysql server onto your container. It sounds like you're in the Unraid server, not the container. Here's a picture of where you need to go.
  4. To confirm, how are you accessing the docker? Through Docker Container by clicking the icon and hitting ">_ Console"? If so, see the FAQ. Under "P: How do I migrate if I'm using docker?" section, it tells you to run the command apt update; apt install python3 python3-mysqldb -y;. You may also need to install python3-packaging. I don't understand. Your python script states "--host MYServerIP". Is mariadb installed on the MYServerIP? Make sure you tweak migration.json as well otherwise your Ombi instance will be unusable like mine was once the container is restarted.
  5. I played around with it. What happened was the OmbiSettings.db and OmbiExternal.db did not make it over. Not sure what happened but when I ran the scripts, migration.json did not get updated to include those two databases. I modified the json scripts to include the two databases and reran the python script and restarted the container. That fixed everything. Since the script created the json file I neglected to check it. Whoops.
  6. See here: https://docs.ombi.app/guides/migrating-databases/#6-faq Make sure you install python3. Then use python3 instead of python. The docker container probably doesn't have a link since its designed to be small. As an aside, I followed these steps and was able to get mysql running fine with all three databases. I found that when I created a backup, the Unraid backup process made Ombi mad. Everything worked fine until the backup was run and the containers were restarted. I'm now running into issues that are documented here: https://github.com/Ombi-app/Ombi/issues/3416. I removed the sqlite databases and restarting the container but since I've migrated, it doesn't really help me. Any suggestions?
  7. Thank you. Based on my output, would you recommend rebuilding this drive?
  8. Looks like xfs_repair from GUI check gave the following output: Phase 1 - find and verify superblock... Phase 2 - using internal log - zero log... - scan filesystem freespace and inode maps... - found root inode chunk Phase 3 - for each AG... - scan and clear agi unlinked lists... - process known inodes and perform inode discovery... - agno = 0 - agno = 1 - agno = 2 - agno = 3 - agno = 4 - agno = 5 - agno = 6 - agno = 7 - process newly discovered inodes... Phase 4 - check for duplicate blocks... - setting up duplicate extent list... - check for inodes claiming duplicate blocks... - agno = 1 - agno = 5 - agno = 2 - agno = 3 - agno = 0 - agno = 6 - agno = 7 - agno = 4 Phase 5 - rebuild AG headers and trees... - reset superblock... Phase 6 - check inode connectivity... - resetting contents of realtime bitmap and summary inodes - traversing filesystem ... - traversal finished ... - moving disconnected inodes to lost+found ... Phase 7 - verify and correct link counts... done Checking Main shows that it did not clear the issue. I then tried to add the flag -L since the documentation mentions it with the command line version. That output shows: Phase 1 - find and verify superblock... Phase 2 - using internal log - zero log... - scan filesystem freespace and inode maps... - found root inode chunk Phase 3 - for each AG... - scan and clear agi unlinked lists... - process known inodes and perform inode discovery... - agno = 0 - agno = 1 - agno = 2 - agno = 3 - agno = 4 - agno = 5 - agno = 6 - agno = 7 - process newly discovered inodes... Phase 4 - check for duplicate blocks... - setting up duplicate extent list... - check for inodes claiming duplicate blocks... - agno = 1 - agno = 6 - agno = 0 - agno = 2 - agno = 4 - agno = 7 - agno = 5 - agno = 3 Phase 5 - rebuild AG headers and trees... - reset superblock... Phase 6 - check inode connectivity... - resetting contents of realtime bitmap and summary inodes - traversing filesystem ... - traversal finished ... - moving disconnected inodes to lost+found ... Phase 7 - verify and correct link counts... Maximum metadata LSN (1:60644) is ahead of log (1:2). Format log to cycle 4. done Finally I tried going into command-line and was given the following message: <admin>@<name>:~# xfs_repair -v /dev/sds1 xfs_repair: cannot open /dev/sds1: Device or resource busy
  9. A drive in my array is disabled because I ejected it while the array was active (I thought I picked the right drive bay). I searched the forum and see the advice is pointing to here: https://wiki.unraid.net/How-To's. The link for re-enabling a drive is broken. Can someone walk me through? I'm on 6.9.2. Edit: it looks like it was moved to here: https://wiki.unraid.net/Manual/Storage_Management#Checking_a_File_System. Recommend updating the Wiki to reflect that. I am currently going through steps to check the file system.
  10. I was assigned and completed processing a job. Eventually it submitted back to the F@H server. The job was processed with CPU rather than GPU. I'd like to prioritize GPU over CPU. Edit: It looks like I received 2 more jobs. This time around both GPU and CPU are running. Each have its own job that it's working on. I guess the intended behavior is that a job is dedicated for CPU or dedicated for GPU? Also I noticed an issue with constant refreshing with the web UI. Launching the web UI in incognito mode in Chrome seems to resolve it.
  11. It doesn't look like F@H is using my GPU. I have --runtime=nvidia in extra parameters, Nvidia Visible Devices has the GPU UUID. F@H is seeing the GPU but not giving it any tasks. I'd prefer to use GPU over CPU. ErrorWarningSystemArrayLogin 17:57:32: Compiler: GNU 6.3.0 20170516 17:57:32: Options: -std=gnu++98 -O3 -funroll-loops 17:57:32: Platform: linux2 4.14.0-3-amd64 17:57:32: Bits: 64 17:57:32: Mode: Release 17:57:32:******************************* System ******************************** 17:57:32: CPU: Intel(R) Xeon(R) CPU E5-2660 0 @ 2.20GHz 17:57:32: CPU ID: GenuineIntel Family 6 Model 45 Stepping 7 17:57:32: CPUs: 32 17:57:32: Memory: 251.96GiB 17:57:32: Free Memory: 244.74GiB 17:57:32: Threads: POSIX_THREADS 17:57:32: OS Version: 4.19 17:57:32: Has Battery: false 17:57:32: On Battery: false 17:57:32: UTC Offset: -4 17:57:32: PID: 258 17:57:32: CWD: /config 17:57:32: OS: Linux 4.19.107-Unraid x86_64 17:57:32: OS Arch: AMD64 17:57:32: GPUs: 1 17:57:32: GPU 0: Bus:8 Slot:0 Func:0 NVIDIA:3 GK107 [GeForce GT 650] 17:57:32: CUDA Device 0: Platform:0 Device:0 Bus:8 Slot:0 Compute:3.0 Driver:10.2 17:57:32:OpenCL Device 0: Platform:0 Device:0 Bus:8 Slot:0 Compute:1.2 Driver:440.59 17:57:32:*********************************************************************** 17:57:32:<config> 17:57:32: <!-- Folding Slots --> 17:57:32:</config> 17:57:32:Connecting to assign1.foldingathome.org:8080 17:57:32:Updated GPUs.txt 17:57:32:Read GPUs.txt 17:57:32:Trying to access database... 17:57:32:Successfully acquired database lock 17:57:32:Enabled folding slot 00: PAUSED cpu:30 (not configured) 17:57:32:Enabled folding slot 01: PAUSED gpu:0:GK107 [GeForce GT 650] (not configured) 17:57:42:7:192.168.1.112:New Web connection 17:58:01:Set client configured 17:58:02:WU00:FS00:Connecting to 65.254.110.245:8080 17:58:02:WU00:FS00:Connecting to 65.254.110.245:8080 [93m17:58:02:WARNING:WU00:FS00:Failed to get assignment from '65.254.110.245:8080': No WUs available for this configuration[0m 17:58:02:WU00:FS00:Connecting to 18.218.241.186:80 [93m17:58:02:WARNING:WU00:FS00:Failed to get assignment from '18.218.241.186:80': No WUs available for this configuration[0m [91m17:58:02:ERROR:WU00:FS00:Exception: Could not get an assignment[0m 17:58:02:WU01:FS01:Connecting to 65.254.110.245:8080 17:58:02:WU00:FS00:Connecting to 65.254.110.245:8080 [93m17:58:02:WARNING:WU01:FS01:Failed to get assignment from '65.254.110.245:8080': No WUs available for this configuration[0m 17:58:02:WU01:FS01:Connecting to 18.218.241.186:80 [93m17:58:02:WARNING:WU00:FS00:Failed to get assignment from '65.254.110.245:8080': No WUs available for this configuration[0m 17:58:02:WU00:FS00:Connecting to 18.218.241.186:80 [93m17:58:02:WARNING:WU01:FS01:Failed to get assignment from '18.218.241.186:80': No WUs available for this configuration[0m [91m17:58:02:ERROR:WU01:FS01:Exception: Could not get an assignment[0m [93m17:58:02:WARNING:WU00:FS00:Failed to get assignment from '18.218.241.186:80': No WUs available for this configuration[0m [91m17:58:02:ERROR:WU00:FS00:Exception: Could not get an assignment[0m 17:58:02:WU01:FS01:Connecting to 65.254.110.245:8080 [93m17:58:02:WARNING:WU01:FS01:Failed to get assignment from '65.254.110.245:8080': No WUs available for this configuration[0m 17:58:02:WU01:FS01:Connecting to 18.218.241.186:80 [93m17:58:02:WARNING:WU01:FS01:Failed to get assignment from '18.218.241.186:80': No WUs available for this configuration[0m [91m17:58:02:ERROR:WU01:FS01:Exception: Could not get an assignment[0m 17:58:33:Saving configuration to config.xml 17:58:33:<config> 17:58:33: <!-- Folding Slots --> 17:58:33: <slot id='0' type='CPU'/> 17:58:33: <slot id='1' type='GPU'/> 17:58:33:</config> 17:59:02:WU00:FS00:Connecting to 65.254.110.245:8080 [93m17:59:02:WARNING:WU00:FS00:Failed to get assignment from '65.254.110.245:8080': No WUs available for this configuration[0m 17:59:02:WU00:FS00:Connecting to 18.218.241.186:80 [93m17:59:02:WARNING:WU00:FS00:Failed to get assignment from '18.218.241.186:80': No WUs available for this configuration[0m [91m17:59:02:ERROR:WU00:FS00:Exception: Could not get an assignment[0m 17:59:02:WU01:FS01:Connecting to 65.254.110.245:8080 [93m17:59:02:WARNING:WU01:FS01:Failed to get assignment from '65.254.110.245:8080': No WUs available for this configuration[0m 17:59:02:WU01:FS01:Connecting to 18.218.241.186:80 [93m17:59:02:WARNING:WU01:FS01:Failed to get assignment from '18.218.241.186:80': No WUs available for this configuration[0m [91m17:59:02:ERROR:WU01:FS01:Exception: Could not get an assignment[0m 17:59:34:Saving configuration to config.xml 17:59:34:<config> 17:59:34: <!-- Slot Control --> 17:59:34: <power v='FULL'/> : 17:59:34: <!-- Folding Slots --> 17:59:34: <slot id='0' type='CPU'/> 17:59:34: <slot id='1' type='GPU'/> 17:59:34:</config> 18:00:02:WU00:FS00:Connecting to 65.254.110.245:8080 [93m18:00:02:WARNING:WU00:FS00:Failed to get assignment from '65.254.110.245:8080': No WUs available for this configuration[0m 18:00:02:WU00:FS00:Connecting to 18.218.241.186:80 [93m18:00:02:WARNING:WU00:FS00:Failed to get assignment from '18.218.241.186:80': No WUs available for this configuration[0m [91m18:00:02:ERROR:WU00:FS00:Exception: Could not get an assignment[0m 18:00:02:WU01:FS01:Connecting to 65.254.110.245:8080 [93m18:00:02:WARNING:WU01:FS01:Failed to get assignment from '65.254.110.245:8080': No WUs available for this configuration[0m 18:00:02:WU01:FS01:Connecting to 18.218.241.186:80 [93m18:00:03:WARNING:WU01:FS01:Failed to get assignment from '18.218.241.186:80': No WUs available for this configuration[0m [91m18:00:03:ERROR:WU01:FS01:Exception: Could not get an assignment[0m 18:00:35:Saving configuration to config.xml 18:00:35:<config> 18:00:35: <!-- Slot Control --> 18:00:35: <power v='MEDIUM'/> : 18:00:35: <!-- Folding Slots --> 18:00:35: <slot id='0' type='CPU'/> 18:00:35: <slot id='1' type='GPU'/> 18:00:35:</config> 18:01:02:WU00:FS00:Connecting to 65.254.110.245:8080 [93m18:01:02:WARNING:WU00:FS00:Failed to get assignment from '65.254.110.245:8080': No WUs available for this configuration[0m 18:01:02:WU00:FS00:Connecting to 18.218.241.186:80 [93m18:01:02:WARNING:WU00:FS00:Failed to get assignment from '18.218.241.186:80': No WUs available for this configuration[0m [91m18:01:02:ERROR:WU00:FS00:Exception: Could not get an assignment[0m 18:01:03:WU01:FS01:Connecting to 65.254.110.245:8080 [93m18:01:03:WARNING:WU01:FS01:Failed to get assignment from '65.254.110.245:8080': No WUs available for this configuration[0m 18:01:03:WU01:FS01:Connecting to 18.218.241.186:80 [93m18:01:03:WARNING:WU01:FS01:Failed to get assignment from '18.218.241.186:80': No WUs available for this configuration[0m [91m18:01:03:ERROR:WU01:FS01:Exception: Could not get an assignment[0m 18:02:39:WU00:FS00:Connecting to 65.254.110.245:8080 [93m18:02:39:WARNING:WU00:FS00:Failed to get assignment from '65.254.110.245:8080': No WUs available for this configuration[0m 18:02:39:WU00:FS00:Connecting to 18.218.241.186:80 [93m18:02:39:WARNING:WU00:FS00:Failed to get assignment from '18.218.241.186:80': No WUs available for this configuration[0m [91m18:02:39:ERROR:WU00:FS00:Exception: Could not get an assignment[0m 18:02:40:WU01:FS01:Connecting to 65.254.110.245:8080 [93m18:02:40:WARNING:WU01:FS01:Failed to get assignment from '65.254.110.245:8080': No WUs available for this configuration[0m 18:02:40:WU01:FS01:Connecting to 18.218.241.186:80 [93m18:02:40:WARNING:WU01:FS01:Failed to get assignment from '18.218.241.186:80': No WUs available for this configuration[0m [91m18:02:40:ERROR:WU01:FS01:Exception: Could not get an assignment[0m 18:05:16:WU00:FS00:Connecting to 65.254.110.245:8080 18:05:17:WU00:FS00:Assigned to work server 155.247.164.214 18:05:17:WU00:FS00:Requesting new work unit for slot 00: READY cpu:30 from 155.247.164.214 18:05:17:WU00:FS00:Connecting to 155.247.164.214:8080 [91m18:05:17:ERROR:WU00:FS00:Exception: Server did not assign work unit[0m 18:05:17:WU01:FS01:Connecting to 65.254.110.245:8080 [93m18:05:17:WARNING:WU01:FS01:Failed to get assignment from '65.254.110.245:8080': No WUs available for this configuration[0m 18:05:17:WU01:FS01:Connecting to 18.218.241.186:80 [93m18:05:17:WARNING:WU01:FS01:Failed to get assignment from '18.218.241.186:80': No WUs available for this configuration[0m [91m18:05:17:ERROR:WU01:FS01:Exception: Could not get an assignment[0m 18:08:43:Saving configuration to config.xml 18:08:43:<config> 18:08:43: <!-- Slot Control --> 18:08:43: <power v='MEDIUM'/> : 18:08:43: <!-- Folding Slots --> 18:08:43: <slot id='0' type='CPU'> 18:08:43: <idle v='true'/> 18:08:43: </slot> 18:08:43: <slot id='1' type='GPU'> 18:08:43: <idle v='true'/> 18:08:43: </slot> 18:08:43:</config> 18:08:46:WU00:FS00:Connecting to 65.254.110.245:8080 [93m18:08:46:WARNING:WU00:FS00:Failed to get assignment from '65.254.110.245:8080': No WUs available for this configuration[0m 18:08:46:WU00:FS00:Connecting to 18.218.241.186:80 [93m18:08:46:WARNING:WU00:FS00:Failed to get assignment from '18.218.241.186:80': No WUs available for this configuration[0m [91m18:08:46:ERROR:WU00:FS00:Exception: Could not get an assignment[0m 18:08:46:WU01:FS01:Connecting to 65.254.110.245:8080 [93m18:08:46:WARNING:WU01:FS01:Failed to get assignment from '65.254.110.245:8080': No WUs available for this configuration[0m 18:08:46:WU01:FS01:Connecting to 18.218.241.186:80 [93m18:08:46:WARNING:WU01:FS01:Failed to get assignment from '18.218.241.186:80': No WUs available for this configuration[0m [91m18:08:46:ERROR:WU01:FS01:Exception: Could not get an assignment[0m 18:09:44:Saving configuration to config.xml 18:09:44:<config> 18:09:44: <!-- Slot Control --> 18:09:44: <power v='MEDIUM'/> : 18:09:44: <!-- Folding Slots --> 18:09:44: <slot id='0' type='CPU'/> 18:09:44: <slot id='1' type='GPU'/> 18:09:44:</config> 18:10:23:WU00:FS00:Connecting to 65.254.110.245:8080 [93m18:10:23:WARNING:WU00:FS00:Failed to get assignment from '65.254.110.245:8080': No WUs available for this configuration[0m 18:10:23:WU00:FS00:Connecting to 18.218.241.186:80 [93m18:10:23:WARNING:WU00:FS00:Failed to get assignment from '18.218.241.186:80': No WUs available for this configuration[0m [91m18:10:23:ERROR:WU00:FS00:Exception: Could not get an assignment[0m 18:10:23:WU01:FS01:Connecting to 65.254.110.245:8080 [93m18:10:23:WARNING:WU01:FS01:Failed to get assignment from '65.254.110.245:8080': No WUs available for this configuration[0m 18:10:23:WU01:FS01:Connecting to 18.218.241.186:80 [93m18:10:23:WARNING:WU01:FS01:Failed to get assignment from '18.218.241.186:80': No WUs available for this configuration[0m [91m18:10:23:ERROR:WU01:FS01:Exception: Could not get an assignment[0m 18:13:00:WU00:FS00:Connecting to 65.254.110.245:8080 [93m18:13:00:WARNING:WU00:FS00:Failed to get assignment from '65.254.110.245:8080': No WUs available for this configuration[0m 18:13:00:WU00:FS00:Connecting to 18.218.241.186:80 [93m18:13:01:WARNING:WU00:FS00:Failed to get assignment from '18.218.241.186:80': No WUs available for this configuration[0m [91m18:13:01:ERROR:WU00:FS00:Exception: Could not get an assignment[0m 18:13:01:WU01:FS01:Connecting to 65.254.110.245:8080 [93m18:13:01:WARNING:WU01:FS01:Failed to get assignment from '65.254.110.245:8080': No WUs available for this configuration[0m 18:13:01:WU01:FS01:Connecting to 18.218.241.186:80 [93m18:13:01:WARNING:WU01:FS01:Failed to get assignment from '18.218.241.186:80': No WUs available for this configuration[0m [91m18:13:01:ERROR:WU01:FS01:Exception: Could not get an assignment[0m 18:13:48:Saving configuration to config.xml 18:13:48:<config> 18:13:48: <!-- Slot Control --> 18:13:48: <power v='MEDIUM'/> : 18:13:48: <!-- User Information --> 18:13:48: <team v='227802'/> : 18:13:48: <!-- Folding Slots --> 18:13:48: <slot id='0' type='CPU'/> 18:13:48: <slot id='1' type='GPU'/> 18:13:48:</config> 18:14:49:Saving configuration to config.xml 18:14:49:<config> 18:14:49: <!-- Slot Control --> 18:14:49: <power v='MEDIUM'/> : 18:14:49: <!-- User Information --> 18:14:49: <team v='227802'/> 18:14:49: <user v='joe_mama'/> : 18:14:49: <!-- Folding Slots --> 18:14:49: <slot id='0' type='CPU'/> 18:14:49: <slot id='1' type='GPU'/> 18:14:49:</config> 18:15:50:Saving configuration to config.xml 18:15:50:<config> 18:15:50: <!-- Slot Control --> 18:15:50: <power v='MEDIUM'/> : 18:15:50: <!-- User Information --> 18:15:50: <team v='227802'/> 18:15:50: <user v='Joe_Mamas_Butt'/> : 18:15:50: <!-- Folding Slots --> 18:15:50: <slot id='0' type='CPU'/> 18:15:50: <slot id='1' type='GPU'/> 18:15:50:</config> 18:17:15:WU00:FS00:Connecting to 65.254.110.245:8080 [93m18:17:15:WARNING:WU00:FS00:Failed to get assignment from '65.254.110.245:8080': No WUs available for this configuration[0m 18:17:15:WU00:FS00:Connecting to 18.218.241.186:80 [93m18:17:15:WARNING:WU00:FS00:Failed to get assignment from '18.218.241.186:80': No WUs available for this configuration[0m [91m18:17:15:ERROR:WU00:FS00:Exception: Could not get an assignment[0m 18:17:15:WU01:FS01:Connecting to 65.254.110.245:8080 [93m18:17:15:WARNING:WU01:FS01:Failed to get assignment from '65.254.110.245:8080': No WUs available for this configuration[0m 18:17:15:WU01:FS01:Connecting to 18.218.241.186:80 [93m18:17:15:WARNING:WU01:FS01:Failed to get assignment from '18.218.241.186:80': No WUs available for this configuration[0m [91m18:17:15:ERROR:WU01:FS01:Exception: Could not get an assignment[0m 18:24:06:WU00:FS00:Connecting to 65.254.110.245:8080 [93m18:24:06:WARNING:WU00:FS00:Failed to get assignment from '65.254.110.245:8080': No WUs available for this configuration[0m 18:24:06:WU00:FS00:Connecting to 18.218.241.186:80 [93m18:24:06:WARNING:WU00:FS00:Failed to get assignment from '18.218.241.186:80': No WUs available for this configuration[0m [91m18:24:06:ERROR:WU00:FS00:Exception: Could not get an assignment[0m 18:24:06:WU01:FS01:Connecting to 65.254.110.245:8080 [93m18:24:06:WARNING:WU01:FS01:Failed to get assignment from '65.254.110.245:8080': No WUs available for this configuration[0m 18:24:06:WU01:FS01:Connecting to 18.218.241.186:80 [93m18:24:07:WARNING:WU01:FS01:Failed to get assignment from '18.218.241.186:80': No WUs available for this configuration[0m [91m18:24:07:ERROR:WU01:FS01:Exception: Could not get an assignment[0m 18:35:12:WU00:FS00:Connecting to 65.254.110.245:8080 18:35:12:WU00:FS00:Assigned to work server 155.247.164.214 18:35:12:WU00:FS00:Requesting new work unit for slot 00: READY cpu:30 from 155.247.164.214 18:35:12:WU00:FS00:Connecting to 155.247.164.214:8080 [91m18:35:12:ERROR:WU00:FS00:Exception: Server did not assign work unit[0m 18:35:12:WU01:FS01:Connecting to 65.254.110.245:8080 [93m18:35:12:WARNING:WU01:FS01:Failed to get assignment from '65.254.110.245:8080': No WUs available for this configuration[0m 18:35:12:WU01:FS01:Connecting to 18.218.241.186:80 [93m18:35:12:WARNING:WU01:FS01:Failed to get assignment from '18.218.241.186:80': No WUs available for this configuration[0m [91m18:35:12:ERROR:WU01:FS01:Exception: Could not get an assignment[0m 18:53:08:WU00:FS00:Connecting to 65.254.110.245:8080 18:53:09:WU00:FS00:Assigned to work server 13.82.98.119 18:53:09:WU00:FS00:Requesting new work unit for slot 00: READY cpu:30 from 13.82.98.119 18:53:09:WU00:FS00:Connecting to 13.82.98.119:8080 18:53:09:WU00:FS00:Downloading 4.29MiB 18:53:09:WU01:FS01:Connecting to 65.254.110.245:8080 18:53:09:WU00:FS00:Download complete 18:53:09:WU00:FS00:Received Unit: id:00 state:DOWNLOAD error:NO_ERROR project:14584 run:0 clone:1025 gen:65 core:0xa7 unit:0x000000460d5262775e7a6b46273b0bc3 18:53:09:WU00:FS00:Downloading core from http://cores.foldingathome.org/v7/lin/64bit/avx/Core_a7.fah 18:53:09:WU00:FS00:Connecting to cores.foldingathome.org:80 [93m18:53:09:WARNING:WU01:FS01:Failed to get assignment from '65.254.110.245:8080': No WUs available for this configuration[0m 18:53:09:WU01:FS01:Connecting to 18.218.241.186:80 18:53:09:WU00:FS00:FahCore a7: Downloading 8.91MiB [93m18:53:09:WARNING:WU01:FS01:Failed to get assignment from '18.218.241.186:80': No WUs available for this configuration[0m [91m18:53:09:ERROR:WU01:FS01:Exception: Could not get an assignment[0m 18:53:11:WU00:FS00:FahCore a7: Download complete 18:53:11:WU00:FS00:Valid core signature 18:53:11:WU00:FS00:Unpacked 20.97MiB to cores/cores.foldingathome.org/v7/lin/64bit/avx/Core_a7.fah/FahCore_a7 18:53:11:WU00:FS00:Starting 18:53:11:WU00:FS00:Running FahCore: /app/usr/bin/FAHCoreWrapper /config/cores/cores.foldingathome.org/v7/lin/64bit/avx/Core_a7.fah/FahCore_a7 -dir 00 -suffix 01 -version 705 -lifeline 258 -checkpoint 15 -np 30 18:53:11:WU00:FS00:Started FahCore on PID 291 18:53:11:WU00:FS00:Core PID:295 18:53:11:WU00:FS00:FahCore 0xa7 started 18:53:12:WU00:FS00:0xa7:*********************** Log Started 2020-04-12T18:53:11Z *********************** 18:53:12:WU00:FS00:0xa7:************************** Gromacs Folding@home Core *************************** 18:53:12:WU00:FS00:0xa7: Type: 0xa7 18:53:12:WU00:FS00:0xa7: Core: Gromacs 18:53:12:WU00:FS00:0xa7: Args: -dir 00 -suffix 01 -version 705 -lifeline 291 -checkpoint 15 -np 30 18:53:12:WU00:FS00:0xa7:************************************ CBang ************************************* 18:53:12:WU00:FS00:0xa7: Date: Nov 5 2019 18:53:12:WU00:FS00:0xa7: Time: 06:06:57 18:53:12:WU00:FS00:0xa7: Revision: 46c96f1aa8419571d83f3e63f9c99a0d602f6da9 18:53:12:WU00:FS00:0xa7: Branch: master 18:53:12:WU00:FS00:0xa7: Compiler: GNU 8.3.0 18:53:12:WU00:FS00:0xa7: Options: -std=c++11 -O3 -funroll-loops -fno-pie -fPIC 18:53:12:WU00:FS00:0xa7: Platform: linux2 4.19.0-5-amd64 18:53:12:WU00:FS00:0xa7: Bits: 64 18:53:12:WU00:FS00:0xa7: Mode: Release 18:53:12:WU00:FS00:0xa7:************************************ System ************************************ 18:53:12:WU00:FS00:0xa7: CPU: Intel(R) Xeon(R) CPU E5-2660 0 @ 2.20GHz 18:53:12:WU00:FS00:0xa7: CPU ID: GenuineIntel Family 6 Model 45 Stepping 7 18:53:12:WU00:FS00:0xa7: CPUs: 32 18:53:12:WU00:FS00:0xa7: Memory: 251.96GiB 18:53:12:WU00:FS00:0xa7:Free Memory: 235.94GiB 18:53:12:WU00:FS00:0xa7: Threads: POSIX_THREADS 18:53:12:WU00:FS00:0xa7: OS Version: 4.19 18:53:12:WU00:FS00:0xa7:Has Battery: false 18:53:12:WU00:FS00:0xa7: On Battery: false 18:53:12:WU00:FS00:0xa7: UTC Offset: -4 18:53:12:WU00:FS00:0xa7: PID: 295 18:53:12:WU00:FS00:0xa7: CWD: /config/work 18:53:12:WU00:FS00:0xa7:******************************** Build - libFAH ******************************** 18:53:12:WU00:FS00:0xa7: Version: 0.0.18 18:53:12:WU00:FS00:0xa7: Author: Joseph Coffland <[email protected]> 18:53:12:WU00:FS00:0xa7: Copyright: 2019 foldingathome.org 18:53:12:WU00:FS00:0xa7: Homepage: https://foldingathome.org/ 18:53:12:WU00:FS00:0xa7: Date: Nov 5 2019 18:53:12:WU00:FS00:0xa7: Time: 06:13:26 18:53:12:WU00:FS00:0xa7: Revision: 490c9aa2957b725af319379424d5c5cb36efb656 18:53:12:WU00:FS00:0xa7: Branch: master 18:53:12:WU00:FS00:0xa7: Compiler: GNU 8.3.0 18:53:12:WU00:FS00:0xa7: Options: -std=c++11 -O3 -funroll-loops -fno-pie 18:53:12:WU00:FS00:0xa7: Platform: linux2 4.19.0-5-amd64 18:53:12:WU00:FS00:0xa7: Bits: 64 18:53:12:WU00:FS00:0xa7: Mode: Release 18:53:12:WU00:FS00:0xa7:************************************ Build ************************************* 18:53:12:WU00:FS00:0xa7: SIMD: avx_256 18:53:12:WU00:FS00:0xa7:******************************************************************************** 18:53:12:WU00:FS00:0xa7:Project: 14584 (Run 0, Clone 1025, Gen 65) 18:53:12:WU00:FS00:0xa7:Unit: 0x000000460d5262775e7a6b46273b0bc3 18:53:12:WU00:FS00:0xa7:Reading tar file core.xml 18:53:12:WU00:FS00:0xa7:Reading tar file frame65.tpr 18:53:12:WU00:FS00:0xa7:Digital signatures verified 18:53:12:WU00:FS00:0xa7:Calling: mdrun -s frame65.tpr -o frame65.trr -x frame65.xtc -cpt 15 -nt 30 18:53:12:WU00:FS00:0xa7:Steps: first=16250000 total=250000 18:53:15:WU00:FS00:0xa7:Completed 1 out of 250000 steps (0%) 18:54:15:WU00:FS00:0xa7:Completed 2500 out of 250000 steps (1%) 18:55:19:WU00:FS00:0xa7:Completed 5000 out of 250000 steps (2%) 18:56:24:WU00:FS00:0xa7:Completed 7500 out of 250000 steps (3%) 18:57:19:WU00:FS00:0xa7:Completed 10000 out of 250000 steps (4%) 18:58:26:WU00:FS00:0xa7:Completed 12500 out of 250000 steps (5%) 18:59:37:WU00:FS00:0xa7:Completed 15000 out of 250000 steps (6%) 19:00:29:WU00:FS00:0xa7:Completed 17500 out of 250000 steps (7%) 19:01:22:WU00:FS00:0xa7:Completed 20000 out of 250000 steps (8%) 19:02:15:WU00:FS00:0xa7:Completed 22500 out of 250000 steps (9%) 19:03:05:WU00:FS00:0xa7:Completed 25000 out of 250000 steps (10%) 19:03:58:WU00:FS00:0xa7:Completed 27500 out of 250000 steps (11%) 19:04:47:WU00:FS00:0xa7:Completed 30000 out of 250000 steps (12%) 19:05:43:WU00:FS00:0xa7:Completed 32500 out of 250000 steps (13%) 19:06:32:WU00:FS00:0xa7:Completed 35000 out of 250000 steps (14%) 19:07:24:WU00:FS00:0xa7:Completed 37500 out of 250000 steps (15%) 19:08:23:WU00:FS00:0xa7:Completed 40000 out of 250000 steps (16%) 19:09:13:WU00:FS00:0xa7:Completed 42500 out of 250000 steps (17%) 19:10:16:WU00:FS00:0xa7:Completed 45000 out of 250000 steps (18%) 19:11:18:WU00:FS00:0xa7:Completed 47500 out of 250000 steps (19%) 19:12:10:WU00:FS00:0xa7:Completed 50000 out of 250000 steps (20%) 19:13:03:WU00:FS00:0xa7:Completed 52500 out of 250000 steps (21%) 19:13:53:WU00:FS00:0xa7:Completed 55000 out of 250000 steps (22%) 19:14:50:WU00:FS00:0xa7:Completed 57500 out of 250000 steps (23%) 19:14:50:WU00:FS00:0xa7:Completed 57500 out of 250000 steps (23%)
  12. Log rotation was previously enabled and the Docker LOG maximum file size was set to 10MB. I am not sure why it was not being respected previously, but adding that condition to the Extra Parameters seemed to have cleared up my issue.
  13. I added the following condition to Configuration -> Advanced View -> Extra Parameters: --log-opt max-size=50m --log-opt max-file=1 This shrunk the usage to: Label: none uuid: ### Total devices 1 FS bytes used 5.22GiB devid 1 size 30.00GiB used 30.00GiB path /dev/loop2 Hope this helps anyone looking for a fix to their Docker woes, I had been googling for a few days before I decided to make the thread.
  14. Thanks DZMM, that was very helpful. The output of the script is: Script location: /tmp/user.scripts/tmpScripts/Docker misconfiguration/script Note that closing this window will abort the execution of this script binhex-delugevpn Size: 893M binhex-sonarr Size: 1.1G Duckdns Size: 288M Krusader Size: 1.2G plexpy Size: 280M couchpotato Size: 164M letsencrypt Size: 265M mariadb Size: 351M nextcloud Size: 186M plex Size: 400M transmission Size: 47M Nothing looks unusual, but then I check the Docker log sizes and find: Script location: /tmp/user.scripts/tmpScripts/viewDockerLogSize/script Note that closing this window will abort the execution of this script 14G /var/lib/docker/containers/3b8340160f81ee5b9127d94d159fb8accd2bc8139469167b7344caa1bf3f1bff/3b8340160f81ee5b9127d94d159fb8accd2bc8139469167b7344caa1bf3f1bff-json.log 7.9G /var/lib/docker/containers/1fbd79eae2ad28e70c26f3e277c621d15bd564a809e401b7188da84226cd7b4a/1fbd79eae2ad28e70c26f3e277c621d15bd564a809e401b7188da84226cd7b4a-json.log 6.4M /var/lib/docker/containers/c8dd376d9a85b1dbfea7e0f68b37e0f5b19ec036e387c3618dbd551525aa1a0e/c8dd376d9a85b1dbfea7e0f68b37e0f5b19ec036e387c3618dbd551525aa1a0e-json.log 3.6M /var/lib/docker/containers/1ca822d4b4c2190189dd1c30a4797d4e056b3ca9a3c9d025cd7f002df1663e3e/1ca822d4b4c2190189dd1c30a4797d4e056b3ca9a3c9d025cd7f002df1663e3e-json.log 1.2M /var/lib/docker/containers/a21f6ce12a151ebff496a6f86119b4b29c1bc2f66ac87e3961de2545f679513f/a21f6ce12a151ebff496a6f86119b4b29c1bc2f66ac87e3961de2545f679513f-json.log 72K /var/lib/docker/containers/812c20071c63a27a5ea39ebd1637163411cd4effa74cc7748427bd6c309b6614/812c20071c63a27a5ea39ebd1637163411cd4effa74cc7748427bd6c309b6614-json.log 16K /var/lib/docker/containers/5f3870f71ee769b55fd6a0dd762d90ea88ece5aee3e2ad0cdf84cad1ed9c9661/5f3870f71ee769b55fd6a0dd762d90ea88ece5aee3e2ad0cdf84cad1ed9c9661-json.log 8.0K /var/lib/docker/containers/99c5f149bd4eaf06bb939ef610fd4dc37eb1690532c44960dc21e37ab1f23a1e/99c5f149bd4eaf06bb939ef610fd4dc37eb1690532c44960dc21e37ab1f23a1e-json.log 8.0K /var/lib/docker/containers/3fe9fda689de666020a695a9fc0fb91f6d19ce9cda978b9cbb46b7b490ffca43/3fe9fda689de666020a695a9fc0fb91f6d19ce9cda978b9cbb46b7b490ffca43-json.log 4.0K /var/lib/docker/containers/bf99c1296b092be69fbb9b07ed72d54e1955068639467b5e4d80803cf48abf78/bf99c1296b092be69fbb9b07ed72d54e1955068639467b5e4d80803cf48abf78-json.log Looks like both Sonarr and Krusader are storing their log files to the Docker image. I'm researching now how to trim these down. Any ideas?
  15. I've allocated 30GB to my Docker Image and have the following containers installed: binhex-delugevpn binhex-sonarr couchpotato Duckdns Krusader letsencrypt mariadb nextcloud plex plexpy transmission My btrfs filesystem show is: Label: none uuid: ### Total devices 1 FS bytes used 27.61GiB devid 1 size 30.00GiB used 30.00GiB path /dev/loop2 Is ~27.61GB usage normal for this many containers? I've gotten warnings previously that I'm running out of space within my Docker image. I suspect that I have some sort of misconfiguration somewhere and files are getting stored directly to the container rather than the volume mount. How do I track this down? I've ssh-ed into the Docker containers but I'm not sure what I'm looking for.
  16. I solved my previous issue. I had forgotten to remove the configuration files from the previous installations that populated in the share. Removing/reinstalling the docker image did not automatically delete the files in the Nextcloud share. Blasting those away, doing a clean install, seems to have resolved all of my issues.
  17. I've done a couple clean installs and am running into an issue with integrity checks. I've copied and pasted the output, but it looks like it's generating a bad certificate. Any idea how to regenerate this? Technical information ===================== The following list covers which files have failed the integrity check. Please read the previous linked documentation to learn more about the errors and how to fix them. Results ======= - core - EXCEPTION - OC\IntegrityCheck\Exceptions\InvalidSignatureException - Certificate is not valid. - encryption - EXCEPTION - OC\IntegrityCheck\Exceptions\InvalidSignatureException - Certificate is not valid. - federatedfilesharing - EXCEPTION - OC\IntegrityCheck\Exceptions\InvalidSignatureException - Certificate is not valid. - theming - EXCEPTION - OC\IntegrityCheck\Exceptions\InvalidSignatureException - Certificate is not valid. - workflowengine - EXCEPTION - OC\IntegrityCheck\Exceptions\InvalidSignatureException - Certificate is not valid. - dav - EXCEPTION - OC\IntegrityCheck\Exceptions\InvalidSignatureException - Certificate is not valid. - nextcloud_announcements - EXCEPTION - OC\IntegrityCheck\Exceptions\InvalidSignatureException - Certificate is not valid. - files_trashbin - EXCEPTION - OC\IntegrityCheck\Exceptions\InvalidSignatureException - Certificate is not valid. - files_pdfviewer - EXCEPTION - OC\IntegrityCheck\Exceptions\InvalidSignatureException - Certificate is not valid. - files_texteditor - EXCEPTION - OC\IntegrityCheck\Exceptions\InvalidSignatureException - Certificate is not valid. - notifications - EXCEPTION - OC\IntegrityCheck\Exceptions\InvalidSignatureException - Certificate is not valid. - comments - EXCEPTION - OC\IntegrityCheck\Exceptions\InvalidSignatureException - Certificate is not valid. - files_external - EXCEPTION - OC\IntegrityCheck\Exceptions\InvalidSignatureException - Certificate is not valid. - activity - EXCEPTION - OC\IntegrityCheck\Exceptions\InvalidSignatureException - Certificate is not valid. - survey_client - EXCEPTION - OC\IntegrityCheck\Exceptions\InvalidSignatureException - Certificate is not valid. - user_external - EXCEPTION - OC\IntegrityCheck\Exceptions\InvalidSignatureException - Certificate is not valid. - oauth2 - EXCEPTION - OC\IntegrityCheck\Exceptions\InvalidSignatureException - Certificate is not valid. - systemtags - EXCEPTION - OC\IntegrityCheck\Exceptions\InvalidSignatureException - Certificate is not valid. - updatenotification - EXCEPTION - OC\IntegrityCheck\Exceptions\InvalidSignatureException - Certificate is not valid. - serverinfo - EXCEPTION - OC\IntegrityCheck\Exceptions\InvalidSignatureException - Certificate is not valid. - provisioning_api - EXCEPTION - OC\IntegrityCheck\Exceptions\InvalidSignatureException - Certificate is not valid. - admin_audit - EXCEPTION - OC\IntegrityCheck\Exceptions\InvalidSignatureException - Certificate is not valid. - files_sharing - EXCEPTION - OC\IntegrityCheck\Exceptions\InvalidSignatureException - Certificate is not valid. - password_policy - EXCEPTION - OC\IntegrityCheck\Exceptions\InvalidSignatureException - Certificate is not valid. - federation - EXCEPTION - OC\IntegrityCheck\Exceptions\InvalidSignatureException - Certificate is not valid. - gallery - EXCEPTION - OC\IntegrityCheck\Exceptions\InvalidSignatureException - Certificate is not valid. - user_ldap - EXCEPTION - OC\IntegrityCheck\Exceptions\InvalidSignatureException - Certificate is not valid. - sharebymail - EXCEPTION - OC\IntegrityCheck\Exceptions\InvalidSignatureException - Certificate is not valid. - files_versions - EXCEPTION - OC\IntegrityCheck\Exceptions\InvalidSignatureException - Certificate is not valid. - files - EXCEPTION - OC\IntegrityCheck\Exceptions\InvalidSignatureException - Certificate is not valid. Raw output ========== Array ( [core] => Array ( [EXCEPTION] => Array ( [class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException [message] => Certificate is not valid. ) ) [encryption] => Array ( [EXCEPTION] => Array ( [class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException [message] => Certificate is not valid. ) ) [federatedfilesharing] => Array ( [EXCEPTION] => Array ( [class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException [message] => Certificate is not valid. ) ) [theming] => Array ( [EXCEPTION] => Array ( [class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException [message] => Certificate is not valid. ) ) [workflowengine] => Array ( [EXCEPTION] => Array ( [class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException [message] => Certificate is not valid. ) ) [dav] => Array ( [EXCEPTION] => Array ( [class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException [message] => Certificate is not valid. ) ) [nextcloud_announcements] => Array ( [EXCEPTION] => Array ( [class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException [message] => Certificate is not valid. ) ) [files_trashbin] => Array ( [EXCEPTION] => Array ( [class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException [message] => Certificate is not valid. ) ) [files_pdfviewer] => Array ( [EXCEPTION] => Array ( [class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException [message] => Certificate is not valid. ) ) [files_texteditor] => Array ( [EXCEPTION] => Array ( [class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException [message] => Certificate is not valid. ) ) [notifications] => Array ( [EXCEPTION] => Array ( [class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException [message] => Certificate is not valid. ) ) [comments] => Array ( [EXCEPTION] => Array ( [class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException [message] => Certificate is not valid. ) ) [files_external] => Array ( [EXCEPTION] => Array ( [class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException [message] => Certificate is not valid. ) ) [activity] => Array ( [EXCEPTION] => Array ( [class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException [message] => Certificate is not valid. ) ) [survey_client] => Array ( [EXCEPTION] => Array ( [class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException [message] => Certificate is not valid. ) ) [user_external] => Array ( [EXCEPTION] => Array ( [class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException [message] => Certificate is not valid. ) ) [oauth2] => Array ( [EXCEPTION] => Array ( [class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException [message] => Certificate is not valid. ) ) [systemtags] => Array ( [EXCEPTION] => Array ( [class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException [message] => Certificate is not valid. ) ) [updatenotification] => Array ( [EXCEPTION] => Array ( [class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException [message] => Certificate is not valid. ) ) [serverinfo] => Array ( [EXCEPTION] => Array ( [class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException [message] => Certificate is not valid. ) ) [provisioning_api] => Array ( [EXCEPTION] => Array ( [class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException [message] => Certificate is not valid. ) ) [admin_audit] => Array ( [EXCEPTION] => Array ( [class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException [message] => Certificate is not valid. ) ) [files_sharing] => Array ( [EXCEPTION] => Array ( [class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException [message] => Certificate is not valid. ) ) [password_policy] => Array ( [EXCEPTION] => Array ( [class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException [message] => Certificate is not valid. ) ) [federation] => Array ( [EXCEPTION] => Array ( [class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException [message] => Certificate is not valid. ) ) [gallery] => Array ( [EXCEPTION] => Array ( [class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException [message] => Certificate is not valid. ) ) [user_ldap] => Array ( [EXCEPTION] => Array ( [class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException [message] => Certificate is not valid. ) ) [sharebymail] => Array ( [EXCEPTION] => Array ( [class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException [message] => Certificate is not valid. ) ) [files_versions] => Array ( [EXCEPTION] => Array ( [class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException [message] => Certificate is not valid. ) ) [files] => Array ( [EXCEPTION] => Array ( [class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException [message] => Certificate is not valid. ) ) ) Additionally, I've gotten an error about internet connectivity, but within the Docker console I am able to ping and reach out to the internet. This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features.