hernandito

Community Developer
  • Posts

    1479
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by hernandito

  1. The last update of the plugin broke the edits I had made, per my post above.. I have revised and posting here in case someone wants to use this. devices.php disklocation_devices.page disk.css.php
  2. Thank you @foo_fighter. Posting link for SpaceInvader on ZFS Snapshots. I have to watch it again, to refresh my memory. In reading the above, can we surmise: Sounds interesting, specially for cache pools... Question, what happens with files that are stored on cache drive and are then, via mover, moved to array? With snapshots, does the entire drive get snapshot? Or can you pick individual folders? I really need to watch the video linked above.... Sounds like ZFS or snapshots are not really for array drives (filled with media files). I have had to use XFS Repair dozens of times to fix issues w/ HDDs. Again sounds like ZFS is not really for array drives. Does it spin the array drives if XFS is only used on cache pools? Thanks again, H.
  3. thanks, Great point...I am going to try to track all the responses and summarize at some point. I was excluding BTRFS... because I forgot about it 🙃 +1 Advantage for ZFS for cache pools; allows multiple drives in the pool. Thanks.
  4. Hi Guys, I am hoping to start a conversation that does NOT dive too deep into extreme technical details. Something that newbs and experts alike can follow. ZFS is a little bit of a mystery to me (and I have been using unRAID for over 13 years). Since unRAID introduced cache pools, I now have 3 pools and formatted them as ZFS - but nothing beyond that. What are the benefits of one vs. another? Is one more beneficial to Cache pools as opposed to array drives? Any decent tutorials? I know SpaceInvader is a big ZFS fan, and has awesome explaining videos. In a nutshell, what are snapshots? Do they require a lot of additional drive space? Are ZFS snapshots a better alternative to regular appdata backups? What is the learning curve on snapshots (I know next to nothing about them)? Is this a big-deal conversation? Just format it and forget about it - not worth the learning curve? Or is it? The above are some questions to consider. Please feel free to add and provide some thoughts... I'm sure there are tidbits on this topic around; feel to reference here. Thank you.
  5. Weird positioning of the icon... are you guys getting this?
  6. Hi @coolasice1999, As you know, I have been playing w/ TinyMMediaManager versions for a few weeks. Long story short; I am not happy w/ their version 4.0. Mainly, not all artwork is scraped when adding a new movie. I am not crazy about buying a license. A year from now, I won't remember that I did this and struggle with why it's not properly working. I have the CLI 3.x version working beautifully in my post download script. However, I cannot get your v.3.x GUI repo to work. For some reason, the GUI cannot be reached via the VNC web interface. I am wondering/hoping you can create a new version based on LSIO's KASM VNC Image. There is an alpine version, which I believe is the same underlying base you use. I looked at their version of Filezilla docker which uses this base, and works like a charm for me. FROM ghcr.io/linuxserver/baseimage-kasmvnc:alpine319 Your GUI dockerfile is showing this: FROM jlesage/baseimage-gui:alpine-3.12-glibc I am hoping the change is a matter of changing the base image in your v. 3 GUI Dockerile and rebuild a new version. I would try it, but the learning curve for docker authoring and build process is too much for me. Thank you!
  7. I have added camera icons with blinking flash.
  8. I'm limited to the free SVGator software for the free version which only allows 3 exports per month and animations of 3 seconds. That is too short for all the bouncing ideas you mention.
  9. I was able to figure out an animation... attached: EDIT: Changed for better animation... yellow-jellyfin2.svg
  10. Thanks for letting us know... I was set to All Private... I only share w/ a couple family members. Anyway, on to the icons... I don't want to hijack my own thread. Here are a few options for the Jellyfin. I tried to animate but I had no luck. I am including the static svg file in case someone wants to give it a try. My animation idea was to EITHER have the inner triangle rotate 120 degrees in about .75 seconds on a 3 second animation. OR change the color of the inner triangle from blue to deep red and back to blue. Transition would be for about 1.25 secs. Jellyfin-raw.svg Here are the static icons in .png format. These are 500 px square. I recommend re-sizing to about 120 px. I am not a fan of the color version, but include it just in case. Thanks. H.
  11. ‘sure…. Let me work on it today. This would be a static icon. Can’t re-figure out how to do the animated stuff… What is the MASSIVE piracy scandal? I have not heard about it. What is SSO?
  12. Sorry, just saw this... Which version of the color scheme are you using? I cant recall how I made the animations all those years ago. I would be happy to create a static photography icon, but which color version are you using? A screencap of the collection would help. Thanks, H.
  13. It has been about 2+ weeks and everything is running smoothly. Thank yuo @itimpi and @mathomas3 for the solution!
  14. I think I just entered The Twilight Zone. At some point I do a refresh of the Disk Location Page.... and the changes I suggest in my post above are implemented!!! I am not sure what happened... I did reboot the server. I had to spend time investigating. Turns out sometime last year, I manually edited files and stored them in /flash/config/plugins/DiskLocations. I have a script in my server that does some tweaking around. As part of this script, I have the below lines: cp /boot/config/plugins/disklocation/devices.php /usr/local/emhttp/plugins/disklocation/pages/devices.php cp /boot/config/plugins/disklocation/disklocation_devices.page /usr/local/emhttp/plugins/disklocation/disklocation_devices.page cp /boot/config/plugins/disklocation/disk.css.php /usr/local/emhttp/plugins/disklocation/pages/styles/disk.css.php I assume these files are of an older versions of the plugin that make the design changes. But they do the job. Just in case someone likes these edit's, I am attaching the three files. Again a warning, these are likely outdated. Here is what it looks like: UPDATE #2: The files did break the current version of the plugin. I cannot get into any of the Configuration screens. I have edited the files from the latest release with those edits. I am attaching them here. It's scary how I forgot I did this... and that after that script executed, all of a sudden, the changes are there. Thanks! disklocation_devices.page devices.php disk.css.php
  15. Hi @FlamongOle Thank you for this very useful plugin. If I may offer some visual design improvement ideas. Obviously the plug in is meant to help identify where the different drives are located within your server box. The typical way I search for a drive is by its serial number. Currently, on the main Devices page, it's kind of hard visually searching for the serial number among all the info that is displayed. It would be great to let the user change the font size, font weight, and font color of the Serial Number. Much like how you allow the color configurations. If this info is not easy to parse out, perhaps, with the Serial Number is always inside parenthesis, you can extract this and give it is own class name for CSS. Second suggestion. Because of my server's layout, I have 5 separate Disk Tray Layouts. I find that the disk padding between the Layouts is quite large. This forces me to have to make my browser window wider than normal. Please consider either reducing the distances shown below OR add the ability for the user to control this like how you do w/ the colors. It would be nice to see more on the screen at the same time. Here is a quick mock-up; Thank you again. H
  16. I swapped back PSU... to my original... a 1600W Platinum rated unit from EVGS (or is it SVGA). I am now using ONLY sata power connectors that came w/ PSU. I have two SSD's that I did split off a molex. Rebuilding the now missing drive. Wish me luck.
  17. I did switch PSU when this started happening... but it did not fix... Going to work on the cabling.
  18. Hi Guys, I have a SuperMrico XDP1 motherboard (Dual Xeon CPUs). The board comes w/ three of the SAS connectors with the 4 SATA cables coming out. I also have a couple of Dell LSI controllers that have been flashed to IT mode. I have tried switching the SATA data cables around between the on-board and the adapter cards w/ the same results. I did upload the diagnostics before my re-boot. I think that the server rebooted itself overnight because this morning the one drive had the X and it was doing an unscheduled Parity check. How can I replicate this? Rebuild the one drive and wait? Thank you guys! H.
  19. I do...! Let me try adding more to my modular power supply. Please stay tuned.
  20. Thanks @mathomas3. I don't think this is related to SATA vs SAS... and I don't think the drives are failing. Making the switch is too expensive. And I have been using SATA drives for over 10 years on my server. I am retiring some Hitachi 4TB even though they are running smoothly.
  21. Hi Team, I am at my wit's end. Over the past month, a good chunk of my drives have been failing one after another. Some drives are new, some are old. I know this is not typical, and something else is wrong. Typically I get one or two of the drives getting the red X. On another unix machine, somehow I have been able to get them to work, either by xfs_repair or mounting and re-mounting. I have shuffled my data around so much into spare new drives. I have also managed to shrink my array by copying data from old smaller drives into new drives. Thinking this could be a symptom of a bad power supply, I replaced it w/ a more powerful one - 1800W. No luck. This past weekend, I managed to complete a new configuration with a complete parity rebuild. This morning I woke up to another red X. I powered off the server, took the drive out, put it in a separate PC and using PartedMagic, I tried to mount w/ no luck. I ran an XFS_Repair... It started w/ attempting to find the second superblock, where you get all the sequential dots... This has never fixed anything in the past, so I canceled. I took the drive and put back in unRAID, and the X is still there, the disk shows as "Not Installed". But in Unassigned Devices it shows up. I am able to mount it and read its contents. This is what has been happening for weeks. I would copy the data to another drive, and try to rebuild everything again... It keeps happening. Any thoughts what could be wrong? I am attaching two Diagnostics, one is from this morning when I woke up, and the second is from right now where the failed drive is mounted, but still shows as "Not Installed". I really need some help. Thank you! H. tower-diagnostics-20231218-0606.zip tower-diagnostics-20231218-0927.zip
  22. Also…. How useful is seeing that long list of items? I assume when you expand the folder, you will get all that info. What if there is code that parses out just the first 10 items in the list and puts a “more” tag at the end.
  23. ‘sorry to start w the obvious. How many or which containers have such long lists they flow off the page? Are we going crazy trying to solve for the exception of the rule? Sorry for lazy way out, but this would be even worse without our beloved FolderView.
  24. Hi Team.... I have a similar issue. For ages, everything on my network was \\TOWER... Windows shortcuts, Windows mappings, Libreelec Kodi shares on several devices, custom bash scripts, etc). Nothing is now resolving to TOWER... It will be a chore to go back to get everthing working by changing to the server ip. There is stuff that was made years ago, which I forgot, that will require adjustments. Is there a way to simply get \\TOWER back? I have this in "Fix Common Problems" This in Management Access: Is there something I can change on my router (192.168.0.1)? Thanks, H.