Fffrank

Members
  • Posts

    84
  • Joined

  • Last visited

Everything posted by Fffrank

  1. I am having the exact same problem. Individual files result in an error (yet still delete) but directories or selections with multiple files simply fail as "access denied." Have removed shares and readded .... Created new users. Triple checked permissions. Tried public vs secure but it's all the same result when browsing SMB on Android. Super weird.
  2. All my Dockers disappeared after reboot. I was able to reinstall from Previous Apps page and with a few tweaks it seems like they all came back fine. It wasn't a major panic as I do have daily backups of my appdata. Would be nice in the future for an automated function to backup docker settings (auto start, start delay, etc.) Diagnostic attached from before I reinstalled all the apps in case it helps chase this bug. hippo-diagnostics-20221116-0840.zip
  3. Same issue. I'll work on it tomorrow and post a diagnostics. First time I've ever had an issue with an upgrade.
  4. Has anyone ever figured this out? My system appears to be getting worse. I download and process on my cache drives (4x 240gb SSD.) Then the data is moved to my media share (which also uses the cache.) During these operations my system comes to a standstill. Anything streaming off the array chokes, my Dockers become unresponsive, VMs time out and I even get ssh shells dropped. It's a dual Xenon 5660 w/ 96gb of RAM. htop doesn't show anything out of the ordinary but the unRAID Dashboard shows cpu use through the roof. I finally stumbled upon this thread and it seems I have the same iowait issues. I've got my dockers all pinned to limit what they can use. I have my docker image on the cache as well as my appdata share. Very frustrating!
  5. FWIW the binhex container version doesn't seem to have any issues.
  6. Photo of the error is attached. This only happens on a reboot - if I cold boot it boots correctly. Any ideas?
  7. I export an NFS share that I have mounted on a linux client (Vero 4k running Debian.) Since upgrading to RC2, my NFS shares on that client are going "stale" if they're allowed to sit idle. Once the client reboots it works fine until it goes idle again. This is a new issue. Here's my fstab config on the client: osmc@osmc:/mnt$ cat /etc/fstab 192.168.1.10:/mnt/user/media /mnt/dietpi nfs noauto,x-systemd.automount,_netdev 0 0 Diagnostics attached. hippo-diagnostics-20211111-1145.zip
  8. HP DL380 G7 w/ dual Xeon X5660 and 96gb of RAM. Trying to install Windows 11 but any time I try to boot w/ OVMF (or OVMF-TPM) it just drops me to the shell> prompt. Have tried both Q35-6.1 and i440fx-6.1 If I use Seabios it works fine (but I'm not able to emulate TPM to install Windows 11.)
  9. Can't figure this out for the life of me. My resource monitor does not seem to indicate a memory shortage, I have plenty of overhead with my processors. Other VMS work just fine. I've reinstalled Windows 10 (over the top of the current install so that I didn't lose anything) and it also didn't make a difference. Reinstalled Virtio drivers, removed a bunch of programs, checked my startup logs and event viewer and can't find anything making it slow. Any one have any other ideas of things I could try? Really trying to avoid wiping the entire vdisk and starting over.
  10. I installed Docker for Windows on a Win10VM. It required a restart and immediately after restarting the performance felt sluggish. I've since uninstalled it but my Windows instance is still struggling. Is there some settting or add-on that Docker could have installed that might have caused this?
  11. Solved my own problem and wanted to post the solution. I added the if statement for exclusion to the awk routine rather than asking asking the rm command to ignore. du /mnt/user/media/Movies/ | awk '{ if ( $1 <= 300000 && $2 != "/mnt/user/media/Movies/.stfolder" ) print "rm -rf -v \"" substr($0, length($1)+2) "\"" }' | sh
  12. Trying to run a script that deletes all folders under a certain size (which works perfectly) but I need to exclude 1 folder and I can't get the syntax right. Help? #!/bin/bash shopt -s extglob du /mnt/user/media/Movies/ | awk '$1 <= 300000 { print "rm -rf -v \"" substr($0, length($1)+2) "\" !(".stfolder")"}' | sh awk: cmd. line:1: $1 <= 300000 { print "rm -rf -v \"" substr($0, length($1)+2) "\" !(".stfolder")"} awk: cmd. line:1: ^ syntax error
  13. I'm having an issue with syncthing but it seems to be greater than just the container. Hoping someone may be able to help as I've been chasing my tail for a few weeks. When you add a sync'd directory, it creates a folder named ".stfolder" -- my app does this correctly and syncs the directory the first time but less than 24 hours later that file is gone and the app claims the sync is broken. This only happens to one of my media directories - I have a handful of other directories that work just fine. It takes another 24-48 hours to re-add that directory and rescan it. So very hard to pin-point exactly what is going wrong. [KBJD3] 05:22:27 WARNING: Error on folder "Movies" (knpc2-fptgj): folder marker missing (this indicates potential data loss, search docs/forum to get information about how to proceed) [KBJD3] 05:22:27 INFO: Failed initial scan of sendreceive folder "Movies" (knpc2-fptgj) I've checked the logs and the only errors I'm seeing indicate that my appdata directory is out of space. This definitely isn't the case (and even if my cache drive is out of space, this should roll over to my user drive -- right??) I always have 300-400gb of free space on my cache drive and 3-5tb on my user drive. KBJD3] 01:55:13 WARNING: Fatal error: 7kzp7-phzqo Update(7777777-777777N-7777777-777777N-7777777-777777N-7777777-77777Q4, [45]): write /config/index-v0.14.0.db/018042.log: no space left on device Panic at 2021-01-06T01:55:13-06:00 panic: write /config/index-v0.14.0.db/018042.log: no space left on device To confirm that my /config/ directory is properly mapped ->
  14. I'm having an issue trying to synch a 2+ tb folder. It runs the scan and then 3 times now the "source" docker running on unraid displays a message that the folder marker is missing and it stops. I have added the UMASK_SET 000 variable to my docker and no change. The .stfolder does seem to be missing but I can't figure out why syncthing cannot write to that directory. It is owned by "nobody" and seems to have correct perms: drwxrwxrwx 1 nobody users 4096 Nov 18 04:40 xxxxxxxxx/ Any ideas?
  15. Solved my own issue and it's now working as expected. I was trying to assign an address that was inside of my routers dhcp pool (which it doesn't allow.)
  16. Trying to get my deluge docker it's own IP on my LAN to make bandwidth tracking easier. I'm putting it on Custom: BR0 and then inputing an IP on my LAN 192.168.1.x When I apply the docker settings I geta failure: "It does not belong to any of this network's subnets." Any ideas?
  17. I'm not sure if this is a feature request or a bug -- I'll let the mods decide. When you start a docker and it requires a port allocation that is already in use, it simply doesn't start. But.... there is no error message, no log entry, no evidence of why it failed. It just doesn't start. Would be great if Unraid issued a warning or at the minimum an error message informing you that the port was already in use.
  18. I only paid $30 for an H220. Well worth it. P410i can work but there are big trade offs. https://forums.unraid.net/topic/58948-hp-prolient-dl380-with-p410i-raid-controller/
  19. I'd love some kind of swarm management. I haven't experimented with any other systems but I can picture a world where Unraid deploys docker containers to nodes based on what their CPU utilization is and intelligently manages/balances them. I'd love to mothball my big server, fire up Unraid on a low-power device with a big stack of drives and have it spool up and down nodes as docker containers require them.
  20. 736 write errors means the cabling is likely bad or the drive is dying. Unraid puts the brakes on and disables that drive it it starts seeing that many errors.
  21. Running 'btrfs balance status /mnt/cache/' displays a percentage. Would be great if this carried over to the GUI.
  22. Alright I see now that those were because my docker image was full (or the cache drive was full.) Is that possible when I have 50gb free? Moved some things out of cache, deleted and re-added my docker and again restored my backup. Things are working much better now. Still a few issues but I feel like I'm getting back to normal.
  23. It fixed some of the dockers but some others are having issues and my VMs keep crashing. Definitely receiving BTRFS errors now. New diagnostics attached. hippo-diagnostics-20200407-1447.zip
  24. It seemed like my apps didn't load their previous configurations -- they are either running as if it's the first time and are initiating setups or they are throwing errors all over the place. Balance is done -- I guess I'll restore my previous appdata and hope that's all that was effected?
  25. Shares came back up on reboot but my appdata and dockers are still hosed. Here's a new diagnostic in case it offers any more insights. hippo-diagnostics-20200407-1208.zip