[solved] Communication Failure - No PlugIns listed

  • I can't view the plugins, because everytime i click on "() Check", i get a "An error has occurred"-Message. Details shows only "Communication Error". Does anybody know, what it is?
    /var/log/apache2/error.log

    Code
    ...
    [Fri Sep 27 12:14:43 2013] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
    [Fri Sep 27 12:14:47 2013] [notice] Apache/2.2.16 (Debian) mod_fcgid/2.3.6 PHP/5.3.3-7+squeeze17 with Suhosin-Patch mod_ssl/2.2.16 OpenSSL/0.9.8o configured -- resuming normal operations
    [Fri Sep 27 14:24:41 2013] [notice] caught SIGTERM, shutting down
    [Fri Sep 27 20:06:27 2013] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
    [Fri Sep 27 20:06:31 2013] [notice] Apache/2.2.16 (Debian) mod_fcgid/2.3.6 PHP/5.3.3-7+squeeze17 with Suhosin-Patch mod_ssl/2.2.16 OpenSSL/0.9.8o configured -- resuming normal operations
    [Fri Sep 27 21:12:27 2013] [notice] caught SIGTERM, shutting down
    [Sat Sep 28 14:04:43 2013] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
    [Sat Sep 28 14:04:48 2013] [notice] Apache/2.2.16 (Debian) mod_fcgid/2.3.6 PHP/5.3.3-7+squeeze17 with Suhosin-Patch mod_ssl/2.2.16 OpenSSL/0.9.8o configured -- resuming normal operations


    /etc/init.d/openmediavault-engined status

    Code
    omv-engined is running
  • If I remember correctly this is a bug where the engined is not running correctly. I think just rebooting solved my problem the last time.


    Greetings
    David

    "Well... lately this forum has become support for everything except omv" [...] "And is like someone is banning Google from their browsers"


    Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.

    Upload Logfile via WebGUI/CLI
    #openmediavault on freenode IRC | German & English | GMT+1
    Absolutely no Support via PM!

  • doesn't help unfortunately. Any other solutions?
    Can I get a debug-output of omv-engined somehow?


    Edit: It has to do something with /etc/apt/sources.list.d/openmediavault-local.list
    If I move the file to another location, all is working. Moving it back brings up the error.


    I cleared /var/cache/openmediavault/archives and uploaded only one plugin to make a new "Packages"-file. Same error :shock: :?
    cat /var/cache/openmediavault/archives/Packages


    ls -l /var/cache/openmediavault/archives

    Code
    insgesamt 36K
    -rw-r--r-- 1 openmediavault openmediavault 30K 29. Sep 10:46 openmediavault-autoshutdown_0.5.8_all.deb
    -rw-rw-rw- 1 root           root           518 29. Sep 10:46 Packages
    • Offizieller Beitrag

    You can run engined in debug mode by:


    monit stop omv-engined
    omv-engined -df

    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 debug-log:
    http://pastebin.com/raw.php?i=yMtfbYKz


    the last error repeats continuing in the debug-output

    • Offizieller Beitrag

    It shows it is sending all of the plugins back. Not sure why it would give you a communication error unless one of the package description is malformed?? But it doesn't show any errors.

    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!

    • Offizieller Beitrag

    Not yet. What is the output of:


    dpkg -l | grep suhosin


    Not sure how/why the suhosin patch seems is installed on your system. This hardens php but may not allow certain things to happen in omv.

    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!

  • Code
    root@hoppetz ----- {So Sep 29, 19:44:58} -------------------------  
    ~$ dpkg -l | grep suhosin
    root@hoppetz ----- {So Sep 29, 19:45:01} -------------------------  
    ~$ echo $?
    1


    The output is nothing and the package is not installed. Where do you see, it is installed?

    • Offizieller Beitrag

    In your error log:


    Apache/2.2.16 (Debian) mod_fcgid/2.3.6 PHP/5.3.3-7+squeeze17 with Suhosin-Patch mod_ssl/2.2.16 OpenSSL/0.9.8o


    Here is mine:


    Apache/2.2.16 (Debian) DAV/2 mod_fcgid/2.3.6 mod_ssl/2.2.16 OpenSSL/0.9.8o


    I don't know why it is installed if the php5-suhosin package isn't installed.

    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!

    • Offizieller Beitrag

    Here are mine. The one that makes me wonder is apache2-mod-php5. I also noticed you adodb installed??


    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!

  • I think the package came from http://debian.oppserver.net/xbmc/ which I enabled when I tried to get XBMC-server working. The package could also be installed while I tried to get a WebFilemanager working.
    I removed the repo from /etc/apt/sources.list and did

    Code
    service apache2 stop
    apt-get remove libapache2-mod-*
    apt-get install --reinstall openmediavault


    It worked, until I uploaded and installed the 3rd-party-plugin-deb via WebGUI.
    Now, whats wrong?

    • Offizieller Beitrag

    The other repo might have install php5 with the suhosin patch. I would reinstall php5


    apt-get install --reinstall php5-cgi php5-cli php5-common

    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!

  • While I tried to remove some apache2-packages i got following error:

    Code
    Entfernen von apache2.2-bin ...
    .: 62: Can't open /usr/share/openmediavault/scripts/helper-functions
    E: Problem executing scripts DPkg::Post-Invoke '. /etc/default/openmediavault; . /usr/share/openmediavault/scripts/helper-functions; if omv_checkyesno ${OMV_DPKG_POSTINVOKE_PURGE_MAN}; then if [ $(ps w -p $PPID | grep -c remove) != 1 ]; then echo 'Purging man pages ...'; rm -rf /usr/share/doc/* /usr/share/man/* /var/cache/man/*; else exit 0; fi; fi'
    E: Sub-process returned an error code
    • Offizieller Beitrag

    It looks like it is trying to remove apache2. You shouldn't have to reinstall any apache packages. Just php unless that didn't work. Does the helper-functions file exist?

    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!

  • I tried to remove and reinstall all apache2-packages.
    After removing and reinstalling them, it works until I add the "omv-extrasorg"-package and click Check after install.
    This is reproducable for me, If I remove the omvextras-package the Check-button works. :shock: :shock: :shock:
    btw: it is the newest package v. 0.5.5


    My packages now:


    and

    Code
    $ cat omv-extras-org-sardaukar.list 
    deb http://packages.omv-extras.org/debian/ sardaukar main
  • I have no such list:


    In the tehnick.list are only a few direct-connect clients.

Jetzt mitmachen!

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