Jump to content

zoggy

Members
  • Posts

    700
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by zoggy

  1. Unraid 6.12.10

    UD 2024.05.07 

    UD+ 2024.04.01 

    UD Preclear 2024.04.23a 

     

    I was comparing some data from my current cache drive and my old cache drive which I've mounted with UD.

    I noticed that even though in UD I have the option "Mount SSDs with 'discard' option?" set to  yes, it is not doing it for my nvme drive:

    # mount | grep nvme
    /dev/nvme0n1p1 on /mnt/cache type btrfs (rw,noatime,ssd,discard=async,space_cache=v2,subvolid=5,subvol=/)
    /dev/nvme1n1p1 on /mnt/disks/S59ANMFNA03845Z type btrfs (rw,relatime,ssd,space_cache=v2,subvolid=5,subvol=/)
    

     

     

    Is there anything special I need to do after setting that option (tried to unmount/re-mount via UD), but still does not show discard being set.

    # cat /sys/block/nvme1n1/queue/rotational
    0
    

     

     

    checking unraid syslogs... looks like it is however telling it to do discard

    May  9 00:39:15 husky unassigned.devices: Mounting partition 'nvme1n1p1' at mountpoint '/mnt/disks/S59ANMFNA03845Z'...
    May  9 00:39:15 husky unassigned.devices: Mount cmd: /sbin/mount -t 'btrfs' -o rw,relatime,space_cache=v2,discard '/dev/nvme1n1p1' '/mnt/disks/S59ANMFNA03845Z'
    May  9 00:39:15 husky unassigned.devices: Successfully mounted '/dev/nvme1n1p1' on '/mnt/disks/S59ANMFNA03845Z'.

     

    so makes me wonder if it should have discard=async or if discard isnt showing up for some other reason.. cant reboot right now but will try that tomorrow in case something is just stuck.

     

    rebooting unraid, and now mounting the drive with ud.. i see discard

    # mount | grep nvme
    /dev/nvme0n1p1 on /mnt/cache type btrfs (rw,noatime,ssd,discard=async,space_cache=v2,subvolid=5,subvol=/)
    /dev/nvme1n1p1 on /mnt/disks/S59ANMFNA03845Z type btrfs (rw,relatime,ssd,discard,space_cache=v2,subvolid=5,subvol=/)
    

     

  2. unraid 6.12.6 - after updating locations to 2024.02.10-o24, now i have a drive that is flashing which stops if i uncheck 'flash warning' but its not clear what the warning its trying to show... recheck and on hover its:

    firefox_2024-02-10_02-18-22.png

    spun disk up, now instead of N/A it says 0 there.

     

    i'm guessing the warnings are from:

    firefox_2024-02-10_02-19-54.png

     

    is the plugin just not happy with the 'command timeout' value from segates now?

    firefox_2024-02-10_02-24-06.thumb.png.6c0ac18c8a6cf26aee39eeb7a90a4a86.png

     

     

     

     

    1 1 1 are three different buckets, so i would imagine you would take the max value of all three buckets.. in this case 1 and compare to value which is less than 5.. so shouldnt be warning.

     

    docs on the value and how segate does it

    https://t1.daumcdn.net/brunch/service/user/axm/file/zRYOdwPu3OMoKYmBOby1fEEQEbU.pdf

    firefox_2024-02-10_02-29-58.png.29f7e67320c2d5432734a2959a8daadf.png

  3. just fyi had someone reach out to sab about your container with unrar being broken as is just wouldnt extract files during direct unpack or not:

    2024-01-25 14:51:03,438::DEBUG::[directunpacker:347] DirectUnpack Unrar output: 
    UNRAR 7.00 beta 3 freeware      Copyright (c) 1993-2023 Alexander Roshal
    
    ...
    
    2024-01-25 14:51:31,550::DEBUG::[newsunpack:860] UNRAR output:
    UNRAR 7.00 beta 3 freeware      Copyright (c) 1993-2023 Alexander Roshal
    2024-01-25 14:51:31,550::INFO::[newsunpack:863] Unpacked 0 files/folders in 0 seconds
    


    I had them switch to linuxserver docker to test and everything worked fine.

    I sent them your side up to share relevant logs and info (dunno if they have done that just yet) - just sharing here in case they never make it.


    btw, i personally run the unrar 7 betas without any issues.

    • Like 1
  4. 11 hours ago, KluthR said:

    If the database container stops before backup, all is fine. If you want a dump as backup, you have to write own scripts. Maybe appdata backup could do this for us somehow. I know how to export mysql, pgsql and mongodbs, since I do it at work full automated via remote ssh.

    ive heard this is a solution to use,

    https://github.com/tiredofit/docker-db-backup

     

    you basically dont touch your actual db, and just have that docker run backups periodically from it to a place of your choosing which you back that up.

     

  5.  

    netdata changed a bit of stuff recently (their icon are svg), so fallout is that unraid netdata template's icon is no longer there.
    Since unraid doesnt support loading svg, the easy fix for icon is just to point to old image from old version when it was still there:

    https://raw.githubusercontent.com/netdata/netdata/v1.40/web/gui/dashboard/images/ms-icon-70x70.png
    

     

    • Like 1
  6. 13 hours ago, Masterwishx said:

     

    It's order is A-Z, in v2.5 was right order not A-Z. 

    In my case I have about 100 containers, 57 running. 

    Also I'm using Docker Folder, sure I can set order manually. Or edit json...

     

    The problem is some of containers needs to be started befor others like Databases. 

     

     

     

    the old ca backup app used to just inherit how the dockers were sorted in unraid docker gui.

    it would show them in "unraid docker gui" reverse order, which is how it would stop them.

    then when it starts back up it does the reverse of that (aka, the normal "unraid docker page gui" order)

     

     

     

     

     

     

     

  7. 30 minutes ago, KluthR said:

    Always full paths. Use the file selector to see example.

     

    ok took me a sec but I see, by default it only backs up the "internal volume", but then down below you can exclude things from within that via the selector

    At first glance i didnt realize you could drill down, but I see now. Thanks!

     

    Dunno how hard it would be to have that tree auto expand to the 'internal volume' path, but prob not worth the hassle

     

     

     

     

  8. upgraded to 6.12, got the warning that i needed to install appdata backup. did so, it found my ca backup2 and asked to migrate which pulled over most things.

     

    i noticed it did NOT pull over my exclude list which is:

     

    .kodi-novnc/.kodi/userdata/Thumbnails,/mnt/cache/appdata/mariadb-10.6/

     

    Which i assume is understandable since now users would be expected to put said exclusions on each container where it made sense and what not. But would prob be good to note this in the migrate blurp that it doesn't handle this.

     

     

    which i guess its not clear now, so in the container where you can exclude.. 

    previously the exclude list operated from the parent folder of the appdata folder, so exclude was: .kodi-novnc/.kodi/userdata/Thumbnails

     

    but with this app, does the exclude path get constructed from the container root folder or none.?

     

    as now my kodi container base is:

    /mnt/cache/appdata/.kodi-novnc

     

    so would I have to do:

    /mnt/cache/appdata/.kodi-novnc/.kodi/userdata/Thumbnails

    or:

    .kodi/userdata/Thumbnails

    or:

    Thumbnails

     

     

     

    • Like 1
  9. anyone else seeing that since upgrading to 6.12,  the tips and tricks plugin 'Enable syslog Archiving?' option no longer results in the syslog getting archived on restart?

     

    i had an issue after upgrading to 6.12 and had to restart to fix, I went to get logs and noticed my last saved logs was the 6.11.5->6.12 reboot.

    I've not had a chance to restart for a 3rd time to see if it was just an issue during the first reboot of an upgrade or what

     

     

  10. May 27 08:05:07 husky root: Hard File Path: /mnt/cache/TV/TV/Shark Tank/Season 14/<removed>.mkv
    May 27 08:05:07 husky root: LINK Count: 1
    May 27 08:05:07 husky root: Hard Link Status: false
    ...
    May 27 08:35:18 husky  move: file: /mnt/cache/TV/TV/Shark Tank/Season 14/<removed>.mkv
    May 27 08:35:30 husky root: mover: finished

    When mover fires off there is a bit of log spam for hard link stuff..  then the actual mover log.   Any way a user can turn off the hard link set of logs?

     

  11. 3 hours ago, hugenbdd said:

    Few Things.

    1.) You should store the ignore file somewhere on the array and not a cache file.  In case it gets moved to the array.  I use /mnt/user/Backups/ignore-file.txt

    2.)  D   - Mostly.  An example folder to ignore would be /mnt/cach/TV  You can make this even more specific, a / at the end is okay, however wildcards are not.  Make sure that this file is not created in a Windows OS as it will leave ^M (Control M) characters at the end of the lines and cause it to fail.

     

    I would suggest, enable logging, set Test Mode=Yes and Move Now follows plug-in filters.  Then review what gets moved.  If your on the latest version.  The logs will be under /tmp/Mover.  If you on an old version, then review the syslog.  The test mode really helps you get the settings correct quickly with the "move now" 

     

    I assume also that you want one path per line like:

    /mnt/user/x

    /mnt/user/y

     

    And related, the "Ignore Hidden Files" also could probably use the help line to denote that its excluding paths (file/folders) to be moved that start with a dot (.*) (ex: .config)

     

  12. minor quibble, this is v3 of the plugin but still uses the old page name "BackupMainV2"

     

    verify backups has same warning of ignore errors, which i suspect is in error

    Verify Backups?
    This can lead to broken backups - Only enable if you know what you do! 	
    
    Ignore errors during backup?
    This can lead to broken backups - Only enable if you know what you do!

     

    when you use the "Excluded Folder Browser" you can only pick top level folder, would be nice to have it show actual tree and be able to pick the nested folder to be a bit more surgical. right now i do this via cli then come back and just put in the path manually (which works fine).

     

    the folder selector for USB Backup Destination: / libvirt.img Destination:  show up in the wrong spot:

    Discord_2023-03-11_11-22-24.thumb.png.edec79fa30318b8108e65836edec66d1.png

  13. On 2/21/2023 at 1:32 PM, dopeytree said:

    Could we add a password to this? Not a fan of having open access ports.

    Would it be easy to add the arrr's login system?

    no you can not take a random mono/.net app and snip out part of their code and just shove it in another app.   you should look at setting up a reverse proxy. but also you shouldnt just blindly have your nas exposed to the internet either. look at requiring a vpn..

  14. Using unraid 6.11.5

    Single nvme drive in cache, btrfs. No scrub/anything special.

     

    We were talking in discord recently about this, and I notice that my cache (created 6.9.x after the 1 MiB alignment) doesnt include the discard option like it mentions it should:

     

    # mount | grep /mnt/cache
    /dev/nvme0n1p1 on /mnt/cache type btrfs (rw,noatime,ssd,space_cache=v2,subvolid=5,subvol=/)
    /mnt/cache/docker.img on /var/lib/docker type btrfs (rw,noatime,ssd,space_cache=v2,subvolid=5,subvol=/)
    /mnt/cache/docker.img on /var/lib/docker/btrfs type btrfs (rw,noatime,ssd,space_cache=v2,subvolid=5,subvol=/)
    /mnt/cache/system/libvirt/libvirt.img on /etc/libvirt type btrfs (rw,noatime,ssd,space_cache=v2,subvolid=5,subvol=/)

     

    Is there a known bug/issue where it doesnt add the discard option if its a pool named 'cache' or only single drive with some other criteria?

  15. 1 minute ago, wgstarks said:

    Is there a command to view installed pkgs?

    for what you were installing with nerdpack, look for what you had set to yes in it's cfg (even if nerdpack is disabled):

    grep yes /boot/config/plugins/NerdPack/NerdPack.cfg

     

     

    for what is installed currently in unraid:

    ls -lah /var/lib/pkgtools/packages/

     

    • Thanks 2
  16. 1 hour ago, BasementGamer said:

     

    I found the instructions on this thread. The short version, you need to manually download the packages from Slackware 15, then put them in /boot/extra, and the packages will be automatically installed on reboot. Or, if you don't want to reboot, you can manually install them with installpkg <pkgname>

    or once you are on 6.11 you can install several just via CA with, "<x> package".. python2/3 for example are there

    firefox_2022-09-25_11-58-23.png.26401679f1dcf99212c87d274e256895.png

     

    also with 6.11, there are several plugins that are included by default that save the need for many people to use nerdpack anyways. for example perl is included now.

    • Thanks 1
    • Upvote 1
×
×
  • Create New...