Jump to content

Fffrank

Members
  • Posts

    86
  • Joined

  • Last visited

Posts posted by Fffrank

  1. I think this is a samba issue and is related to the file managers that are failing using gvfs as the library to access.

     

    Plenty of bug reports related to this for version 4.17.0 but supposedly resolved with 4.17.2 (although obviously still some issues.)

     

    https://bugzilla.samba.org/show_bug.cgi?id=15195

     

    https://gitlab.gnome.org/GNOME/gvfs/-/issues/649

     

    I do not believe there is a utility in unRAID to downgrade a specific package?

     

  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. 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!

  4. 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

  5. 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.)

     

  6. 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.

  7. 5 hours ago, Fffrank said:

    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

     

    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 

     

  8. 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

     

  9. 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 -> 

    image.thumb.png.9bd0a79b3f3f0064f65383f8938c96dc.png

  10. 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?

     

     

  11. 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.  

  12. 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.

  13. 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.

  14. 1 hour ago, johnnie.black said:

    What does hosed mean? All can I can see in the logs is if the docker service is starting correctly, and it apparently it is.

    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?  

×
×
  • Create New...