Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

shaunsund

Members
  • Joined

  • Last visited

Everything posted by shaunsund

  1. Not sure when this started but host (dig and nslookup from the bind package) are throwing an error: $ host 28-Sep-2018 14:02:03.906 ENGINE_by_id failed (crypto failure) 28-Sep-2018 14:02:03.906 error:25070067:DSO support routines:DSO_load:could not load the shared library:dso_lib.c:233: 28-Sep-2018 14:02:03.906 error:260B6084:engine routines:DYNAMIC_LOAD:dso not found:eng_dyn.c:467: 28-Sep-2018 14:02:03.906 error:2606A074:engine routines:ENGINE_by_id:no such engine:eng_list.c:390:id=gost host: dst_lib_init: crypto failure I don't see any other package to install that might supply the missing library. Any ideas?
  2. Ah, in retrospect that makes sense. But should the Log icon on the main UD page show the /tmp/$SERIAL.log? I was getting the /tmp/$SERIAL.log fill with data from a script, but never saw its contents in the GUI.
  3. Messing with the mount and unmount script and believe I found a bug. Enable a disk script, run it (it can be simple just echo $LOGFILE and $SERIAL. in my case it echos "/tmp/unassigned.devices/$LABEL.log" and $SERIAL In the GUI the Script Log doesn't show anything. But, the log file seems to be written to"/tmp/$SERIAL.log"
  4. OK Thanks! That also hid the VM tab. Seems like on a boot, if unraid can't find VT-x or AMD-V it should automatically disable the service.
  5. I've been looking to do the same, but one of my unraid servers doesn't have VT-x or AMD-V capability and says so on the Settings, VM Manager page. Yet, I still have a /mnt/user/system/libvert/libvert.img of about 1G in size. How would I go about disabling libvert and deleting that .img file? And I still have a tab for VMs in the GUI.
  6. Had to reboot to recover a hung 6.5.3 and after copying config/, reformatting USB drive, copying config/ back over and restarting, I saw: "logger: invalid option -- 'q'" (see photo) System seems to be logging, so this must just be a minor annoyance. fractal-diagnostics-20180615-1735.zip
  7. As near as I can tell from the .plg file for 2018.01.18, the install section removes the /usr/local/emhttp/plugins/ssh directory but doesn't recreate it because the error seems to occur in the post-install section where it tries to change the permissions but there aren't any files to change: ls -la /usr/local/emhttp/plugins/ssh /bin/ls: cannot access '/usr/local/emhttp/plugins/ssh': No such file or directory
  8. How to set up ProtonVPN in Deluge I thought I'd share how I configured binhex-delugevpn to use ProtonVPN for those fellow paying ProtonVPN users. I don't know if this will work for the free VPN service - likely not. Your milage may vary. Prerequisites Go to https://account.protonvpn.com/ and obtain: ProtonVPN OpenVPN username and password. Openvpn.config file for P2P. As of this post, look at the country pages under your downloads account page and look for the icon with opposing arrows. Select the Linux platform (although it may not make a difference) and UDP. I have not tested TCP. Steps From the OpenVPN configs, we need to create two new files. The first must be called openvpn.ovpn and have the following lines, but take the appropriate stanzas from the downloaded configs: remote <from downloaded configs; you may be able to put multiple remote stanzas for failover> client dev tun proto udp server-poll-timeout 20 remote-random resolv-retry infinite nobind cipher AES-256-CBC auth SHA512 comp-lzo verb 3 tun-mtu 1500 tun-mtu-extra 32 mssfix 1450 persist-key ping 15 ping-restart 0 ping-timer-rem remote-cert-tls server auth-user-pass pull fast-io script-security 2 auth-user-pass credentials.conf tls-client ca ca.rsa.2048.crt disable-occ key-direction 1 <tls-auth> # 2048 bit OpenVPN static key <from downloaded configs, include the BEGIN and END lines> </tls-auth> You'll notice your downloaded configs have a block with <ca> </ca> tags, cut that block out that starts at <ca> -----BEGIN CERTIFICATE----- to -----END CERTIFICATE----- </ca> and paste it to a new file called ca.rsa.2048.crt, but this file won't need the <ca> </ca> tags. It should just have the text including and between the BEGIN and END lines. You'll notice that the template mentions a credentials.conf, this is created when the Docker image is saved. Take the ca.rsa.2048.crt and openvpn.ovpn and copy them to the appdata/binhex-delugevpn/openvpn directory. Next step is to edit the Docker image: Host Port 1: 8112 Container Port: 8112 Host Port 2: 58846 Container Port: 58846 Host Port 3: 58946 Container Port: 58946 Host Port 4: 58946 Container Port: 58946 Host Port 5: 8118 Container Port: 8118 Host Path 2: /mnt/user/Deluge/data (or where ever you have it setup) Container Path: /data Key 1: yes Container Variable: VPN_ENABLED Key 2: <Your ProtonVPN OpenVPN username> Container Variable: VPN_USER Key 3: <Your ProtonVPN OpenVPN password> Container Variable: VPN_PASS Key 4: custom Container Variable: VPN_PROV Key 5: -none- Container Variable: VPN_OPTIONS Key 6: yes Container Variable: STRICT_PORT_FORWARD Key 7: yes Container Variable: ENABLE_PRIVOXY Key 8: 192.168.1.0/24 (or your local LAN address space) Container Variable: LAN_NETWORK Key 9: 8.8.8.8,209.222.18.222,37.235.1.174,209.222.18.218,37.235.1.177,8.8.4.4 Container Variable: NAME_SERVERS Key 10: false Container Variable: DEBUG Key 11: 000 Container Variable: UMASK Key 12: 99 Container Variable: PUID Key 13: 100 Container Variable: PGID AppData Config Path: /mnt/user/appdata/binhex-delugevpn Container Path: /config After hitting apply it should create the credentials.conf and start the image. You can't pre-create the credentials.conf, the docker image will likely complain about permissions and not start. Some troubleshooting tips: To login to the docker image: docker exec -it binhex-delugevpn /bin/bash Once inside the docker image, run dig +short myip.opendns.com @resolver1.opendns.com to get its IP address. As long as this is different from your actual IP, things should be working. To confirm your IP is hidden, go to https://ipleak.net. It should detect your actual ISP IP, but the Torrent Address detection should be the IP from the above dig command. Note 1: the NAME_SERVERS are ones from when I set up PIA, I don't know ProtonVPN nameservers, the OpenVPN config assigns a private DNS server on my desktop. If anyone has the actual ProtonVPN DNS servers, please comment. Note 2: If you notice that the Tracker status shows timeouts, then likely that VPN remote no longer supports P2P or is too slow. Check the Country Configs and update as needed. Anyway, hope this helps someone.
  9. I ran into an issue with the Unassigned Devices plugin mounting SMB shares and have a feature request. It finds the share from my Apple Time Capsule correctly with the following in the SMB extras area under Settings > SMB > SMB Extras client use sec = ntlm client use spnego = no But the actual mount of the drive fails with: If I manually add 'sec=ntlm' to the options of the mount SMB command shown above it does mount fine. My feature request is to add a dropdown to select the type of security to use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.