Beiträge von ChrisKoups

    Hi ChrisKoups

    Hi Wolf2000 !I do not have these problems ChrisKoups!

    It does not work. ?(:cursing:;(

    Code
    root@myhomeserver:~# cat /etc/apt/sources.list.d/openmediavault-kernel-backports.list
    deb http://httpredir.debian.org/debian stretch-backports main contrib non-free
    root@myhomeserver:~#

    @M0rpheus
    Do you have any other problem except those warnings?


    Just to understand what happens....
    In "/etc/apt/sources.list.d/" they are several lists from which updates are retrieved. for example I have armbian.list, raspberry.list etc.... If (and that happens due to upgrades) one of those files expand the list by adding one repository but that repository exists in another list, you get a warning. You can remove (comment) those list by following the warning. For example the first warning says that the common repository is between the lists: /etc/apt/sources.list and /etc/apt/sources.list.d/openmediavault-kernel-backports.list.


    As I have seen, the openmediavault-kernel-backports.list include a big repository which includes several smaller ones and those conflict between other files.


    If everything works, no problems....


    Kind,
    Chris

    Ich sehe keine doppelt. Oder ich bin blind.Es gibt noch eine /sources.list extra für openmediavaul vielleicht muss man dort was (#) weg kommentieren aber ich weiß nicht genau was. Eine Idee?

    Oups..... I wrote something wrong.........


    commands must be:


    $ sudo apt-get update
    $ sudo apt-get upgrade

    Those are not exactly error... they are more or less warnings....

    Hello.whether the errors are or warnings it is not right and annoying. I would like to fix that.
    which upgrade result exactly? these?

    Code
    root@myhomeserver:~# dpkg -l | grep openm
    ii  libopenmpt0:armhf                   0.2.7386~beta20.3-3+deb9u2     armhf        module music library based on OpenMPT -- shared library
    ii  openmediavault                      4.1.0-1                        all          openmediavault - The open network attached storage solution
    ii  openmediavault-flashmemory          4.1                            all          folder2ram plugin for OpenMediaVault
    ii  openmediavault-keyring              1.0                            all          GnuPG archive keys of the OpenMediaVault archive
    ii  openmediavault-minidlna             3.3.11                         all          OpenMediaVault miniDLNA (DLNA server) plugin
    ii  openmediavault-mysql                4.1.1                          all          MySQL plugin for OpenMediaVault.
    ii  openmediavault-netatalk             4.0.7-1                        all          OpenMediaVault netatalk (AppleTalk Protocol Suite) plugin
    ii  openmediavault-nginx                4.0.2                          all          Nginx plugin for OpenMediaVault.
    ii  openmediavault-omvextrasorg         4.1.2                          all          OMV-Extras.org Package Repositories for OpenMediaVault

    Thank you!

    Hello,


    Just to clarify that I am not OMV developer....
    Usually, after a
    $ sudo apt-get install update
    you run a
    $ sudo apt-get install upgrade


    The first command is to get the updates (which showed warnings that you have duplicate repositories) and the second command is to install the updates.
    On rpi and linux in general, the second command can change the duplicate repositories.


    What you run ($ dpkg -l | grep openm) is to force installation of packages and plugins.


    Happy to help!

    Those are not exactly error... they are more or less warnings....
    Can you post the upgrade results? It will say what upgrades are available.