Kernel Linux 5.15.0-0.bpo.3-amd64 > 5.10

  • Hello,


    I am new to linux commands. I wanted to switch to kernel Linux 5.15.0-0.bpo.3-amd64 and I realize Lychee won't install.

    There is a problem with the database. Photoprism works.

    I read a person in my case but without any possible resolution.


    On a test machine (VM omv 6) without having updated the kernel, Lychee works.


    I then tell myself that it comes from the kernel and I would like to downgrade the kernel version but omv 6 does not allow it from the interface as omv 5 knows how to do, but I do not know the procedure to follow without destroying everything.


    Can somebody help me please ?

    Thank you


    here is my infrastructure


    - Proxmox > "VM" OMV 6.0.14-1 > Docker 5:20.10.12~3-0~debian-bullseye >

  • I finally asked in the omv interface, to replace the kernel with that of proxmox.

    Because I read ryecoaaron who said that it was better when using proxmox.


    I will see this evening on site if I can install Lychee or not.

    With Lychee there is a blocking problem on the database, which does not arise on an earlier kernel with omv 6.

    I do not have the error message to give you on site (I will post later ).


    But another person trying to change the kernel also lost Lychee with the same message I have.

    It's not an error message actually, it gets stuck on one line and loops.


    Sorry for Google Translation :)

  • But why not run Lychee in docker

    This is the problem with Mariadb


    Code
    17:27:33 mysqld_safe Logging to '/config/databases/845953c262e3.err'.
    17:27:33 mysqld_safe Starting mariadbd daemon with databases from /config/databases


    lychee | -------------------------------------

    lychee | _ ()

    lychee | | | ___ _ __

    lychee | | | / __| | | / \

    lychee | | | \__ \ | | | () |

    lychee | |_| |___/ |_| \__/

    lychee |

    lychee |

    lychee | Brought to you by linuxserver.io

    lychee | -------------------------------------

    lychee |

    lychee | To support LSIO projects visit:

    lychee | https://www.linuxserver.io/donate/

    lychee | -------------------------------------

    lychee | GID/UID

    lychee | -------------------------------------

    lychee |

    lychee | User uid: 0

    lychee | User gid: 0

    lychee | -------------------------------------

    lychee |

    lychee | [cont-init.d] 10-adduser: exited 0.

    lychee | [cont-init.d] 20-config: executing...

    lychee | [cont-init.d] 20-config: exited 0.

    lychee | [cont-init.d] 30-keygen: executing...

    lychee | using keys found in /config/keys

    lychee | [cont-init.d] 30-keygen: exited 0.

    lychee | [cont-init.d] 40-config: executing...

    lychee | Waiting for database connection...

    lychee | mariadb (172.19.0.2:3306) open

    lychee |

    lychee | Nothing to migrate.

    • Offizieller Beitrag

    I highly doubt the kernel is causing the problem here since it is a php app. I would stop worrying about which kernel you are running and look for other problems.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.2 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4 | scripts 7.0.1


    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!

  • My knowledge does not allow me to understand, I try, but it is complicated.

    I'm relying on research from other people in the case.

    But I admit that I can't find it.

    What I can note is starting from freshly installed omv 6 the problem is not present. I will try to stop all containers.

  • This is the problem with Mariadb

    That log is normal on mDB.


    If you post the yml that you're using, it will be easier to help.

  • I highly doubt the kernel is causing the problem here since it is a php app. I would stop worrying about which kernel you are running and look for other problems.

    I just put the 2 omv 6 with the same kernel. The same version of docker. On one it works, on the other it doesn't. You are right the Kernel has nothing to do.

  • That log is normal on mDB.


    If you post the yml that you're using, it will be easier to help.

    Many thanks, this is lychee yml


  • Can you tell, what the problem is, you are experiencing

    Lychee don't start.

    On mariadb I have this lines, no others errors


    17:27:33 mysqld_safe Logging to '/config/databases/845953c262e3.err'.
    17:27:33 mysqld_safe Starting mariadbd daemon with databases from /config/databases

  • Can you tell, what the problem is, you are experiencing

    This is the Lychee log


  • But this is not an error, only the normal start message.

    I just checked the file myself. The mariadbdatabase is running and ny adding ports to the mariadb container I was able to connect to the DB with a database tool. Check the lychee config, this is where the problem si.


    I do not know who gave you the containers, but PUID / GUID 0 is a bad idea, but probably not related to your problem.

    If you got help in the forum and want to give something back to the project click here (omv) or here (scroll down) (plugins) and write up your solution for others.

  • during the elapsed time i made the pid different and run 3 times with another user.

    I still can't reach the lychee interface while on the lab instance it starts right away.

    I am desperate.

  • during the elapsed time i made the pid different and run 3 times with another user.

    I still can't reach the lychee interface while on the lab instance it starts right away.

    I am desperate.

    You could use a better set of volumes to keep the CONFIGs on a different place other than the docker root (unless you already have it on an external drive)


    PUID && PGID is a No-No.

    Use an unpriviledge user to control this (1000 and above)

    If you're reusing the folder with pictures already, the owner of those is a good option:

    ls -al /DataNAS/pictures


    [EDIT] Saw this on the github page, meaning that the folder must be empty before launching the container 1st time.

    Zitat

    This image will not work with a prefilled /pictures mount, lychee wants total control over this folder

    [/EDIT]



    And the last log is correct, there's no errors there so the container is running.


    How did you try to log to the interface?

    You set the port to 84 on the YML.

    Did you use http://LAN_IP_of_HOST:84



    P.S.:

    First time running the standard YML (with changed volumes and PGID to match my test VM)


Jetzt mitmachen!

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