Diggewuff

Members
  • Posts

    152
  • Joined

  • Last visited

Everything posted by Diggewuff

  1. I’m currently texting with OP in German. Seems to be that there could be spaces in the Hostname.
  2. If language is the problem I can help to translate a problem description hence this is German. Wenn Sprache das problem ist kann ich gerne versuchen eine problembeschreibung ins englische zu übersetzen.
  3. Sadly this isn't a fix for me hence im running a 3D Printer on /dev/ttyACM0 which disconnects when it is turned off and on again and I cannot run the printer 24/7 or restart the server on every printer restart. Or ssh into UnRaid and issue the chmod manually, every time I or everyone else in the house wants to use the printer. Chmod 666 /dev/ttyACM0 does the job fine for me but I ned a way to make that persistence among reconnects (reappearance of /dev/ttyACM0). Do you have any advice or idea, how to watch /dev/* for new devices and kick a script by that? Would that be an idea?
  4. Permission problems when mounting a device to a docker container. UnRaid user and group root anything user and group inside the container root root the group is changed to root during the mapping of the device and therefore not accessible by any groups user inside any container which is not root. @ken-ji You are right these very annoying behavior is produced by docker and not by UnRaid, it is an issue which is ocuring in docker versions past 17.12.0 and is already addressed from docker version 18.03. So please @limetech address that issue by reverting to docker 17.12.0 or upgrading to anything later or docker 18.03 as fast as possible. For reference the issue ist widely discussed here https://github.com/docker/for-linux/issues/228
  5. I have a 3D Printer connected as /dev/ttyACM0, and it isn't always turned on, it constantly connects and disconnects. Therefore adding chmod 777 /dev/ttyACM0 isn't doing the job for me. Is there any workaround which makes chmod 777 /dev/ttyACM0 persistent trough reconnects and not only trough reboots?
  6. Thanks for that info. I would assume, the only way do install neccercery drivers would be developing a plugin wich is containing them... If so do you know where I could read about how to write a unpaid plugin?
  7. Hey there, did anybody managed to connect a usb webcam to the container?
  8. I need to connect a webcam to a docker container too, did you managed to pass a USB webcam into any container?
  9. Hey, today I tried to switch my letsencrypt container from Bridge network mode to the new mode in unraid 6.4.0 where I can chose a dedicated IP for the container. So far so good. I've chosen a new ip 192.168.1.20 and changed the mapping of the ports 80 and 443 on my router to that new IP. From then on I wasn't able to reach my domains from WAN anymore. trying to access them from LAN is giving me that error: Furthermore I'm not able to ping any ip dresses on my local network from inside of the container. I already disabled every firewall rule on my Router. Does anyone has an idea?
  10. I would be very interested in that guide.
  11. Im also on this Beta Chanel. Is that a problem wich I should work on or will that change with container updates? Furthermore I have a problem that my Docker image is growing significantly, every time my backups are running and deflates again when they are ready. Can I map a directory outside my container that these temporary data witch seems to blow up my image is stored outside the container?
  12. https://community.ubnt.com/t5/UniFi-Updates-Blog/UniFi-5-6-19-Stable-has-been-released/ba-p/2109621 mayor changes https://community.ubnt.com/t5/UniFi-Updates-Blog/UniFi-5-6-16-Stable-Candidate-has-been-released/ba-p/2056618 https://community.ubnt.com/t5/UniFi-Updates-Blog/UniFi-5-6-18-Stable-Candidate-has-been-released/ba-p/2081597 New Feaures Add AirView for UAP-SHD. Add AirTime for UAP-SHD. Add Switch Port Profiles. Add RADIUS-based authorization in Hotspot. Add new type of map with predictive coverage. Add Ubiquiti store (buy devices directly from the controller). Add EDU SIP settings. Add Facebook Wi-Fi Authentication (Beta). Add DPI blocking per categories. Add LLDP-MED configuration. Allow configure 8 SSIDs per radio (on supported devices). Add Insights / Controller Logs page. Add USG Performance Graphs. Add temperatures to USG-Pro properties window. Add LAN traffic statistics for client in Property Panel. Add Debug Dashboard to Statistics section. Batch add and remove device tags. Add permissions options when inviting a site admin (device adoption, etc.). Add Outdoor / Indoor Switch. Add NTP server fields. Add batch device provision. Add DB migration page and show upgrade progress. Add date header to email notifications. Install and run service as `unifi` user instead of as root on Debian/Ubuntu. Add Logging settings. Add batch edit switches. Add UPnP service (moved from config.properties). Add Multicast DNS Service (moved from config.properties). Add RADIUS MAC Authentication. Add Firmware Manager to cache locally firmwares.
  13. Jeah thats great, is there a way to perform the update right away? e.g. via dpkg directly on the container? I already replaced my whole network with unifi equipment and need to place some custom DNS entries and NAT rules.
  14. Thank you. I already got Call Traces Found Messages some weeks ago. If I get them again I’ll post the diagnostics here again.
  15. Is it possible to install a 5.6.X beta in this docker? I need some of the new features to setup my network properly. FYI My instance is discovering hardware also only in Host mode.
  16. Fix Common Problems plugin advised me to post diagnostic file here to learn more about Error: Call Traces found on your server. Exact message: "Your server has issued one or more call traces. This could be caused by a Kernel Issue, Bad Memory, etc. You should post your diagnostics and ask for assistance on the unRaid forums" I hope some expert can help me understand what's wrong and advice on how to fix it. thebeast-diagnostics-20171027-0433.zip
  17. One more question: I activated the app Preview Generator and therefor need to add a (system) cron job for ./occ preview:pre-generate, according to https://github.com/rullzer/previewgenerator. Could anybody provide me a short explanation how to configure such a cron job in Nextcloud Docker?
  18. Hey, im currently having an issue while downloading larger files. I have configured my Nextcloud with LS lets encrypt docker, and when I'm downloading a large file or folder which then is put into a tar container the download is aborting at 1 GB. Could that be a configuration error? At witch points could download size limits be configured? Via local network Downloads are not aborting! I suppose it's the reverse proxy. #***.***********.de server { listen 443 ssl http2; server_name ***.***********.de; root /config/www; index index.html index.htm index.php; ###SSL Certificates ssl_certificate /config/keys/letsencrypt/fullchain.pem; ssl_certificate_key /config/keys/letsencrypt/privkey.pem; ###Diffie–Hellman key exchange ### ssl_dhparam /config/nginx/dhparams.pem; ###SSL Ciphers ssl_ciphers 'ECDHE-RSA-AES128-GCM-SHA256:**********************'; ###Extra Settings### ssl_prefer_server_ciphers on; ssl_session_cache shared:SSL:10m; ### Add HTTP Strict Transport Security ### #add_header Strict-Transport-Security "max-age=63072000; includeSubdomains"; add_header Front-End-Https on; client_max_body_size 0; location / { proxy_pass https://192.168.1.5:443; } }
  19. Did anyone figured out how to install bluetooth drivers to unRaid for using a BT Dongle in a Docker container?
  20. My Xeon has an iGPU. Do you know if the support of it is already impossible because of hardware limitations of the X11 main boards or if it's only software? I don't want to use it for a display but for hardwaretranscoding of 4K h265 content.
  21. The onboard gpu of the Mainboard or of the CPU?
  22. Ok that gives me a better understanding. Already curious of how it will work. Again, thanks for your efforts.
  23. Ok, so in that way, and correct me if I'm wrong, it IS NOT problematic to poll CPU temps and to set Fan speed every 10 seconds. but it IS problematic to poll HDD temps via smartctl more often then once every few minutes. If that is correct, wouldn't it then be an option to prevent the script from HDD temp polling to often by just writing the polled temperature to a local variable with a timestamp and to perform a little inquiry like if [timestamp of HDD temp] < 60sec then [local HDD temp] = [local HDD temp] else [local HDD temp] = [new polled HDD temp from smartctl]