View Single Post
  #7   (View Single Post)  
Old 25th May 2018
mefisto mefisto is offline
Shell Scout
 
Join Date: Sep 2017
Posts: 97
Default

Hi jggimi,

thank you for your help. I have downloaded the bsd.mp, then:
Code:
syspatch -R
The patches were uninstalled with a message "Relinking to create unique kernel . . . failed!" I attributed it to the problem with the kernel, so I continued:
Code:
rm bsd.booted
rm bsd
mv bsd.mp bsd
I shut down the machine and upon restart, the machine booted. Thus:
Code:
syspatch
The patches were installed with a message "Relinking to create unique kernel . . . failed!" Now, I could not ignore it, and eventually found that the relink.log complains of nonexistent kernel.SHA256, which was partially true because the /var/db contains a file kernel.SHA256 with 0 size.

I cannot find any source how to re-create the file. Any more help, please?

Kindest regards,

M
Reply With Quote