runraid

Members
  • Posts

    94
  • Joined

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

runraid's Achievements

Apprentice

Apprentice (3/14)

20

Reputation

  1. I was able to get it working by following this thread I installed "nerd tools" via community apps, went to the plugins tab in unraid and clicked the "nerd tools" icon... and then i searched for "bluez" and turned it on. Next I putting the following in my /boot/config/go file. I also ran all it manually once # Configure the Bluetooth driver sudo curl -L https://raw.githubusercontent.com/Realtek-OpenSource/android_hardware_realtek/rtk1395/bt/rtkbt/Firmware/BT/rtl8761b_config -o /tmp/rtl8761bu_config.bin sudo mv /tmp/rtl8761bu_config.bin /lib/firmware/rtl_bt/rtl8761bu_config.bin sudo curl -L https://raw.githubusercontent.com/Realtek-OpenSource/android_hardware_realtek/rtk1395/bt/rtkbt/Firmware/BT/rtl8761b_fw -o /tmp/rtl8761bu_fw.bin sudo mv /tmp/rtl8761bu_fw.bin /lib/firmware/rtl_bt/rtl8761bu_fw.bin # Start Bluetooth /etc/rc.d/rc.bluetooth start Then I had to unplug the usb device, plug it back in and running some combination of the following made it work /etc/rc.d/rc.bluetooth stop /etc/rc.d/rc.bluetooth start sudo bluetoothctl
  2. Also +1'ing this. Home assistant now supports Bluetooth. Those of us running Home Assistant via docker will hit this issue. I'm not sure how to get the above work arounds working so as for now, I can't use the USB bluetooth receiver I bought to control bluetooth devices with Home Assistant.
  3. Yeah but what I'm concerned about is the fact that something was changed from underneath me. I didn't make these changes but suddenly there's this https://myunraid.ru/ showing up in my unraid templates. My template completely changed, seemed to be changed by a 3rd party actor. These templates are weird - https://github.com/Muwahhidun/unraid-docker-templates and something nefarious seems to be going on. The githistory on that repo is very recent. Yet I was using the VPN template for two years. So how did my unraid switch to a new template? Let me know if this thread isn't the right place to talk about this. I will switch to your template (Thanks for providing it!)
  4. Thanks. Looking at the history of this https://github.com/Muwahhidun/unraid-docker-templates/commits/main/my-openvpn-antizapret.xml i don't see how I would have switched to this container. I've been using this VPN container for like 2 years... and the git history shows it was recently created. I didn't make any changes to my VPN config at all... Do you have any idea how this could have been switched?
  5. This is the template URL -- No idea how this was added https://raw.githubusercontent.com/Muwahhidun/unraid-docker-templates/main/my-openvpn-antizapret.xml
  6. @ich777i'm very concerned and not sure what's going on right now. I upgraded my dperson/openvpn-client via the unraid "update all containers" and it's now pointing at something russia related. See the screenshot... anyone have any idea what this is?
  7. I got this figured out and am able to use the MariaDB inside the container to make this work. No need to run a dedicated MariaDB docker instance. First, make sure the shinobipro docker container is running. Log into the console of the container, either by using the unraid feature or by this command: docker exec -ti shinobipro sh Next, create the database and tables... mysql source sql/framework.sql; source sql/user.sql; exit Now restart the container and it will work.
  8. This should be, PRIVILEGES not PRIVILAGES. GRANT ALL PRIVILEGES ON shinobi.* TO 'shinobi' IDENTIFIED BY 'password';
  9. @Squid > Hearsay isn't usually helpful. Yup. I'm done with you guys. Deleting this account. I can feel your hostility towards us.
  10. @Squid I'm basing that off of my experience along with seeing posts on here and reddit. I'm fully on /mnt/cache now. I haven't had a single problem since. Yes, my bios is old, but as I mentioned before (forums are hard because they aren't threaded), I'm out of town for another few weeks and can't upgrade the bios until I get back.
  11. @ps2sunvalley that happened to me. I had to start from scratch. I lost all my history and manual edits of media metadata. Guys. Find another solution. It appears this company doesn’t care that your data is corrupting judging by their lack of responses. It’s time to move on.
  12. It’s more than a user or two that suffers from corruption on /mnt/diskX. That didn’t work for me. I had to move to the cache drive which doesn’t have parity.
  13. is it being looked at still? This is a serious issue. If it was me I’d create a blog entry or wiki with daily status updates. The forum is nice but there’s lots of noise.
  14. Even if we were, this happens in multiple other software packages using SQLite.
  15. @ps2sunvalley often the UI wont load, or some sections of the UI won't load. You can test SQLite databases with this command... replace it with the real database name... sqlite3 database_name.db "PRAGMA integrity_check"