omvextrasorg problem

  • I am having a problem installing the omvextrasorg plugin.


    I get the following message and there seems to be a dependency problem.


    root@openmediavault:/# dpkg -i openmediavault-omvextrasorg_latest_all.deb
    Selecting previously unselected package openmediavault-omvextrasorg.
    (Reading database ... 40854 files and directories currently installed.)
    Unpacking openmediavault-omvextrasorg (from openmediavault-omvextrasorg_latest_all.deb) ...
    dpkg: dependency problems prevent configuration of openmediavault-omvextrasorg:
    openmediavault-omvextrasorg depends on apt-transport-https; however:
    Package apt-transport-https is not installed.


    dpkg: error processing openmediavault-omvextrasorg (--install):
    dependency problems - leaving unconfigured
    Processing triggers for openmediavault ...
    Restarting engine daemon ...
    Errors were encountered while processing:
    openmediavault-omvextrasorg


    How do I resolve this problem? I updated from 0.5 to 1.8 yesterday using the update process.

    • Offizieller Beitrag

    apt-get -f install

    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!

  • Thank you very much ryecoaaron! That did it.


    I thought I tried that but perhaps I did not do it right.


    So now I can find all the plugins like Sickbeard, Couchpotato, etc?


    Thanks again for your help!

    • Offizieller Beitrag

    If you enabled the Download Managers repo in omv-extras, you will see those plugins in the plugins list.

    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

    There's no reason he should have had to -f install that as far as I know. I've never had to and frankly I hate constantly seeing people recommend it. If you have unresolved dependencies, then there's going to be a problem most likely

    • Offizieller Beitrag

    There's no reason he should have had to -f install that as far as I know. I've never had to and frankly I hate constantly seeing people recommend it. If you have unresolved dependencies, then there's going to be a problem most likely


    He installed with dpkg and omv-extras has a dependency of apt-transport-https that needs to be fixed with apt-get -f install. dpkg doesn't install dependencies. How do you install dependencies if using dpkg??


    Post the errors from trying to install extplorer. When you say install all the plugins, I hope you really aren't installing all of them.

    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


    He installed with dpkg and omv-extras has a dependency of apt-transport-https that needs to be fixed with apt-get -f install. dpkg doesn't install dependencies. How do you install dependencies if using dpkg??


    Post the errors from trying to install extplorer. When you say install all the plugins, I hope you really aren't installing all of them.


    That doesn't really change what I said... I understand why it has to be done, but that should be resolved so that -f is not necessary.

    • Offizieller Beitrag

    That is impossible unless I remove the dependencies from omv-extras (or whatever package you are installing). dpkg doesn't install dependencies. apt-get -f install is the most reliable way to install dependencies after using dpkg. I don't understand why you don't like it?

    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

    That is impossible unless I remove the dependencies from omv-extras (or whatever package you are installing). dpkg doesn't install dependencies. apt-get -f install is the most reliable way to install dependencies after using dpkg. I don't understand why you don't like it?


    I thought I was pretty clear... the underlying problem should be resolved (in whatever manner).. rather than using -f install. As you can see, he's still having problems installing a particular plugin.... I'm not saying the missing dependency is a reason.. but it's just never worked out well for me in the past. I'm guessing when I installed the omvextras plugin via the webUI, it probably just ran apt-get -f install w/o my knowing so, as I didn't pay much attention to it installing..

    • Offizieller Beitrag

    Using it for omv-extras is not because of a real problem. Just means a package hasn't been installed yet. Installing from the web interface does that for you.


    If you try using it for a package that does not have the dependency in any of the repos, it will not work. In this case with extplorer, there must be something wrong with a repo if apt-get -f install didn't work. The only dependencies extplorer has is omv > 1.0.7 and unzip. He is on omv 1.8 and unzip is definitely in the debian repo. I don't know why the system is having problems.


    It would be nice to see the output of: dpkg -l | grep openmediavault

    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!

  • ryecoaaron,


    Not sure what KM0201 was getting on about but your advice did help me out!


    Extplorer is now working fine. It did give me an error message initially but I had to enable Nginx first before it would work for me. Now it is working fine it seems.
    I installed all the plugins that I needed and no I did not install all of them! One thing I did notice is that the webgui did hang a few times when applying the changes, so I did a reboot and all was well.


    Again thanks for all your help!

  • Hi ryecoaaron,
    I too am having this same issue, trying the method described above just uninstalls the package, Ive been struggling with this for the past week or so to no avail. any help would be greatly appreciated

    • Offizieller Beitrag

    What is the exact error you are getting?

    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!

  • dpkg -i openmediavault-omvextrasorg_latest_all.deb 

    (Reading database ... 27440 files and directories currently installed.)

    Preparing to replace openmediavault-omvextrasorg 1.7 (using openmediavault-omvextrasorg_latest_all.deb) ...

    Unpacking replacement openmediavault-omvextrasorg ...

    dpkg: dependency problems prevent configuration of openmediavault-omvextrasorg:

     openmediavault-omvextrasorg depends on apt-transport-https; however:

      Package apt-transport-https is not installed.

    dpkg: error processing openmediavault-omvextrasorg (--install):

     dependency problems - leaving unconfigured

    Processing triggers for openmediavault ...

    Restarting engine daemon ...

    Errors were encountered while processing:

     openmediavault-omvextrasorg

    root@openmediavault:~# 


    And when i issue the commands above I get:


    root@openmediavault:~# apt-get -f install

    Reading package lists... Done

    Building dependency tree  

    Reading state information... Done

    Correcting dependencies... Done

    The following packages will be REMOVED:

      openmediavault-omvextrasorg

    0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.

    1 not fully installed or removed.

    After this operation, 679 kB disk space will be freed.

    Do you want to continue [Y/n]?

    • Offizieller Beitrag

    Try: apt-get install apt-transport-https

    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 is what I get :


    root@openmediavault:~# apt-get install apt-transport-https
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    You might want to run 'apt-get -f install' to correct these:
    The following packages have unmet dependencies:
    apt-transport-https : Depends: libcurl3-gnutls (>= 7.16.2) but it is not going to be installed
    E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
    root@openmediavault:~# apt-get install apt-transport-https libcurl3-gnutls
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    You might want to run 'apt-get -f install' to correct these:
    The following packages have unmet dependencies:
    libcurl3-gnutls : Depends: librtmp0 (>= 2.3) but it is not installable
    Depends: libssh2-1 (>= 1.2.6) but it is not installable
    E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
    root@openmediavault:~# apt-get install apt-transport-https libcurl3-gnutls librtmp0
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Package librtmp0 is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source


    E: Package 'librtmp0' has no installation candidate
    root@openmediavault:~# apt-get install apt-transport-https libcurl3-gnutls librtmp
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package librtmp
    root@openmediavault:~# apt-get install apt-transport-https libcurl3-gnutls librtmp0 libssh2-1
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Package librtmp0 is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source


    Package libssh2-1 is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source


    E: Package 'librtmp0' has no installation candidate
    E: Package 'libssh2-1' has no installation candidate
    root@openmediavault:~#

    • Offizieller Beitrag

    Must be something wrong with your repos or something. Try:


    apt-get -f install let it remove omv-extras or whatever
    apt-get clean
    apt-get update
    apt-get install apt-transport-https


    If that doesn't work, post the output of:


    cat /etc/apt/sources.list
    ls -al /etc/apt/sources.list.d/

    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!

  • still no dice, here is the output requested:


    root@openmediavault:~# cat /etc/apt/sources.list


    #


    # deb cdrom:[Debian GNU/Linux 7.0.0 _Wheezy_ - Official Snapshot amd64 LIVE/INSTALL Binary 20150108-14:12]/ wheezy contrib main non-free


    #deb cdrom:[Debian GNU/Linux 7.0.0 _Wheezy_ - Official Snapshot amd64 LIVE/INSTALL Binary 20150108-14:12]/ wheezy contrib main non-free


    deb http://security.debian.org/ wheezy/updates main contrib non-free
    deb-src http://security.debian.org/ wheezy/updates main contrib non-free


    root@openmediavault:~# ls -al /etc/apt/sources.list.d/
    total 16
    drwxr-xr-x 2 root root 4096 Jan 24 09:20 .
    drwxr-xr-x 6 root root 4096 Jan 22 00:04 ..
    -rw-r--r-- 1 root root 145 Jan 24 09:49 openmediavault.list
    -rw-r--r-- 1 root root 45 Nov 2 2011 openmediavault-local.list

Jetzt mitmachen!

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