Everything posted by Abnorm
-
[Plugin] Mover Tuning
The what now ? RAM usage is normal in my end, removed the mover plugin and it started moving files again
-
[Plugin] Mover Tuning
So THAT'S why my cache was full all of a sudden, kind of sucks i had to forum-dive to find out it doesn't work in 7.0, oh well. I'd do a pinned post on this thread about it at least
-
[Support] MeTube
Its because the video is age restricted most likely. See post above from @TCW_NZ
-
[Support] MeTube
Hi, sorry for ressurecting an old post, but thanks for the solution @TCW_NZ <3 ! Just a note, metube didn't like JSON formatted cookies for some reason, switch to Netscape HTTP Cookie file I'm on Brave so that might be some weird default in my end though !
-
HBA Temperature monitoring
Unfortunately no, it's a bit outside my skillset. You might make some sort of cron-job that runs the command (say every 5minutes for example), dumps output to a text file, and have something read the text file and react and notify you if the temperatures is high. That's at least one of the possible solutions i've come up with. The ultimate fix would be to have some sort of function within unraid (like say a plugin) that visualizes the temperature values over time (like the cpu load stuff in the dashboard). But i have no idea where to even begin getting something like that developed
-
HBA Temperature monitoring
Hi, A lot of users are most likely using LSI controllers from Broadcom in initiator target mode, it would be nice to monitor the temperatures in the dashboard as these cards get quite hot. Seeing trends over time is a good way to decide if you need to add more cooling/fans or what have you. Came across a tool that seems to work on at least my card which is an LSI 9305-24i, I would assume most 93xx cards would work. There are also alternative tools (Megacli and lsiutil) that supports other models but unsure exactly which, it would be some work figuring out what supports what, but if more are interested there shouldn't be that big of a deal to at least look at the most commonly used models, 9xxx-series is at least among the most used I would think. Storcli; https://docs.broadcom.com/docs/1232743501 Unzip to folder Enter folder unzip Unified_storcli_all_os.zip go to unzipped folder -> Linux open storcli-007.2707.0000.0000-1.noarch.rpm in 7zip browse to /opt/MegaRAID/storcli/ copy storcli64-file to somewhere on your unraid box In terminal, run: ./storcli64 /c0 show temperature (chmod +x if it's not executable) should give the folllwing output; root@tower:./storcli64 /c0 show temperature CLI Version = 007.2707.0000.0000 Dec 18, 2023 Operating system = Linux 6.1.64-Unraid Controller = 0 Status = Success Description = None Controller Properties : ===================== -------------------------------------- Ctrl_Prop Value -------------------------------------- ROC temperature(Degree Celsius) 37 -------------------------------------- Not sure if it's possible to utilize this tool to poll for readings ?
-
[Support] MeTube
Just checked out this today, really liked it, was looking for some specific dvd extras which I found on youtube and wanted to host locally on my plex server. I'm a bit of a sucker for behind the scenes stuff I would just like to recommend a function, the ability to pre-fetch items in the playlist you're trying to download, and not start the download right away but rather let the user decide when to start the actual download. I'm getting a lot of issues with ticking off selection boxes and out-of-memory errors for large playlists, resulting in not being able to remove unwanted items from the queue. Tried multiple browsers, though all are chromium based. Thank you for creating this docker though, it is really useful
-
Soon™️ 6.12 Series
If you need petabytes of available storage, is really unraid the best way to go ?
-
Soon™️ 6.12 Series
I have 100TB available storage, i use 21 drives including m.2 cache. I don't see how i'll ever end up with 30+ drives, my single rack chassis can fit 24 drives max. As density is increasing almost monthly on drives, when a drive dies I'll replace it with a drive with nearly double or triple the capacity of the failed disk. Reducing the amount of drives and reducing the power consumption. Server grade equipment (like HPe, Dell etc) usually have the 24-drives limitation per chassis either way. Yes, there are exceptions. You mention that people will put more drives in server grade equipment, that is not really how it works. Newer server gear today has more data density, meaning more capacity but uses less space, which translates to less drives but drives with way more capacity, less rackspace required = profit and savings on hosting stuff in datacenters, where space is at a premium. If you're thinking of using up old small capacity drives, that's fine, but isn't it better to just recycle them and buy some bigger drives, save $$$ on power and at the same time be a little greener ? Also, if the request was simple, unraid would support 30+ drives already.
-
Soon™️ 6.12 Series
I see, thanks for clearing that up. Parity is written across the vdev and not to a single drive, that will provide a real life performance benefit for sure.
-
Soon™️ 6.12 Series
Could you please elaborate on the actual real life performance benefits for zfs vs a classic unraid setup (1 parity, 1 m.2 raid-0 cache, bunch of drives) ? Will it magically make mechanical drives faster ? How will redundancy affect performance ? I seem to see a lot of people say "its just faster and better" - well, is it, really ? I'm not at all against changes, I just think people are hyping this way to much for the actual real life performance benefits. Just to be clear, I don't believe in magic.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Hey, just a quick question, would it be possible to add some functionality to force unmount stuff? Especially having issues with NFS where it sometimes crashes on the nfs-server, unable to remotely restart my unraid box since it never stops trying to unmount. Have to cycle power (not a big deal, it only runs a few dockers). NFS at least has a lazy mode unmount switch which would solve this perhaps.
-
PSA/HOW-TO Proper fix for SMB stale file handle
Foreword; not relevant to SMB I seem to get this issue now, never had it before. My setup is like this: I have a Debian VM running on my main unraid box, this has rar2fs installed. On this VM I mount my media shares via NFS3 first, then I point rar2fs to those shares which in turn mounts the unrared/fusefs files to seperate folders which in turn is shared via NFS3 to my secondary box. The secondary box mounts these shares with the unassigned devices-plugin with NFS3 which in turn are mapped in the plex docker for my media locations. When doing some troubleshooting I've found that the rar2fs/fusefs stuff works fine, no processes are crashing or whatnot. It seems that the initial NFS3 mount between the main unraid box and the VM goes stale. When that happens the unrared media is not available in plex (naturally). But there are only 2 folders this happens to, they are not the biggest, they're the smallest, which is bizzarre. This has worked perfectly before i upgraded to 6.9/6.9.1, so I wonder what actually has changed here that can be related. Turning of hardlinks did not work, allthough worth mentioning I have not rebooted the servers after disabling this. I will try that tomorrow just to make sure. PS: I've also tried changing allowed open files to an astronomical value without any difference. As this seems to be somewhat relevant to why you get stale file handles.
-
[support] digiblur's Docker Template Repository
you might be able to reconfigure the log location, adding a location in your variables but you'll need to look into the unms config files i presume. I have not tried it myself, maybe @digiblur have some ideas ? Maybe it would be possible to setup the docker to let us configure log locations ourselves?
-
[Support] ich777 - Gameserver Dockers
Hey guys, first of all, thank you @Ich777 for all your hard work, this is a great addition to any unraid deployment! So me and a few friends started messing around with Arma3, it's really fun but without any mods it's, well.. Arma.. Any idea how you define specific mods to be added to a server deployment? I see theres a "Mod" field in the docker config but no idea how to use it. Would love some pointers, I though maybe if the account connecting to steam are subscribed to specific mods in the workshop that it would sort it out itself. Thanks again for this great addition, have a good one!
-
LSI 9341-8i IT Mode
Hey all, I'm in the process of moving my server to a new rack chassis and needed some sff-8643 compatible controllers for the backplane. Bought two Dell WFN6R via ebay and this worked for me: https://jc-lan.org/2020/01/09/crossflash-dell-0wfn6r-9341-8i-to-9300-8i-it-mode/ Links corrected - Thanks @wow001 ! https://www.broadcom.com/site-search?q=installer_P16_for_UEFI https://www.broadcom.com/site-search?q=9300_8i_Package_P16_IR_IT_FW_BIOS_for_MSDOS_Windows You'll need to short the TP12 jumper Firmware and tools can be found on broadcom's site: https://www.broadcom.com/support/download-search?pg=Storage+Adapters,+Controllers,+and+ICs&pf=Storage+Adapters,+Controllers,+and+ICs&pn=SAS+9300-8i+Host+Bus+Adapter&pa=&po=&dk=&pl= You'll need the following files: Installer_P16_for_UEFI.zip - uefi flashing tool 9300_8i_Package_P16_IR_IT_FW_BIOS_for_MSDOS_Windows.zip - firmware etc. use UEFI, dos mode didn't work for me Hopefully this helps someone Cheers!
-
[support] digiblur's Docker Template Repository
Add this to extra parameters in the docker config page (you need to click "advanced view") "--log-opt max-size=10G" without the quotes, this will append the log when it reaches 10Gb. You can set this to what you want though. It is normal when the log is allowed to grow as it pleases.
-
Completely Removing Docker
Hey delete the docker including the image then delete the appdata/mariadb folder 2. remove relevant appdata folders
-
[SUPPORT] pihole for unRaid - Spants repo
Hey, seeing that DNS over HTTPS is getting more and more relevant these days, is it possible to include Cloudflared in a future (or maybe an alternative) docker image (https://developers.cloudflare.com/1.1.1.1/dns-over-https/cloudflared-proxy/ ) ? A writeup on installation and setup; https://docs.pi-hole.net/guides/dns-over-https/ I haven't messed to much with dockers before, but if the above is not possible, would the correct way to proceed be to fork this image to my own private dockerhub/git (not looking to steal any of Spants excellent and hard work though) ? Not sure if that's even possible though Have a great day everyone!
-
[Support] cheesemarathons repo
Hey, Nice plugin, thank you for the work you put into this! I keep deleting games when my computer cleaning instinct kicks in, usually it means deleting all my steam games etc, but I get bored easily and are pretty random as to what i want to play at a given time. Last month i downloaded gta5 3 times Just to save some time a cache would be nice, as I'm also have LANs from time to time with my friends. I could prolly stop freeing up diskspace, but hey, there's a even lazier option if i got it cached locally I tried getting this to work; If i configure the steamcache ip as my dns on my gaming rig, it works downloading with steam, but dns is not working for any other sites. 192.168.0.101 is a pihole running on a different unraid server on my LAN. Pihole then in turn uses google dns. Any advice ? I though the point of defining a UPSTREAM_DNS means that all the stuff steamcache docker cannot resolve itself, it forwards the query to the upstream dns ip - which in this case is my pihole, and returns this to the client. I see that I have some steam-dns queries from the docker ip, but as soon as i try something else it doesn't log anything.
-
[6.7.2] GUI - Active-Backup network mode - Dashboard page shows errors
Hey, See attached snip, worked fine until i set up active-backup on my network. Cache in Chrome has been emptied without any difference. Not a function breaking bug of course.
-
[Support] Linuxserver.io - Bookstack
Well, there you have it. It works ! Thanks a lot for the help, i was pulling my hair out, had to be something super trivial I had missed
-
[Support] Linuxserver.io - Bookstack
Sorry about that! docker run -d --name='bookstack' --net='br0' --ip='192.168.0.5' -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -e 'DB_HOST'='192.168.0.6:3306' -e 'DB_USER'='bookstack' -e 'DB_PASS'='bookstack' -e 'DB_DATABASE'='bookstack' -e 'TCP_PORT_80'='6875' -e 'APP_URL'='' -e 'PUID'='99' -e 'PGID'='100' -v '/mnt/user/appdata/bookstack':'/config':'rw' 'linuxserver/bookstack' 5f2f592ab53d59b44c1a0425323e26d9ec71c52c0b844850b4d4ff2380608451
-
[Support] Linuxserver.io - Bookstack
So, how on earth do you get bookstack to work ? Tried MariaDB docker, default settings, specified root password, specified user via mysql workbench, "bookstack" with password and grant all - Access Denied Created database manually, adding grants and flushed privileges - access denied Tried Mysql standard docker, specified root user just to test, access denied because unsupported authentication (cached sha2), created user with standard authentication - access denied. Created database manually, adding grants and flushed privileges - access denied. In both instances i can logon to both mariadb and mysql standard docker with no issues and all rights/grants. Thought it might be some wierd network issue. I therefore set both the mariadb docker and bookstack to custom;br0 with their own specified iPs (192.168.0.5 and .6) - access denied br0 is defined as a 192.168.0.1/24 in docker settings so it should be fine. log output [cont-init.d] 10-adduser: exited 0. [cont-init.d] 20-config: executing... [cont-init.d] 20-config: exited 0. [cont-init.d] 30-keygen: executing... using keys found in /config/keys [cont-init.d] 30-keygen: exited 0. [cont-init.d] 50-config: executing... App Key found - setting variable for seds Running config - db_user set nc: getaddrinfo: Name does not resolve nc: getaddrinfo: Name does not resolve nc: getaddrinfo: Name does not resolve nc: getaddrinfo: Name does not resolve nc: getaddrinfo: Name does not resolve nc: getaddrinfo: Name does not resolve [Illuminate\Database\QueryException] SQLSTATE[HY000] [1045] Access denied for user 'bookstack'@'bookstack.br0' ( using password: YES) (SQL: select * from information_schema.tables where ta ble_schema = bookstack and table_name = migrations) [Doctrine\DBAL\Driver\PDOException] SQLSTATE[HY000] [1045] Access denied for user 'bookstack'@'bookstack.br0' ( using password: YES) So yeah, added this bookstack.br0 host to the from host privileges in mysql - access still denied. Mind you the host privileges is pr default set by me to % = wiildcard yes you should secure stuff etc, i will do that when stuff is working, right now i give up
-
[SUPPORT] pihole for unRaid - Spants repo
Mine keeps crapping out as well. Every time i reboot the system, pihole stops working. Tried turning off kvm as it reports port 53 beeing in use for some reason (my vm is a w10 client that only has usb passed to it which controls my ups). This makes the docker start at least. docker is setup to use br0 and has it's own IP. And yes the default port has been changed in regards to the webinterface. It starts, everything looks great, and it just commits suicide after about 5 minutes. Web interface never works, dunno what it is doing or waiting for. no logs in \var on the docker says anything usefull. Startup Log shows the following (identical to earlier post); ::: Testing DNSmasq config: ::: Testing lighttpd config: Syntax OK ::: All config checks passed, starting ... ::: Docker start setup complete [✗] DNS resolution is currently unavailable [cont-init.d] 20-start.sh: exited 1. [cont-finish.d] executing container finish scripts... [cont-finish.d] done. [s6-finish] syncing disks. [cont-init.d] 20-start.sh: exited 1. [cont-finish.d] executing container finish scripts... [cont-finish.d] done. [s6-finish] syncing disks. [s6-finish] sending all processes the TERM signal. [s6-finish] sending all processes the KILL signal and exiting. Tried reinstalling from my local template, same result. Purging and reinstalling from scratch seems to work. It is starting to get quite annoying having to reinstall this each time i reboot my system 😛(it's usually on 24/7 but having some disk issues and have had to reboot the server a few times lately). Going for a VM with pihole for the time being, just providing feedback, will ping back. Update: Not really that different it seems. Had to remove a disk physically from array (sending it for warranty replacement). This time the pihole FTL service stopped working and would not start again after the reboot. "Adress already in use" , seems the fix was to remove 'dns=dnsmasq' from /etc/NetworkManager/NetworkManager.conf Then; systemctl reload NetworkManager followed by systemctl restart pihole-FTL.service This fixed my issue (for now at least). - I did change the IP for the VM but I highly doubt this matters, I am certain the modification of the conf file fixed it. So, in conclusion. Is dnsmasq on unraid screwing up something in relation to the docker version ?