View previous topic :: View next topic |
Author |
Message |
baboo Senior Member
Joined: 04 Sep 2007 Posts: 676
|
Posted: Wed Jan 26, 2011 5:48 pm Post subject: updates |
|
|
Could you share your recommendations for how to run updates? It appears you have increased the frequency of updates, and I want to make sure to stay in sync with you. However, I also do not want to cause any issues with a stable system.
So, your wisdom is sought and appreciated.
thanks |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Wed Jan 26, 2011 8:29 pm Post subject: |
|
|
All packages in SMS-Current are tested before upload, but not extendedly, because of the configuration variety in SMS systems.
That doesn't necessarily make them unstable, since all versions are marked as stable, it's the combination of the packages that might don't work OK.
Every stable version of SMS works as it says, it's tested as a clean install and as an upgrade, since I'm running SMS-Current on my development machine.
Upgrading is not always necessarily though, if there aren't any security fixes, and it depends on the purpose of your SMS server.
So is recommended to upgrade SMS every stable version.
Code: | *** UPGRADE PROCEDURE ***
1. Put your machine in single user mode
2. Upgrade pkgtools & 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 (if there is a new kernel)
6. Return your machine to multi-user mode |
gerasimos_h _________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com
Last edited by gerasimos_h on Sat Feb 05, 2011 8:05 pm; edited 2 times in total |
|
Back to top |
|
baboo Senior Member
Joined: 04 Sep 2007 Posts: 676
|
Posted: Wed Jan 26, 2011 10:54 pm Post subject: |
|
|
thanks for your input. |
|
Back to top |
|
simbad Senior Member
Joined: 30 Jun 2011 Posts: 106
|
Posted: Thu Jun 30, 2011 10:20 am Post subject: |
|
|
how do i run kernel update / any step by step help? Please  |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Thu Jun 30, 2011 4:17 pm Post subject: |
|
|
simbad wrote: | how do i run kernel update / any step by step help? Please  |
A few things to know before you proceed...
1. generic kernels have the modules, huge are only kernel itself.
2. The last kernel you will install will be the default,if you don't alter /etc/lilo.conf.
3. You don't need to update kernel you can add your kernel.
Here it goes..
Assuming you will have SMS-1.6.0 installed with 2.6.37.6-smp kernel and you want to install 2.6.39.2 -smp kernels.
Either you download kernels and install them with "installpkg" or use slapt-get and do
Code: | slapt-get --add-keys
slapt-get -u
slapt-get --ignore-excludes --no-upgrade -i kernel-generic-smp kernel-hugesmp |
type "lilo" and reboot.
If something goes wrong you can use your SMS.Native.CD to boot to your system.
You can create additionally lilo entries by editing /etc/lilo.conf and duplicate the entry and rename it.
Code: | image = /boot/vmlinuz
root = /dev/sda1
label = SMS
# initrd = /boot/initrd.splash
read-only
image = /boot/vmlinuz-2.6.37.6-smp
root = /dev/sda1
label = SMS160
# initrd = /boot/initrd.splash
read-only
image = /boot/vmlinuz-2.6.39.2-smp
root = /dev/sda1
label = 2.6.39.2
# initrd = /boot/initrd.splash
read-only
image = /boot/vmlinuz-generic-2.6.39.2-smp
root = /dev/sda1
label = SMS_generic
# initrd = /boot/initrd.splash
read-only
|
type "lilo" and reboot, and you will see 4 entries to choose.
gerasimos_h _________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
igor948 Junior Member
Joined: 08 Dec 2010 Posts: 19
|
Posted: Tue Jul 12, 2011 7:46 pm Post subject: upgrading |
|
|
You mention in the post above "if you have version 1.6.0...."
Can these instructions be used to upgrade from v 1.5.3 also? |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Tue Jul 12, 2011 8:04 pm Post subject: |
|
|
Those where the instructions, for kernel upgrade only.
Just look the video tutorial, or read the procedure at
http://sms.it-ccs.com/wiki/#LinkTarget_2293
and follow the instructions.
You might have to upgrade pkgtools, tar and xz packages before upgrading glibc.
gerasimos_h _________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
|