Comment 10 for bug 155535

Revision history for this message
Jorrit Kronjee (jorrit-wafel) wrote : Re: gclcvs refuses to upgrade or uninstall

This has to do with address space randomization that was recently added to the Ubuntu kernel.

If you set the sysctl variable kernel.randomize_va_space to 0 or 1 (default: 2), it will install fine. Setting the variable can be done by either editing /etc/sysctl.conf or by running the following command:

sysctl kernel.randomize_va_space=1