Beiträge von ILikeMyBike

    Hi,

    Could it be a power issue?


    this is 100% a power issue. Your WD is 2,5" disc without external power supply. Which means your pi has to power it through USB. If you want to use this disc, you need an external USB hub with power supply. Also check your wall outlet power supply for the pi, because as subzero already mentioned, you need 5V /2A just to power the pi itself.


    Hth
    Chris

    I wrote the image with dd bs=4M on my macbook. Uptime 1 day, because I tried a reboot as well. Enough disc space anyway


    Thx chris


    Code
    Filesystem      Size  Used Avail Use% Mounted on
    /dev/root       3.2G  1.9G  1.2G  62% /
    devtmpfs        483M     0  483M   0% /dev
    tmpfs           487M     0  487M   0% /dev/shm
    tmpfs           487M   32M  456M   7% /run
    tmpfs           5.0M     0  5.0M   0% /run/lock
    tmpfs           487M     0  487M   0% /sys/fs/cgroup
    /dev/mmcblk0p1   56M   21M   36M  38% /boot
    /dev/mmcblk0p3   25G  2.8M   24G   1% /media/fa36508a-b3c4-4499-b30a-711dd5994225
    /dev/sda1       1.8T  8.0G  1.8T   1% /media/1fdc5829-057e-4921-94fc-dd4fe0c3352b
    Code
    14:03:38 up 1 day, 16:23,  1 user,  load average: 0.00, 0.03, 0.00

    Hi,
    installed latest omv on a Raspberry Pi 3, 32 GB class 10 SD Card, 2 TB 3,5" HDD (with extra power supply). After the installation everything was fine and working, now, every time I try to access the WEB UI I get an error Communication failure or an error has occurred.


    No additional plugins enabled. It looks like a timeout to me:


    Code: error.log
    2016/12/28 22:27:38 [alert] 3237#0: *1 open socket #13 left in connection 2
    2016/12/28 22:27:38 [alert] 3237#0: *2 open socket #14 left in connection 3
    2016/12/28 22:27:38 [alert] 3237#0: aborting
    2016/12/28 22:28:19 [alert] 3259#0: *3 open socket #13 left in connection 2
    2016/12/28 22:28:19 [alert] 3259#0: *4 open socket #14 left in connection 3
    2016/12/28 22:28:19 [alert] 3259#0: *5 open socket #15 left in connection 4
    2016/12/28 22:28:19 [alert] 3259#0: aborting
    2016/12/29 07:52:56 [alert] 25374#0: *1 open socket #13 left in connection 2
    2016/12/29 07:52:56 [alert] 25374#0: *3 open socket #15 left in connection 4
    2016/12/29 07:52:56 [alert] 25374#0: aborting
    Code: openmedia_webgui_access.log
    ::ffff:127.0.0.1 - - [29/Dec/2016:08:01:15 +0400] "GET / HTTP/1.1" 499 0 "-" "Monit/5.9"
    ::ffff:127.0.0.1 - - [29/Dec/2016:08:01:51 +0400] "GET / HTTP/1.1" 499 0 "-" "Monit/5.9"
    ::ffff:127.0.0.1 - - [29/Dec/2016:08:02:26 +0400] "GET / HTTP/1.1" 499 0 "-" "Monit/5.9"
    ::ffff:127.0.0.1 - - [29/Dec/2016:08:03:02 +0400] "GET / HTTP/1.1" 499 0 "-" "Monit/5.9"
    ::ffff:127.0.0.1 - - [29/Dec/2016:08:03:37 +0400] "GET / HTTP/1.1" 499 0 "-" "Monit/5.9"
    ::ffff:127.0.0.1 - - [29/Dec/2016:08:04:13 +0400] "GET / HTTP/1.1" 499 0 "-" "Monit/5.9"
    ::ffff:127.0.0.1 - - [29/Dec/2016:08:04:49 +0400] "GET / HTTP/1.1" 499 0 "-" "Monit/5.9"
    ::ffff:127.0.0.1 - - [29/Dec/2016:08:05:24 +0400] "GET / HTTP/1.1" 499 0 "-" "Monit/5.9"
    ::ffff:127.0.0.1 - - [29/Dec/2016:08:06:00 +0400] "GET / HTTP/1.1" 499 0 "-" "Monit/5.9"
    ::ffff:127.0.0.1 - - [29/Dec/2016:08:06:35 +0400] "GET / HTTP/1.1" 499 0 "-" "Monit/5.9"

    Thanks for helping me out
    Chris