peter_sm

Community Developer
  • Posts

    2273
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by peter_sm

  1. 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
  2. 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
  3. You can also try the OpenVPN server plugin, now with version 2.4!
  4. 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
  5. 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.
  6. Looks like you are running out of memory ? How much do you have installed? Run command df and take a look.
  7. 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
  8. 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
  9. 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
  10. What version of Clover do you use ? Latest or the version in the guide? //Peter
  11. Can this work? VBoxManage clonehd disk.vdi disk.raw --format raw Then qemu-img convert -f raw disk.raw -O qcow2 disk.qcow2
  12. Thanks, do you think of another cheaper Inateck card that works? or is it only this that for 100% works with OSX ? //Peter
  13. I like this card as well but can't find it in Sweden? Is this in U.K.? EDIT I ordered this one ! :-) https://www.amazon.co.uk/gp/r.html?C=18OH9KGHPVWM7&R=3PCINXPND48DK&T=C&U=https%3A%2F%2Fwww.amazon.co.uk%2FInateck-3-0-Express-3-0-20-pin-Connector-Splitter%2Fdp%2FB00E59W1G8%2Fref%3Dcm_sw_em_r_asp_da_W1lCM.P4N8J73_tt&A=7RATGBBMR3O232VIN5ZYSUAMY38A&H=CHBYKCY1WNZB5XRW8YC6CXWCANIA Skickat från min iPhone med Tapatalk
  14. Thanks for info, but I need my VM:s :-) I'm on 6.3.0-rc4, I assume this is unRAID-next ? //Peter
  15. Some links that this issue are discussing.. http://www.spinics.net/lists/linux-usb/msg146591.html https://www.mail-archive.com/[email protected]/msg80329.html
  16. @LT just to check if you have been started to investigate what could be done to get this USB card to work on unRAID? Regards Peter
  17. I got this issue on my 2:nd USB card that I added this week:-( http://lime-technology.com/forum/index.php?topic=53973.msg516723#msg516723 Can it be related to the kernel ? //Peter
  18. This can me moved since this is another issue than missing driver..
  19. Hi! I don't get any driver loaded for my new USB3 card VIA Technologies, Inc. VL805 USB 3.0 Host Controller. Can this be fixed on next release ? 03:00.0 USB controller [0c03]: VIA Technologies, Inc. VL805 USB 3.0 Host Controller [1106:3483] (rev 01) Subsystem: VIA Technologies, Inc. VL805 USB 3.0 Host Controller [1106:3483] 04:00.0 Serial Attached SCSI controller [0107]: LSI Logic / Symbios Logic SAS2008 PCI-Express Fusi I see these error in dmesg usb 3-1: device descriptor read/64, error -110 [ +0.207756] usb 3-1: new high-speed USB device number 3 using xhci_hcd [ +5.424254] usb 3-1: device descriptor read/64, error -110 [ +15.871926] usb 3-1: device descriptor read/64, error -110 [ +0.207731] usb 3-1: new high-speed USB device number 4 using xhci_hcd [Nov19 09:21] xhci_hcd 0000:03:00.0: Stopped the command ring failed, maybe the host is dead [ +0.025660] xhci_hcd 0000:03:00.0: Host not halted after 16000 microseconds. [ +0.000177] xhci_hcd 0000:03:00.0: Abort command ring failed [ +0.000195] xhci_hcd 0000:03:00.0: HC died; cleaning up [ +0.000212] xhci_hcd 0000:03:00.0: Timeout while waiting for setup device command [ +0.214451] usb 3-1: device descriptor read/8, error -108 [ +0.119992] usb 3-1: device descriptor read/8, error -108 [ +0.108005] usb usb3-port1: couldn't allocate usb_device EDIT I tested to move the card to different slot, but same issue. Syslog attached Peter tower-syslog-20161119-1247.zip
  20. I'm planning to upgrade my server with a MB with dual CPU and will therefore selling my SuperMicro X9SRL-F motherboard. (No CPU and RAM are included) Before I order my new MB i would like to see if there is any interest to by my current MB. The price i like to have is 275 U.S. dollars. Buyer pays for the shipping cost Best Regards Peter
  21. I read it needs an extra module from Intel to get full functionality. Like $65 for the adapter with a ethernet port, or $45 without one. IPMI works fine without any additional hardware Looking to upgrade my server again :-) , how is IPMI enabled on this MB? //Peter
  22. 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.
  23. 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