Index: openacs-4/packages/acs-bootstrap-installer/installer.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/installer.tcl,v diff -u -r1.25.2.3 -r1.25.2.4 --- openacs-4/packages/acs-bootstrap-installer/installer.tcl 26 May 2016 19:25:04 -0000 1.25.2.3 +++ openacs-4/packages/acs-bootstrap-installer/installer.tcl 12 Sep 2016 10:28:35 -0000 1.25.2.4 @@ -445,6 +445,8 @@ } -default 0] if {$kernel_id > 0} { proc ad_acs_kernel_id {} "return $kernel_id" + ns_log notice "installer: setting ::acs::kernel_id to $::acs::kernel_id" + set ::acs::kernel_id $kernel_id } return $kernel_id } else {