bonienl

Community Developer
  • Posts

    10233
  • Joined

  • Last visited

  • Days Won

    65

Posts posted by bonienl

  1. 18 hours ago, kennymc.c said:

    Here's what it looked like ...

    I fixed the appearance of the ACE editor settings menu

    image.png

     

    18 hours ago, kennymc.c said:

    I assumed that if I change something in this menu it is not only temporary

    Unfortunately I haven't found a way to make changes permanent, but if anyone knows I'll add it.

     

  2. For me both Add and Remove work perfect. No issues on three of my servers.

     

    The GUI is a frontend for the script "bunker" which performs the actual operations.

    Can you open a terminal window and try the following

     

    # Add hashes
    /usr/local/emhttp/plugins/dynamix.file.integrity/scripts/bunker -a -b3 /mnt/disk1
    
    # Remove attributes
    /usr/local/emhttp/plugins/dynamix.file.integrity/scripts/bunker -R -b3 /mnt/disk1

     

    The example has disk1, but you can choose whatever disk you want

     

  3. You have a number of extra user attributes, which I am not familiar with.

    Here is an example of a file on my system.

     

    # getfattr -d 01-pihole.conf
    # file: 01-pihole.conf
    user.blake3="1df3f0fadee4bba95db9a2b5c513ff28ad6752c1e9d340532b468e22cef4285b"
    user.filedate="1650279012"
    user.filesize="1564"
    user.scandate="1679741030"

     

    What happens when you manually delete the hash attribute?

     

    setfattr -x user.blake3 <filename>

     

    The maximum size of the extended attributes depends on the file system in use. A file system like BTRFS is much more limited than e.g. XFS. Just wondering if you are reaching limits here!

     

  4. 1 hour ago, kennymc.c said:

    I noticed that the ACE Editor settings (Ctrl+,) like theme or text size are not saved. As soon as you exit the editor and open it again, the default settings are loaded again

     

    How do you change the editor settings?

    There is no specific saving of settings and each time a new editor is opened it uses the predefined settings.

     

    1 hour ago, kennymc.c said:

    There are also display problems with the Black and White Base Themes.

     

    I don't see any problems with these themes.

    What browser and resolution are you using?

    Please post a screenshot of the "problem".

     

  5. I tested this and everything works as expected.

    Selecting all disks and then "Build" will create hashes for all new files.

     

    image.png

     

    image.png

     

    These are my settings

     

    Note 1: I have not enabled "Automatic protect", which is used to automatically generate a hash when a file is new or updated.

     

    Note 2: I have not enabled "Verification schedule", which is used to do period verification of the existing hashes to confirm integrity.

     

    image.png

     

     

  6. 9 hours ago, s1oz said:

    Thank you very much, it has been used normally

    If the update of your language pack is not showing, please do the following

    1. Temporary switch to English
    2. Go to Apps -> Languages and uninstall your language pack
    3. Then install the same language pack again
    4. Switch back to your language

    This procedure will update your language pack to the latest version.

     

  7. 32 minutes ago, Wiseone001 said:

    But for the other 2 servers im running i get nothing. no file manager

    What version of Unraid are you running on these servers?

     

    The file manager needs a minimum Unraid version of 6.10.0

    I tested the latest version of the file manager with Unraid 6.11.5 and Unraid 6.12.0-rc2

     

     

  8. Quote

    1. Multi-process upload is not supported

    This is fixed in the latest version

     

    Quote

    2. In some cases, the uploaded file is corrupted

    Related to [1] and fixed as well

     

    Quote

    Noticed an issue where if a upload gets a out of space error, the upload operation simply silently fails and does not notify the user.

    Latest version shows an error message if the upload fails

     

    Quote

    I used the CREATE button to create a new folder

    Fixed in the latest version: permissions: xrwxrwxrw owner: nobody users

     

    Quote

    In the last update, the CALCULATE broke down

    Sorry,  a regression error, fixed in the latest version.

     

    Latest version is 2023.03.23f

     

    • Thanks 1
  9. On 1/17/2023 at 3:02 AM, dopeytree said:

    The same 30gb transfer was almost instant vs 3mins with this

    The last version of DFM has "smart" mover operation, and allows for fast moves when source and destination are on the same location.

     

  10. On 1/10/2023 at 12:12 AM, dopeytree said:

    Navigate to  appdata

    Open a few folders

    find a file with a wierd name like tea.hbx then click it.

    It opens a 'preview'.

    When you choose download -> it downloads 'FileName.html'

    Works fine for normal files like cat.jpeg

     

    Latest version shows correct file name.

    Btw. You can define yourself which file extensions open in the editor or are previewed. Editable file extensions are stored on the flash device in /config/editor.cfg

     

  11. On 3/20/2023 at 1:53 AM, s1oz said:

    Unable to open any folder in disk1, such as appdata folder, has been loading

    (The Chinese language environment cannot be displayed, and the English display is normal)

     

    There was a mistake in the simplified chinese translation file.

    I made a translation correction, please update your language pack.

     

    image.png

     

  12. 49 minutes ago, gunner20163 said:

    I can not, for the life of me, get docker to give my pi-hole container an ipv6 address. I set up ipv6 on my Unraids NIC as well as well as enabled custom subnet for docker.

     

    My home network consists of several local networks, each with their Pi-hole DNS server which is setup for both IPv4 and IPv6.

    Here are some configuration guide lines for the main interface (eth0 / br0).

     

    1. Under network settings, ensure bridging and ipv4 + ipv6 is enabled

     

    image.png

     

    2. Under Docker settings, enable both IPv4 and IPv6 (note: IPv4 you should set a DHCP pool which does not conflict with the DHCP pool of your router)

     

    image.png

    image.png

     

    3. Next you need to configure your Pi-hole container

     

    Assign fixed IPv4 and IPv6 addresses to the pi-hole container (make sure these are valid addresses for your local network)

     

    image.png

     

    You need to instruct pi-hole to use these addresses for its DNS function

     

    image.png

     

    image.png

     

    image.png

     

    4. Within the Pi-hole container itself, you need to configure the DNS upstream servers for both IPv4 and IPv6. You can use either predefined upstream servers or any custom upstream servers

     

    image.png

     

    The last step is to configure your DHCP server (router) to provide the DNS server addresses to the clients in your network.

    How to configure this depends on what router you have.

     

    Here is an example of my Ubuntu PC with both IPv4 and IPv6

    Note: I have configured a primary (.100) and secondary (.200) DNS server, these are two different pi-hole servers running on different hardware and are used to backup each other in case one is down

     

    image.png

     

    • Like 1
  13. Version 2023.03.23b of the Dynamix File Manager has the following enhancements

    1. Close icon at the top right of the dialog box is replaced by a Minimize icon, this should make it clearer that running tasks can be minimized (and continue in the background)
    2. Progress information is shown in the footer when DFM tasks are running. You can click on DFM icon in the footer (or header) to bring back the dialog box
    3. "Smart" move is added to speed up move operations taking place on the same disk

    Please update DFM to make use of these new features.

     

    To answer some questions made by @mgutt:

     

    Quote

    1.) The breadcrumbs disallows copy&pasting the path:

    Right click on a path element and a dialog window pops up with the path notation, this can be copied as needed

     

    Quote

    2.) Renaming or moving dirs on the same partition uses rsync. I

    This is now available as "Smart" move. You can move files and folders more quickly (using 'mv') when source and target are on the same location.  Note: moving shares -- /mnt/user/* -- is always done using rsync -> copy + delete

     

    Quote

    3.) The transfer popup should allow minimizing.

    This was always possible, by clicking the Close [X] icon at the top right, but is made now more obvious

     

    Quote

    6.) Add --sparse or -S to rsync so sparse files are copied efficiently

    There is a checkbox "Use sparse option" to do copy/move using sparse mode. Using this mode will reduce the speed since rsync needs to examine the file content during the process.

     

    • Like 4
    • Thanks 1
  14. On 1/19/2023 at 10:46 PM, miicar said:

    so this is frustrating;  when i click a folder to move, i expect the contents INCLUDING the folder to move into the folder i selected...not just the contents of that folder!  but it seems like it only moves the contents, and deletes the containing folder (which i selected to move).  This is really dumb!  It should intuitively, move the whole folder, that was selected, not just the data contained...if i wanted to move JUST the data, i should have to go into that folder and select the files to move (as any other file manager has always done).  
    Am i missing some logic here?

     

    This is fixed in the latest version 2023.03.22, please update

     

    • Like 1