xthursdayx

Community Developer
  • Posts

    397
  • Joined

  • Last visited

Report Comments posted by xthursdayx

  1. I'm running into the same problem while trying to transfer files from my MacBook Pro to my Unraid server via SMB, either directly through Finder or using rsync or Carbon Copy Cloner. I am also using 6.10.0-rc2.

     

    When I try to make transfers they eventually slow and then freezes and then my Unraid SMB shares are no longer viewable/connectable from my MacBook. My server remains connectable via ssh and WebGUI.

  2. 10 hours ago, Squid said:

    its your kindle 

     

    Weird... there wasn't a kindle attached. Maybe some sort of lingering mount point from when one was previously charging off of the server. 

     

    Thanks for checking out the diagnostics. Did you happen to see anything that might indicate why docker container manual updating is failing (and orphaning images) so frequently, and restarting or stopping so often results in an execution error?

  3. I'm also getting this in my system log. It may be totally unrelated, so apologies if so, but I thought it was strange because I don't have a drive called sdk1
     

    Nov 27 09:27:46 vulfTower kernel: fat__get_entry: 6 callbacks suppressed
    Nov 27 09:27:46 vulfTower kernel: FAT-fs (sdk1): Directory bread(block 8364) failed
    Nov 27 09:27:46 vulfTower kernel: FAT-fs (sdk1): Directory bread(block 8365) failed
    Nov 27 09:27:46 vulfTower kernel: FAT-fs (sdk1): Directory bread(block 8366) failed
    Nov 27 09:27:46 vulfTower kernel: FAT-fs (sdk1): Directory bread(block 8367) failed
    Nov 27 09:27:46 vulfTower kernel: FAT-fs (sdk1): Directory bread(block 8368) failed
    Nov 27 09:27:46 vulfTower kernel: FAT-fs (sdk1): Directory bread(block 8369) failed
    Nov 27 09:27:46 vulfTower kernel: FAT-fs (sdk1): Directory bread(block 8370) failed
    Nov 27 09:27:46 vulfTower kernel: FAT-fs (sdk1): Directory bread(block 8371) failed
    Nov 27 09:27:46 vulfTower kernel: FAT-fs (sdk1): Directory bread(block 8372) failed
    Nov 27 09:27:46 vulfTower kernel: FAT-fs (sdk1): Directory bread(block 8373) failed

     

  4. On 11/21/2018 at 1:31 AM, bonienl said:

    Start with posting your diagnostics file. See Tools -> Diagnostics

     

    As a quick test start your system in safemode and see if the problem persists.

    Sorry for the delay, I was away from my server. After upgrading to 6.6.5 auto-updating seems to work fine, but I do find that whenever I try to update containers manually it usually stalls, resulting in an orphaned image and need to reinstall the container app, and when I try to stop or restart a container I usually get an "Execution error" message and have to reload the docker page to see if the container actually stopped or restarted.

     

    I've attached my diagnostics below:

    vulftower-diagnostics-20181127-0926.zip

  5. So, I spoke too soon. This evening I saw that LetsEncrypt had an update available, so I clicked "update container" in the docker menu. This process stalled without completing while "removing the image" and I eventually had to reload a new docker page and delete the orphaned image. I then went to the Community Apps section in order to install LetsEncrypt again only to find that it stalls halfway through the install at around the "Pulling fs layer" part of the process. However, I opened a dashboard page and found that the container did finish installing (though the original page never showed the install completing). But, strangely enough, the container show's as having an available update... I'm not installing this update, so as to avoid chasing my own tail, but I suspect that it would lead to the same situation described above. 

     

    Here is the (seemingly) relevant log section:

    Nov 21 00:52:09 vulfTower nginx: 2018/11/21 00:52:09 [error] 12502#12502: *89462 upstream timed out (110: Connection timed out) while reading upstream, client: 192.168.1.1, server: , request: "POST /Apps/UpdateContainer?xmlTemplate=user:/boot/config/plugins/dockerMan/templates-user/my-letsencrypt.xml HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "192.168.1.107", referrer: "http://192.168.1.107/Apps/UpdateContainer?xmlTemplate=user:/boot/config/plugins/dockerMan/templates-user/my-letsencrypt.xml"

     

    Any ideas?