sittingmongoose

Members
  • Posts

    326
  • Joined

  • Last visited

Posts posted by sittingmongoose

  1. In case anyone else needs this, I was a little confused by the directions.  To get it to work, the shutdown part should not be in the go file.  You should create a new file in the /boot/config folder.  So /boot/config/alert.bin with the code above.

     

    Doing this worked for me, it alerts me when a reboot or shutdown is initialized.

  2. 4 hours ago, dlandon said:

    Fstab is intended for a permanent mount and that's not necessarily how UD works.  The difference is most olikely in the optios being used.  Please post your fstab entry so i can see the mount options.

    /mnt/remotes                   tmpfs                  tmpfs     rw,relatime,size=1024k,inode64
    │ │ ├─/mnt/remotes/NAS1_Media2     NAS1:/mnt/user/Media2  nfs4      rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,soft,proto=tcp,time

    I am using NAS1:/mnt/user/Media2 /mnt/remotes/NAS1_Media2 nfs auto 0 0

  3. So I have been having an issue for over a year with my NFS mounts not staying mounted.  SMB is fine.  I tried working through it with you @dlandon A while back but we couldn't figure it out.  I am mounting to another unraid box on the local lan and have replaced pretty much all the hardware.  The issue is after a few hours, the mount seems to stop working but the plugin says its mounted and the apps will continue to access it.  But if I reboot the docker or say krusader tries to access it, it says the mount is not there.  So I have to unmount and remount.

    My friend took a look at it and mounted it via fstab.  Can you explain why this works but your way doesn't?  Or why you don't do it this way?  This way seems to work for me, I just wanted to make sure you didn't do it this way on purpose because it breaks things or something.

  4. Is there a CLI for using unassigned devices?  Or CLI commands to mount shares in Unraid?  I tried the normal Linux methods to mount and had no success.

     

    Some background, im using NFS to mount another remote(local) unraid share and it works, but after a few hours the share disconnects.  Unassigned devices thinks its still mounted but its not.  So I need to manually go in and click unmount and then mount again.  I was hoping to automate this with a script.

  5. 2 hours ago, JorgeB said:

    That's very strange, Unraid doesn't move data between disks, post new diags but doubt that there's something visible.

    I agree, I am not a noob with unraid, so this has really been bugging me for a while.  Last time this happened, it just stopped being an issue after like a few weeks.  That was early on in 6.12 RC days.  Here are my diags.  Disk 10 is the one who seems to be the most problematic.

    9900k-diagnostics-20230820-1546.zip

  6. On 8/19/2023 at 4:02 AM, JorgeB said:

    If you create a new temp share with the same settings and write to it does it go to the correct disk?

    Things got very weird doing this...

     

    So going into this test, I had a drive down to KB left.  I made the new share, made it high water, and transferred a 2TB folder of 4k tv shows to it.  Saw it was writing to the most free disk which had quite a bit more free than every other.  Went to bed after about an hour of watching it.  Woke up and now that disk that was down to KB has 6TB left?????

     

    I am not sure what to make of this.  It seems the transfer worked as expected, but I still have no idea what's going on or why my drive would suddenly free up 6TB.

  7. On 8/16/2023 at 5:26 AM, JorgeB said:

    Not seeing a reason for that, since you have root share enable check that your not using that, instead of the actual share.

    I am not using root shares for anything other than Krusader.  And even then, I rarely use it.

     

    I feel like I am playing wackamole.  I just had disk 1 fill up.  Like MBs left, when 20+ other drives have like 1.5TB left.  So I went into unbalance, moved 1TB off disk 1 and all that did was fill up disk 2, but somehow now disk 1 is still also filled up.(I made sure I did move and not copy)  I made sure everything is on high water for share settings.  

  8. 57 minutes ago, itimpi said:

    It might help if you gave some examples of the shares and disks involved so we know what to look for.

     

    it would also be useful if you deleted from the config/shares folder on the flash drive any .cfg files that do not correspond to shares that you actually have to avoid cluttering the diagnostics with excess files.

    Sorry, "media" share(There shouldn't really be much on the other shares at all except app-data which is exclusively cache only) and disk 10 is a repeat offender, along with 13, 15, 19, 23.

  9. I have a large array and have had it for a long time.  I didn't change the share settings, but recently, it keeps trying to fill up a handful of drives.  I try moving the data off them, but after a day or so it just fills it back up?  I have 28 disks in the array, most have about 1.5tb free, so I can figure out why it keeps trying to fill a handful to the max.  Literally KBs left.

     

    Running 6.12.3, diags attached.

    9900k-diagnostics-20230815-1413.zip

  10. I switched from an onboard 10g aquantia nic that was failing to a Mellanox ConnectX-3 card the other day.  The Aqua nic was ethernet to SFP+, the ConnectX card is SFP+ to SFP+.  The ConnectX card is in ethernet mode and fully updated.  It works, unraid sees it, and it can connect to my other servers on the network.  The issue is myunraid wont connect to the internet, and I deleted the SSL cert from the management access section and tried to reprovision it, but it fails to reprovision.

     

    I have all the same settings as before and obviously this all worked prior to the switch.  I made sure the correct ports were forwarded in my Ubiquiti network as well.  I have also tried removing port access in ubiquiti and readding it. It all works on my other server on the network and my 3rd unraid machine offsite.  Not sure what to do at this point, I have fiddled quite a bit with it so far.  I am on Unraid 6.12.3 and attached diags.

    nas1-diagnostics-20230726-1119.zip

  11. I switched from an onboard 10g aquantia nic that was failing to a Mellanox ConnectX-3 card yesterday.  The Aqua nice was ethernet to SFP+, the ConnectX card is SFP+ to SFP+.  The ConnectX card is in ethernet mode and fully updated.  It works, unraid sees it, and it can connect to my other servers on the network.  The issue is myunraid wont connect, Wiregaurd wont connect, and I deleted the SSL cert from the management access section and tried to reprovision it, but it fails to reprovision.

     

    I have all the same settings as before and obviously this all worked prior to the switch.  I made sure the correct ports were forwarded in my Ubiquiti network as well.  It all works on my other server on the network and my 3rd unraid machine offsite.  Not sure what to do at this point, I have fiddled quite a bit with it so far.  I am on Unraid 6.12.3 and attached diags.

    nas1-diagnostics-20230726-1119.zip

  12. 3 minutes ago, jbrodriguez said:

    yes, i saw it now, i think originally it wasn't available, and that code in the app hasn't been touched in a while, i'll look into adding it

    The mounting and unmounting of network shares would be a god send.

     

    As for the restart, it’s been in there since I started with Unraid, which was about 2018 lol

     

    I would greatly appreciate any updates you can do :)

  13. 9 minutes ago, jbrodriguez said:

    hi, is that possible via the unraid web ui ? if it is, i may have overlooked it in the app's implementation

     

    that is bit more difficult, not sure if that's currently possible

    that's a legacy issue, we discussed that with Squid at some point in time, it would create a version visibility issue, that was a while back, don't exactly remember what it was :)

    Restarting a docker is in the ui.  When you click the icon(like to open the docker web gui) it has the open to paused and restart as well.

    • Thanks 1
  14. On 3/21/2023 at 2:32 PM, XMGProjects said:

    I've managed to get the mobile app working by manual adding the server.

    Protocol: https

    Port: 443

    Hostname: IP.HASH.myunraid.net

    Username: Your username

    Password: Your password

     

    I also needed to do this to have it work.  Spent like 3 hours trying a million other things...sigh
     

    May I request a feature?  Can the developer please implement the ability to restart a docker?  I also would like the option to see network shares and to mount and unmount them.

  15. 4 hours ago, dlandon said:

    You have several problems.  The first is a mover issue:

    Jan  3 12:06:37 9900K  move: error: move, 392: No such file or directory (2): lstat: /mnt/cache/Media/Usenet/IncompleteSab/Rodney.King.2017.2160p.WEB-DL.DD5.1.HEVC-PLAYREADY
    Jan  3 12:13:56 9900K  move: error: move, 392: No such file or directory (2): lstat: /mnt/cache/Media/TV Shows/Recordings/The View (1997)/Season 26/The View (1997) - S26E72 - The View.log
    Jan  3 12:13:56 9900K  move: error: move, 392: No such file or directory (2): lstat: /mnt/cache/Media/TV Shows/Recordings/The View (1997)/Season 26/The View (1997) - S26E72 - The View.txt
    Jan  3 12:13:56 9900K  move: error: move, 392: No such file or directory (2): lstat: /mnt/cache/Media/TV Shows/Recordings/The View (1997)/Season 26/The View (1997) - S26E72 - The View.logo.txt

     

    Review where you are downloading your media and how it is handled.

     

    Networking issues?

    Dec 28 12:01:32 9900K unassigned.devices: Warning: shell_exec(/bin/df '/mnt/remotes/NAS1_user-pool.nas1megashare' --output=size,used,avail | /bin/grep -v '1K-blocks' 2>/dev/null) took longer than 10s!
    ### [PREVIOUS LINE REPEATED 7 TIMES] ###
    Dec 28 12:18:55 9900K kernel: NFS: server NAS1 error: fileid changed
    Dec 28 12:18:55 9900K kernel: fsid 0:81: expected fileid 0x90300038c16f49c, got 0x35000001901735
    Dec 28 12:18:55 9900K kernel: NFS: server NAS1 error: fileid changed
    Dec 28 12:18:55 9900K kernel: fsid 0:81: expected fileid 0x901000007a287b3, got 0x35000001901733
    Dec 28 12:19:03 9900K kernel: NFS: server NAS1 error: fileid changed
    Dec 28 12:19:03 9900K kernel: fsid 0:81: expected fileid 0x901000100000088, got 0x35000001901726
    Dec 28 12:27:00 9900K unassigned.devices: Warning: shell_exec(/bin/df '/mnt/remotes/NAS1_user-pool.nas1megashare' --output=size,used,avail | /bin/grep -v '1K-blocks' 2>/dev/null) took longer than 10s!
    ### [PREVIOUS LINE REPEATED 14 TIMES] ###
    Dec 28 12:43:52 9900K kernel: NFS: server NAS1 error: fileid changed
    Dec 28 12:43:52 9900K kernel: fsid 0:81: expected fileid 0x9070001aa8dabc6, got 0x3500000190184f
    Dec 28 13:02:55 9900K unassigned.devices: Warning: shell_exec(/bin/df '/mnt/remotes/NAS1_user-pool.nas1megashare' --output=size,used,avail | /bin/grep -v '1K-blocks' 2>/dev/null) took longer than 10s!
    ### [PREVIOUS LINE REPEATED 1 TIMES] ###
    Dec 28 13:08:15 9900K kernel: NFS: server NAS1 error: fileid changed
    Dec 28 13:08:15 9900K kernel: fsid 0:81: expected fileid 0x902000113194415, got 0x3500000190185e
    Dec 28 13:08:17 9900K kernel: NFS: server NAS1 error: fileid changed
    Dec 28 13:08:17 9900K kernel: fsid 0:81: expected fileid 0x90d0000000000bf, got 0x35000001901863
    Dec 28 13:11:21 9900K kernel: NFS: server NAS1 error: fileid changed
    Dec 28 13:11:21 9900K kernel: fsid 0:81: expected fileid 0x3500000190166e, got 0x90d000406b01385

     

    Any idea where to start with the networking issue?  

  16. On 1/11/2023 at 11:28 AM, sittingmongoose said:

    I have 2 unraid servers, both running 6.11.5 connected locally via a ubiquiti switch and 10g ethernet.  I have the media shares mounted via NFS on both servers via the unassigned devices plugin.  I have noticed every few days though that the shares seem to disconnect?  It is weird though, dockers can continue to use the share, so like Plex still has access, but if I restart a docker that uses that share, it will fail and I will need to unmount and mount the share again.  I am attaching my logs and diagnostics when it happens.  I am mostly referring to the "Media2" share.

    9900k-diagnostics-20230108-0125.zip 388.72 kB · 0 downloads 9900k-syslog-20230108-0124.zip 16.51 kB · 0 downloads

    Any thoughts on my issue?