ShoGinn

Members
  • Posts

    37
  • Joined

  • Last visited

Everything posted by ShoGinn

  1. Then if you are super nerdy, you can do the user script: #!/bin/bash #description=Starts a docker container to set the lenovo fan speed #argumentDescription=Fan speed from 1-7 #argumentDefault=1 if grep -xq DOCKER_ENABLED=\"yes\" /boot/config/docker.cfg then echo "Spinning up the container to set the fan speed at:" $1 echo "This may take a awhile" docker run \ --rm \ $(for dev in /dev/sg*; do echo -n "--device $dev:$dev "; done) \ shoginn/docker-lenovo-fancontrol:latest \ ./fancontrol.py $1 else echo "Enable Docker to use this script" fi
  2. I had removed this due to its lack of interest.. I should have archive it.. but here is the source (not docker file) but should be easy reverse engineer https://github.com/AndrewX192/lenovo-sa120-fanspeed-utility
  3. Sorry all, I stopped developing them due to many other active developers! I had forgotten about these when I archived them.
  4. I recommend we change the MLAT's to no for the Unraid template. Not sure why, but with MLAT enabled it fails
  5. Fixed it.. went back to Mono 6.0.. works perfect now
  6. Check your admin ui and make sure that "/opt/vrs/Flags/" and "/opt/vrs/Silhouettes" are in there But my guess is you are mentioning the markers and plane icons on the map. I don't run VRS anymore (moved to modes mixer) but I spun up my old container and noticed the problem. Not sure if its a Mono thing (I use latest..) so I'll revert back to an older Mono and see if that changes anything!
  7. Thanks! I have changed for CI/CD for my repos to now include both latest and the commit as part of the docker hub tags.. I did this only because having just latest was bad practice if something went screwy
  8. Thanks! I have changed for CI/CD for my repos to now include both latest and the commit as part of the docker hub tags.. I did this only because having just latest was bad practice if something went screwy
  9. Thanks! I have changed for CI/CD for my repos to now include both latest and the commit as part of the docker hub tags.. I did this only because having just latest was bad practice if something went screwy
  10. I created the dump1090 docker to only be the binary.. the webpage is just a json dump that is read.. you can always add --write-json and then find the lighthttpd config and public_html files.. But the VRS is a much better way of getting the information.
  11. I recommend you check out VRS and it provides a much cooler interface to output to the world https://github.com/ShoGinn/virtualradarserver-docker https://hub.docker.com/r/shoginn/vrs -- its homepage http://www.virtualradarserver.co.uk/
  12. @PSYCHOPATHiO its an unfortunate addiction
  13. Not sure the interest in this as well.. but I have a Virtual Radar Server docker that is pretty sweet as well.. its amd64 only (which works great for Unraid!) https://hub.docker.com/r/shoginn/vrs If you want to see what its about http://www.virtualradarserver.co.uk
  14. again @mAYH3M I don't see the benefit to adding airspy_adsb to any one of the 7 containers I posted. dump1090 does the same thing.
  15. I say take the wheel ;) you already started this ADSB train.. let me know how I can support otherwise.
  16. @mAYH3M im confused by your request, air spy isn't even an active component in this container. Are you asking for air spy to be the replacement for dump1090?
  17. Just an update, after hours of work to try and get my ci/cd platform to do multi-arch builds I was able to break it all up. Next step is to make a template for each container. If you are curious and want to mess around with it. Its 7 components with dump1090 being of course the rtlsdr component. It is using the latest and greatest versions of all. https://github.com/ShoGinn/dump1090 https://github.com/ShoGinn/adsbexchange-mlat https://github.com/ShoGinn/adsbhub https://github.com/ShoGinn/flightaware https://github.com/ShoGinn/flightradar24 https://github.com/ShoGinn/openskynetwork https://github.com/ShoGinn/planefinder
  18. The driver is not necessary since it references the /dev/bus/usb directly. Having the blacklist in the docker file is also a bit unnecessary. I am in the process (when I get time) to rewrite my raspberry pi version into multi-arch. https://github.com/ShoGinn/docker-ads-b So many ways to feed ADSB
  19. @Delarius explained the option that I used. His is actually cleaner than mine I took this opportunity to clean mine up. edit the file: /boot/config/go Append the following: bash_profile () { if [ -f /root/.bash_profile ]; then cat /boot/config/mybashprofile >> /root/.bash_profile fi } # Update Bash Profile bash_profile Create your: /boot/config/mybashprofile
  20. my solution until the dynamic.apcupsd plugin is updated it this: add the following to my /boot/config/go sed -i -e '/^ONBATTERYDELAY/c\\ONBATTERYDELAY '"25"'' /etc/apcupsd/apcupsd.conf /etc/rc.d/rc.apcupsd restart
  21. I think that it is feasible. APCUPSD has an ONBATTERYDELAY config that I had set to 25 on my last setup.
  22. My UPS does a test automatically. This generates a notification. I would like the ability to delay notifications for UPS for a set period of time. That way if it goes down and goes up (test) you will not get notified.
  23. I was attempting to change the hostname of the container and instead of --hostname used --name When I put --name in the extra arguments and updated the container, the container could not be edited. The option was removed from the container. Deleting and recreating the container was the fix.
  24. I ran through the following test This time after shutting down and removing the virtual disk. Started array all is well Still shows array as a raid1 Label: none uuid: 901e6235-a8c5-443f-bdcb-eb8c496a9c48 Total devices 2 FS bytes used 131.16MiB devid 2 size 199.97MiB used 198.94MiB path /dev/sdd1 *** Some devices missing This would be correct in how I would expect it to work Not sure why it wouldn't mount my last go around ------ I guess the moral of this story is that testing pays dividends. I could not recreate my initial situation. One of the other issues I saw was that even after you replace the drive, if the failed drive is the main drive and you replace it, you will lose everything. Thanks @johnnie.black for validating how it should play out. My Google fu was unable to find a situation like this. I am ultra paranoid about data loss and after my mistake it didn't do well for confidence. I like Unraid, and want to purchase a license but if I couldn't get this to work it would have been a deal breaker.. So thats been rectified. Hopefully this helps others!
  25. Also, "replacing" the failed cache drive with another virtual image does not create a restore either.. still unmountable