eschultz

Members
  • Posts

    512
  • Joined

  • Last visited

  • Days Won

    8

Posts posted by eschultz

  1. Thanks for reporting.  Rank icons are now restored. 

     

    I'll check in to this next, sounds like that theme component reset during the upgrade:

    7 hours ago, bonienl said:

    Another change I like to be reverted is the "default stream" in top-right. It has now changed to "start new topic" which apparently can bot be altered. It used be a selectable action. I had it set to view unread content, and this new setting heavily interferes with my workflow.

     

     

  2. 12 hours ago, lman30 said:

    So I've tried resorting to the last recommendation under help to just make an entry for unraid.net in the hosts file, and it STILL gives me an error when trying to provision.

    Changing the hosts file on the Unraid machine won't do anything... you would need to change the hosts file on the machine you're using to browse the Unraid UI.  Also, I would completely close your web browser after that to clear any dns caching it might store.

  3. The SMBus most likely is the culprit and has a driver assigned, preventing you from passing through the audio controller (both in the IOMMU group 9).

     

    To get around this, you'll need to prevent Unraid from assigning the SMBus driver upon boot by adding "modprobe.blacklist=i2c_i801,i2c_smbus" to your Syslinux configuration append line.  

     

    Just navigate to this page:
    https://cronos/Main/Flash?name=flash

     

    And modify the green block's append line:

    Screen Shot 2020-08-30 at 8.30.48 PM.png

     

    Then hit Apply and reboot the Unraid server.  Your Windows VM should be able to start after that.

  4. If you're using just HTTP (and not HTTPS) then adding 'Secure' to the cookie will just prevent it from sending over HTTP.

     

    What I think you really need, when your using just HTTP, is:

    SameSite=Lax

     

    You can test this temporarily by running this command in your Unraid terminal:

    sed -i 's/samesite=strict/samesite=lax/g' /usr/local/emhttp/plugins/dynamix/include/local_prepend.php

    and then Logout and Log back in to the Unraid web UI to refresh the cookie with the new samesite=lax settings.

     

     

  5. Are there hidden files or folders that live on the Synology share?  I think macOS will update a separate hidden file to hold that metadata if it can't add xattr on the file directly.  (I don't have a Synology box here unfortunately)

  6. When I add macOS "labels/tags" on a file or directory from a Unraid share via samba protocol it adds EA data:

    root@Tower:/mnt/user/testshare# getfattr test_folder/
    # file: test_folder/
    user.DOSATTRIB
    user.DosStream.com.apple.metadata:_kMDItemUserTags:$DATA
    user.org.netatalk.Metadata

    Additionally, 'getfattr' will show the values, along with the keys above, with the -d argument.

     

    I did another test involving a cache pool setup:

    1. Created another share named 'cache-first' with Cache mode set to 'only.'
    2. Browsed to the 'cache-first' share from a mac, created a new folder, and then applied macOS "tags" to it.
    3. Verified those EAs were present using 'getfattr folder-name'.
    4. Change 'cache-first' Share's Cache mode to 'yes'.
    5. Run the mover
    6. Verified 'cache-first' share exists on the array now, and the EAs are still present. My mac again shows the correct "tags" I added previously.

    I can also copy/move files or folders between my mac and Unraid, in either direction, and the "tags" persist.

     

    macOS version 10.14.6

    Unraid version 6.8.3

    Two BTRFS formatted SSDs in my Cache Pool

    Array disks all XFS-luks

     

    If you're working from a terminal, using 'cp,' 'rsync,' or 'scp' for example, ensure you provide any arguments you may need to preserve xattr.

     

  7. 48 minutes ago, gzilla said:

    omg good timing.. I've just built a new PC and really needed the thunderbolt support as I couldn't find it anywhere.. Now all I need is boltctl to add devices on it onto IOMMU and I'm ready to roll!

    Which motherboard or add-on card are you using that has thunderbolt?

  8. 3 minutes ago, eybox said:

    Thank you for this lead!

     

    I do have 4 NICs. And I use only one of them - eth0, with br0 attached to everything - Dockers and VMs. I tested eth1 a lot of time ago if it worked or not, but never used br1.

     

    What is the resolution to this? Removing everything eth1 and br1 related from network.cfg perhaps?

    Yeah, get rid of the following from network.cfg:

    IFNAME[1]="br1"
    BRNAME[1]="br1"
    BRNICS[1]="eth1"
    BRSTP[1]="no"
    BRFD[1]="0"
    DESCRIPTION[1]="VMs connections"
    PROTOCOL[1]="ipv4"
    USE_DHCP[1]="no"
    IPADDR[1]="192.168.86.125"
    NETMASK[1]="255.255.255.0"
    GATEWAY[1]="192.168.85.1"
    METRIC[1]="2"

    Also change SYSNICS="2" to SYSNICS="1" at the end.  Then reboot server.

    • Like 1
  9. 6 hours ago, eybox said:

    Looks like in 6.7 the default route is being set incorrectly to br1 instead of br0.  Are you using br1 for anything?  It looks like eth1, the link for br1, is disconnected anyways...

    • Like 1
  10. On 4/23/2019 at 10:44 PM, uldise said:

    to not open new topic, i will post it here - topic name is missing under "Next unread Topic", see pic. attached. until yesterday it was in place.

    Unfortunately IPS (our forum software) removed that in version 4.4.x:

    "Removed the name of the content (e.g. topic) from the “Next Unread” link which could consume significant server resources on large communities."