Jump to content

-RootSar-

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by -RootSar-

  1. 14.10.2021 в 07:44, Hervé Changue сказал:

    Armbian monitor http://ix.io/3BGM

     

    Hello updating supported bullseye 4.9 orange pi zero 2 dont work, problem with libc6 because of kernel version. I tried hacking uname -r update was successful but wont boot anymore.

     

    I use clean install with clean image from website :

     

    dpkg: error processing archive /var/cache/apt/archives/libc6_2.31-13+deb11u2_arm64.deb (--unpack):

     new libc6:arm64 package pre-installation script subprocess returned error exit status 1

    Errors were encountered while processing:

     /var/cache/apt/archives/libc6_2.31-13+deb11u2_arm64.deb

    E: Sub-process /usr/bin/dpkg returned an error code (1)

     

     

    apt --fix-broken install give me :

     

    ERROR: Your kernel version indicates a revision number
    of 255 or greater.  Glibc has a number of built in
    assumptions that this revision number is less than 255.
    If you\'ve built your own kernel, please make sure that any
    custom version numbers are appended to the upstreamkernel number with a dash or some other delimiter.

     

    Thanks for your work

    Change temporarily  4.9.*-sun50iw9 to 4.9.255
    $uname -r
    4.9.255-sun50iw9

    1) mv /bin/uname /bin/uname.orig
    2) nano /bin/uname


    #!/bin/sh
    echo Uname 4.9.255
    /bin/uname.orig

     

    3) chmod 755 /bin/uname

    4) apt full-upgrade

    5) rm -r /bin/uname

    6) mv /bin/uname.orig /bin/uname

    7) reboot

     

    It helped me^_^

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines