jrdnlc

Members
  • Posts

    331
  • Joined

  • Last visited

Everything posted by jrdnlc

  1. Sorry, been busy with work. I'll give it a try today and report back later tonight. Anyone make a script to be able to clear the logs using the users script plugin?
  2. If you setup teamviewer I can look into it for you. I don't mind helping those that need help. Of course, only when i'm free.
  3. Official drivers? I thought they released beta drivers?
  4. As others have stated, pass-through is best. I have a few VM's running, one is dedicated to gaming and another one for OSX. Even my kids have their own VM which they access it via the network with a raspberry pi I converted to a thin-client. It's amazing
  5. Anyone have issues with the docker randomly stopping? I can't figure out what the issue is. Here's what my log says: errorhub { Error: connect EHOSTUNREACH 192.168.1.168:5222 at Object.exports._errnoException (util.js:1026:11) at exports._exceptionWithHostPort (util.js:1049:20) at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1081:14) code: 'EHOSTUNREACH', errno: 'EHOSTUNREACH', syscall: 'connect', address: '192.168.1.168', port: 5222 } events.js:160 throw er; // Unhandled 'error' event ^ Error: MAX_CLIENTS=6 at Connection.onStanza (/usr/lib/node_modules/homebridge-harmonyhub/node_modules/node-xmpp-core/lib/Connection.js:355:17) at StreamParser.<anonymous> (/usr/lib/node_modules/homebridge-harmonyhub/node_modules/node-xmpp-core/lib/Connection.js:226:10) at emitOne (events.js:96:13) at StreamParser.emit (events.js:188:7) at SaxLtx.<anonymous> (/usr/lib/node_modules/homebridge-harmonyhub/node_modules/node-xmpp-core/lib/StreamParser.js:58:14) at emitOne (events.js:96:13) at SaxLtx.emit (events.js:188:7) at SaxLtx._handleTagOpening (/usr/lib/node_modules/homebridge-harmonyhub/node_modules/ltx/lib/parsers/ltx.js:31:18) at SaxLtx.write (/usr/lib/node_modules/homebridge-harmonyhub/node_modules/ltx/lib/parsers/ltx.js:105:26) at StreamParser.write (/usr/lib/node_modules/homebridge-harmonyhub/node_modules/node-xmpp-core/lib/StreamParser.js:123:17) at Connection.onData (/usr/lib/node_modules/homebridge-harmonyhub/node_modules/node-xmpp-core/lib/Connection.js:305:17) at emitOne (events.js:101:20) at Socket.emit (events.js:188:7) at readableAddChunk (_stream_readable.js:177:18) at Socket.Readable.push (_stream_readable.js:135:10) at TCP.onread (net.js:542:20) Process 13 died: No such process; trying to remove PID file. (/var/run/avahi-daemon//pid) /root/install_plugins.sh: line 7: /root/.homebridge/pluginsInstallList: No such file or directory mv: cannot stat ‘/root/.homebridge/pluginsInstallList’: No such file or directory *** WARNING *** The program 'nodejs' uses the Apple Bonjour compatibility layer of Avahi. *** WARNING *** Please fix your application to use the native API of Avahi! *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs> *** WARNING *** The program 'nodejs' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi. *** WARNING *** Please fix your application to use the native API of Avahi! *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs&f=DNSServiceRegister>
  6. Yes you do unless you plan on just accessing it remotely.
  7. I used this guide https://www.youtube.com/watch?v=i3vwevALaLU I couldn't get video to work with my GTX 1080 so I had to use my GTX 980
  8. Can I run pi-hole if i'm running 802.3ad bonding mode?
  9. Just upgraded to the latest version and the docker no longer displays the message below which I reported a few days ago. How did you end up fixing it? Thanks a lot!
  10. Snorby looks interesting. I miss having Snort, Squid, SquidGuard, and pfblockerNG. Is there such thing of a package that includes all those and will allow me to run them without the need of running pfSense?
  11. @jedimstr Do you mind sharing the icons you used?
  12. If any of you guys need help with reverse proxy, setup teamviewer and PM me. I'll make some time and help you out just be patient
  13. It's easy to setup. Setup teamviewer so I can remote in and help you out
  14. Same here. I picked one up on eBay for $60 and now I get the update as soon as it's pushed to public. No need to wait until friday lol
  15. Try changing it to: location /zm { include /config/nginx/proxy.conf; proxy_pass http://unraid_IP/; proxy_connect_timeout 300; proxy_send_timeout 300; proxy_read_timeout 300; send_timeout 300; }
  16. Would be great if you can add the dom, pdo_sqlite, and iconv extensions. I added them manually but have to re-add them once the containers get updated
  17. Does the MineOS docker update to the latest version? I gave up on it a while ago because I couldn't even figure out what the login/pass were.
  18. Thanks I got it installed. Is there a WebUI for it?
  19. There is so much interest in this docker i'm surprised no one has made one for unraid
  20. Anyone running this via reverse proxy and using the Reeder app on iOS? The times on the articles are not showing the correct time. It shows the time it was sync and not the time the article was published. Thanks for updating the docker to alpine and nginx.
  21. I don't see it in the community applications
  22. Do I have to enter the input and output directory? What if I want to just use CLI to manually go to a directory and choose what I want to rename?