Beiträge von pw1975

    Code
    root@openmediavault:~# dpkg -l | grep openm
    ii  openmediavault                        3.0.54                               all          Open network attached storage solution
    ii  openmediavault-autoshutdown           1.0.8                                all          OpenMediaVault AutoShutdown Plugin
    ii  openmediavault-backup                 1.0.11                               all          backup plugin for OpenMediaVault.
    ii  openmediavault-clamav                 3.2.7                                all          OpenMediaVault ClamAV plugin
    ii  openmediavault-keyring                1.0                                  all          GnuPG archive keys of the OpenMediaVault archive
    ii  openmediavault-netatalk               3.2.3                                all          OpenMediaVault netatalk (AppleTalk Protocol Suite) plugin
    ii  openmediavault-nut                    3.2.4                                all          OpenMediaVault Network UPS Tools (NUT) plugin
    rc  openmediavault-supportinfo            0.5.12                               all          OpenMediaVault support panel

    Hi,


    after upgading from 1.19 to 2.0 and then to 3.0.54 my webgui response is "Communication failure" after sending login credentials.


    Error in /var/log/nginx/openmediavault-webgui_error.log is:


    2016/12/11 00:03:14 [error] 14008#0: *24 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 192.168.178.22, server: openmediavault-webgui, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-openmediavault-webgui.sock:", host: "192.168.178.50"


    Also i find somewhere in the logs:
    192.168.178.22 - - [11/Dec/2016:00:13:41 +0100] "POST /rpc.php HTTP/1.1" 499 0 "https://192.168.178.50/" "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0"


    499 ngnix response seems like a timeout or something alike.


    I used different browsers and also incognito windows regarding a caching issue - did not solve the problem.


    After rebooting i get this error:
    Fehler #0:exception 'OMV\Rpc\Exception' with message 'Failed to connect to socket: Connection refused' in /usr/share/php/openmediavault/rpc/rpc.inc:138Stack trace:#0 /var/www/openmediavault/rpc/session.inc(56): OMV\Rpc\Rpc::call('UserMgmt', 'authUser', Array, Array, 2, true)#1 [internal function]: OMVRpcServiceSession->login(Array, Array)#2 /usr/share/php/openmediavault/rpc/serviceabstract.inc(124): call_user_func_array(Array, Array)#3 /usr/share/php/openmediavault/rpc/rpc.inc(84): OMV\Rpc\ServiceAbstract->callMethod('login', Array, Array)#4 /usr/share/php/openmediavault/rpc/proxy/json.inc(95): OMV\Rpc\Rpc::call('Session', 'login', Array, Array, 3)#5 /var/www/openmediavault/rpc.php(45): OMV\Rpc\Proxy\Json->handle()#6 {main}



    Thanks in advance for your support!
    PW

    I had troubles with quotas once so i disabled them (update-rc.d quota disable) - because boot time was more than 10 hours due to quota check
    i also edited the /etc/fstab and removed the quota entry per line - which seemed to be ok for OMV 0.5...

    Code
    root@openmediavault:/media# fsck.ext4 /dev/sdd1
    e2fsck 1.42.5 (29-Jul-2012)
    Data2: sauber, 530867/183148544 Dateien, 124871070/732566385 Blöcke
    root@openmediavault:/media# fsck.ext4 /dev/sde1
    e2fsck 1.42.5 (29-Jul-2012)
    Backup: sauber, 1003962/183148544 Dateien, 194811270/732566385 Blöcke
    root@openmediavault:/media# fsck.ext4 /dev/md127
    e2fsck 1.42.5 (29-Jul-2012)
    Data1: sauber, 568680/183148544 Dateien, 180453735/732566356 Blöcke
    root@openmediavault:/media#

    blkid:


    Code
    root@openmediavault:/# blkid
    /dev/sda1: UUID="bbc96208-84f0-415e-85b6-c7aec820bc96" TYPE="ext4"
    /dev/sda5: UUID="4125686c-eab7-41ff-917e-5c07c3f2266e" TYPE="swap"
    /dev/sdb: UUID="53bbdd21-4c00-88e7-1f2c-2466603d75f8" LABEL="openmediavault:DataRaid" TYPE="linux_raid_member" UUID_SUB="84afa322-4c8d-dc5c-a274-1cc8445977b0"
    /dev/sdd1: LABEL="Data2" UUID="2c663779-17fc-4ecf-8acc-432adafaf229" TYPE="ext4"
    /dev/md127: LABEL="Data1" UUID="3733144a-1326-443f-a648-8396acca147e" TYPE="ext4"
    /dev/sdc: UUID="53bbdd21-4c00-88e7-1f2c-2466603d75f8" LABEL="openmediavault:DataRaid" TYPE="linux_raid_member" UUID_SUB="af549dd9-d96d-1c72-9800-89191213e4ac"
    /dev/sde1: LABEL="Backup" UUID="473f3ac7-a0c7-4bcb-a2bf-cde80b176007" TYPE="ext4"



    cat /etc/default/openmediavault | grep EXT:


    Code
    root@openmediavault:/# cat /etc/default/openmediavault | grep EXT
    OMV_FSTAB_MNTOPS_EXT3="defaults,nofail,acl,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0"
    OMV_FSTAB_MNTOPS_EXT4="defaults,nofail,acl,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0"
    OMV_DEBUG_EXTJS="NO"
    OMV_FSTAB_MNTOPS_EXT2="defaults,nofail,acl,user_xattr,noexec"

    This is with the mounts already manually done. The USB Device is my UPS


    here you go:


    Ok what i did now is:


    Code
    root@openmediavault:~# mount -t ext4 /dev/sdd1 /media/2c663779-17fc-4ecf-8acc-432adafaf229/
    root@openmediavault:~# mount -t ext4 /dev/sde1 /media/473f3ac7-a0c7-4bcb-a2bf-cde80b176007/
    root@openmediavault:~# mount -t ext4 /dev/md127 /media/3733144a-1326-443f-a648-8396acca147e/


    can anybody tell me, if this solves the problem permanently?

    Hi folks,


    after quite a bumpy upgrade, it seems that wheezy is running fine and OMV is on version 1.0 - The problem is, that i am missing all my mounts except /dev/sda1


    There is one RAID 1 and two further disks which all had/have data on their respective filesystem (EXT4) - cann anybody tell me what to do to get these remounted?



    OMV Error is:


    dmesg | tail:

    Code
    [ 2272.270803] EXT4-fs (md127): journaled quota format specified with no journaling enabled
    [ 2291.425949] EXT4-fs (sdd1): journaled quota format specified with no journaling enabled
    [ 2613.241732] EXT4-fs (sdd1): journaled quota format specified with no journaling enabled


    /etc/fstab:


    Thanks for your help!
    Phil

    Hello Folks,


    i had to remove filesystem-quota, as the server took ages to boot up (4 x 3 TB Storage, 250 GB SSD System) - around 1-2 Hours app.


    what i did:
    - removed quota entries from /etc/fstab
    - commented out the <quota>...</quota> part in /etc/openmediavault/config.xml
    - ran update-rc.d quota disable as root



    now what happened - server boots up fast ;) BUT...


    In the Admin-Panel under file-systems all the normally mounted filesystems do not contain any capacity or other information any more, there just my 3 filesystems listed.
    The 4th by the way (named "N/V") i really would like to remove (because it is from a removed disc) - but i have no clue how to accomplish this....


    I even cannot access the folders any more of the three formerly working filesystems...



    can anyone help me with safely removing the quota?



    Thank you,
    Phil

    Ok, it seemed that during the uninstall of the old version the current running VM was not killed. So the update was not successful due to a still running VM. I had to kill the processes of the "vbox" - see ps aux | grep vbox
    After that everything went fine.