updating omv failed, lost web login

  • Hi all, i logged into omv today had about 8 updates, one of them was for omv, not sure the version, 2.1 and i'm sure it ended with a b . i'm running the latest of Stone burner 2.1


    the update failed and the pop up to reload page came up and i reloaded the page, thats when i got the error.
    Here's the error
    Error #3008:exception 'OMVException' with message 'Failed to load configuration ()' in /usr/share/php/openmediavault/config.inc:577Stack trace:#0 /usr/share/php/openmediavault/env.inc(22): require_once()#1 /var/www/openmediavault/index.php(23): require_once('/usr/share/php/...')#2 {main}


    after a quick search i found a similiar error and ran this in putty.
    ls -al /etc/openmediavault/
    output

    Code
    root@HOME-SERVER:~# ls -al /etc/openmediavault/total 152drwxr-xr-x   2 openmediavault openmediavault  4096 Feb 15 08:28 .drwxrwxr-x 105 root           root            4096 Feb 15 08:28 ..-rw-------   1 openmediavault openmediavault 73944 Jan 31 15:33 config.xml-rw-r--r--   1 openmediavault openmediavault 67028 Mar 14  2014 php.ini


    then ran this
    tail /etc/openmediavault/config.xml
    output

    Code
    root@HOME-SERVER:~# tail /etc/openmediavault/config.xml      <enable>1</enable>      <db-folder>/media/b980b57f-07d5-41ff-8d7f-bf93f3f1adea/plexmediaserver</db-folder>      <mntentref>4477eac2-339f-4393-8ede-9edb3beb9a65</mntentref>      <showtab>1</showtab>      <pyenable>1</pyenable>      <pyrun>1</pyrun>      <pyport>8182</pyport>    </plexmediaserver>  </services></config>root@HOME-SERVER:~# chmod 0600 /etc/openmediavault/config.xmlroot@HOME-SERVER:~# monit stop omv-enginedroot@HOME-SERVER:~# omv-engined -dfomv-engined[12970]: Daemon process started (pid=12971)root@HOME-SERVER:~# Registered RPC services:  apt  calibre  certificatemgmt  config  cron  diskmgmt  docker  emailnotification  exec  fail2ban  filesystemmgmt  flashmemory  folderbrowser  fstab  ftp  iptables  logfile  mpd  mysql  network  nfs  nginx  notification  offlineimap  omvextrasorg  perfstats  phpfpm  plexmediaserver  plugin  powermgmt  pyload  quota  raidmgmt  rrd  rsync  rsyncd  services  sharemgmt  smart  smb  snapraid  snmp  ssh  subsonic  syslog  system  tftp  transmissionbt  usermgmt  virtualbox  webgui  zeroconf Registered modules:  acpid  apt  calibre  certificatemgmt  collectd  cpufrequtils  cron  cronapt  email  fail2ban  flashmemory  fstab  ftp  halt  hdparm  hostname  hosts  interfaces  iptables  mdadm  monit  mpd  mysql  networking  nfs  nginx-server  ntp  offlineimap  omvextrasorg  pam  php5fpm  phpfpm-server  plexmediaserver  pyload  quota  rrdcached  rsync  rsyncd  samba  smartmontools  snapraid  snmp  ssh  subsonic  sysctl  syslog  tftp  timezone  transmissionbt  virtualbox  webadmin  webserver  zeroconf


    Not sure if i should now run
    apt-get purge openmediavault
    apt-get install openmediavault


    thanks for any all help.

    • Offizieller Beitrag

    What is the output of: tail /var/log/apt/history.log

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • here's the output of
    tail /var/log/apt/history.log


    Code
    Start-Date: 2016-02-10  20:24:17
    Commandline: apt-get --yes --force-yes --fix-missing --auto-remove --allow-unauthenticated --show-upgraded --option DPkg::Options::=--force-confold install openmediavault openmediavault-flashmemory
    Upgrade: openmediavault:amd64 (2.1.25, 2.1.27), openmediavault-flashmemory:amd64 (1.9.1, 1.9.2)
    End-Date: 2016-02-10  20:24:33
    
    
    Start-Date: 2016-02-15  08:28:18
    Commandline: apt-get --yes --force-yes --fix-missing --auto-remove --allow-unauthenticated --show-upgraded --option DPkg::Options::=--force-confold install docker-engine libpq5 nginx nginx-common nginx-full openmediavault
    Upgrade: docker-engine:amd64 (1.10.0-0~wheezy, 1.10.1-0~wheezy), openmediavault:amd64 (2.1.27, 2.1.28), nginx-full:amd64 (1.2.1-2.2+wheezy3, 1.2.1-2.2+wheezy4), nginx:amd64 (1.2.1-2.2+wheezy3, 1.2.1-2.2+wheezy4), nginx-common:amd64 (1.2.1-2.2+wheezy3, 1.2.1-2.2+wheezy4), libpq5:amd64 (9.1.18-0+deb7u1, 9.1.20-0+deb7u1+b1)
    End-Date: 2016-02-15  08:28:29
    • Offizieller Beitrag

    Try:


    omv-mkconf nginx
    omv-mkconf php5fpm
    service nginx restart
    service php5-fpm restart
    omv-aptclean (if you have omv-extras installed)
    clear your browser cache

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!