Everything posted by nate1749
-
[Support] - HDHomerun Signal Web
this is awesome, no more pounding control+r on the web UI to see what's going on with the tuner. Also for those running their tuner in a different subnet (and 2,000 miles away like me), it works just fine; this is something the original tool could never do as only auto-discovery in the same subnet was possible.
-
[Support] Linuxserver.io - Unifi-Controller
for anyone that is having issues with the init-mongo.js file/path (it was giving me issues that I was too lazy to troubleshoot), I opted to instead create the mongodb container and then manually create the two dbs and users within and then it worked for me. Once you're within the console of the mongodb container you can type mongosh and then: test> use unifi switched to db unifi unifi> db.createUser({ user: "unifi", pwd: "enter-your-pw", roles: [ { role: "dbOwner", db: "unifi" } ] }) { ok: 1 } test> use unifi_stat switched to db unifi_stat unifi> db.createUser({ user: "unifi", pwd: "enter-your-pw", roles: [ { role: "dbOwner", db: "unifi_stat" } ] }) { ok: 1 }
-
[support] rix's Docker Repository
Anyone have an example DVDrip.sh ? I'd like to modify some settings for how the mkvs get encoded, but don't know how write this file from scratch. I've used rix1337/docker-ripper:latest & rix1337/docker-ripper:manual-latest I've jumped in the container and searched for the file, and although I can find abcdef.conf in /ripper I can't seem to find DVDRip.sh.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
man and manpages would be great. I'm not sure why documentation was ever omitted; perhaps memory? but the days of being worried about a few megs of text files in memory are over, so nerd pack to the rescue. https://pkgs.org/download/man-db https://slackbuilds.org/repository/14.2/system/man-db/ Thanks for all the work on this project; makes unraid so much better.
-
LSI 9201-16e unraid can see the card but no HDD
I had a similar thing happen to me about 10 years ago and after spending hours on it, someone on this board said "re-seat the card." I unplugged the card from the pci slot, re-inserted it, and the mb detected it again, thus unraid saw the drives, and fixed my problem. Hopefully you got it figured out already though.
-
Motherboard that would support intel, dedicated gpu, 3 hba cards
Looking for any recommendations on a motherboard that supports intel 10th/11th gen processors, quadro p2000 on a dedicated pci 3.0 (not shared or downgraded when some other slot gets used), 2 m.2 full width drives, and preferably 3 other pci slots that could handle HBA cards that will have 8 drives on each (spinning rust), and up to 128gb of ram. It's that fourth pci slot that I'm having trouble with, otherwise this one would be perfect: Gigabyte Z590 AORUS ULTRA LGA 1200 Another option would be for me to sell my 3 sas9340-8i cards and buy 2 cards that support 12 drives each; or find a board with at least 10 on board sata ports (array is 24 drives + 2 cache + 2 other drives outside array that I want to use as zfs block storage), but before I do that, I thought I'd ask here. Budget is $300ish, but that can go up if needed. Nate
-
(Solved) System does not boot after a power failure. (6.9.1)
What about taking a new usb thumbdrive, putting the unraid trial version on there, and just seeing if it boots. If it does and you're not getting the errors, then something is probably corrupt with your thumb drive. I'd recommend copying the files off of it now while you can so that hopefully your config is saved. Maybe then you could copy your config files onto the new usb thumbdrive (instructions on how updates used to be done might help here) and if it works, then you would just need to share your new guid on the thumbdrive with unraid to get your license transferred over. Someone else might have better troubleshooting steps though. Nate
-
wsdd 100% using 1 core
Thanks, this resolved it for me as well and is preferred over a reboot. I only had one container running (sabnzb) and now I have none (but docker is active), so I'm curious if it'll happen again under these conditions.
-
[Support] binhex - rTorrentVPN
Well shoot. How is the port supposed to get passed if you're using bridged mode? Or is that something that shouldn't be used now (I'm not using wireguard, so I thought it was still okay to use bridged mode)?
-
[Support] binhex - rTorrentVPN
For anyone who had port forwarding break after an update, my solution was to delete the Additional_ports variable and re-create it as a port type. Not sure why it switched during the update, but it's an easy fix.
-
ProFTPD Plugin for unRAID v6.8.x
for anyone who wants to turn on the appending of file transfers (you'll get the error "Append/Restart not permitted, try again" you need to add the following to the config file proftpd.confg AllowStoreRestart on http://www.proftpd.org/docs/directives/linked/config_ref_AllowStoreRestart.html
-
[Support] Linuxserver.io - netboot.xyz
Appears to be looking for the tftp server and it's not seeing it. Did you remap ports? Don't remap port 69. Also, love this project. Having used a variety of things over the years for PXE (wds, fog), this is exactly what I've been looking for. Still trying to figure out how to actually use the local assets after they're pulled, but I'm only 15m in and haven't gone through all the documentation yet, so thanks for this.
-
[Support] Linuxserver.io - Grocy
Thanks for the detailed reply, I really appreciate it as it seems like you've got some solid best practices for most people. I'm just tracking too much and I need to incorporate your exceptions of ignoring luxury items, perishables with a short lifetime, and if anything gets opened mark it as out of inventory. I've been trying to track all of that stuff and when I realized I was putting more time into inventory tracking than time it would take to run to the store to get another, I stopped using it. Thanks again.
-
[Support] Linuxserver.io - Grocy
Just curious if you're still using this app and if so, how are you keeping inventory up to date? I love the idea of this, but am spending too much time to keep it up to date, so I'm thinking I might be overdoing it.
-
file browser in webui
+1. I've also got a synology NAS and their web UI file browser is way more advanced than I'm looking for with unraid. Currently I use screen sessions and rsync to move things around as MC seems to have a bug where it replicates and nests directories with the same name under that directory rather than merge them. Other than Krusader, anyone have a docker container they use & like?
-
Server Layout Plugin for unRAID v6
Ah, I think I figured it out. For some reason I can't seem to get any SMART data off of that drive. Even though the drive is spun up I can't run a short/extended test since it says it needs to be spun up. Refreshing, waiting, etc., don't seem to make a bit of difference and this works on other drives. My guess is the drive is 2tb and it's plugged into an old pci-x card (other drives plugged into the card are 1tb or less) and maybe that's causing issues (or maybe there is an issue with the drive). Anyways, this is probably due to my setup and not an issue with the plugin (unless someone has had this happen before). Thanks.
-
Server Layout Plugin for unRAID v6
Love this plugin, thank for making it as it replaces my hand written scribble/excel spreadsheet, however, I was having an issue where a drive was showing as historical even though it's currently installed, live, active, and working in the array. When I go to the report tab it's not in there, so I went ahead and deleted it from the historical section thinking that may refresh something, but now it's just completely gone. Any ideas? Not a big priority, just curious if I'm missing something obvious. I'm running unraid 6.6.6 and am thinking I may have juggled this drive around into another slot at some point and maybe that's why it's confused. Thanks, Nate
-
Re: Format XFS on replacement drive / Convert from RFS to XFS (discussion only)
Yeah it is! The last time I did a major move years ago I think I was also lazy about copying so I just unassigned the parity drive until I had everything where I wanted it then re-built it. This time though, I'm opting to maintain parity during the process. Certainly not the best way, but I know myself and that I will get busy with other things and not look at the server for a few days/week and then I'll forget what step I was on or what I was even doing, so that's why I personal prefer moving in my specific scenario.
-
Re: Format XFS on replacement drive / Convert from RFS to XFS (discussion only)
upthetoon: If you can, I would try putting in a new cable and re-seating the card (if it's plugged into one) that it's in. Unlikely that's the cause in my opinion, but never hurts to cross "bad cable" off the list early on.
-
Re: Format XFS on replacement drive / Convert from RFS to XFS (discussion only)
Completely agree, but I'm not going thru a 29 page thread and I skim the procedures and am grateful they exist, but my data isn't that important and the procedures generally treat data like it's more important than mine, so knowing that mine isn't, I intentionally skip some steps (e.g. I move rather than copy data). I also prefer learning and while following a guided step tour is great for completing the task, it doesn't help me (personally) with learning. Using a tiny bit of guidance and then tripping and stumbling is the best way that I learn, so for my hobbies like (UnRaid), that's what I do. Not saying it's the best method, but that's just the way I'm wired. I do appreciate all the efforts everyone puts into this thing, and I completely get RTFM, but I also am aware of the risks I'm taking by cowboy'ing it a little bit and not following all the prescribed steps.
-
Preclear plugin
thanks Frank, it is working now, perhaps there was some maintenance going on (~2am PST) when I tried earlier as it was a link is no longer valid screen.
-
Re: Format XFS on replacement drive / Convert from RFS to XFS (discussion only)
I wasn't using a procedure, I was just being sloppy and doing it my own myself, and I would have been fine except forgetting that formatting a disk will write that change to parity so I couldn't back out of it. I don't use rsync, I just move files with midnight commander because it's not worth it to me to be that careful with my data as the stuff I have just isn't valuable and I can always retrieve it again and after using unraid for 9 years I've only lost data once (and that was just now), so ::shrug::. I could have tried getting it back with reiserfsck, but I honestly just don't care. My server has terabytes of nonsense on it and I just don't need to hoard so much so this is forcing me to audit and cleanup. You should note though that if your disks aren't 4k aligned, the procedures that I saw don't address changing that if you want them to be. Formatting them to XFS doesn't change the alignment in unraid (some confusion in posts about this from people assuming it does), so you'll need to either preclear the disk or blow out the partition table w/gparted (dd'ing would probably do it as well) if you want them aligned, but on the other hand it's a pedantic measure and not really needed if everything is working fine.
-
Re: Format XFS on replacement drive / Convert from RFS to XFS (discussion only)
upthetoon: did you preclear the new disk first? Wondering if you got a bad one and it just died. Try a full SMART test and see results.
-
Preclear plugin
anyone know where to download the required preclear_disk.sh script? The attachment on the linked post is dead:
-
Re: Format XFS on replacement drive / Convert from RFS to XFS (discussion only)
Ironically, now I'm hoping a rebuild will be possible as I just realized that I missed moving a directory after just now formatting it to XFS. I started the array and it's empty, so doing a parity check now, but if formatting it wrote those changes to the parity drive (which I'm guessing it did) then I guess that data is gone forever. Oh well ::shrug:: I needed a good reason to audit all the data on my server anyways.