Beiträge von Mio

    you can use software RAID, but it will use CPU for RAID things, so you need good CPU for this and also if if will handle big or small files...


    the SW RAID you can setup in OMV gui, but i didnt make it there for now, so i dont know how to guide you

    hello guys,


    i bought a USB 3 case for my not used 2,5" sata hdd, its connecting just trough one cable to computer.


    i connected it to RPi2 OMV 2.18 and i have this errors in my log:


    Nov 4 10:54:09 raspberrypi kernel: [ 92.036887] sd 2:0:0:0: [sdc] Read Capacity(10) failed: Result: hostbyte=0x00 driverb$
    Nov 4 10:54:09 raspberrypi kernel: [ 92.036909] sd 2:0:0:0: [sdc] Sense Key : 0x2 [current]
    Nov 4 10:54:09 raspberrypi kernel: [ 92.036921] sd 2:0:0:0: [sdc] ASC=0x4 ASCQ=0x1
    Nov 4 10:54:11 raspberrypi kernel: [ 93.809381] sd 2:0:0:0: [sdc] Read Capacity(10) failed: Result: hostbyte=0x00 driverb$
    Nov 4 10:54:11 raspberrypi kernel: [ 93.809404] sd 2:0:0:0: [sdc] Sense Key : 0x2 [current]
    Nov 4 10:54:11 raspberrypi kernel: [ 93.809416] sd 2:0:0:0: [sdc] ASC=0x4 ASCQ=0x1
    Nov 4 10:54:12 raspberrypi kernel: [ 95.620960] sd 2:0:0:0: [sdc] Read Capacity(10) failed: Result: hostbyte=0x00 driverb$
    Nov 4 10:54:12 raspberrypi kernel: [ 95.620982] sd 2:0:0:0: [sdc] Sense Key : 0x2 [current]
    Nov 4 10:54:12 raspberrypi kernel: [ 95.620994] sd 2:0:0:0: [sdc] ASC=0x4 ASCQ=0x1


    i found some solution on google, that i must change some kernel value "usb delay", but i dont know how to change it or where...


    i add this 3 things to my configs, i disabled all the applications on my OC and still nothing, i still receive the damn nginx error:


    Code
    2015/09/22
     08:02:28 [error] 4511#0: *31881 upstream timed out (110: Connection 
    timed out) while reading response header from upstream, client: 
    ::ffff:10.8.0.14, server: , request: "POST 
    /index.php/apps/updater/ajax/download.php HTTP/1.1", upstream: 
    "fastcgi://unix:/var/run/fpm-95db7cc4-8a2e-4f20-a0d1-62056a6ea0c0.sock:",
     host: "192.168.1.80", referrer: 
    "https://192.168.1.80/index.php/settings/admin"


    im adding picture here too.


    could someone paste here his extra options from php-pool and from nginx server? i will be wery thankful for that

    so, today is the new update out for oc, and no success to update it:


    Code
    2015/09/18 10:14:12 [error] 4389#0: *128675 upstream timed out (110: Connection timed out) while reading response header from upstream, client: ::ffff:10.8.0.14, server: , request: "POST /index.php/apps/updater/ajax/download.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/fpm-95db7cc4-8a2e-4f20-a0d1-62056a6ea0c0.sock:", host: "192.168.1.80", referrer: "https://192.168.1.80/index.php/settings/admin"


    still the upstream timeout


    guys any sugestions pls?


    can someone whom is working the update app paste here his extras from nginx/server?

    @GabrielRR - the solution is there in that link you posted here, try:



    Code
    @shibukk it's not so complicated as you think. What helped me was:
    
    
    copy "config/ca-bundle.crt" in the zip of the owncloud server download file
    put it in the "config/" directory of my owncloud instance (for me "/var/www/config" as absolute path)
    
    
    that's all, afterwards the warning was gone.

    here is my config.php file:



    and the netstat:

    ok, i guess on 2nd screen shot you are trying connect to you oc from internet... the oc try to say you that you must add your public address to your oc config.php file... the guide is here or on google how to add the ip to the trusted domains in your config file...


    when you are trying to connect to your oc in your local subnet, try

    Code
    https://YourOcLocalAddress/index.php


    do not use "ipAddres:443" the port 443 = https ... so use https, not ":443"


    also clear your cookies and history form your browser and begin again....