Changes between Version 7 and Version 8 of Scratchbox

Show
Ignore:
Author:
RayHaque (IP: 71.64.17.90)
Timestamp:
01/31/10 12:49:03 (3 years ago)
Comment:

Syntax corrections.

Legend:

Unmodified
Added
Removed
Modified
  • Scratchbox

    v7 v8  
    2929 
    3030=== 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.   
     31If 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. 
    3232 
    3333To disable VDSO with Grub2 
    4141 1. Edit "/boot/grub/menu.lst" and find your default kernel.  Typically this line looks something like this ... 
    4242{{{ 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 ... 
    4444{{{ 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. 
    4747 
    4848== Configuring Scratchbox for Zipit 2 Development ==