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.

peter_sm

Community Developer
  • Joined

  • Last visited

Everything posted by peter_sm

  1. Can you try to give it same time before reload the page ? Will it disappear then ? I will try by my self how it looks.
  2. You should be able to connect even with hostname. and your complete LAN shall be available as well. Did you modified much of the default settings? //Peter
  3. One more question regarding OpenVPN client (not server this time) which I may also use for another purpose. My VPN provider only gives me a cert file--it does not give me a .ovpn file. Can I still configure the OpenVPN client you packaged for unRAID to connect to them? Thanks again. Great work. What I know a ovpn or config file needs for all vpn. //Peter
  4. Take a look under the client folder for the path you entered in the cert config. It should also be some help text to activate , I think this info exist where to DL the client file, if not I can make it more clear in the window. Skickat från min iPhone med Tapatalk
  5. Hi SmallwoodDR82, What you can try with is to add below line to your go file located in /boot/config/ /etc/rc.d/rc.openvpnclient start //Peter
  6. Hi, "Initialization Sequence Completed" indicate that all went OK, and the process are running. and you stopped the connection with "ctrl +c" If you like to see the prompt after connection you need to add a & at the end of your command, like this openvpn --config /boot/openvpn/karli.ovpn & You can then check if the process are running with this command. ps -ef | grep openvpn
  7. Try new version! the modified ovpn should looks like this. Don't know why you have this line dev tun5nobind client proto udp dev tun5 remote sweden.privateinternetaccess.com 1197 resolv-retry infinite nobind persist-key persist-tun cipher aes-256-cbc auth sha256 tls-client remote-cert-tls server comp-lzo verb 1 reneg-sec 0 crl-verify crl.rsa.4096.pem ca ca.rsa.4096.crt auth-user-pass /boot/config/plugins/openvpnclient/password.txt status /tmp/openvpn/openvpn-status.log
  8. OpenVPN server plugin is updated with OpenVPN 2.4! According to the new 2.4 I would recommend all to regenerate new server certs and client files! The new features that are in OpenVPN 2.4 are not functional yet in some client application like iOS OpenVPN Connect These new features are not enabled as default setting! However default settings is a recommended settings to get a very good security, and of course your LAN is accessible with these settings. More info about changes in Version 2.4 .... https://github.com/OpenVPN/openvpn/blob/master/Changes.rst https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn24 Windows client can be downloaded from --> https://openvpn.net/index.php/open-source/downloads.html Plugin changes/updates 2016.12.31 Update of OpenVPN packages to 2.4.0 ! Updated list of selectable Encryption Ciphers. The list have the new cipher AEAD (GCM) data channel cipher. Update settings for compression. Now including the new LZ4 compression, which is slicker and faster. Added OpenDNS to DHCP options. Added a button to restart OpenVPN server. Added tls-crypt feature. This will also encrypt the client (and server) certificates that usually contain information that can be traced back to a person and/or machine. Small GUI updates.
  9. Looks like you are running out of memory ? How much do you have installed? Run command df and take a look.
  10. Se my comments here http://www.insanelymac.com/forum/topic/309087-insanely-fast-virtual-mac-qemu-ovmf-clover-and-native-graphics/page-23#entry2338923 Skickat från min iPhone med Tapatalk Unfortunately it did not work out for me: crumbling sound, and felt a bit slower, ... Edit Used the "newer" patched clover version mentioned in the insanelymac link without issues. Thanks for pointing to that! Did you try isolcpus ? Skickat från min iPhone med Tapatalk
  11. Se my comments here http://www.insanelymac.com/forum/topic/309087-insanely-fast-virtual-mac-qemu-ovmf-clover-and-native-graphics/page-23#entry2338923 Skickat från min iPhone med Tapatalk
  12. Hmm latest I see is Clover_v2.3k_r3949.zip. Anyway any clover that the version in the guid will give you problem, for me using newer clover will give very choppy sound over HDMI. Only version that works is from the guid. //Peter
  13. What version of Clover do you use ? Latest or the version in the guide? //Peter
  14. Can this work? VBoxManage clonehd disk.vdi disk.raw --format raw Then qemu-img convert -f raw disk.raw -O qcow2 disk.qcow2
  15. Hi, Actually it change the settings on the website but it will not let me upload large files. I will take a closer look at the errors I get tomorrow.
  16. Anyone that know how to change the upload limit? Even if I did changes on the Admin-Additional settings it still don't change the settings from 500MB ! //Peter
  17. It's OK, I run brew doctor and brew update.... now it's installing
  18. Great stuff.... but I getting error when installing ....... Peters-mac:virtmanager peter$ brew tap jeffreywildman/virt-manager Peters-mac:virtmanager peter$ brew install virt-manager virt-viewer Warning: You are using OS X 10.12. We do not provide support for this pre-release version. You may encounter build failures or other breakages. Please create pull-requests instead of filing issues. ==> Installing virt-manager from jeffreywildman/virt-manager Error: You must `brew link intltool pkg-config` before jeffreywildman/virt-manager/virt-manager can be installed ==> Installing virt-viewer from jeffreywildman/virt-manager Error: You must `brew link intltool pkg-config` before jeffreywildman/virt-manager/virt-viewer can be installed Peters-mac:virtmanager peter$ Peters-mac:virtmanager peter$ Peters-mac:virtmanager peter$ brew link intltool pkg-config Linking /usr/local/Cellar/intltool/0.51.0... Error: Could not symlink . /usr/local/opt is not writable. Peters-mac:virtmanager peter$ sudo brew link intltool pkg-config Password: Error: Cowardly refusing to 'sudo brew link' You can use brew with sudo, but only if the brew executable is owned by root. However, this is both not recommended and completely unsupported so do so at your own risk. Peters-mac:virtmanager peter$ brew install virt-manager virt-viewer Warning: You are using OS X 10.12. We do not provide support for this pre-release version. You may encounter build failures or other breakages. Please create pull-requests instead of filing issues. ==> Installing virt-manager from jeffreywildman/virt-manager Error: You must `brew link intltool pkg-config` before jeffreywildman/virt-manager/virt-manager can be installed ==> Installing virt-viewer from jeffreywildman/virt-manager Error: You must `brew link intltool pkg-config` before jeffreywildman/virt-manager/virt-viewer can be installed Peters-mac:virtmanager peter$ brew link intltool pkg-config Linking /usr/local/Cellar/intltool/0.51.0... Error: Could not symlink . /usr/local/opt is not writable. Peters-mac:virtmanager peter$
  19. Hi can you try these commands manually (These are the commands that displays the IP addresses.) /var/local/emhttp/plugins/openvpnserver/check-my-ip.sh and curl -s --max-time 15 --silent icanhazip.com /sbin/ip route | awk '/default/' /sbin/ip route | awk '/default/ { print $3 }' What is your Network Settings on unRAID?
  20. Did You created a user and tested to make an connection to the server ? Skickat från min iPhone med Tapatalk
  21. Hi, I'm wonder if we should have rom bar='on' as well ? <rom bar='on' file='/mnt/appdata/vbios-VIDIA-GeForce-GTX-660/vbios.rom'/> //Peter
  22. Do you have bonding network or/and bridge on your systems?
  23. Do you have a line like this on the log page ? 7 0 0 MASQUERADE all -- * br0 10.25.0.0/24 0.0.0.0/0
  24. No And what unRAID versions are you using?

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.