wgstarks

Members
  • Posts

    5125
  • Joined

  • Last visited

  • Days Won

    3

Report Comments posted by wgstarks

  1. 19 hours ago, Squid said:

    OK.  What I'll do then is have CA adjust every template on 6.12.8+ to have the paths as required..

    Would an FCP warning be possible?

     

    In my case I ran into this problem with the LSIO Plex docker. IIRC the template was originally setup with users adding their own paths for movies, tv shows etc but at some point LSIO added these paths to the template. Since I (and others) already had these paths as host path 2, host path 3 etc the newly added paths were never used and that worked just fine until 6.12.8. It was an easy fix after the update since someone else had already found the fix and posted it in that support thread but I think an FCP warning might help people who unknowingly have this problem prior to them updating to 6.12.8. Just a thought.

  2. 1 minute ago, urbanracer34 said:

     

    Will they at least continue to support it for those who do? Would like someone to give me a concrete answer; the higher up the food chain the better. 

    I am not affiliated in any way with lime technologies and can’t speak for them but I haven’t seen anything to indicate that they intend to drop support for Time Machine. They have pushed out several recent changes to improve TM compatibility.

  3. I can't answer any of your questions but I can suggest settings that are working fairly well for me.

     

    Stop your array and edit boot/config/smb-fruit.conf to match these-

    # global parameters are defined in /etc/rc.d/rc.samba
    # current per-share Unraid OS defaults
    vfs objects = catia fruit streams_xattr
    #fruit:resource = file
    fruit:metadata = stream
    #fruit:locking = none
    fruit:encoding = native
    #fruit:veto_appledouble = yes
    fruit:posix_rename = yes
    #readdir_attr:aapl_rsize = yes
    #readdir_attr:aapl_finder_info = yes
    #readdir_attr:aapl_max_access = yes
    #fruit:wipe_intentionally_left_blank_rfork = no
    #fruit:delete_empty_adfiles = no
    #fruit:zero_file_id = no
    # these are added automatically if TimeMachine enabled for a share:
    #fruit:time machine
    #fruit:time machine max size = SIZE
    #spotlight settings
    spotlight = yes

     

    In your smb extra configuration add this-

    #spotlight settings
    [global]
       spotlight backend = tracker
    #end spotlight settings

     

    Start the array.

     

    I’m getting fair transfer speeds and Finder searches are working great. No spotlight indexing though. This is with macOS Ventura (13.0.1) and unRAID 6.11.4. Your results may vary.

  4. 1 minute ago, Nano said:

    We need an easy way to enable spotlight search for share Aswell, I found 1 thread on it but its crap and doesn't work.

    According to the OP spotlight shouldn’t work at all. I have seen a few claims that it works but nothing describing how it was accomplished.

     

    4 minutes ago, Nano said:

    It still seems to take over 30 seconds to open a folder with 100+ Folders in it.

    I see pretty much the same when the share is initially mounted and accessed but when opening folders after that it’s just a second or two.

  5. 28 minutes ago, Nano said:

    Anyone got some good fruit settings to have good SMB performance for file shares on Mac, 10Gbps and Mac is so shit can barley open a folder. One Thing apple have in the toilet.

     

    This is what I'm using-

    # global parameters are defined in /etc/rc.d/rc.samba
    # current per-share Unraid OS defaults
    vfs objects = catia fruit streams_xattr
    #fruit:resource = file
    fruit:metadata = stream
    #fruit:locking = none
    #fruit:encoding = private
    fruit:encoding = native
    #fruit:veto_appledouble = yes
    fruit:posix_rename = yes
    #readdir_attr:aapl_rsize = yes
    #readdir_attr:aapl_finder_info = yes
    #readdir_attr:aapl_max_access = yes
    #fruit:wipe_intentionally_left_blank_rfork = no
    #fruit:delete_empty_adfiles = no
    #fruit:zero_file_id = no
    # these are added automatically if TimeMachine enabled for a share:
    #fruit:time machine
    #fruit:time machine max size = SIZE

     

    Been working fairly well for me.

  6. 1 hour ago, heppy said:

    I put them in there anyway as it's no harm and eventually smb will be fixed

    I would go ahead and include them with the assumption that smb will get fixed. Just know that in the meantime you’ll need to manually remove them if you don’t want them.

     

    1 hour ago, heppy said:
    Quote

    include = /tmp/unassigned.devices/smb-settings.conf

     

    does that stay in extras? This is already in the smb.conf file

    I wouldn’t change any of those settings without contacting the plugin author. There is a dedicated support thread for UD.

     

    Also, I believe there is a mistake in the thread for macOS optimization. You may need to restart your array to apply settings rather than restarting samba.

  7. 1 hour ago, Duja said:

    macOS Ventura is coming out in this month (October 2022). I'll wait for that to see if Unraid Time Machine backups will work with the new OS. If not I might have to downgrade Unraid to previous working version if there are no solutions from the community.🤷‍♂️

    I had a similar issue and fixed it by re-installing macOS. You may want to give that a try.