mathgeek97

Members
  • Posts

    14
  • Joined

  • Last visited

Everything posted by mathgeek97

  1. I can't seem to get this running and I don't know what the container might be missing to have this error. Unraid 6.9.2 2021-10-10 18:42:55.103477 [info] Host is running unRAID 2021-10-10 18:42:55.132781 [info] System information Linux d803c532142d 5.10.28-Unraid #1 SMP Wed Apr 7 08:23:18 PDT 2021 x86_64 GNU/Linux 2021-10-10 18:42:55.170916 [info] OS_ARCH defined as 'x86-64' 2021-10-10 18:42:55.208211 [info] PUID defined as '99' 2021-10-10 18:42:55.250655 [info] PGID defined as '100' 2021-10-10 18:42:55.342888 [info] UMASK defined as '000' 2021-10-10 18:42:55.380514 [info] Permissions already set for '/config' 2021-10-10 18:42:55.418258 [info] Deleting files in /tmp (non recursive)... 2021-10-10 18:42:55.464281 [info] Starting Supervisor... 2021-10-10 18:42:55,679 INFO Included extra file "/etc/supervisor/conf.d/prowlarr.conf" during parsing 2021-10-10 18:42:55,680 INFO Set uid to user 0 succeeded 2021-10-10 18:42:55,682 INFO supervisord started with pid 7 2021-10-10 18:42:56,684 INFO spawned: 'shutdown-script' with pid 58 2021-10-10 18:42:56,687 INFO spawned: 'start-script' with pid 59 2021-10-10 18:42:56,687 INFO reaped unknown pid 8 (exit status 0) 2021-10-10 18:42:56,722 DEBG 'start-script' stderr output: Failed to create CoreCLR, HRESULT: 0x80004005 Thanks, mathgeek97 Edit: I'm going to assume this is a permission problem. But, maybe it's been compiled for newer architecture than I have? Any suggestions?
  2. Working great for me. Thanks!!! Connected to Home Assistant Core. The VNC interface is not user friendly enough for me. I see, above, that some people are running the hassio Core Docker like I am. Would we get any benefit from running an hassio VM, instead? Easier editing of YAML files is not motivation enough for me. What would make it worth switching? Anybody connecting to anything else?
  3. See how the printer shows up in Unraid. Try, in a console window, dmesg | grep tty and see what you get (I'll pretend it was ttyUSB0) Then in advanced view, add --device=/dev/bus/usb/006/003:/dev/ttyUSB0 You could also see if anything here works: https://wiki.ubuntu.com/DebuggingPrintingProblems
  4. CUPS Server Success I've had some luck with the CUPS server docker, jstrader/airprint-cloudprint I had to set it up 100% manually. Oddly enough the docker hub page says, "On unRaid, install from the Community Repositories and enter the required folder locations," but I didn't find such a thing when I searched. I had to do a whole lot of "+Add another Path, Port, Variable, Label or Device" to get it all set up. All settings can be found on https://hub.docker.com/r/jstrader/airprint-cloudprint I ended up mapping to /mnt/user/appdata/cups/config/ /mnt/user/appdata/cups/logs/ /mnt/user/appdata/cups/cpc/ for /etc/cups /var/log/cups /etc/cloud-print-connector respectively, since I already had a share, which is actually not shared on the network, /mnt/user/appdata/ The settings I used, which were not mentioned on the docker hub page were click "Advanced," then set WebUI to http://<IP-ADDRESS-OF-UNRAID-SERVER>:631 Network Type: Host Console shell command: Bash I left Privileged set to "OFF" Once it's all set up, hit the <Apply> button at the bottom of the Docker "Add Container" form page, and you're ready to configure CUPS with the Web GUI. It worked for AirPrint with no issues. I followed the directions for Google Cloud Print (I had to enter the container's console), and my Google account says it sees my printer, but I need to sneak off with one of my kids' Chromebooks to see if it really works. The only thing I don't like is the sluggish performance vs other CUPS containers I've played with, including other v2.3.1 containers. But, I now have AirPrint and Google Cloud Print, so I'll call it a win. All this to let my family print to our wireless Brother HL-2270DW laser printer from any device.
  5. If you have an older CPU, you might not meet the requirements to run Catalina.
  6. That did it. I suppose the updates to the Web GUI were the culprit? But, really, I would have never guessed (or remembered) that the old GUI was a Dynamix plugin. Thanks for your help!!!!!
  7. I tried installing LibreELEC v6.6RC3. It didn't going well. I don't think my VMs were loading, but the TVHeadend docker did. And just to make my life more challenging, only the header was loading in the Web GUI. Luckily, I did get the GUI to load in Safe Mode, so I was able to revert back to v6.5.3. Suggestions?
  8. I also updated the container, but everything is working fine.
  9. I'm also using ATSC-T and am just using the the over-the-air EPG info the broadcasters are required to send. It's only something like 48 hours, but it's free. Configuration -> Channel / EPG -> EPG Grabber Modules The only grabber I have enabled is Over-the-air: PSIP: ATSC Grabber
  10. I just noticed this post. Did you ever get this to work with NordVPN? I've not had any problems. I never edited the .ovpn file. Make sure you're grabbing a udp file, not tcp. I have my dockers in a share, Container, which is not shared. So, I end up putting the .ovpn file in /mnt/user/Containers/appdata/binhex-delugevpn/openvpn/ This directory has two files, credentials.conf usNNNN.nordvpn.com.udp1194.ovpn The credentials.conf file has two lines, my username and the plain-text password: [email protected] MyPlainTextPassword Both files have chmod 775 and user.group is set to nobody.users Under the DelugeVPN settings, you just need: VPN_ENABLED yes VPN_PROV custom Nothing else was touched (but, I originally put my username/password as plain text in the settings page). Hope this helps.
  11. My original problem was that I couldn't get the Web gui to work with the rtorrent docker. DelugeVPN is at least working for me. :-)
  12. ugh! I'll grabbed the wrong docker container. Hopefully, it'll be just as easy to get DelugeVPN up and running. Well, minus my problems with the Web GUI. Thanks wgstarks. Edit: Yep. That worked!
  13. I'm not sure that I know what I'm doing here. I got the Docker up and running and I am able to connect to my VPN. What I can't do is to log into the GUI or connect from something like Couchpotato. Am I looking in the right place when I look at the file appdata/binhex-rtorrentvpn/nginx/security/auth ? It has a single entry: admin:<password entry that I didn't post> The default password, deluge, didn't work for the Web gui. Help, please.
  14. Not sure if I'm doing something wrong here. I installed this plugin today, let it create bait files in the root directories (also bait shares). As soon as I try to connect to a share using AFP from my Mac, it sets off a trigger and the array immediately stops. the error message is: Attack Detected SMB has been set to be in read-only mode due to a possible attack on /mnt/user/Shared/SquidBait-DO_NOT_DELETE.docx You can choose to reset the SMB/AFP permissions by clicking below. If this was caused by an attack, it is not advised to reset permission to normal The Attack History isn't telling me anything useful: ****************************************************************************************** Time Of Attack:Tue, 20 Dec 2016 23:38:50 -0500 Attacked File: /mnt/user/Shared/SquidBait-DO_NOT_DELETE.docx Samba version 4.4.5 PID Username Group Machine Protocol Version Encryption Signing ---------------------------------------------------------------------------------------------------------------------------------------- Service pid Machine Connected at Encryption Signing --------------------------------------------------------------------------------------------- No locked files ------- Is this a bug or a feature that I'm not really getting? Thanks!