RE: [maemo-developers] SDK upgrade failed
Hi, > I, for example, use 127.0.0.1:2. Please, don't use the address part unless you're using the Xephyr/X server remotely. > I have a > vague recollection that using IP address instead of "localhost" is > required for Xephyr et. al. to work properly. See: https://maemo.org/bugzilla/show_bug.cgi?id=22#c1 - Eero ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers
Re: [maemo-developers] SDK upgrade failed
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: > Hi, Hi1 >> please check your DISPLAY variable. The error message indicates that >> this could be the problem. I, for example, use 127.0.0.1:2 . I have a >> vague recollection that using IP address instead of "localhost" is >> requred for Xephyr et. al. to work properly. > > But according to the log the d-bus daemon can not be started either > so the display variable can not really have effect here. > > And also the whining is about loading the binaries. > > I don't know, but my wild quess would be that > you have accidently asked scratchbox to use > qemu arm emulation for an x86 target? > > And when you ask qemu to run an x86 binary on arm emulator.. > Well you know. > > Inside scratchbox please check the contents of > /targest/[target-name].config In your case the target name seems to > be i386. > > Around line 9 you should see something like: > SBOX_CPUTRANSPARENCY_METHOD=false Good catch! That was it, now it works. Thanks a lot! Cheers nils faerber - -- kernel concepts Tel: +49-271-771091-12 Dreisbachstr. 24 Fax: +49-271-771091-19 D-57250 Netphen Mob: +49-176-21024535 - -- -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEKj4cJXeIURG1qHgRAqjSAJ9/9ytps81TxutbXI3caXyspocywwCg2SHR R3L+/vsPIYXozDVRcVjf9c0= =MGR0 -END PGP SIGNATURE- ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers
RE: [maemo-developers] SDK upgrade failed
Hi, please check your DISPLAY variable. The error message indicates that this could be the problem. I, for example, use 127.0.0.1:2 . I have a vague recollection that using IP address instead of "localhost" is requred for Xephyr et. al. to work properly. But according to the log the d-bus daemon can not be started either so the display variable can not really have effect here. And also the whining is about loading the binaries. I don't know, but my wild quess would be that you have accidently asked scratchbox to use qemu arm emulation for an x86 target? And when you ask qemu to run an x86 binary on arm emulator.. Well you know. Inside scratchbox please check the contents of /targest/[target-name].config In your case the target name seems to be i386. Around line 9 you should see something like: SBOX_CPUTRANSPARENCY_METHOD=false This means that the binaries are run natively on your host CPU. But if this line states that SBOX_CPUTRANSPARENCY_METHOD should be qemu-arm, you are in trouble :-) I'm not sure, but the error log about failing to load binary could sound like this kind of issue. This is not an user-error, but usability problem in the target configuration of the ancient scratchbox you are using. :-) Br, Sampo -Original Message- From: [EMAIL PROTECTED] on behalf of Nils Faerber Sent: Tue 3/28/2006 6:02 PM To: maemo-developers@maemo.org Subject: [maemo-developers] SDK upgrade failed Hi! I just upgraded my SDK setup to scratchbox 0.9.8.5 and SDK rootstrap to 1.1. After that I cannot start the GUI environment anymore: [sbox-i386: ~/bin] > af-sb-init.sh start Note: For remote X connections DISPLAY should contain hostname! Sample files present. Starting Maemo Launcher: maemo-launcher. Starting DBUS system bus Starting D-BUS session bus daemon Error loading /usr/bin/dbus-daemon-1 Error loading /usr/bin/dbus-daemon-1 Starting Sapwood image server Error loading /usr/lib/sapwood/sapwood-server Starting Matchbox window manager Error loading /usr/bin/matchbox-window-manager Starting Keyboard Error loading /usr/bin/hildon-input-method Starting MAEMO AF Desktop [sbox-i386: ~/bin] > Error loading /usr/bin/maemo_af_desktop Any idea what is wrong now? Cheers nils faerber -- kernel concepts Tel: +49-271-771091-12 Dreisbachstr. 24 Fax: +49-271-771091-19 D-57250 Netphen Mob: +49-176-21024535 -- ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers
RE: [maemo-developers] SDK upgrade failed
Hi Nils, please check your DISPLAY variable. The error message indicates that this could be the problem. I, for example, use 127.0.0.1:2 . I have a vague recollection that using IP address instead of "localhost" is requred for Xephyr et. al. to work properly. Regards, - Pete - -Original Message- From: [EMAIL PROTECTED] on behalf of Nils Faerber Sent: Tue 3/28/2006 6:02 PM To: maemo-developers@maemo.org Subject: [maemo-developers] SDK upgrade failed Hi! I just upgraded my SDK setup to scratchbox 0.9.8.5 and SDK rootstrap to 1.1. After that I cannot start the GUI environment anymore: [sbox-i386: ~/bin] > af-sb-init.sh start Note: For remote X connections DISPLAY should contain hostname! Sample files present. Starting Maemo Launcher: maemo-launcher. Starting DBUS system bus Starting D-BUS session bus daemon Error loading /usr/bin/dbus-daemon-1 Error loading /usr/bin/dbus-daemon-1 Starting Sapwood image server Error loading /usr/lib/sapwood/sapwood-server Starting Matchbox window manager Error loading /usr/bin/matchbox-window-manager Starting Keyboard Error loading /usr/bin/hildon-input-method Starting MAEMO AF Desktop [sbox-i386: ~/bin] > Error loading /usr/bin/maemo_af_desktop Any idea what is wrong now? Cheers nils faerber -- kernel concepts Tel: +49-271-771091-12 Dreisbachstr. 24 Fax: +49-271-771091-19 D-57250 Netphen Mob: +49-176-21024535 -- ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers
RE: [maemo-developers] SDK upgrade failed
True, Sorry for confusion :)true, I had even older SB ;) 0.9.8.4 and then i upgraded to 0.9.8.5 and my troubles were with dist upgrade, not getting to start the env My mistake ! Devesh > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of ext Ferenc > Szekely > Sent: 29 March, 2006 09:36 > Cc: maemo-developers@maemo.org > Subject: Re: [maemo-developers] SDK upgrade failed > > > Hello, > > You have/had some different problems. Maemo 1.1 works with > scratchbox 0.9.8.5 and the newer version was never required. > > Nils: > which version did you have before you did the upgrade? 1.0 or 1.1 RC5? > > Cheers, > ferenc > > ext [EMAIL PROTECTED] wrote: > > I had similar problem but then i noticed that I am supposed > to be using 0.9.8.6 and that solved it. > > > > Devesh > > > > > >> -Original Message- > >> From: [EMAIL PROTECTED] > >> [mailto:[EMAIL PROTECTED] Behalf Of ext > >> Nils Faerber > >> Sent: 28 March, 2006 18:02 > >> To: maemo-developers@maemo.org > >> Subject: [maemo-developers] SDK upgrade failed > >> > >> > >> Hi! > >> I just upgraded my SDK setup to scratchbox 0.9.8.5 and SDK > >> rootstrap to 1.1. > >> After that I cannot start the GUI environment anymore: > >> > >> [sbox-i386: ~/bin] > af-sb-init.sh start > >> Note: For remote X connections DISPLAY should contain hostname! > >> Sample files present. > >> Starting Maemo Launcher: maemo-launcher. > >> Starting DBUS system bus > >> Starting D-BUS session bus daemon > >> Error loading /usr/bin/dbus-daemon-1 > >> Error loading /usr/bin/dbus-daemon-1 > >> Starting Sapwood image server > >> Error loading /usr/lib/sapwood/sapwood-server > >> Starting Matchbox window manager > >> Error loading /usr/bin/matchbox-window-manager > >> Starting Keyboard > >> Error loading /usr/bin/hildon-input-method > >> Starting MAEMO AF Desktop > >> [sbox-i386: ~/bin] > Error loading /usr/bin/maemo_af_desktop > >> > >> > >> Any idea what is wrong now? > >> > >> Cheers > >> nils faerber > >> > >> -- > >> kernel concepts Tel: +49-271-771091-12 > >> Dreisbachstr. 24 Fax: +49-271-771091-19 > >> D-57250 Netphen Mob: +49-176-21024535 > >> -- > >> ___ > >> maemo-developers mailing list > >> maemo-developers@maemo.org > >> https://maemo.org/mailman/listinfo/maemo-developers > >> > >> > >> > -- > -- > >> > >> ___ > >> maemo-developers mailing list > >> maemo-developers@maemo.org > >> https://maemo.org/mailman/listinfo/maemo-developers > > > ___ > maemo-developers mailing list > maemo-developers@maemo.org > https://maemo.org/mailman/listinfo/maemo-developers > ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers
Re: [maemo-developers] SDK upgrade failed
Hello, You have/had some different problems. Maemo 1.1 works with scratchbox 0.9.8.5 and the newer version was never required. Nils: which version did you have before you did the upgrade? 1.0 or 1.1 RC5? Cheers, ferenc ext [EMAIL PROTECTED] wrote: > I had similar problem but then i noticed that I am supposed to be using > 0.9.8.6 and that solved it. > > Devesh > > >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] Behalf Of ext >> Nils Faerber >> Sent: 28 March, 2006 18:02 >> To: maemo-developers@maemo.org >> Subject: [maemo-developers] SDK upgrade failed >> >> >> Hi! >> I just upgraded my SDK setup to scratchbox 0.9.8.5 and SDK >> rootstrap to 1.1. >> After that I cannot start the GUI environment anymore: >> >> [sbox-i386: ~/bin] > af-sb-init.sh start >> Note: For remote X connections DISPLAY should contain hostname! >> Sample files present. >> Starting Maemo Launcher: maemo-launcher. >> Starting DBUS system bus >> Starting D-BUS session bus daemon >> Error loading /usr/bin/dbus-daemon-1 >> Error loading /usr/bin/dbus-daemon-1 >> Starting Sapwood image server >> Error loading /usr/lib/sapwood/sapwood-server >> Starting Matchbox window manager >> Error loading /usr/bin/matchbox-window-manager >> Starting Keyboard >> Error loading /usr/bin/hildon-input-method >> Starting MAEMO AF Desktop >> [sbox-i386: ~/bin] > Error loading /usr/bin/maemo_af_desktop >> >> >> Any idea what is wrong now? >> >> Cheers >> nils faerber >> >> -- >> kernel concepts Tel: +49-271-771091-12 >> Dreisbachstr. 24 Fax: +49-271-771091-19 >> D-57250 Netphen Mob: +49-176-21024535 >> -- >> ___ >> maemo-developers mailing list >> maemo-developers@maemo.org >> https://maemo.org/mailman/listinfo/maemo-developers >> >> >> >> >> ___ >> maemo-developers mailing list >> maemo-developers@maemo.org >> https://maemo.org/mailman/listinfo/maemo-developers ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers
RE: [maemo-developers] SDK upgrade failed
I had similar problem but then i noticed that I am supposed to be using 0.9.8.6 and that solved it. Devesh > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of ext > Nils Faerber > Sent: 28 March, 2006 18:02 > To: maemo-developers@maemo.org > Subject: [maemo-developers] SDK upgrade failed > > > Hi! > I just upgraded my SDK setup to scratchbox 0.9.8.5 and SDK > rootstrap to 1.1. > After that I cannot start the GUI environment anymore: > > [sbox-i386: ~/bin] > af-sb-init.sh start > Note: For remote X connections DISPLAY should contain hostname! > Sample files present. > Starting Maemo Launcher: maemo-launcher. > Starting DBUS system bus > Starting D-BUS session bus daemon > Error loading /usr/bin/dbus-daemon-1 > Error loading /usr/bin/dbus-daemon-1 > Starting Sapwood image server > Error loading /usr/lib/sapwood/sapwood-server > Starting Matchbox window manager > Error loading /usr/bin/matchbox-window-manager > Starting Keyboard > Error loading /usr/bin/hildon-input-method > Starting MAEMO AF Desktop > [sbox-i386: ~/bin] > Error loading /usr/bin/maemo_af_desktop > > > Any idea what is wrong now? > > Cheers > nils faerber > > -- > kernel concepts Tel: +49-271-771091-12 > Dreisbachstr. 24 Fax: +49-271-771091-19 > D-57250 Netphen Mob: +49-176-21024535 > -- > ___ > maemo-developers mailing list > maemo-developers@maemo.org > https://maemo.org/mailman/listinfo/maemo-developers > ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers