![]() |
2008-04-27
, 13:43
|
|
Posts: 466 |
Thanked: 142 times |
Joined on Jan 2008
@ Temple Terrorist, FL
|
#2
|
![]() |
2008-04-27
, 13:48
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#3
|
![]() |
2008-04-27
, 14:00
|
|
Posts: 466 |
Thanked: 142 times |
Joined on Jan 2008
@ Temple Terrorist, FL
|
#4
|
![]() |
2008-04-27
, 14:05
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#5
|
![]() |
2008-06-03
, 06:57
|
Posts: 1 |
Thanked: 1 time |
Joined on Apr 2008
|
#6
|
The Following User Says Thank You to pjohnsen For This Useful Post: | ||
![]() |
2009-02-14
, 10:25
|
Posts: 88 |
Thanked: 63 times |
Joined on Feb 2008
@ Solingen; Germany
|
#7
|
![]() |
2009-02-16
, 14:39
|
Posts: 43 |
Thanked: 6 times |
Joined on Feb 2009
@ Saint Paul, mn
|
#8
|
![]() |
2009-02-16
, 16:11
|
|
Posts: 903 |
Thanked: 632 times |
Joined on Apr 2008
|
#9
|
![]() |
2009-03-21
, 12:37
|
Posts: 2 |
Thanked: 0 times |
Joined on Mar 2009
|
#10
|
Anyone who goes on IRC knows about my scratchbox problems. Sbox worked great for me in Ubuntu 7.10 but when I upgraded to 8.04, that's when the problems started.
1. Problem 1.
faheem@faheem-desktop:~$ scratchbox
Inconsistency detected by ld.so: rtld.c: 1192: dl_main: Assertion `(void *) ph->p_vaddr == _rtld_local._dl_sysinfo_dos' failed!
VDSO needs to be disabled.
Thanks to pH5's blog: http://poh9.blogspot.com/
I found this:
su -i
echo 0 > /proc/sys/vm/vdso_enabled
Now, that will disable it for that session afaik. To set it permanently add vdso=0 to your kernel line in menu.lst (for grub).
Problem 2: (This affects you when you are installing the maemo-sdk, under Ubuntu Hardy at least).
Quick cut:
Thanks to inz here: http://maemo.org/news/planet-maemo/c...4d5d8a3e5c362/
the solution is (do this before you install) :
su -
echo 4096 > /proc/sys/vm/mmap_min_add
echo 4096 > /proc/sys/vm/mmap_min_addr
Last edited by qwerty12; 2008-04-27 at 15:15.