peter_sm

Community Developer
  • Posts

    2273
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by peter_sm

  1. On 2017-10-17 at 7:03 AM, Quiks said:

     

    I did read it, but I think I may have missed some settings.

     

    I was successfully able to upload the 3.5 GB file that failed on my android client, so the back end of nextcloud is working fine.

     

    I probably need to change some nginx settings.

     

    edit: changing a few settings allowed me to upload >2gb files via the webui.

     

    php.ini

    I mapped it to /config/www/nextcloud/data/upload-tmp with a chown abc:abc on it

    max_execution_time = 7200

    max_input_time = 7200

    post_max_size = 16400M

    upload_max_filesize = 16000M

    memory_limit = 1024M

     

    I'm having issues using the letsencrypt container in conjunction with this one.

     

    When i upload a file to the local webui (this container), I see the temp file created immediately as it's uploading

     

    When I used the remote link (letsencrypt nginx pointing to nextcloud's nginx), I didn't see any tmp file created until the upload completes.

     

    to fix this, set your letsencrypt config file to something similar to below

     

    
        location / {
                proxy_pass_header Authorization;
                proxy_pass https://192.168.1.185;
                proxy_set_header Host $host;
                proxy_set_header X-Real-IP  $remote_addr;
                proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
                proxy_http_version 1.1;
                proxy_set_header Connection "";
                proxy_buffering off;
                proxy_request_buffering off;
                client_max_body_size 0;
                proxy_read_timeout  36000s;
                proxy_redirect off;
                proxy_ssl_session_reuse off;
        }

     

     

     

     

     

     

     

     

     

    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

     

     

  2. 2 hours ago, steve1977 said:

    Looking forward to creating my first Hackintosh soon.

     

    Do I read correctly better to wait as things are broken with the latest Clover version?

     

    And for clarification. Once I have this installed, can I update to future versions or do I need to go through all the process again? Has anyone tried to upgrade from Sierra to High Sierra within the VM or does it require a fresh install using the instructions?

    I did an update from App Store

  3. On 2017-10-13 at 5:44 AM, gr2659 said:

    Correct. If I start the VM and immediately start VNC, this is all I see (and it sits here indefinitely):

    59e035e6a627e_ScreenShot2017-10-12at10_30_25PM.png.5edfaa205a8f2f23ef84bc80a7b6853d.png

    ... And I can't interact with this at all (enter, esc, ctrl+c, etc.)

     

    I tried changing the CPU section of the XML but the results are the same. I'll try to rebuild my image without the kexts file, with my OSX key in the XML but it sounds like that's more preference than anything that might fix my issue.

     

    Thanks much for the suggestions! ... have any others? :)

    I updated clover today and I now got same issue.

     

    //Peter

     

     

  4. 14 hours ago, ideaman924 said:

    Hi @peter_sm, I'm getting a weird issue when I try to generate client certificates.

     

    So I changed some settings that warranted a regeneration of client certificates. But the GUI won't let me regenerate the certificates, thinking that I already had them.

    Also it might be good if the "Generate Certificate" button initiated a download straight from the browser instead of us hunting through the appdata folder...

    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.

     

  5. 5 hours ago, thegeneral said:

    When going to the OpenVPN Client settings i see something called "choose a file" but its not clickable for me to upload my config file.

     

    Where do i place my config file so it shows up in the list

     

    thanks.

    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"

  6. 56 minutes ago, mikedpitt420 said:

    I removed the docker and image and data, reinstalled, and now I don't even have a settings.conf file. It worked and just threw the "this is a 30 day trial" warning. So I suppose this just needs removed and redone every 30 days then?

    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

     

  7. 23 minutes ago, dlandon said:

     

    It doesn't look like your disks support discard.

     

    What does this command show?

    
    cat /sys/block/sdn/queue/discard_max_bytes
    cat /sys/block/sdo/queue/discard_max_bytes

     

    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

     

  8.  

    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.

     

    2017-09-18 12_57_08-Tower_Main.png

    2017-09-18 13_00_48-Tower_UnassignedDevicesSettings.png