peter_sm

Community Developer
  • Posts

    2273
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by peter_sm

  1. I'm in going to get a samsung 960 EVO 250GB M.2 PCIe SSD. But need an PCIe adapter, is there a good one that works with unRAID? //Peter
  2. Big issue to upload large files ,where can I found the guide to configure this dockers to handle large files ? Thanks //Peter
  3. When upload large file I get /etc/hosts full. It looks like it store temporary files there, but I have tested to change some settings, see below. From my php.ini in the nextcloud docker from my config.php
  4. Trying to update my docker as well with larger file, but I can't find php.ini? Can you please wrote down all files that you change with path and what changed you did on each? Thanks! Peter
  5. New Version! Now the web page is disabled when generate server certificates!! Please test and see how it works for you! //Peter
  6. Wonder howe that could be done? a check to see if the process is running and disable the buttons while is running ? Anyone have a clue how that could be done ? //Peter
  7. New release available , now with an new tab for download of client config files! //Peter
  8. When changing settings for the server that needs new client certificate I recommend to "Regenerate the server certificates keys" this will give you a fresh server with all old clients deleted. Will this meet your requirements ? I can look at the download of client file what I can do.
  9. Hi, See info on first post and a link ,I will summarize it better in first page when I have time. "Unpack your provider certificate/files to /boot/openvpn (create that folder if it's not exist) , can now be several ovpn files"
  10. You must have a bad USB drive since the openvpn is not installed.
  11. NO I’m on 6.4 also, try type in openvpn and see what it’s says. Skickat från min iPhone med Tapatalk
  12. This tell you that the openvpn packages are not installed, maybe you should verify your USB drive in a windows computer for error.
  13. What about the path and file I asked for ? /var/run/openvpnserver/openvpnserver.pid /etc/rc.d/rc.openvpnserver restart openvpn --version Try above 2 command and post results. //Peter
  14. When this happen , can you check if the openvpn process is running ? ps -ef | grep openvpn and also check if this file exist. Shall not exist if the plugin is not started /var/run/openvpnserver/openvpnserver.pid //Peter
  15. Look here --> http://www.makemkv.com/forum2/viewtopic.php?f=5&t=1053 But I have a script that add a new key to to MakeMKV when I boot my server. //Peter
  16. root@Tower:~# cat /sys/block/sdn/queue/discard_max_bytes 0 root@Tower:~# cat /sys/block/sdo/queue/discard_max_bytes 0 So it looks like these SSD:s are not able to use TRIM on. //Peter
  17. Hi! I cant see that my 2 SSD disc are mounted with discard operation. FYI: I did manually format the 2 disc as XFS from the command prompt. Is there anything I have missed ? //Peter Sep 18 11:39:40 Adding disk '/dev/sdn1'... Sep 18 11:39:40 Mount drive command: /sbin/mount -t xfs -o rw,noatime,nodiratime '/dev/sdn1' '/mnt/disks/SSD1' Sep 18 11:39:40 Successfully mounted '/dev/sdn1' on '/mnt/disks/SSD1'. Sep 18 11:39:40 Defining share 'SSD1' on file '/etc/samba/unassigned-shares/SSD1.conf' Sep 18 11:39:40 Adding share 'SSD1' to '/boot/config/smb-extra.conf' Sep 18 11:39:40 Enabling the Recycle Bin on share 'SSD1' Sep 18 11:39:40 Reloading Samba configuration... Sep 18 11:39:40 Directory '/mnt/disks/SSD1' shared successfully. Sep 18 11:39:40 Device '/dev/sdn1' script file not found. 'ADD' script not executed. Sep 18 11:39:40 Adding disk '/dev/sdo1'... Sep 18 11:39:40 Mount drive command: /sbin/mount -t xfs -o rw,noatime,nodiratime '/dev/sdo1' '/mnt/disks/SSD2' Sep 18 11:39:40 Successfully mounted '/dev/sdo1' on '/mnt/disks/SSD2'. Sep 18 11:39:40 Defining share 'SSD2' on file '/etc/samba/unassigned-shares/SSD2.conf' Sep 18 11:39:40 Adding share 'SSD2' to '/boot/config/smb-extra.conf' Sep 18 11:39:40 Enabling the Recycle Bin on share 'SSD2' Sep 18 11:39:40 Reloading Samba configuration... Sep 18 11:39:40 Directory '/mnt/disks/SSD2' shared successfully. Sep 18 11:39:40 Running command '/boot/config/plugins/unassigned.devices/Samsung_SSD_840_EVO_250GB_S1DBNSAFA05830A.sh' with action 'ADD'. Sep 18 11:39:40 Adding disk '/dev/sda1'... Sep 18 11:39:40 Mount drive command: /sbin/mount -t vfat -o auto,async,noatime,nodiratime,nodev,nosuid,umask=000 '/dev/sda1' '/mnt/disks/UNRAID_VM' Sep 18 11:39:40 Successfully mounted '/dev/sda1' on '/mnt/disks/UNRAID_VM'. Sep 18 11:39:40 Defining share 'UNRAID_VM' on file '/etc/samba/unassigned-shares/UNRAID_VM.conf' Sep 18 11:39:40 Adding share 'UNRAID_VM' to '/boot/config/smb-extra.conf' Sep 18 11:39:40 Enabling the Recycle Bin on share 'UNRAID_VM' Sep 18 11:39:40 Reloading Samba configuration... Sep 18 11:39:41 Directory '/mnt/disks/UNRAID_VM' shared successfully. Sep 18 11:39:41 Device '/dev/sda1' script file not found. 'ADD' script not executed. Sep 18 11:39:41 Disk with serial 'Storage_Media_9B4001209200016773' is not set to auto mount and will not be mounted... Sep 18 12:10:33 Reloading shared dir '/mnt/disks/SSD1'. Sep 18 12:10:33 Removing old config... Sep 18 12:10:33 Removing SMB share file '/etc/samba/unassigned-shares/SSD1.conf' Sep 18 12:10:33 Removing SMB share definitions from '/boot/config/smb-extra.conf' Sep 18 12:10:33 Reloading Samba configuration.. Sep 18 12:10:33 Successfully removed SMB share 'SSD1'. Sep 18 12:10:33 Reloading shared dir '/mnt/disks/SSD2'. Sep 18 12:10:33 Removing old config... Sep 18 12:10:33 Removing SMB share file '/etc/samba/unassigned-shares/SSD2.conf' Sep 18 12:10:33 Removing SMB share definitions from '/boot/config/smb-extra.conf' Sep 18 12:10:33 Reloading Samba configuration.. Sep 18 12:10:33 Successfully removed SMB share 'SSD2'. Sep 18 12:10:33 Adding new config... Sep 18 12:10:33 Defining share 'SSD1' on file '/etc/samba/unassigned-shares/SSD1.conf' Sep 18 12:10:33 Adding share 'SSD1' to '/boot/config/smb-extra.conf' Sep 18 12:10:33 Enabling the Recycle Bin on share 'SSD1' Sep 18 12:10:33 Reloading Samba configuration... Sep 18 12:10:33 Directory '/mnt/disks/SSD1' shared successfully. Sep 18 12:10:33 Adding new config... Sep 18 12:10:33 Defining share 'SSD2' on file '/etc/samba/unassigned-shares/SSD2.conf' Sep 18 12:10:33 Adding share 'SSD2' to '/boot/config/smb-extra.conf' Sep 18 12:10:33 Enabling the Recycle Bin on share 'SSD2' Sep 18 12:10:33 Reloading Samba configuration... Sep 18 12:10:33 Directory '/mnt/disks/SSD2' shared successfully. Sep 18 12:20:13 Adding disk '/dev/sdq1'... Sep 18 12:20:13 Mount drive command: /sbin/mount -t vfat -o auto,async,noatime,nodiratime,nodev,nosuid,umask=000 '/dev/sdq1' '/mnt/disks/UNRAID_VM' Sep 18 12:20:13 Successfully mounted '/dev/sdq1' on '/mnt/disks/UNRAID_VM'. Sep 18 12:20:13 Defining share 'UNRAID_VM' on file '/etc/samba/unassigned-shares/UNRAID_VM.conf' Sep 18 12:20:13 Reloading Samba configuration... Sep 18 12:20:13 Directory '/mnt/disks/UNRAID_VM' shared successfully. Sep 18 12:20:13 Device '/dev/sdq1' script file not found. 'ADD' script not executed.
  18. It looks like we can't longer use Tapatalk. Is it only me ?