]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - config/rootfiles/core/78/update.sh
core78: Reflect chnages about the ping command.
[people/teissler/ipfire-2.x.git] / config / rootfiles / core / 78 / 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) 2014 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 function add_to_backup ()
28 {
29 # Add path to ROOTFILES but remove old entries to prevent double
30 # files in the tar
31 grep -v "^$1" /opt/pakfire/tmp/ROOTFILES > /opt/pakfire/tmp/ROOTFILES.tmp
32 mv /opt/pakfire/tmp/ROOTFILES.tmp /opt/pakfire/tmp/ROOTFILES
33 echo $1 >> /opt/pakfire/tmp/ROOTFILES
34 }
35
36 #
37 # Remove old core updates from pakfire cache to save space...
38 core=78
39 for (( i=1; i<=${core}; i++ ))
40 do
41 rm -f /var/cache/pakfire/core-upgrade-*-$i.ipfire
42 done
43
44 #
45 # Do some sanity checks.
46 case $(uname -r) in
47 *-ipfire-versatile )
48 /usr/bin/logger -p syslog.emerg -t ipfire \
49 "core-update-${core}: ERROR cannot update. versatile support is dropped."
50 # Report no error to pakfire. So it does not try to install it again.
51 exit 0
52 ;;
53 *-ipfire-xen )
54 BOOTSIZE=`df /boot -Pk | sed "s| * | |g" | cut -d" " -f2 | tail -n 1`
55 if [ $BOOTSIZE -lt 28000 ]; then
56 /usr/bin/logger -p syslog.emerg -t ipfire \
57 "core-update-${core}: ERROR cannot update because not enough space on boot."
58 exit 2
59 fi
60 ;;
61 *-ipfire* )
62 # Ok.
63 ;;
64 * )
65 /usr/bin/logger -p syslog.emerg -t ipfire \
66 "core-update-${core}: ERROR cannot update. No IPFire Kernel."
67 exit 1
68 ;;
69 esac
70
71
72 #
73 #
74 KVER="xxxKVERxxx"
75 MOUNT=`grep "kernel" /boot/grub/grub.conf 2>/dev/null | tail -n 1 `
76 # Nur den letzten Parameter verwenden
77 echo $MOUNT > /dev/null
78 MOUNT=$_
79 if [ ! $MOUNT == "rw" ]; then
80 MOUNT="ro"
81 fi
82
83 #
84 # check if we the backup file already exist
85 if [ -e /var/ipfire/backup/core-upgrade${core}_${KVER}.tar.xz ]; then
86 echo Moving backup to backup-old ...
87 mv -f /var/ipfire/backup/core-upgrade${core}_${KVER}.tar.xz \
88 /var/ipfire/backup/core-upgrade${core}_${KVER}-old.tar.xz
89 fi
90 echo First we made a backup of all files that was inside of the
91 echo update archive. This may take a while ...
92 # Add some files that are not in the package to backup
93 add_to_backup lib/modules
94 add_to_backup boot
95
96 # Backup the files
97 tar cJvf /var/ipfire/backup/core-upgrade${core}_${KVER}.tar.xz \
98 -C / -T /opt/pakfire/tmp/ROOTFILES --exclude='#*' --exclude='/var/cache' > /dev/null 2>&1
99
100 # Check diskspace on root
101 ROOTSPACE=`df / -Pk | sed "s| * | |g" | cut -d" " -f4 | tail -n 1`
102
103 if [ $ROOTSPACE -lt 100000 ]; then
104 /usr/bin/logger -p syslog.emerg -t ipfire \
105 "core-update-${core}: ERROR cannot update because not enough free space on root."
106 exit 2
107 fi
108
109
110 echo
111 echo Update Kernel to $KVER ...
112 #
113 # Remove old kernel, configs, initrd, modules ...
114 #
115 rm -rf /boot/System.map-*
116 rm -rf /boot/config-*
117 rm -rf /boot/ipfirerd-*
118 rm -rf /boot/vmlinuz-*
119 rm -rf /boot/uImage-ipfire-*
120 rm -rf /boot/uInit-ipfire-*
121 rm -rf /lib/modules
122
123 case $(uname -m) in
124 i?86 )
125 #
126 # Backup grub.conf
127 #
128 cp -vf /boot/grub/grub.conf /boot/grub/grub.conf.org
129 ;;
130 esac
131 #
132 #Stop services
133 /etc/init.d/snort stop
134 /etc/init.d/squid stop
135 /etc/init.d/ipsec stop
136 /etc/init.d/apache stop
137
138 # rename /etc/modprobe.d files
139 for i in $(find /etc/modprobe.d/* | grep -v ".conf"); do
140 mv $i $i.conf
141 done
142
143 #
144 #Extract files
145 tar xavf /opt/pakfire/tmp/files* --no-overwrite-dir -p --numeric-owner -C /
146
147 # Check diskspace on boot
148 BOOTSPACE=`df /boot -Pk | sed "s| * | |g" | cut -d" " -f4 | tail -n 1`
149
150 if [ $BOOTSPACE -lt 1000 ]; then
151 case $(uname -r) in
152 *-ipfire-kirkwood )
153 # Special handling for old kirkwood images.
154 # (install only kirkwood kernel)
155 rm -rf /boot/*
156 tar xavf /opt/pakfire/tmp/files* --no-overwrite-dir -p \
157 --numeric-owner -C / --wildcards 'boot/*-kirkwood*'
158 ;;
159 * )
160 /usr/bin/logger -p syslog.emerg -t ipfire \
161 "core-update-${core}: FATAL-ERROR space run out on boot. System is not bootable..."
162 /etc/init.d/apache start
163 exit 4
164 ;;
165 esac
166 fi
167
168 # Update ping
169 rm -f /bin/ping
170 ln -sf ../usr/bin/ping /bin/ping
171 chmod 4755 /usr/bin/ping
172
173 # Update Language cache
174 perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"
175
176 #
177 # Start services
178 #
179 /etc/init.d/apache start
180 /etc/init.d/squid start
181 /etc/init.d/snort start
182 if [ `grep "ENABLED=on" /var/ipfire/vpn/settings` ]; then
183 /etc/init.d/ipsec start
184 fi
185
186 case $(uname -m) in
187 i?86 )
188 #
189 # Modify grub.conf
190 #
191 echo
192 echo Update grub configuration ...
193 ROOT=`mount | grep " / " | cut -d" " -f1`
194
195 if [ ! -z $ROOT ]; then
196 ROOTUUID=`blkid -c /dev/null -sUUID $ROOT | cut -d'"' -f2`
197 fi
198
199 if [ ! -z $ROOTUUID ]; then
200 sed -i "s|ROOT|UUID=$ROOTUUID|g" /boot/grub/grub.conf
201 else
202 sed -i "s|ROOT|$ROOT|g" /boot/grub/grub.conf
203 fi
204 sed -i "s|KVER|$KVER|g" /boot/grub/grub.conf
205 sed -i "s|MOUNT|$MOUNT|g" /boot/grub/grub.conf
206
207 if [ "$(grep "^serial" /boot/grub/grub.conf.org)" == "" ]; then
208 echo "grub use default console ..."
209 else
210 echo "grub use serial console ..."
211 sed -i -e "s|splashimage|#splashimage|g" /boot/grub/grub.conf
212 sed -i -e "s|#serial|serial|g" /boot/grub/grub.conf
213 sed -i -e "s|#terminal|terminal|g" /boot/grub/grub.conf
214 sed -i -e "s| panic=10 | console=ttyS0,115200n8 panic=10 |g" /boot/grub/grub.conf
215 fi
216
217 #
218 # ReInstall grub
219 #
220 echo "(hd0) ${ROOT::`expr length $ROOT`-1}" > /boot/grub/device.map
221 grub-install --no-floppy ${ROOT::`expr length $ROOT`-1}
222 ;;
223 esac
224
225
226 # Force (re)install pae kernel if pae is supported
227 rm -rf /opt/pakfire/db/*/meta-linux-pae
228 if [ ! "$(grep "^flags.* pae " /proc/cpuinfo)" == "" ]; then
229 ROOTSPACE=`df / -Pk | sed "s| * | |g" | cut -d" " -f4 | tail -n 1`
230 BOOTSPACE=`df /boot -Pk | sed "s| * | |g" | cut -d" " -f4 | tail -n 1`
231 if [ $BOOTSPACE -lt 12000 -o $ROOTSPACE -lt 90000 ]; then
232 /usr/bin/logger -p syslog.emerg -t ipfire \
233 "core-update-${core}: WARNING not enough space for pae kernel."
234 else
235 echo "Name: linux-pae" > /opt/pakfire/db/installed/meta-linux-pae
236 echo "ProgVersion: 0" >> /opt/pakfire/db/installed/meta-linux-pae
237 echo "Release: 0" >> /opt/pakfire/db/installed/meta-linux-pae
238 echo "Name: linux-pae" > /opt/pakfire/db/meta/meta-linux-pae
239 echo "ProgVersion: 0" >> /opt/pakfire/db/meta/meta-linux-pae
240 echo "Release: 0" >> /opt/pakfire/db/meta/meta-linux-pae
241 fi
242 fi
243
244 # Force reinstall xen kernel if it was installed
245 if [ -e "/opt/pakfire/db/installed/meta-linux-xen" ]; then
246 echo "Name: linux-xen" > /opt/pakfire/db/installed/meta-linux-xen
247 echo "ProgVersion: 0" >> /opt/pakfire/db/installed/meta-linux-xen
248 echo "Release: 0" >> /opt/pakfire/db/installed/meta-linux-xen
249 echo "Name: linux-xen" > /opt/pakfire/db/meta/meta-linux-xen
250 echo "ProgVersion: 0" >> /opt/pakfire/db/meta/meta-linux-xen
251 echo "Release: 0" >> /opt/pakfire/db/meta/meta-linux-xen
252 # Add xvc0 to /etc/securetty
253 echo "xvc0" >> /etc/securetty
254 fi
255
256 #
257 # After pakfire has ended run it again and update the lists and do upgrade
258 #
259 echo '#!/bin/bash' > /tmp/pak_update
260 echo 'while [ "$(ps -A | grep " update.sh")" != "" ]; do' >> /tmp/pak_update
261 echo ' sleep 1' >> /tmp/pak_update
262 echo 'done' >> /tmp/pak_update
263 echo 'while [ "$(ps -A | grep " pakfire")" != "" ]; do' >> /tmp/pak_update
264 echo ' sleep 1' >> /tmp/pak_update
265 echo 'done' >> /tmp/pak_update
266 echo '/opt/pakfire/pakfire update -y --force' >> /tmp/pak_update
267 echo '/opt/pakfire/pakfire upgrade -y' >> /tmp/pak_update
268 echo '/opt/pakfire/pakfire upgrade -y' >> /tmp/pak_update
269 echo '/opt/pakfire/pakfire upgrade -y' >> /tmp/pak_update
270 echo '/usr/bin/logger -p syslog.emerg -t ipfire "Core-upgrade finished. If you use a customized grub.cfg"' >> /tmp/pak_update
271 echo '/usr/bin/logger -p syslog.emerg -t ipfire "Check it before reboot !!!"' >> /tmp/pak_update
272 echo '/usr/bin/logger -p syslog.emerg -t ipfire " *** Please reboot... *** "' >> /tmp/pak_update
273 echo 'touch /var/run/need_reboot ' >> /tmp/pak_update
274 #
275 killall -KILL pak_update
276 chmod +x /tmp/pak_update
277 /tmp/pak_update &
278
279 sync
280
281 #
282 #Finish
283 (
284 /etc/init.d/fireinfo start
285 sendprofile
286 ) >/dev/null 2>&1 &
287
288 # Update Package list for addon installation
289 /opt/pakfire/pakfire update -y --force
290
291 echo
292 echo Please wait until pakfire has ended...
293 echo
294 #Don't report the exitcode last command
295 exit 0
296