dlandon

Community Developer
  • Posts

    10151
  • Joined

  • Last visited

  • Days Won

    19

Posts posted by dlandon

  1. 15 hours ago, mr.x said:

    I've tried multiple times and still getting same error.

    i just tried to delete and then reinstall from app store and getting same error.  screwed myself now as i don't have the previous version running to use.  is there a way to install from the plugins tab -> install plug in via url?

    You will get the same issue.  Post your diagnostics here.

  2. 4 hours ago, kontraschub said:

    If re-enter means to set the permision to a share again using a Windows machine, then I did it already. Even new shares don't work. 

    If I add "full control" to "everyone" then it works. But that's not what I want. 

     

    Try some of the ideas mentioned earlier in this forum post.  If I can get ideas from users on what additional settings the AD Extras plugin needs, I can implement those.  Unfortunately, I don't have any way of testing AD because I do not have a Windows server.  I rely on the users here to give me ideas on what is needed.

  3. 3 hours ago, Gico said:

    Same happens with a different HBA: LSI PCI-E card.
    Is there anyway to limit the available disk size to 22000000000000?

    I can also try zeroing it on my main machine (the one in my signature).

     

    Apr 23 14:23:27 preclear_disk_ZGG46T0A_10952: Zeroing: dd output: 22000449880064 bytes (22 TB, 20 TiB) copied, 98245.7 s, 224 MB/s
    Apr 23 14:23:27 preclear_disk_ZGG46T0A_10952: dd process hung at 22000451977216, killing ...
    Apr 23 14:23:27 preclear_disk_ZGG46T0A_10952: Zeroing: zeroing the disk started 2 of 5 retries...
    Apr 23 14:23:27 preclear_disk_ZGG46T0A_10952: Continuing disk write on byte 22000449880064
    Apr 23 14:31:52 preclear_disk_ZGG46T0A_10952: Zeroing: dd output: 
    Apr 23 14:31:52 preclear_disk_ZGG46T0A_10952: dd process hung at 0, killing ...
    Apr 23 14:31:52 preclear_disk_ZGG46T0A_10952: Zeroing: zeroing the disk started 3 of 5 retries...
    Apr 23 14:31:52 preclear_disk_ZGG46T0A_10952: Zeroing: emptying the MBR.

     

    At the end of a disk, the write takes longer and the dd write may time out too soon on a very large disk.  I've already extended the time out, but it might need to be even longer.

    • Thanks 1
  4. 3 minutes ago, Allram said:

     

    The result was "1".

     

    root@Tower:~# /usr/bin/nice /usr/bin/timeout 1 bash -c '(echo >/dev/tcp/100.67.144.43/2049) &>/dev/null'; echo $?
    1
    root@Tower:~# 
    

     

    Try this command:

    /usr/bin/nice /usr/bin/timeout 2 bash -c '(echo >/dev/tcp/100.67.144.43/2049) &>/dev/null'; echo $?

    I've adjusted the timeout.  I think the command is timing out and returning a value that indicates the server is not available.

  5. 2 hours ago, Allram said:

    Tried the new UD_diagnostics, seems like since the server is not answering on ping (ping_status.txt) it automatically sets it as offline? It works fine on my other UnRaid server with an older version of the plugin, so is this something new?

    UD no longer pings remote servers.  Instead it checks that the NFS port is open on the remote server.  Because of security, some servers don't respond to a ping.

     

    Run this command and post the result:

    /usr/bin/nice /usr/bin/timeout 1 bash -c '(echo >/dev/tcp/100.67.144.43/2049) &>/dev/null'; echo $?

     

  6. New UD release:

    • Fixed several situations where all unassigned disks don't show on the UD page.
    • Added a diagnostics script for collecting information specific to UD that doesn't show in the Unraid diagnostics.  This should make it easier to troubleshoot UD specific issues.  It has gotten more difficult to shoot down some of the issues comming up now.  This should help.  For the moment, it is a command line tool only.
  7. 6 hours ago, Allram said:

    UD says "Remote server is offline" and can't mount.

    Nowhere in the logs is there an attempt to mount a remote share either manually or auto mount.  It doesn't indicate any remote shares added.  When UD gets to the point where remote shares are to be auto mounted, it will either mount the remote share or indicate it is not set for auto mount.  I see none of this.

  8. I see several issues:

    Apr 21 17:18:48 Tower unassigned.devices: Mounting 'Auto Mount' Remote Shares...
    ...
    Apr 21 17:18:54 Tower unassigned.devices: Mounting Remote Share '100.67.144.43:/mnt/user/Backup-Vegard'...
    Apr 21 17:18:54 Tower unassigned.devices: Remote Server '100.67.144.43' is offline and remote share '/mnt/user/Backup-Vegard' cannot be mounted.

    Then later:

    Apr 21 17:25:37 Tower unassigned.devices: Warning: 'Backup-Vegard' is already added as a 'NFS' share.

     

    Things to look at:

    • You have the default 5 seconds delay before trying to mount remote shares, but in the log I see where later you set 20 seconds.  That should help.
    • Can you mount the remote share after Unraid is fully started and running?
    • I don't understand the "Warning: 'Backup-Vegard' is already added as a 'NFS' share.".  Are you duplicating this NFS share?