Changes between Version 7 and Version 8 of Scratchbox
- Timestamp:
- 01/31/10 12:49:03 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Scratchbox
v7 v8 29 29 30 30 === Disabling VDSO Support === 31 If you are installing Scratchbox on a Debian distribution (such as Ubuntu) then you may need to disable VDSO at boot time. Typically you will be told that this is necessary when you add yourself to the scratchbox group. You may see a message that reads "Host kernel has vdso support (which is uncompatible with SB)". If you are running a modern flavor of Debian or Ubuntu then you are utilizing Grub2 as a boot loader. 31 If you are installing Scratchbox on a Debian distribution (such as Ubuntu) then you may need to disable VDSO at boot time. Typically you will be told that this is necessary when you add yourself to the scratchbox group. You may see a message that reads "Host kernel has vdso support (which is uncompatible with SB)". If you are running a modern flavor of Debian or Ubuntu then you are utilizing Grub2 as a boot loader. Older distributions such as Ubuntu 9.04 or Debian 5.03 utilize Grub v1.x. 32 32 33 33 To disable VDSO with Grub2 41 41 1. Edit "/boot/grub/menu.lst" and find your default kernel. Typically this line looks something like this ... 42 42 {{{ kernel /boot/vmlinuz-2.6.26-2-686 root=/dev/hda1 ro quiet }}} 43 1. Change this line to include vdso=0 at the end. It should look like this ...43 2. Change this line to include vdso=0 at the end. It should look like this ... 44 44 {{{ kernel /boot/vmlinuz-2.6.26-2-686 root=/dev/hda1 ro quiet vdso=0 }}} 45 1. Save and close the file.46 1. Reboot.45 3. Save and close the file. 46 4. Reboot. 47 47 48 48 == Configuring Scratchbox for Zipit 2 Development ==
