Beiträge von traumhaft

    hello,


    first time omv user here.


    I installed omv as per the instructions here on my Raspberry Pi 3 B:
    https://sourceforge.net/projec…/Raspberry%20Pi%20images/
    I'm now running into this issue:
    https://github.com/openmediavault/openmediavault/issues/278


    The modules do not match the current kernel, so for example I can't start the NFS services.


    Code
    root@raspberrypi:~# uname -a
    Linux raspberrypi 4.9.80-v7+ #1098 SMP Fri Mar 9 19:11:42 GMT 2018 armv7l GNU/Linux
    Code
    root@raspberrypi:~# ls /lib/modules/
    4.14.47-rockchip


    I did read the readme.txt:

    Zitat

    On first boot the installation will be finished. REMAIN PATIENT PLEASE sincethis can take up to 20 minutes with a slow SD card and slow internetconnection (needs internet access to update all packages to latest version).


    ...
    - Ships with 4.9 kernel that will be updated to latest available version at first boot (4.14.30 starting in March 2018)


    Problem is, this doesn't work on first boot, because DNS is not set (I think). At least when I try to resolve anything after a fresh install it doesn't work until I request a new lease (ifdown, ifup).


    My question is. Is there a way to trigger this upgrade manually post installation?