Posted: Sun Feb 13, 2011 8:28 pm Post subject: Upgrading SMS
Upgrading SMS it's not so difficult or dangerous as it may sound.
In order to upgrade SMS to latest version, most of the times requires to put you machine into single user mode level.
Specifically when there is a new glibc or kernel, but it never hurts switching to single user mode every time we upgrade.
You can switch to single user mode by editing /etc/inittab and change
id:3:initdefault:
to
id:1:initdefault:
you can also do
Code:
sed -e "s,id:3:initdefault:,id:1:initdefault:,g" -i /etc/inittab
The upgrade procedure is quite simple
Code:
1. Put your machine in single user mode
2. Upgrade pkgtools and glibc-solibs before other packages
3. Use upgradepkg --install-new for the rest.
4. Fix your *.new config files under /etc, some of them need attention
5. Update your initrd (if you use one).
5. Don't forget to run lilo
6. Return your machine to multi-user mode
On the following video tutorial I upgrade an SMS-1.4.8 with kernel 2.6.29.6 to SMS-Current (at the time of making) with kernel 2.6.35.10.
- Video Tutorial -
________________________
You can download the video in .mkv format. smsupgrade.mkv5.1MB
gerasimos_h _________________ Superb! Mini Server Project Manager http://sms.it-ccs.com
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum