Jump to content

Dizzy810

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by Dizzy810

  1. On 1/28/2023 at 11:03 AM, Djoss said:

    This directory with weird name is causing the problem:

     

    root@Tower:~# ls -la /mnt/cache/appdata/FileBot
    drwx------ 1 nobody users      28 Aug  9  2018 \n/

     

    Removing it should fix your issue.

     

    I will make an update to better handle this scenario in the future.

     

    That did it. Such a weird thing. I don't even know where that folder came from. Thanks for your help.

  2. 21 hours ago, Djoss said:

     

    Can you provide the output of:

    ls -la /mnt/cache/appdata/FileBot

     

    And:

    echo START && find /mnt/cache/appdata/FileBot -maxdepth 1 -type d && echo END

     

    Quote

    root@Tower:~# ls -la /mnt/cache/appdata/FileBot
    total 8600
    drwx------ 1 nobody users      28 Aug  9  2018 \n/
    drwxrwxrwx 1 nobody users     230 Jan 25 14:09 ./
    drwxrwxrwx 1 nobody users     408 Oct 23 06:48 ../
    drwxrwxrwx 1 nobody users      10 Aug  9  2018 .java/
    -rw-r--r-- 1 nobody users       0 Aug  9  2018 .licensed_version
    drwx------ 1 nobody users      34 Jan 25 14:09 beta/
    drwxrwxrwx 1 nobody users       2 Aug  9  2018 cache/
    -rw-rw-rw- 1 nobody users  246631 Mar 15  2021 error.log
    -rw-rw-rw- 1 nobody users 8533425 Jan 25 13:45 history.xml
    -rw-rw-rw- 1 nobody users     661 Aug 20  2020 license.psm
    -rw-rw-rw- 1 nobody users     679 Aug 20  2020 license.psm.old
    -rw-rw-rw- 1 nobody users     452 Mar 25  2021 lock.log
    drwxr-xr-x 1 nobody users      10 Aug  9  2018 log/
    drwxrwxrwx 1 nobody users      34 Apr  3  2021 logs/
    -rw-r--r-- 1 nobody users    5061 Jan 25 13:49 prefs.properties
    drwxrwxrwx 1 nobody users       0 Dec 13 08:55 tmp/
    drwxr-xr-x 1 nobody users      30 Aug  9  2018 xdg/

     

    Quote

    root@Tower:~# echo START && find /mnt/cache/appdata/FileBot -maxdepth 1 -type d && echo END
    START
    /mnt/cache/appdata/FileBot
    /mnt/cache/appdata/FileBot/log
    /mnt/cache/appdata/FileBot/xdg
    /mnt/cache/appdata/FileBot/tmp
    /mnt/cache/appdata/FileBot/cache
    /mnt/cache/appdata/FileBot/.java
    /mnt/cache/appdata/FileBot/?
    /mnt/cache/appdata/FileBot/logs
    /mnt/cache/appdata/FileBot/beta
    END

    Thanks for your assistance.

  3. After updating the docker a couple days ago I am no longer able to start FileBot. It says:

     

    Quote

     

     

    [init ] container is starting...
    [cont-env ] loading container environment variables...
    [cont-env ] APP_NAME: loading...
    [cont-env ] APP_VERSION: loading...
    [cont-env ] DISPLAY: executing...
    [cont-env ] DISPLAY: terminated successfully.
    [cont-env ] DISPLAY: loading...
    [cont-env ] DOCKER_IMAGE_PLATFORM: loading...
    [cont-env ] DOCKER_IMAGE_VERSION: loading...
    [cont-env ] FILEBOT_HOME: executing...
    [cont-env ] FILEBOT_HOME: terminated successfully.
    [cont-env ] FILEBOT_HOME: loading...
    [cont-env ] GTK_THEME: executing...
    [cont-env ] GTK_THEME: terminated successfully.
    [cont-env ] GTK_THEME: loading...
    [cont-env ] HOME: loading...
    [cont-env ] INSTALL_PACKAGES_INTERNAL: executing...
    [cont-env ] INSTALL_PACKAGES_INTERNAL: terminated successfully.
    [cont-env ] INSTALL_PACKAGES_INTERNAL: loading...
    [cont-env ] QT_STYLE_OVERRIDE: executing...
    [cont-env ] QT_STYLE_OVERRIDE: terminated successfully.
    [cont-env ] QT_STYLE_OVERRIDE: loading...
    [cont-env ] TAKE_CONFIG_OWNERSHIP: loading...
    [cont-env ] XDG_CACHE_HOME: loading...
    [cont-env ] XDG_CONFIG_HOME: loading...
    [cont-env ] XDG_DATA_HOME: loading...
    [cont-env ] XDG_RUNTIME_DIR: loading...
    [cont-env ] XDG_STATE_HOME: loading...
    [cont-env ] container environment variables initialized.
    [cont-secrets] loading container secrets...
    [cont-secrets] container secrets loaded.
    [cont-init ] executing container initialization scripts...
    [cont-init ] 10-certs.sh: executing...
    [cont-init ] 10-certs.sh: terminated successfully.
    [cont-init ] 10-check-app-niceness.sh: executing...
    [cont-init ] 10-check-app-niceness.sh: terminated successfully.
    [cont-init ] 10-cjk-font.sh: executing...
    [cont-init ] 10-cjk-font.sh: terminated successfully.
    [cont-init ] 10-clean-logmonitor-states.sh: executing...
    [cont-init ] 10-clean-logmonitor-states.sh: terminated successfully.
    [cont-init ] 10-clean-tmp-dir.sh: executing...
    [cont-init ] 10-clean-tmp-dir.sh: terminated successfully.
    [cont-init ] 10-fontconfig-cache-dir.sh: executing...
    [cont-init ] 10-fontconfig-cache-dir.sh: terminated successfully.
    [cont-init ] 10-init-users.sh: executing...
    [cont-init ] 10-init-users.sh: terminated successfully.
    [cont-init ] 10-nginx.sh: executing...
    [cont-init ] 10-nginx.sh: terminated successfully.
    [cont-init ] 10-openbox.sh: executing...
    [cont-init ] 10-openbox.sh: terminated successfully.
    [cont-init ] 10-set-tmp-dir-perms.sh: executing...
    [cont-init ] 10-set-tmp-dir-perms.sh: terminated successfully.
    [cont-init ] 10-vnc-password.sh: executing...
    [cont-init ] 10-vnc-password.sh: terminated successfully.
    [cont-init ] 10-web-data.sh: executing...
    [cont-init ] 10-web-data.sh: terminated successfully.
    [cont-init ] 10-x11-unix.sh: executing...
    [cont-init ] 10-x11-unix.sh: terminated successfully.
    [cont-init ] 10-xdg-runtime-dir.sh: executing...
    [cont-init ] 10-xdg-runtime-dir.sh: terminated successfully.
    [cont-init ] 15-install-pkgs.sh: executing...
    [cont-init ] 15-install-pkgs.sh: terminated successfully.
    [cont-init ] 55-filebot-beta.sh: executing...
    [cont-init ] 55-filebot-beta.sh: usage of FileBot beta version is not enabled.
    [cont-init ] 55-filebot-beta.sh: terminated successfully.
    [cont-init ] 55-filebot.sh: executing...
    [cont-init ] 55-filebot.sh: terminated successfully.
    [cont-init ] 85-take-config-ownership.sh: executing...
    [cont-init ] 85-take-config-ownership.sh: mktemp: failed to create file via template ‘/.test_XXXXXX’: Permission denied
    [cont-init ] 85-take-config-ownership.sh: ERROR: Failed to take ownership and no write permission on .
    [cont-init ] 85-take-config-ownership.sh: terminated with error 1.
    [init ] container is starting...
    [cont-env ] loading container environment variables...
    [cont-env ] APP_NAME: loading...
    [cont-env ] APP_VERSION: loading...
    [cont-env ] DISPLAY: executing...
    [cont-env ] DISPLAY: terminated successfully.
    [cont-env ] DISPLAY: loading...
    [cont-env ] DOCKER_IMAGE_PLATFORM: loading...
    [cont-env ] DOCKER_IMAGE_VERSION: loading...
    [cont-env ] FILEBOT_HOME: executing...
    [cont-env ] FILEBOT_HOME: terminated successfully.
    [cont-env ] FILEBOT_HOME: loading...
    [cont-env ] GTK_THEME: executing...
    [cont-env ] GTK_THEME: terminated successfully.
    [cont-env ] GTK_THEME: loading...
    [cont-env ] HOME: loading...
    [cont-env ] INSTALL_PACKAGES_INTERNAL: executing...
    [cont-env ] INSTALL_PACKAGES_INTERNAL: terminated successfully.
    [cont-env ] INSTALL_PACKAGES_INTERNAL: loading...
    [cont-env ] QT_STYLE_OVERRIDE: executing...
    [cont-env ] QT_STYLE_OVERRIDE: terminated successfully.
    [cont-env ] QT_STYLE_OVERRIDE: loading...
    [cont-env ] TAKE_CONFIG_OWNERSHIP: loading...
    [cont-env ] XDG_CACHE_HOME: loading...
    [cont-env ] XDG_CONFIG_HOME: loading...
    [cont-env ] XDG_DATA_HOME: loading...
    [cont-env ] XDG_RUNTIME_DIR: loading...
    [cont-env ] XDG_STATE_HOME: loading...
    [cont-env ] container environment variables initialized.
    [cont-secrets] loading container secrets...
    [cont-secrets] container secrets loaded.
    [cont-init ] executing container initialization scripts...
    [cont-init ] 10-certs.sh: executing...
    [cont-init ] 10-certs.sh: terminated successfully.
    [cont-init ] 10-check-app-niceness.sh: executing...
    [cont-init ] 10-check-app-niceness.sh: terminated successfully.
    [cont-init ] 10-cjk-font.sh: executing...
    [cont-init ] 10-cjk-font.sh: terminated successfully.
    [cont-init ] 10-clean-logmonitor-states.sh: executing...
    [cont-init ] 10-clean-logmonitor-states.sh: terminated successfully.
    [cont-init ] 10-clean-tmp-dir.sh: executing...
    [cont-init ] 10-clean-tmp-dir.sh: terminated successfully.
    [cont-init ] 10-fontconfig-cache-dir.sh: executing...
    [cont-init ] 10-fontconfig-cache-dir.sh: terminated successfully.
    [cont-init ] 10-init-users.sh: executing...
    [cont-init ] 10-init-users.sh: terminated successfully.
    [cont-init ] 10-nginx.sh: executing...
    [cont-init ] 10-nginx.sh: terminated successfully.
    [cont-init ] 10-openbox.sh: executing...
    [cont-init ] 10-openbox.sh: terminated successfully.
    [cont-init ] 10-set-tmp-dir-perms.sh: executing...
    [cont-init ] 10-set-tmp-dir-perms.sh: terminated successfully.
    [cont-init ] 10-vnc-password.sh: executing...
    [cont-init ] 10-vnc-password.sh: terminated successfully.
    [cont-init ] 10-web-data.sh: executing...
    [cont-init ] 10-web-data.sh: terminated successfully.
    [cont-init ] 10-x11-unix.sh: executing...
    [cont-init ] 10-x11-unix.sh: terminated successfully.
    [cont-init ] 10-xdg-runtime-dir.sh: executing...
    [cont-init ] 10-xdg-runtime-dir.sh: terminated successfully.
    [cont-init ] 15-install-pkgs.sh: executing...
    [cont-init ] 15-install-pkgs.sh: terminated successfully.
    [cont-init ] 55-filebot-beta.sh: executing...
    [cont-init ] 55-filebot-beta.sh: usage of FileBot beta version is not enabled.
    [cont-init ] 55-filebot-beta.sh: terminated successfully.
    [cont-init ] 55-filebot.sh: executing...
    [cont-init ] 55-filebot.sh: terminated successfully.
    [cont-init ] 85-take-config-ownership.sh: executing...
    [cont-init ] 85-take-config-ownership.sh: mktemp: failed to create file via template ‘/.test_XXXXXX’: Permission denied
    [cont-init ] 85-take-config-ownership.sh: ERROR: Failed to take ownership and no write permission on .
    [cont-init ] 85-take-config-ownership.sh: terminated with error 1.

     

    I tried updating to the beta and then tried removing the docker and reinstalling. Neither worked. 

     

    Quote

    [
        {
            "Id": "7270e7c3f74deaca51b17937914419b0f7ff7d2ea9cb9f66d6e38e264c7d96cb",
            "Created": "2023-01-27T13:38:48.510914819Z",
            "Path": "/init",
            "Args": [],
            "State": {
                "Status": "exited",
                "Running": false,
                "Paused": false,
                "Restarting": false,
                "OOMKilled": false,
                "Dead": false,
                "Pid": 0,
                "ExitCode": 1,
                "Error": "",
                "StartedAt": "2023-01-27T13:39:07.58751978Z",
                "FinishedAt": "2023-01-27T13:39:08.016479378Z"
            },
            "Image": "sha256:fe353b981d6ee8b7a57bb6f8ef539e032c30ffa8d1b48491797f8f8b659d4ba9",
            "ResolvConfPath": "/var/lib/docker/containers/7270e7c3f74deaca51b17937914419b0f7ff7d2ea9cb9f66d6e38e264c7d96cb/resolv.conf",
            "HostnamePath": "/var/lib/docker/containers/7270e7c3f74deaca51b17937914419b0f7ff7d2ea9cb9f66d6e38e264c7d96cb/hostname",
            "HostsPath": "/var/lib/docker/containers/7270e7c3f74deaca51b17937914419b0f7ff7d2ea9cb9f66d6e38e264c7d96cb/hosts",
            "LogPath": "/var/lib/docker/containers/7270e7c3f74deaca51b17937914419b0f7ff7d2ea9cb9f66d6e38e264c7d96cb/7270e7c3f74deaca51b17937914419b0f7ff7d2ea9cb9f66d6e38e264c7d96cb-json.log",
            "Name": "/FileBot",
            "RestartCount": 0,
            "Driver": "btrfs",
            "Platform": "linux",
            "MountLabel": "",
            "ProcessLabel": "",
            "AppArmorProfile": "",
            "ExecIDs": null,
            "HostConfig": {
                "Binds": [
                    "/mnt/cache/appdata/FileBot:/config:rw",
                    "/mnt/user/Tower/:/storage:rw"
                ],
                "ContainerIDFile": "",
                "LogConfig": {
                    "Type": "json-file",
                    "Config": {}
                },
                "NetworkMode": "bridge",
                "PortBindings": {
                    "5800/tcp": [
                        {
                            "HostIp": "",
                            "HostPort": "7813"
                        }
                    ],
                    "5900/tcp": [
                        {
                            "HostIp": "",
                            "HostPort": "7913"
                        }
                    ]
                },
                "RestartPolicy": {
                    "Name": "no",
                    "MaximumRetryCount": 0
                },
                "AutoRemove": false,
                "VolumeDriver": "",
                "VolumesFrom": null,
                "CapAdd": null,
                "CapDrop": null,
                "CgroupnsMode": "host",
                "Dns": [],
                "DnsOptions": [],
                "DnsSearch": [],
                "ExtraHosts": null,
                "GroupAdd": null,
                "IpcMode": "private",
                "Cgroup": "",
                "Links": null,
                "OomScoreAdj": 0,
                "PidMode": "",
                "Privileged": false,
                "PublishAllPorts": false,
                "ReadonlyRootfs": false,
                "SecurityOpt": null,
                "UTSMode": "",
                "UsernsMode": "",
                "ShmSize": 67108864,
                "Runtime": "runc",
                "ConsoleSize": [
                    0,
                    0
                ],
                "Isolation": "",
                "CpuShares": 0,
                "Memory": 0,
                "NanoCpus": 0,
                "CgroupParent": "",
                "BlkioWeight": 0,
                "BlkioWeightDevice": [],
                "BlkioDeviceReadBps": null,
                "BlkioDeviceWriteBps": null,
                "BlkioDeviceReadIOps": null,
                "BlkioDeviceWriteIOps": null,
                "CpuPeriod": 0,
                "CpuQuota": 0,
                "CpuRealtimePeriod": 0,
                "CpuRealtimeRuntime": 0,
                "CpusetCpus": "",
                "CpusetMems": "",
                "Devices": [],
                "DeviceCgroupRules": null,
                "DeviceRequests": null,
                "KernelMemory": 0,
                "KernelMemoryTCP": 0,
                "MemoryReservation": 0,
                "MemorySwap": 0,
                "MemorySwappiness": null,
                "OomKillDisable": false,
                "PidsLimit": null,
                "Ulimits": null,
                "CpuCount": 0,
                "CpuPercent": 0,
                "IOMaximumIOps": 0,
                "IOMaximumBandwidth": 0,
                "MaskedPaths": [
                    "/proc/asound",
                    "/proc/acpi",
                    "/proc/kcore",
                    "/proc/keys",
                    "/proc/latency_stats",
                    "/proc/timer_list",
                    "/proc/timer_stats",
                    "/proc/sched_debug",
                    "/proc/scsi",
                    "/sys/firmware"
                ],
                "ReadonlyPaths": [
                    "/proc/bus",
                    "/proc/fs",
                    "/proc/irq",
                    "/proc/sys",
                    "/proc/sysrq-trigger"
                ]
            },
            "GraphDriver": {
                "Data": null,
                "Name": "btrfs"
            },
            "Mounts": [
                {
                    "Type": "volume",
                    "Name": "94f7dd18ba58ed9659af30aacb4e52511101bf6bff98b5da4f5c7d4fe8f32ff7",
                    "Source": "/var/lib/docker/volumes/94f7dd18ba58ed9659af30aacb4e52511101bf6bff98b5da4f5c7d4fe8f32ff7/_data",
                    "Destination": "/watch",
                    "Driver": "local",
                    "Mode": "",
                    "RW": true,
                    "Propagation": ""
                },
                {
                    "Type": "bind",
                    "Source": "/mnt/cache/appdata/FileBot",
                    "Destination": "/config",
                    "Mode": "rw",
                    "RW": true,
                    "Propagation": "rprivate"
                },
                {
                    "Type": "bind",
                    "Source": "/mnt/user/Tower",
                    "Destination": "/storage",
                    "Mode": "rw",
                    "RW": true,
                    "Propagation": "rprivate"
                },
                {
                    "Type": "volume",
                    "Name": "60b11bee7565f51488ed4e9b0cf2965f162fa76f810cc23bdc37dc97d2b06677",
                    "Source": "/var/lib/docker/volumes/60b11bee7565f51488ed4e9b0cf2965f162fa76f810cc23bdc37dc97d2b06677/_data",
                    "Destination": "/output",
                    "Driver": "local",
                    "Mode": "",
                    "RW": true,
                    "Propagation": ""
                },
                {
                    "Type": "volume",
                    "Name": "6ab34760cddfcfdc9bf508e417389ab4d7efb17e80eddf68ba6f1c59573da508",
                    "Source": "/var/lib/docker/volumes/6ab34760cddfcfdc9bf508e417389ab4d7efb17e80eddf68ba6f1c59573da508/_data",
                    "Destination": ":/output:rw",
                    "Driver": "local",
                    "Mode": "",
                    "RW": true,
                    "Propagation": ""
                },
                {
                    "Type": "volume",
                    "Name": "a431d5ddf144f4dee1939b24fdb4d7ce9d2c6d63c46a2667f258c22e8f32647b",
                    "Source": "/var/lib/docker/volumes/a431d5ddf144f4dee1939b24fdb4d7ce9d2c6d63c46a2667f258c22e8f32647b/_data",
                    "Destination": ":/watch:rw",
                    "Driver": "local",
                    "Mode": "",
                    "RW": true,
                    "Propagation": ""
                }
            ],
            "Config": {
                "Hostname": "7270e7c3f74d",
                "Domainname": "",
                "User": "",
                "AttachStdin": false,
                "AttachStdout": false,
                "AttachStderr": false,
                "ExposedPorts": {
                    "5800/tcp": {},
                    "5900/tcp": {}
                },
                "Tty": false,
                "OpenStdin": false,
                "StdinOnce": false,
                "Env": [
                    "AMC_PROCESS_MUSIC=y",
                    "AMC_SUBTITLE_LANG=",
                    "UMASK=0000",
                    "DISPLAY_WIDTH=1920",
                    "FILEBOT_CUSTOM_OPTIONS=",
                    "TZ=America/Chicago",
                    "HOST_OS=Unraid",
                    "AMC_CUSTOM_OPTIONS=",
                    "AMC_INPUT_DIR=/watch",
                    "AMC_MUSIC_FORMAT={plex}",
                    "DISPLAY_HEIGHT=1080",
                    "SECURE_CONNECTION_CERTS_CHECK_INTERVAL=60",
                    "FILEBOT_GUI=1",
                    "AMC_CONFLICT=auto",
                    "GROUP_ID=100",
                    "AMC_ENABLED=1",
                    "AMC_OUTPUT_DIR=/output",
                    "AMC_INPUT_STABLE_TIME=10",
                    "AMC_ARTWORK=n",
                    "APP_NICENESS=0",
                    "WEB_LISTENING_PORT=5800",
                    "OPENSUBTITLES_PASSWORD=",
                    "AMC_INTERVAL=1800",
                    "AMC_LANG=English",
                    "USER_ID=99",
                    "DARK_MODE=0",
                    "USE_FILEBOT_BETA=0",
                    "OPENSUBTITLES_USERNAME=",
                    "AMC_ACTION=test",
                    "SECURE_CONNECTION=0",
                    "SECURE_CONNECTION_VNC_METHOD=SSL",
                    "VNC_LISTENING_PORT=5900",
                    "AMC_MOVIE_FORMAT={plex}",
                    "AMC_ANIME_FORMAT={plex}",
                    "AMC_MATCH_MODE=opportunistic",
                    "AMC_SERIES_FORMAT={plex}",
                    "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/base/sbin:/opt/base/bin",
                    "ENV=/root/.docker_rc",
                    "SUP_GROUP_IDS=",
                    "LANG=en_US.UTF-8",
                    "KEEP_APP_RUNNING=0",
                    "INSTALL_PACKAGES=",
                    "CONTAINER_DEBUG=0",
                    "VNC_PASSWORD=",
                    "ENABLE_CJK_FONT=0"
                ],
                "Cmd": [
                    "/init"
                ],
                "Image": "jlesage/filebot",
                "Volumes": {
                    "/config": {},
                    "/output": {},
                    "/storage": {},
                    "/watch": {},
                    ":/output:rw": {},
                    ":/watch:rw": {}
                },
                "WorkingDir": "/tmp",
                "Entrypoint": null,
                "OnBuild": null,
                "Labels": {
                    "org.label-schema.description": "Docker container for FileBot",
                    "org.label-schema.name": "filebot",
                    "org.label-schema.schema-version": "1.0",
                    "org.label-schema.vcs-url": "https://github.com/jlesage/docker-filebot",
                    "org.label-schema.version": "23.01.3"
                }
            },
            "NetworkSettings": {
                "Bridge": "",
                "SandboxID": "e94d83ad841eb521ebd16d5546ce38213c654a107559e0774392ca3f1f512e42",
                "HairpinMode": false,
                "LinkLocalIPv6Address": "",
                "LinkLocalIPv6PrefixLen": 0,
                "Ports": {},
                "SandboxKey": "/var/run/docker/netns/e94d83ad841e",
                "SecondaryIPAddresses": null,
                "SecondaryIPv6Addresses": null,
                "EndpointID": "",
                "Gateway": "",
                "GlobalIPv6Address": "",
                "GlobalIPv6PrefixLen": 0,
                "IPAddress": "",
                "IPPrefixLen": 0,
                "IPv6Gateway": "",
                "MacAddress": "",
                "Networks": {
                    "bridge": {
                        "IPAMConfig": null,
                        "Links": null,
                        "Aliases": null,
                        "NetworkID": "4bd45841de3e3a15997fceaaded054a072865a2436815d7b4e7112593ed8373e",
                        "EndpointID": "",
                        "Gateway": "",
                        "IPAddress": "",
                        "IPPrefixLen": 0,
                        "IPv6Gateway": "",
                        "GlobalIPv6Address": "",
                        "GlobalIPv6PrefixLen": 0,
                        "MacAddress": "",
                        "DriverOpts": null
                    }
                }
            }
        }
    ]

     

  4. I've been having an issue lately with one of my drives. Went offline and couldn't get it back up. For some stupid reason I went to new config and then I shut down and swapped the drive. When I booted up it now doesn't have any drives assigned to any slots. Do I just reassign the drives to the proper slots? How do I know which drive is which? What about the parity? How do I rebuild the data from the failed drive? I have a sinking feeling that I am going to  lose the data on the drive that I just replaced.

     

    And before any one says it, yes I know I am an idiot.

    Capture.PNG

  5. Tried booting into safe mode and still couldn't see the drive. Without the unassigned devices plugin not much I could do anyway. I did go ahead and update all my plugins and still nothing. 

  6. 37 minutes ago, trurl said:

    Power Supply?

    But why would only one drive have the problem? And I swapped the power supply cables with another drive and Drive 7 is still the one with a problem. 

  7. Help! I am having problems with one of my drives. It started a couple months ago after an upgrade. Drive 7 wouldn't mount. After several times of swapping cables and reseating connectors it finally worked. Cue to yesterday. We had a power outage that lasted several hours. My server is on a UPS so it was properly shut down. But when I powered it back on Drive 7 was missing again. So I figured it had probably given up the ghost and ordered a new drive off amazon. Today I installed the new drive and booted up and the new drive isn't showing in unassigned devices. So I shut it back down and opened the case back up and swapped the power and sata with one of the other drives. Booted up and still no Drive 7. Shut back down and removed the new drive and reinstalled the old drive and still no Drive 7. Put the new drive back in and still nothing in unassigned devices. Tried new sata cable, new drive, different power connector, different sata port. Don't know what else to try. What am I missing here?

    tower-diagnostics-20200713-1557.zip

  8. 13 hours ago, trurl said:

    Your docker image isn't currently full, but the fact that you have given it 100G makes me wonder if you have had problems filling it in the past. If you have your docker applications correctly configured it is extremely unlikely you would ever need even 20G.

     

    Also, your system share has files still on disk10.

     

    Delete and recreate it at 20G then reinstall your dockers with the Previous Apps feature on the Apps page.

    Done. Still won't load. The reason I had it so high was when I first started using Unraid I didn't know any better and I thought the appdata was also going to be stored in the docker image. I quickly learned that it was a mistake, but with 1tb cache drive I wasn't to concerned.

     

    I have attached update logs.

    tower-diagnostics-20190421-0724.zip

  9. Hey all. In the past week all of the sudden Airsonic has stopped working for me. Won't load at all just get a "This site can't be reached" message. I have't changed any settings or done anything with Unraid. Looking through the logs I see several errors that seem to relate to java, but the big one says "application failed to start". I am attaching logs and configuration. Thanks

    Capture.PNG

    log.txt

×
×
  • Create New...