Upgrade to nginx build on APU
-
I upgraded from console option 13 to the latest build that includes nginx. In the end it is fine, but there was a bit of interest along the way. Maybe something happened to my internet during the fetching of the package bits.
pkg: http://beta.pfsense.org/packages/pfSense_master_amd64_amd64-core/All/pfSense-base-nanobsd-2.3.a.20160105.0829.txz: Operation timed out
Then it seemed to try again and:
pkg: http://beta.pfsense.org/packages/pfSense_master_amd64_amd64-core/All/pfSense-base-nanobsd-2.3.a.20160105.0829.txz: No route to host
Then it rebooted anyway, and when it rebooted it then proceeded to download pfSense-base-nanobsd-2.3.a.20160105.0829.txz and the other remaining bits it wanted and install them. But then it did not reboot again. At that point it seemed to still be running the webGUI with lighttpd.
I rebooted from the console menu and after reboot it is happily running nginx processes with no sign of lighttpd:
[2.3-ALPHA][root@Kalikot-rt-01]/root: ps aux | grep nginx root 36120 0.0 0.3 131004 6420 - Is 10:32PM 0:00.00 nginx: master process /usr/local/sbin/nginx -c /var/etc/nginx-webConfigurator.conf (nginx) root 36327 0.0 0.3 131004 7040 - S 10:32PM 0:00.08 nginx: worker process (nginx) root 36510 0.0 0.4 131004 7176 - S 10:32PM 0:00.17 nginx: worker process (nginx) root 76035 0.0 1.2 257708 24288 - S 10:35PM 0:00.00 php-fpm: pool nginx (php-fpm) root 77923 0.0 0.1 18736 2232 0 S+ 10:35PM 0:00.00 grep nginx [2.3-ALPHA][root@Kalikot-rt-01]/root: ps aux | grep light root 31178 0.0 0.1 18736 2232 0 S+ 10:35PM 0:00.00 grep light
An interesting sequence, but at least it seems to keep trying to fetch all the things it needs and install them. I have attached the full console output for information.