darbronnoco

Members
  • Posts

    134
  • Joined

  • Last visited

Everything posted by darbronnoco

  1. Seems Homebridge may need a Node upgrade to work. I just updated and got the below message in logs. I’m not really sure how to revert my home bridge at this point and the container won’t start now. [5/14/2019, 11:13:07 PM] Plugin /usr/local/lib/node_modules/homebridge-config-ui-x requires Node version of >=8.15.1 which does not satisfy the current Node version of v8.10.0. You may need to upgrade your installation of Node.
  2. have you tried connecting inside of the docker and pulling an update? I haven't been had a need to try yet but it may work.
  3. See steps earlier in the thread on how to get root on the container to install the plugin.
  4. find my post above and get to the shell inside of the docker and update away. while you are there make sure you have the current homebridge plugins for your needs too. The original container has been running rock solid for me with smartthings.
  5. Just a note after removing the server.key and server.cert I had to restart sonarr and couch potatoe. I would assume you need to restart any other system that is using Sab as well.
  6. You realize this is the support for for the docker container...
  7. Pin is standard you should use the same. I think the user name is generated by the SmartThings app as well as the token. Sorry it's been awhile since I did the setup now. But I believe most of the code came from the smart thing custom app side.
  8. There is one. Read further up. Read further up then read my post about entering the docker shell and you can pull the latest home bridge and install the plugins you need.
  9. Just adding my 2 cents for what it took to get smart things working with homebridge. This is the general guide I used but what I have below will help with our docker. https://github.com/pdlove/homebridge-smartthings. After the docker is installed I SSH into the unraid box. Then I got console access on the container. docker exec -it containername bash (docker exec -it homebridge bash) from there I updated homebridge npm install -g homebridge Install this plugin using: npm install -g homebridge-smartthings after that drop your config.json file in the root of the homebridge directory. I used http://jsonlint.com to help validate that my json was actually written correctly. Hopefully this helps someone out. { "bridge": { "name": "Homebridge", "username": "this looks like a Mac address", "port": 51826, "pin": "031-45-154" }, "platforms": [{ "platform": "SmartThings", "name": "SmartThings", "app_url": "https://graph.api.smartthings.com:443/api/smartapps/installations/", "app_id": "your app ID", "access_token": "Your Access token" }] }
  10. So are those stored in the root of the homebridge folder or in the persist directory?
  11. Where are the config files? thanks
  12. That leaves me with the same processor options and less on board sata ports. I'm wondering if the E3 is too light on horsepower to hold me over.
  13. I think SUPERMICRO MBD-X10SL7-F-O Might be a bit old so I'm not 100% set on that board.
  14. So I'm looking to upgrade my current aging Mobo/CPU/RAM to something more powerful. I have a nice 15bay Supermicro server case that I want to keep using. I plan on using my current systems guts to build a router/security appliance. I do have a separate ESX hose that has 2x E5649 CPU's and I would be willing to pillage one if it makes sense in my new build. What I want to run on my system: Plex (multiple transcode sessions), crashpaln, and the usual media applications. Current System: System: Supermicro - C2SEA CPU: Intel® Celeron® CPU E3300 @ 2.50GHz Cache: 64 kB, 1024 kB 4GB RAM Supermicro 15 drive case Currently running plex in on my ESX host and not on Unraid. I would like to move it to a docker on unraid so I can power off my sex host when not in use for testing. This is the combo I am looking at: SUPERMICRO MBD-X10SL7-F-O board Xeon E3 CPU Will the E3 be up to the task and leave me some overhead for future needs? Otherwise would it make sense to look at another board that supports my E5649? Or would it make more sense to look at another board cheapest all together and what would I need to hook it up to my Supermicro PSU/Case? Thanks
  15. Logs... it seems to truncate the logs on me. syslog-20150515-112021.txt.zip
  16. I have ran the command to get the syslog but again it's only Feb. I deleted it and reran the command and the same thing. The logs directory contains stuff even older. I am going to reboot and restart the copy in hopes of capturing something useful in the logs. I made a copy of the older logs off to my desktop for now.
  17. I think what's in my log won't cover recent enough
  18. my syslog is from Feb, I haven't rebooted in 177 days. If I reboot will that load a more current syslog? I saved a copy of the current one off to my desktop. from Feb8-22nd
  19. It has about 60GB free. I tried bypassing the user share and going to the disk but same problem.
  20. Hi all, I am having problems coping large files from my mac to my unraid file share. The file starts copying hits 70MB and bombs out with the same -51 error. I am getting the exact same issues mentioned in this thread: http://lime-technology.com/forum/index.php?topic=5424.0 He mentions changing to a split level of 4 resolved the issue for him. Currently I don't have a split level set on my disk. This share isn't a typical share rather just a file share with different directories and one of the directories contains my Aperture Photo library archives. Some of these are 200+ GB. I am trying to move over another archive around 260GB. Would I want to use a split level on this share and if so how would I set this up? None of my disks are super close to being full. All have enough room for a smaller 60GB file I am trying to test with. I have had a problem with files vanishing from plex and have a separate thread open for that. I thought it was due to the drive not spinning up when scans are happing but possibly it's related to this as well? I would love to hear the suggestions. Share config contents # Generated settings: shareComment="Documents on Tower" shareInclude="" shareExclude="" shareUseCache="yes" shareAllocator="highwater" shareSplitLevel="" shareFloor="" shareExport="e" shareSecurity="public" shareReadList="" shareWriteList="" shareExportNFS="-" shareExportNFSFsid="0" shareSecurityNFS="public" shareHostListNFS="" shareExportAFP="e" shareSecurityAFP="public" shareReadListAFP="" shareWriteListAFP="" shareVolsizelimitAFP=""
  21. Well I ended up finding a bunch of files in the plex temp folders. It was plex sync stuff that never deleted. I also have had it where I end up with a backlog of crap downloads that never get moved or deleted.
  22. Best option is to use launchd. Feel free to modify the script as required :-)
  23. did you ever get an answer to this? I have the same issue now.
  24. I'm in the same boat. I had it working on my main laptop but I trying to get it setup on a virtual mac on my server farm at home to use as my central iTunes library for my whole house sound system and hopefully setup all of our i devices to wirelessly sync off the central "mac server" Having the iTunes server would be great as I could make all the changes too playlists there and my wives devices would update automatically. Eventually I would like to present iTunes like a remote app but thats down the road.