]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - config/rootfiles/oldcore/170/update.sh
Merge branch 'next' into temp-c171-development
[people/pmueller/ipfire-2.x.git] / config / rootfiles / oldcore / 170 / update.sh
1 #!/bin/bash
2 ############################################################################
3 # #
4 # This file is part of the IPFire Firewall. #
5 # #
6 # IPFire is free software; you can redistribute it and/or modify #
7 # it under the terms of the GNU General Public License as published by #
8 # the Free Software Foundation; either version 3 of the License, or #
9 # (at your option) any later version. #
10 # #
11 # IPFire is distributed in the hope that it will be useful, #
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of #
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
14 # GNU General Public License for more details. #
15 # #
16 # You should have received a copy of the GNU General Public License #
17 # along with IPFire; if not, write to the Free Software #
18 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #
19 # #
20 # Copyright (C) 2022 IPFire-Team <info@ipfire.org>. #
21 # #
22 ############################################################################
23 #
24 . /opt/pakfire/lib/functions.sh
25 /usr/local/bin/backupctrl exclude >/dev/null 2>&1
26
27 core=170
28
29 exit_with_error() {
30 # Set last succesfull installed core.
31 echo $(($core-1)) > /opt/pakfire/db/core/mine
32 # force fsck at next boot, this may fix free space on xfs
33 touch /forcefsck
34 # don't start pakfire again at error
35 killall -KILL pak_update
36 /usr/bin/logger -p syslog.emerg -t ipfire \
37 "core-update-${core}: $1"
38 exit $2
39 }
40
41 # Remove old core updates from pakfire cache to save space...
42 for (( i=1; i<=$core; i++ )); do
43 rm -f /var/cache/pakfire/core-upgrade-*-$i.ipfire
44 done
45
46 # Stop services
47 /etc/rc.d/init.d/unbound stop
48 /etc/rc.d/init.d/suricata stop
49
50 KVER="xxxKVERxxx"
51
52 # Backup uEnv.txt if exist
53 if [ -e /boot/uEnv.txt ]; then
54 cp -vf /boot/uEnv.txt /boot/uEnv.txt.org
55 fi
56
57 # Do some sanity checks prior to the kernel update
58 case $(uname -r) in
59 *-ipfire*)
60 # Ok.
61 ;;
62 *)
63 exit_with_error "ERROR cannot update. No IPFire Kernel." 1
64 ;;
65 esac
66
67 # Check diskspace on root
68 ROOTSPACE=`df / -Pk | sed "s| * | |g" | cut -d" " -f4 | tail -n 1`
69
70 if [ $ROOTSPACE -lt 100000 ]; then
71 exit_with_error "ERROR cannot update because not enough free space on root." 2
72 exit 2
73 fi
74
75 # Remove the old kernel
76 rm -rvf \
77 /boot/System.map-* \
78 /boot/config-* \
79 /boot/ipfirerd-* \
80 /boot/initramfs-* \
81 /boot/vmlinuz-* \
82 /boot/uImage-* \
83 /boot/zImage-* \
84 /boot/uInit-* \
85 /boot/dtb-* \
86 /lib/modules
87
88 # Remove files
89 rm -rvf \
90 /lib/ld-2.* \
91 /lib/libanl-2.* \
92 /lib/libc-2.* \
93 /lib/libdl-2.* \
94 /lib/libm-2.* \
95 /lib/libmvec-2.* \
96 /lib/libnsl-2.* \
97 /lib/libnss_compat-2.* \
98 /lib/libnss_db-2.* \
99 /lib/libnss_dns-2.* \
100 /lib/libnss_files-2.* \
101 /lib/libnss_hesiod-2.* \
102 /lib/libntfs-3g.so.88* \
103 /lib/libpsx.so.2 \
104 /lib/libpthread-2.* \
105 /lib/libresolv-2.* \
106 /lib/librt-2.* \
107 /lib/libthread_db-1.0.so \
108 /lib/libutil-2.* \
109 /sbin/ifcfg \
110 /sbin/routef \
111 /sbin/rtpr \
112 /usr/bin/screen-4.* \
113 /usr/bin/x86_64 \
114 /usr/lib/libbfd-2.36.* \
115 /usr/lib/libbind9-9.16.2* \
116 /usr/lib/libbind9-9.16.30.so \
117 /usr/lib/libdnet* \
118 /usr/lib/libdns-9.16.30.so \
119 /usr/lib/libgnutls.so.30.33.1 \
120 /usr/lib/libirs-9.16.2* \
121 /usr/lib/libirs-9.16.30.so \
122 /usr/lib/libisc-9.16.2* \
123 /usr/lib/libisc-9.16.30.so \
124 /usr/lib/libisccc-9.16.2* \
125 /usr/lib/libisccc-9.16.30.so \
126 /usr/lib/libisccfg-9.16.2* \
127 /usr/lib/libisccfg-9.16.30.so \
128 /usr/lib/libldap-* \
129 /usr/lib/libldap_r-* \
130 /usr/lib/libns-9.16.2* \
131 /usr/lib/libns-9.16.30.so \
132 /usr/lib/libopenjp2.so.2.3.* \
133 /usr/lib/libpoppler.so.11* \
134 /usr/lib/libunbound.so.8.1.17 \
135 /usr/lib/perl5/site_perl/5.32.1/Bundle/LWP.pm \
136 /usr/lib/perl5/site_perl/5.32.1/File/Listing.pm \
137 /usr/lib/perl5/site_perl/5.32.1/HTML/Form.pm \
138 /usr/lib/perl5/site_perl/5.32.1/HTTP/Cookies \
139 /usr/lib/perl5/site_perl/5.32.1/HTTP/Negotiate.pm \
140 /usr/lib/perl5/site_perl/5.32.1/*-linux-thread-multi/auto/Unix/Syslog/autosplit.ix \
141 /usr/lib/perl5/site_perl/5.32.1/*-linux-thread-multi/qd.pl \
142 /usr/lib/perl5/site_perl/5.32.1/LWP/media.types \
143 /usr/lib/perl5/site_perl/5.32.1/LWP/MediaTypes.pm \
144 /usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/GHTTP.pm \
145 /usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/http10.pm \
146 /usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/https10.pm \
147 /usr/lib/perl5/site_perl/5.32.1/WWW \
148 /usr/sbin/ovpn-ccd-convert \
149 /usr/share/xt_geoip
150
151 # Extract files
152 extract_files
153
154 # update linker config
155 ldconfig
156
157 # Update Language cache
158 /usr/local/bin/update-lang-cache
159
160 # Filesytem cleanup
161 /usr/local/bin/filesystem-cleanup
162
163 # Create directory for IPBlocklist feature
164 mkdir -pv /var/lib/ipblocklist
165 chown nobody:nobody /var/lib/ipblocklist
166
167 # Create necessary files for IPBlocklist and set their ownership accordingly (#12917)
168 touch /var/ipfire/ipblocklist/{settings,modified}
169 chown nobody:nobody /var/ipfire/ipblocklist/{settings,modified}
170
171 # Rebuild fcrontab from scratch
172 /usr/bin/fcrontab -z
173
174 # Update collectd.conf
175 sed -i /etc/collectd.conf \
176 -e "/LoadPlugin entropy/d"
177
178 # Stop collectd Sevice
179 /etc/init.d/collectd stop
180
181 # Cleanup old collectd statistics...
182 rm -rvf /var/log/rrd/collectd/localhost/processes-mysqld \
183 /var/log/rrd/collectd/localhost/processes-snort \
184 /var/log/rrd/collectd/localhost/processes-rtorrent \
185 /var/log/rrd/collectd/localhost/processes-asterisk \
186 /var/log/rrd/collectd/localhost/processes-java \
187 /var/log/rrd/collectd/localhost/processes-spamd \
188 /var/log/rrd/collectd/localhost/entropy
189
190 # Start collectd
191 /etc/init.d/collectd start
192
193 # Start services
194 /etc/rc.d/init.d/unbound start
195 /etc/rc.d/init.d/suricata start
196
197 # Harden mount options of /boot
198 sed -E -i "s/\s+\/boot\s+auto\s+defaults\s+/ \/boot auto defaults,nodev,noexec,nosuid /g" /etc/fstab
199
200 # Regenerate all initrds
201 dracut --regenerate-all --force
202 case "$(uname -m)" in
203 armv*)
204 mkimage -A arm -T ramdisk -C lzma -d /boot/initramfs-${KVER}-ipfire.img /boot/uInit-${KVER}-ipfire
205 rm /boot/initramfs-${KVER}-ipfire.img
206 ;;
207 aarch64)
208 mkimage -A arm64 -T ramdisk -C lzma -d /boot/initramfs-${KVER}-ipfire.img /boot/uInit-${KVER}-ipfire
209 # dont remove initramfs because grub need this to boot.
210 ;;
211 esac
212
213 # This update needs a reboot...
214 touch /var/run/need_reboot
215
216 # Finish
217 /etc/init.d/fireinfo start
218 sendprofile
219
220 # remove lm_sensor config after collectd was started
221 # to reserch sensors at next boot with updated kernel
222 rm -f /etc/sysconfig/lm_sensors
223
224 # Upadate Kernel version in uEnv.txt
225 if [ -e /boot/uEnv.txt ]; then
226 sed -i -e "s/KVER=.*/KVER=${KVER}/g" /boot/uEnv.txt
227 fi
228
229 # Call user update script (needed for some ARM boards)
230 if [ -e /boot/pakfire-kernel-update ]; then
231 /boot/pakfire-kernel-update ${KVER}
232 fi
233
234 # Update grub config to display new core version
235 if [ -e /boot/grub/grub.cfg ]; then
236 grub-mkconfig -o /boot/grub/grub.cfg
237 fi
238
239 sync
240
241 # Don't report the exitcode last command
242 exit 0