Abnorm

Members
  • Posts

    93
  • Joined

  • Last visited

Everything posted by Abnorm

  1. 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.
  2. Hello fellow Unraid users. I've gotten myself a secondary unraid license for my old gaming rig and seem to have some issues with stability. It runs amongst other stuff the pihole docker and plex docker which my old box used to run. when i ran both these on my old box and a library scan is running, the old box is pretty much stuck in 100% cpu for hours and pretty useless for accessing media and using pihole (dns stops working). Prolly because of fillrate on my wd red drives. But no matter, the old storage box is not the issue here. The issue i have with the new box is that after about 3-4 days pihole turns unresponsive resulting in no more dns. I could switch dns but that's not the point I can access the machine in gui mode, webgui works but sometimes just doesn't respond to key/mouse inputs and forces me to hard reset (yes, this is far from optimal). To me it looks like the network just dies followed by a panic state, at least that is what the symptoms would suggest. I do not have a complete log of what exactly happens but I'll add the debug log, a screenshot of the systemlog right before it hung today and here are the hardware it is running on: Model: N/A M/B: MSI Z97 GAMING 5 (MS-7917) Version 1.0 - s/n: To be filled by O.E.M. BIOS: American Megatrends Inc. Version V1.13. Dated: 02/16/2016 CPU: Intel® Core™ i7-4770 CPU @ 3.40GHz HVM: Enabled IOMMU: Enabled Cache: 256 KiB, 1024 KiB, 8192 KiB Memory: 24 GiB DDR3 (max. installable capacity 32 GiB) Network: eth0: 1000 Mbps, full duplex, mtu 1500 Also to note, the NIC is a Killer E2205 - I'm thinking this might be buggy or something. Are there any particular BIOS settings that could be messing this up perhaps? labrador-diagnostics-20190827-2036.zip
  3. 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
  4. 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
  5. 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
  6. A summary of what i did in terms of flashing the card, just check the last post, hopefully it helps :
  7. Hey, it really isn't breaking functionality in any sort of way, but I'd think it would be practical to have a button to manually starting the mover-process on either the Dashboard page or for instance the cache tab on the Main page. Most users of course do this via the scheduler which in itself is totally fine, but when moving large amount of data externally to server it would be a valuable function in some user scenarios (at least for mine :)). Cache gets filled quite fast and since in my usercase they are ssd's, big ones costs a bit much. Just an ease of use kind of thing, as the only way to do this now is via Settings -> Scheduler -> Mover Settings. Thanks and happy holidays!
  8. Allright, stuff finally arrived from china in time before the holidays. So I've been messing with stuff today. For flashing IT mode i followed the following guide: https://www.servethehome.com/ibm-serveraid-m1015-part-4/ A quick note before the before note: Get long enough SFF cables! I bought 50cm, you should at minimum get 1m cables. A few notes (if anyone is doing the same): The easiest way to do this is with a seperate computer, try to borrow from someone if possible. I flashed the card with IT mode without a Option ROM. This is to save some boot time as the option rom is not used. It usually is for configuring RAID (but we do not use a RAID for unraid.). To do this, the flash command looks like this: sas2flsh -o -f 2118it.bin On UEFI it would be: sas2flsh.efi -o -f 2118it.bin I used freeDOS booted from USB for clearing the firmware, and ended up having to use UEFI for writing firmware and setting the SAS address. This varies on your hardware of course. I got a PAL error in freeDOS when trying to write the firmware, this is normal it seems. FreeDOS bootable USB can be created super easy in Rufus, just copy the files from the guide to USB afterwards, overwriting autoexec.bat is ok. it isn't needed for this. Another thing, do NOT mount your disk in UEFI, just do 'fl1:" <- depending on your device. I had one disk connected, but the devicelisting i UEFI cleary said 'USB' Using 'mount FL1' would not work in UEFI. Also, to flash in UEFI you will need the .efi version of the sas2flash tool. I found it inside Installer_P18_for_UEFI.zip and just googled it. here: https://rebyte.me/en/avago/157482/file-1538648/ it seems antivirus does not like .efi files, so if it's gone, check your antivirus. I had no issue with windows defender, but it's really not all that strict on my client. If you've booted to UEFI, got it flashed etc the last step is to set the SAS address for the card. The numbers will only matter if you have more than one card (think of the SAS address as a MAC-adress, having identical MAC-addresses will create a conflict and the network would not work, same with SAS). I'd of course recommend using the card's unique address, but any numbers should do. (16 hexadecimal numbers in total, including SAS prefix). Thanks for the tips, and hopefully this will help someone. If you have any questions, pm or mail me.
  9. Ok, sorry for the late reply, Thank you for your recommendation I was browsing around a bit on ebay and found a IBM ServeRAID M1015, which is a LSI9211-8i controller really. Thisc an be crossflashed with a IT/HBA firmware so it should do the trick. Cost was £28 with free shipping, SFF cables was like £7
  10. Hey, a bit late to the party, sorry. Yeah I had the same experience once, so i read up on it and asked some security dudes at work, they gave me a crash course. A good mindset (for interwebs stuff specifically:)) is to always assume a vulnerability exists, you are never safe, regardless of what you do. 🐱‍👤 In my mind i would say you're in a good spot (or as a good spot you can get) regarding how you've setup your system for remote access. I would do the same, I'm just going to use a reverse dns as well, just think the available duckdns domains are boring . But this will not increase security by any measure. Its just an A-record for my own domain that points to the registered duckdns-domain, as IPs are not likely to change much when i get my fibre at the end of the year.
  11. Thanks for the reply John_M, much appreciated! I could see controllers might the issue, it would be pretty wierd if it was my drives after all, since I've replaced a bunch of them. It has never been an issue until the last few months. Good to know. I guess it's time to stop using my cheapo china sata controllers and get something worthwhile.. pretty evident it came back to haunt me. Lesson learned So, I've got 2x cheapo sata controllers, both got 4 ports, so I'm in the market for a 8 port pciex LSI sata controller it would seem. I cannot physically fit any more drives in my current box, so no need for any more ports. Also, the idea is then to replace controller, boot server, array will fail, stop it, assign correct disks to the correct slot and restart array right ? Any recommendations for what LSI controller to get ?
  12. Hey, so during the last few months i've been having issues copying files to my array, issue seems to come whenever the cache mover process is running on large transfers (+/- 2-500GB). Well, the thing is, as my internet sucks where i live, i've got a server located somewhere else where i physically move a usb drive back and forth, which is fine for my needs at the moment. Fibre is on it's way but it will be a while still. I bought a few seagate 4tb drives during the summer since the price was very good, I've normally ran WD Reds and have never had any issues. So a few weeks later my seagate drive started acting up, fine i thought, got a RMA and a new drive. While doing running the mover again the new one also died. Fair enough, unlucky I guess, so I RMA this one as well. Got a new one, same story, didn't find anything wrong, so i've later moved this disk to another server and it works fine. I got a WD Red as a new replacement in my current local server. While i changed the drive, i also switched sata cable just to be sure. But it happened again now.. So could anyone tell me what the heck is actually going on ? I'm getting a bit impatient running rebuilds that takes 2 days a few times a month. Server has been working fantastic up until the last 3-4 months. This seems to happen during the mover process from my ssd's to my array. A few other disks also reports issues, but they're never exluded from the array, only disk 11 (SDN) is. SMART never finds physical issues on either of these disks. Is there something I'm doing wrong ? Is there some config i need to be aware of ? attached is the diagnostics log dump. Please help, and thank you in advance. blackbox-diagnostics-20181125-0030.zip
  13. If you need access to stuff on your unraid from the interwebs, base this around VPN. Assume services are in themselves unsecure (for example ssh). At least for ssh (and other common services, like Plex, FTP etc) never forward and use default ports as these will mitigate 99% of all automated scans from bots, but you should never access your server this way. Using default ports is a bad practice and gives hackers a good idea of what you're hosting on your box and could utilize new vulnerabilities as they're exposed. Hackers mostly does not like manual labor but if you've caught their interest they'll give it a more direct effort.
  14. Upgraded from 6.5.3, no issues at all. Like the new interface !
  15. Super old sig, thanks for pointing that out I'll stay pretty much on the newest stable release available, with all the security patches and such.
  16. Thank YOU for the amount of work and quality you put into unraid, I am constantly hassling all my friends to get their own rig. In every relevant usecase I am constantly met with "woah!", "you can do WHAT?!", "seriously??","this is so easy","I'm in love". It has been massively usefull for me professionally as I pretty much use unraid as my personal lab, even my colleagues borrows it for most of their lab needs. We're currently planning a monster rig to use internally for this purpose. New look is great, can't wait to see what the future holds!
  17. 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 ?
  18. Hey, just doing some springcleaning of my box and I see it is recommended to use MariaDB from either linuxserver's or binhex's repo (according to the 'Fix common problems' plugin) I'm currently running my kodi and owncloud database on this docker (from needo's repo), are there any procedure to safely migrate my databases over to a new docker ? Beeing used to some light MSSQL management from work but mySQL is the much of the same but quite different
  19. Ok, I'll just stop it and replace with the new drive then. thanks!
  20. Hello all, just to be sure I don't screw up my array and would like to keep my 40TB's of zeroes and ones.. Since I first started using unraid, by mistake I added a SSD to the array and I'm in the process of doing some much needed spring cleaning of my box. I've got some new drives and I want to remove my SSD from the array and use it as a cache drive instead (as it pretty much is intended to do). All my docker images etc have been running on this SSD (and some VMs which are now beeing moved to the array) so I'm copying these files to my shares now and configuring docker with correct root paths and so on. Will the correct approach be that I just stop my array, replace disk4 (currently ssd in array) with my new drive with no further issues? and thereafter setting my ssd up as a cache drive? edit; I have got a parity drive, fyi
  21. I haven't used my vm's for a while, I see now the default location for vm images has moved to /mnt/user/domains so move your disk image files to that location and they should show up. Currently in the process of moving them myself so I'm unable to confirm this at the moment though. Edit: Did not work just moving the vdisks for me, but I deleted the libvrt.img, updated the path for libvrt.img (to the same as default). It would not automatically create libvrt.img before I "updated" the path. I am pretty sure it is because of my setup though, haven't used VMs since unraid 6.1.
  22. Hello all. First of all, thanks for this docker, it works great! I've now got this sweet monitor running on a screen in my serverroom. Thanks to panzerschrek for the instructions! link; https://www.reddit.com/r/unRAID/comments/7c2l2w/howto_monitor_unraid_with_grafana_influxdb_and/ So .. I was googling a bit, and thought about monitoring my dd-wrt router at home, considering I'm on a metered mobile connection at the moment and would like to know about my traffic when things are behaving slow and latency spikes. I found this project; https://github.com/trevorndodds/dd-wrt-grafana Seems to check all the boxes for what I would like to monitor. I've done all the steps, making sure the crontasks are running as they should, doublechecked all my .sh scripts etc. So the router is behaving as it should. Now to the issue.. If I understand it correctly it needs a graphite datasource to dump data to ? (as for the Unraid monitoring I'm already using, Telegraf pushes data to influxdb and grafana is presenting it right?) Problem is that i cannot create a graphite datasource, I just get a http 404 error: Any ideas ? Last step is importing a json which creates the dashboard, but it will not work without a datasource (obviously :))
  23. EDIT; It suddenly started working after 2 days it seems, who knows why. Hey, updated the docker tonight, it seems the DNS server is working fine, but the web ui is not reachable anymore. Running unraid 6.4. Earlier it was setup as bridge but to port 8081, this worked fine. After the upgrade I have tried setting it as the same, no go. I tried setting it up with br0 and its own ip, no go I've added the extra parameters, i tried renaming the interface to eth0 and a few other tips i found from the recent posts in this thread, nothing seems to help. I've now set it up as with 'host', and changed unraid management port to 81 I cannot for the life of me get the pi-hole webui to work launch command when starting pihole; - root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="pihole" --net="host" --privileged="true" -e TZ="Europe/Berlin" -e HOST_OS="unRAID" -e "TCP_PORT_53"="53" -e "UDP_PORT_53"="53" -e "TCP_PORT_80"="80" -e "ServerIP"="192.168.0.252" -e "DNS1"="8.8.8.8" -e "DNS2"="8.8.4.4" -e "IPv6"="False" -e "TZ"="Europe/London" -e "WEBPASSWORD"="admin" -e "INTERFACE"="eth0" -e "DNSMASQ_LISTENING"="all" -v "/mnt/user/appdata/pihole/pihole/":"/etc/pihole/":rw -v "/mnt/user/appdata/pihole/dnsmasq.d/":"/etc/dnsmasq.d/":rw --cap-add=NET_ADMIN --dns 127.0.0.1 --dns 8.8.8.8 diginc/pi-hole:latest WARNING: Localhost DNS setting (--dns=127.0.0.1) may fail in containers. --a bunch of numbers etc, looks like a fingerprint, leaving this private for now:)-- The command finished successfully! - is there something stupid I'm missing ? Halp!
  24. Hey! upgraded from gui, reboot, everything went smoothly. Had som initial issues with https and the certificate provisioning, got blocked by dns rebinding protection. I have a DD WRT router, tried to disable dnsmasq and disabled filter ident (113) on the firewall settings with no success, then I just changed the dns to 8.8.8.8 and all is well, thanks for the hard work devs and testers!