Learn about Centmin Mod LEMP Stack today
Become a Member

Cache entry deserialization failed

Discussion in 'Bug Reports' started by Jimmy, Feb 5, 2019.

  1. Jimmy

    Jimmy Well-Known Member

    1,778
    388
    83
    Oct 24, 2015
    East Coast USA
    Ratings:
    +987
    Local Time:
    11:33 PM
    Running the latest of everything 09 beta and centos 7.

    Got the error below when going into the menu. Error goes away after the second time.


    Code:
    # centmin
    /usr/local/src/centminmod /usr/local/src/centminmod
    
    Cache entry deserialization failed, entry ignored
      Cache entry deserialization failed, entry ignored
    --------------------------------------------------------
         Centmin Mod Menu 123.09beta01 centminmod.com     
    --------------------------------------------------------
    1).  Centmin Install
    2).  Add Nginx vhost domain
    3).  NSD setup domain name DNS
    4).  Nginx Upgrade / Downgrade
    5).  PHP Upgrade / Downgrade
    6).  XCache Re-install
    7).  APC Cache Re-install
    8).  XCache Install
    ....
     
  2. eva2000

    eva2000 Administrator Staff Member

    53,508
    12,132
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,675
    Local Time:
    1:33 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Does this happen every first centmin.sh run after ssh login? Run these command to run centmin.sh in debug mode and saved contents to /root/centminlogs/centmin-debug.txt. wait until you return to command prompt for completion of debug mode
    Code (Text):
    cmupdate
    cd /usr/local/src/centminmod
    echo 24 | bash -x centmin.sh 2>&1 | sed -e "s|$(hostname -f)|hostname|g" -e "s|$(hostname -s)|hostname|g" | tee /root/centminlogs/centmin-debug.txt
    

    then post the contents of /root/centminlogs/centmin-debug.txt to pastebin.com or gist.github.com and share the link here or private message me with the link
     
  3. Jimmy

    Jimmy Well-Known Member

    1,778
    388
    83
    Oct 24, 2015
    East Coast USA
    Ratings:
    +987
    Local Time:
    11:33 PM
    It only appears to have happened that one time. Haven't got seen it since.

    Did you still want me to run the output for you?
     
  4. eva2000

    eva2000 Administrator Staff Member

    53,508
    12,132
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,675
    Local Time:
    1:33 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Don't worry then as you wouldn't be able capture the warning.. it's related to pip updates routines and it's cache which seems to have resolved itself.