Fireball3

Members
  • Posts

    1355
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Fireball3

  1. I'm deleting these locations after closing my IE sessions before shutdown. del /q /s "C:\Users\user\AppData\Local\Microsoft\Windows\INetCookies\*.*" del /q /s "C:\Users\user\AppData\Local\Microsoft\Windows\INetCache\*.*" del /q /s "C:\Users\user\AppData\Local\Temp\*.*"
  2. Yes, and unfortunately No. Those are the credentials stored for the IWA (integrated windows authentication) The stored values at that place don't work for unRAID forums. The same entries can be found in IE when going to: Options, Content, Autocomplete, Manage Passwords (free translation, my OS is not English) There you can find a second category called Web-credentials or so. Shows no entries on my side.
  3. Hey guys, I'm somewhat confused. My new company machine is running W10. Prior, I was used to log in to this forum with my credentials but for some reason IE does this automatically now. I disabled the Integrated Windows Authentication although that setting shouldn't affect public sites. I disabled autocompletion for usernames and passwords and checked the stored information - all empty. I deleted cookies and temp files, it still logs me in at startup. How does this work? Thanks in advance for the insights.
  4. 🎉Happy birthday! 🎉 Joined in 07/2013 after I realized that some of my dozen 1.5 TB Samsung harddisks, that I had on the shelf, were giving read errors when I needed them. 😱 Meanwhile I'm running 2 servers myself and another 3 builds are run by friends. I'm very grateful about this solution and wish you guys good health and long lives to keep it rocking! Many thanks and cheers! 🍻
  5. Very interesting read. I also experienced drop-outs but it was the RAM - a couple of times. IIRC the connection techniques of RAM and NVME are quite similar. Reseating the RAM solved the issue but it's very annoying, especially if I'm not at home and my family wants to use the media server. I wonder if you guys ever had this kind of connection issues?
  6. Issue: The binary used will lock up the machine if used with the logging option. Redirecting the output to a file works, but if there is a user action needed (prompt for y/n) it will not be visible. Q: Is there a way to have the output on screen and also redirected/duplicated to a file? Thanks in advance.
  7. Welcome to the UNRAID forums! Which board are we talking about? Is it the primary slot that used to be used with a graphics card? Maybe setting the graphics output to you primary video card, not the PCIe card. Try another slot?
  8. @itimpi May I add my 2 ct. for consideration as you're still in development. Several people are using the S3 standby plugin. The plugin performs some checks to evaluate if it can issue the S3 standby command. Do you think you can use that work to implement the "pause parity" feature in such a way, as to run automatically when the server is running idle? e.g. if there is "low activity" on the NIC or if the "running hours" is the only condition that is blocking the S3 sleep. (Probably need both to be able to stop the check when NIC load goes up again) This would be a very useful feature.
  9. I moved all cards with limited drive size support to the lower table "Not recommended extension boards" some time ago. I use the DELL H310 card (SAS2008 chip) with 10TB drives - no probs.
  10. Yes, depending on your settings for sigs. You can also do a forum search for hardware wiki.
  11. Writing from my mobile. Check my signature and go to the hardware wiki. There is a table with recommended controllers of all kind. Might provide a link later if you dont find it.
  12. You're right, I had my specific setup in mind when I wrote that. If my clients were RPi's, I probably wouldn't mind also.
  13. Of course they aren't. Not even the server is up 24/7, that's why I run the database on the bananaPi. Thanks for your feedback! I pulled the armv7 docker and fiddled around with it. The management of the server is pretty nice. Had trouble to link to the server via the EmbyCon plugin but the "Emby for Kodi" plugin worked right away. I let it scrape the Movies - OK. Set up a second library for shows but that is not showing up...guess I have to sign up on the emby forums. Thanks for pointing me into this direction! Emby looks more promising than the Kodi/MySQL combo.
  14. @saarg Would you mind to shed some light on the mentioned questions above? At the moment I'm not that far into Kodi/Sql so I could still switch to something more userfriendly.
  15. The reason why I went with kodi/mysql is that I don't want to have the .nfo and album art cluttering my server shares. Kodi keeps this kind of data in it's database. Does this also apply to Emby? If so, I'm willing to read up Emby.
  16. I vaguely remember having read something similar. I doubt I can find the source again. Edit: Here it is - this thread, some posts ago... Now this raises the question how to configure the scraper on the headless... I don't use sonarr, but a cron job should be doable. If you have some hints how this trigger looks like, would come in handy. Although headless, the docker has a webUI at port 8080. There are lots of settings but when I changed language and things and came back, changes were discarded. Is this by design or should it work? Next question is, how to set the scraper on the headless? I used the universal movie scraper on a client and it did quite well. But how to install the scraper plugin and configure that thing on a headless? I will do some research on that but if you have first hand info, don't hesitate to post here. I wonder if I'm the only one with this lack of info since I haven't found any comprehensive how-to for a headless setup from a-z.
  17. Got it. After I figured out, that there was no service listening on port 3306, I checked the content of /etc/mysql/mariadb.conf.d/ and found another .cnf file. It seems the NextCloud distro uses a different name for that config file. After removing the bind-address setting in that file and restarting the service, the clients connect as expected. I still haven't found where to fire up the scraper. My expectation is, that the headless codi should do that job or am I wrong? I added a sources.xml pointing to the unRAID share into the userdata folder - is that enough?
  18. Yes, you can continue without worries. This backup step is not really necessary if you don't intend to revert back to the original firmware. Make sure you got the adapters.txt with your SAS adress.
  19. The SAS 9300-16i Host Bus Adapter and SAS 9305-16i Host Bus Adapter are rated at 12GB/s but not yet reported working with unRAID. The SAS 9300-16i uses a 2x SAS3008 controllers which is confirmed working in the 9300-8i controller. The other one is most likely also working. Depending on your location it might be a better choice getting two 9300-8i's or a pair of their OEM server pulls (see wiki) to save a significant amount of money, if you don't need the PCIe slots for other things.
  20. Thanks for clarifying! I have a mysql running - not the docker though. I followed the instructions in the kodi wiki to set up the mysql as I already have it running with nextcloud. Used the bind-address = 0.0.0.0 setting. Unfortunately I can't connect to the database remotely (console login with the new user/pass is working). I tried HeidiSQL and get "Can't connect to MySQL server(10060)". I opened up iptables "iptables -I INPUT 1 -p tcp --dport 3306 -j ACCEPT". I flushed iptables for testing - all nothing. What's wrong?
  21. After looking at the advancedsettings.xml, I'm a bit confused. Do I need another docker that brings the mysql database? Isn't it included in the headless-codi docker? 😮 And finally, where/how can I set up the scraper to work through my sources?
  22. Edit: Ignore it, I used the wrong container. (x86 instead of the arm) 🤡 Now the container is running and the log shows this: Warning: MHD_USE_THREAD_PER_CONNECTION must be used only with MHD_USE_INTERNAL_POLLING_THREAD. Flag MHD_USE_INTERNAL_POLLING_THREAD was added. Consider setting MHD_USE_INTERNAL_POLLING_THREAD explicitly. Any advice where to set that flag explicitely? Finally found some time to read through the docker guides and managed to pull the kodi-headless from linuxserverio. This is what I get when trying to start the docker. root@bananapim2:/opt/appdata/kodi# docker start kodi-headless kodi-headless root@bananapim2:/opt/appdata/kodi# docker logs kodi-headless standard_init_linux.go:207: exec user process caused "exec format error" standard_init_linux.go:207: exec user process caused "exec format error" The inspect output is attached. Need help with this.
  23. Depends on the preclear script. This is a 4 TB drive and I think the speeds are OK. Can't imagine how a 10 TB would finish in 18 hours!? I don't have the preclear reports of my 10 TB at hand right now. ========================================================================1.15b == invoked as: ./preclear_bjp.sh -A -f /dev/sdd == WDCWD40PURX-64NZ6Y0 WD-WCC7K5YELJJ3 == Disk /dev/sdd has been successfully precleared == with a starting sector of 1 == Ran 1 cycle == == Using :Read block size = 1000448 Bytes == Last Cycle's Pre Read Time : 9:42:56 (114 MB/s) == Last Cycle's Zeroing time : 7:49:21 (142 MB/s) == Last Cycle's Post Read Time : 10:08:54 (109 MB/s) == Last Cycle's Total Time : 27:42:11 == == Total Elapsed Time 27:42:11 ========================================================================