SYSTEM WARNING: 'date_default_timezone_get(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone.' in '/usr/share/mantis/www/core.php' line 264
Notes |
|
|
This has not been implemented within dashboard!
Dashboard should also display such a message (like the old main.cgi did), if /var/tmp/oldkernel does exist.
Please discuss with christian for scheduling and GUI positioning |
|
|
|
i think it's more or less important. Otherwise people do not reboot after 2.3 updates and that causes some iptables things misbehave
migration will reboot automatically |
|
|
|
If you don't reboot ipsec stop working because of a missing module:
FATAL: Could not load /lib/modules/2.6.22.19-72.e18/modules.dep No such file or directory |
|
|
|
I think this issue is also related to the kernel upgrade:
df -k
df: cannot read table of mounted filesystems: No such file or directory
It happened on two systems and after the reboot it was resolved. |
|
|
|
df does not work anymore because the /etc/mtab link to /proc/mounts will be removed with the upgrade. the boot process creates a correct mtab file, so after reboot this is fixed.
it should not affect the kernel check script /usr/local/bin/checkkernel.sh, which understands if there was a kernel upgrade and creates a flag file in /var/tmp/oldkernel, if a reboot is necessary.
however, within the dashboard it's not implemented anymore to react upon that flag-file and display the boot message, so that's to fix whether upgrade does work or not. |
|
|
|
Feb 5 10:10:20 efw-1259685155 ipsec_setup: FATAL: Could not load /lib/modules/2.6.22.19-72.e18/modules.dep: No such file or directory |
|
|
|
well ok.. this happens because a kernel upgrade need a reboot. |
|
|
|
now dashboard shows kernel version and instead of the version a "reboot required" message, if /var/tmp/oldkernel exists |
|