Confirmed users
2,679
edits
Line 58: | Line 58: | ||
= Upgrading a centos ref vm with scratchbox installed = | = Upgrading a centos ref vm with scratchbox installed = | ||
On Centos5, need to make the following changes to sysctl.conf | |||
<code><pre> | <code><pre> | ||
$ su | |||
# vi sysctl.conf | |||
...and append | |||
vm.vdso_enabled = 0 | |||
vm.mmap_min_addr = 4096 | |||
# | |||
# /sbin/sysctl -p | |||
... | |||
vm.vdso_enabled = 0 | |||
vm.mmap_min_addr = 4096 | |||
# exit | |||
su - | su - | ||
wget http://scratchbox.org/download/files/sbox-releases/stable/tarball/scratchbox-toolchain-cs2007q3-glibc2.5-arm6-1.0.7-3-i386.tar.gz | wget http://scratchbox.org/download/files/sbox-releases/stable/tarball/scratchbox-toolchain-cs2007q3-glibc2.5-arm6-1.0.7-3-i386.tar.gz |