summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/head.inc
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-10-20 12:24:06 +0200
committerdoktornotor <notordoktor@gmail.com>2015-10-20 12:24:06 +0200
commit3eaddb6520a6fa050882b39aecb163c2d07c6441 (patch)
tree6275f1ba4a95b7f6d2a54f0dc76d77a63065c199 /src/usr/local/www/head.inc
parent376ba07b54b95259495ba16e90ed17e407c9e76d (diff)
downloadpfsense-3eaddb6520a6fa050882b39aecb163c2d07c6441.zip
pfsense-3eaddb6520a6fa050882b39aecb163c2d07c6441.tar.gz
Point people to 'Clear Package Lock' if the reinstall of packages got stuck
Way too many threads on forums with people asking what's going on. The most recent one with user waiting for 9 days (!!!).
Diffstat (limited to 'src/usr/local/www/head.inc')
-rwxr-xr-xsrc/usr/local/www/head.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc
index a6b1d9d..f628bd7 100755
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -473,6 +473,7 @@ if (is_subsystem_dirty('packagelock') || file_exists('/conf/needs_package_sync'
} else {
$pgtitle = array(gettext("System"), gettext("Package Manager"));
$info_text = gettext("Packages are currently being reinstalled in the background.<p>Do not make changes in the GUI until this is complete.");
+ $info_text .= gettext("<p>If the above message is still displayed after a couple of hours, use the 'Clear Package Lock' button on the <a href='diag_backup.php' title='Backup/Restore'>Backup/Restore page</a> and reinstall packages manually.");
}
print_info_box("{$info_text}<p><img src='/themes/{$g['theme']}/images/icons/icon_fw-update.gif' alt='firmware update' />");
}
OpenPOWER on IntegriCloud