runraid

Members
  • Posts

    94
  • Joined

Posts posted by runraid

  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!)

    • Like 1
  4. 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.

    • Like 3
    • Thanks 9
  5. @saarg but it helps get a better sense of the magnitude of this impact and maybe just maybe see patterns that might help. 

     

    I was able to dump my database and reimport and get back up and running. The issue on the cache drive was different from /mnt/disk, doing the integrity check complained of a missing index (this was after a fresh install and after half a day of scanning media). I’m up and running again and will report back with any new issues. 

    • Upvote 1
  6. @Squid or anyone else, I've found this error in the log...

     

    Jun 18 21:21:37 Tower nginx: 2019/06/18 21:21:37 [error] 3668#3668: *508820 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 192.168.1.18, server: , request: "POST /plugins/dynamix.docker.manager/include/DockerUpdate.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock", host: "192.168.1.2", referrer: "http://192.168.1.2/Docker"