Jump to content

snusnu1987

Members
  • Posts

    18
  • Joined

  • Last visited

Posts 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:

    image.png.6bde8b069dfce4dc6cad671a2c7cb122.png

     

    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:

    Spoiler

    2023-12-01 20:54:40.3|Trace|ConfigService|Using default config value for 'copyusinghardlinks' defaultValue:'True'
    2023-12-01 20:54:40.3|Debug|PlexServer|Performing library update for 1 series
    2023-12-01 20:54:40.3|Debug|EpisodeFileMovingService|Hardlinking episode file: /TV Shows/completed/The.Wire.S03.1080p.BluRay.DD5.1.x264/The.Wire.S03E10.1080p.BluRay.DD5.1.x264-CtrlHD.mkv to /media/The Wire/Season 3/The Wire - S03E10 - Reformation Bluray-1080p.mkv
    2023-12-01 20:54:40.3|Debug|PlexServerService|Sending Update Request to Plex Server
    2023-12-01 20:54:40.3|Debug|Parser|Parsing string 'Planet.Earth.Special.Edition.Hybrid.2006.720p.BluRay.DTS.x264'
    2023-12-01 20:54:40.3|Debug|DiskTransferService|HardLinkOrCopy [/TV Shows/completed/The.Wire.S03.1080p.BluRay.DD5.1.x264-CtrlHD/The.Wire.S03E10.1080p.BluRay.DD5.1.x264-CtrlHD.mkv] > [/media/The Wire/Season 3/The Wire - S03E10 - Reformation Bluray-1080p.mkv]
    2023-12-01 20:54:40.3|Debug|PlexServerService|Getting sections from Plex host: Plex-IP-Obfuscated
    2023-12-01 20:54:40.3|Trace|Parser|^(?<title>.+?)?(?:(?:[-_.](?<![()\[!]))*(?<season>(?<!\d+|\(|\[|e|x)\d{2})(?<episode>(?<!e|x)(?:[1-9][0-9]|[0][1-9])(?!p|i|\d+|\)|\]|\W\d+|\W(?:e|ep|x)\d+)))+([-_.]+|$)(?!\\)
    2023-12-01 20:54:40.3|Trace|Http|Req: 140 [GET] /api/v3/health (from My-IP-Obfuscated Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0)
    2023-12-01 20:54:40.3|Trace|DiskProvider|Hardlink '/TV Shows/completed/The.Wire.S03.1080p.BluRay.DD5.1.x264-CtrlHD/The.Wire.S03E10.1080p.BluRay.DD5.1.x264.mkv' to '/media/The Wire/Season 3/The Wire - S03E10 - Reformation Bluray-1080p.mkv' failed due to cross-device access.

     

    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. On 7/2/2022 at 10:12 PM, emkab said:

    Attached is a .txt file containing the error I get looped.

    error.txt 4.18 kB · 1 download

    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. 2 hours ago, E-ManN said:

    yes MYServerIP is the ip @ of MY unraid server running maria DB ie\ 192.169.x.x   ... and MyPassword is the ombi user password for the OMBI local DB user ombi attached to Ombi DB on the Maria DB server with full privs and grant rights.

     

    Right. So all you're installing is the mysqldb plugin for python3, not the full mysql server onto your container. 

     

    2 hours ago, E-ManN said:

    from the main dashboard ... clicking on the console button\terminal  ">_" on the top right 

     

    none of the apt or apt-get commands work.

     

    It sounds like you're in the Unraid server, not the container.  Here's a picture of where you need to go. 

    image.png.66d453f79d26c9c3aba67ab97bc31e3c.png

  4. 35 minutes ago, E-ManN said:

     

    python3 ombi_sqlite2mysql.py -c /etc/Ombi --force --host MYServerIP --db Ombi --user ombi --passwd MyPassword

     

     

    now calls python 3, but now I am getting  error ...

     

    Error load MySQLdb, check if MySQLdb is installed!

     

    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.

     

    35 minutes ago, E-ManN said:

    I am trying to figure out how to install the MYSQL client on my UNRAID server ...google eveyhwere and Community app seems to only have the full DB server version. I seem to only be seeing the MYSQL DB, which I Do not want to install the entire DB if posssibe.

     

    any suggestions ?

     

    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. 1 hour ago, E-ManN said:

    getting a bash error  ...

    "bash: python: command not found"

     

    any ideas ?   do I need to reboot my UNRAID server for the Python nerd tools enablig of python and PIP to take effect ?

     

    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. 21 minutes ago, jonathanm said:

    A disabled drive should be rebuilt.

     

    A non-mountable drive should do the check file system directions.

     

    The two conditions are distinctly different, but can happen at the same time if parity was not valid when the slot was disabled.

     

     

     

    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. 58 minutes ago, aptalca said:

    You have to wait until you're assigned a job

    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 <joseph@cauldrondevelopment.com>
    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. 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.

  13. 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.

       

×
×
  • Create New...