Forum archive
apt-get update killed my appliance
Hi
I have a LAPP virtual appliance in service for last 2 years, with no previous issues.
I was performing an update (due to the recent SSL security warnings) and after the apt-get update, then a system reboot - I am getting hosed with:
Turnkey Linux - First boot configuration (WTF??!!)
Is there a way to bypass this so I don't tank my existing server? I have valuable data there (yes, yes, I know I should have current backup, but I have never had a basic update kill me before)
Any help greatly appreciated, thanks
Ken
So doing apt-get update won't actually replace any packages. Also FWIW TKL auto installs security updates (silently at least once every 24 hrs). Finally even if you do manually update a package or 2 it is extremely rare that you would need to reboot to finalise updating packages (with the exception of the kernel).
All that aside, if you can get into the filesystem then you can ensure that the RUN_FIRSTBOOT flag is set to false in /etc/default/inithooks
Beyond that I'd be double checking your filesystem for corruption as I see no legitimate way that the flag could reset itself. AFAIK there is no way that simply running apt-get update and rebooting could reset that flag without some other very serious underlaying issue causing it...