Beiträge von nkmar

    Hello,


    my upgrade form OMV 4 to OMV5 on a Proxmox VM didnt work well, so I did a fresh OMV5 install.


    Question 1:


    After install, I couldnt update the system from GUI or cli.

    In GUI it first said "Could not get lock /var/cache/apt/archives/lock – open".

    In cli I think it later said that a dependency is missing (dirmngr) and I should to a "sudo apt --fix-broken install".


    This fixed it, but im wondering why I had this error?



    Question 2:


    It now seems to be stable, but in syslog i see postfix warnings and errors every hour:


    Code
    postfix/postdrop[22168]: warning: unable to look up public/pickup: No such file or directory
    cron[447]: postdrop: warning: unable to look up public/pickup: No such file or directory
    postfix/postsuper[22166]: fatal: scan_dir_push: open directory hold: No such file or directory


    I googled for that warnings/error and found suggestions that i should do


    Code
    mkfifo /var/spool/postfix/public/pickup
    service postfix restart


    Is that okay?

    And why do I have these warnings and errors?



    Greetings