Notes |
|
(0005121)
|
user2
|
2017-03-13 10:55
|
|
The asynchronous webconfig restart event is coming along and restarting webconfig. Will fix.
|
|
|
(0005131)
|
user2
|
2017-03-13 11:56
|
|
Correction. The asynchronous event is just fine... webconfig does indeed get restarted after the software update process.
The software-updates Ajax call gets caught in a bit of a chicken/egg scenario. There's a change in the clearos-admin-theme that causes a 500 error - see attached. That's not surprising and in fact should be expected in some cases. |
|
|
(0005141)
|
user2
|
2017-03-13 12:09
|
|
It's the change in the location of the upstream proxy app:
PHP Fatal error: Class 'clearos\\apps\\network\\Proxy' not found in /usr/clearos/apps/base/libraries/Shell.php on line 180
There's a circular dependency that we want to avoid (app-network <-> app-base), but we can detect and workaround this use case. |
|