Re: [Newbies] Squeak for the Asus eee

2008-03-04 Thread Rezza

I've been Googling for this /proc/self/exe behavior and some observations:
1. not a problem with binfmt - sorry for missleading
2. contains application path
3. after reboot /proc/self/exe is there and squeak vm is working!!
4. from other posts - it looks like unionfs bug

But still I think - segfault is not a good behavior when this link doesn't
exists...


Would you please report this on bugs.squeak.org under the VM category?

Cheers,
Gulik.

On Tue, Mar 4, 2008 at 5:18 AM, Rezza [EMAIL PROTECTED] wrote:


 It's segfaulting because of missing /proc/self/exe - binfmt module. EEE
 has
 stripped kernel :(

 readlink(/proc/self/exe,  unfinished ...
 +++ killed by SIGSEGV +++
 Process 22651 detached

 R.


-- 
View this message in context: 
http://www.nabble.com/Squeak-for-the-Asus-eee-tp14544063p15821133.html
Sent from the Squeak - Beginners mailing list archive at Nabble.com.

___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


Re: [Newbies] Squeak for the Asus eee

2008-03-03 Thread Rezza

It's segfaulting because of missing /proc/self/exe - binfmt module. EEE has
stripped kernel :(

readlink(/proc/self/exe,  unfinished ...
+++ killed by SIGSEGV +++
Process 22651 detached

R.


Michael van der Gulik-2 wrote:
 
 On Dec 30, 2007 4:26 PM, [EMAIL PROTECTED] wrote:
 
 Does anyone know where there is a version of Squeak that will install
 on the Asus eee?  I tried the debian and generic linux version and
 they dont install/work.  The debian version wong apt-install.  It
 complains about missing binfmt-support dependency.  The linux version
 segfaults.
 
 
 The standard Linux version shouldn't segfault. AFAIK, the Asus EEE (which
 I'd like to have one of if anybody feels like donating them :-) ) is a
 standard i386 running modified Xandros Linux.
 
 Could you provide more information about how it crashes?
 
 Gulik.
 
 -- 
 http://people.squeakfoundation.org/person/mikevdg
 http://gulik.pbwiki.com/
 
 ___
 Beginners mailing list
 Beginners@lists.squeakfoundation.org
 http://lists.squeakfoundation.org/mailman/listinfo/beginners
 
 

-- 
View this message in context: 
http://www.nabble.com/Squeak-for-the-Asus-eee-tp14544063p15807347.html
Sent from the Squeak - Beginners mailing list archive at Nabble.com.

___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


Re: [Newbies] Squeak for the Asus eee

2008-03-03 Thread Michael van der Gulik
Would you please report this on bugs.squeak.org under the VM category?

Cheers,
Gulik.

On Tue, Mar 4, 2008 at 5:18 AM, Rezza [EMAIL PROTECTED] wrote:


 It's segfaulting because of missing /proc/self/exe - binfmt module. EEE
 has
 stripped kernel :(

 readlink(/proc/self/exe,  unfinished ...
 +++ killed by SIGSEGV +++
 Process 22651 detached

 R.


 Michael van der Gulik-2 wrote:
 
  On Dec 30, 2007 4:26 PM, [EMAIL PROTECTED] wrote:
 
  Does anyone know where there is a version of Squeak that will install
  on the Asus eee?  I tried the debian and generic linux version and
  they dont install/work.  The debian version wong apt-install.  It
  complains about missing binfmt-support dependency.  The linux version
  segfaults.
 
 
  The standard Linux version shouldn't segfault. AFAIK, the Asus EEE
 (which
  I'd like to have one of if anybody feels like donating them :-) ) is a
  standard i386 running modified Xandros Linux.
 
  Could you provide more information about how it crashes?
 
  Gulik.
 
  --
  http://people.squeakfoundation.org/person/mikevdg
  http://gulik.pbwiki.com/
 
  ___
  Beginners mailing list
  Beginners@lists.squeakfoundation.org
  http://lists.squeakfoundation.org/mailman/listinfo/beginners
 
 

 --
 View this message in context:
 http://www.nabble.com/Squeak-for-the-Asus-eee-tp14544063p15807347.html
 Sent from the Squeak - Beginners mailing list archive at Nabble.com.

 ___
 Beginners mailing list
 Beginners@lists.squeakfoundation.org
 http://lists.squeakfoundation.org/mailman/listinfo/beginners




-- 
http://people.squeakfoundation.org/person/mikevdg
http://gulik.pbwiki.com/
___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


Re: [Newbies] Squeak for the Asus eee

2008-02-12 Thread Offray Vladimir Luna Cárdenas

Hi,

Have you tried the translation of:

http://el-directorio.org/Squeak/Instalacion#head-9f31bb7843147795b89ecbe76e961b906a672c12

from Spanish to English (may be using some online free translation 
services)? there is detailed documentation and friendly enough. If you 
have tried to follow this translation and still don't understand, please 
don't hesitate to ask again.


Cheers,

Offray


alanomaly wrote:

Could you make these instructions more beginner friendly please?

I don't know what executing an image means - all I know is, opening the
.sh file brings up a couple of blocks of coding in a text file. Looks like
this:-

#!/bin/sh
APP=`dirname $0`
EXE=$APP/Contents/Linux686
RES=$APP/Contents/Resources

exec $EXE/squeak -plugins $EXE \
-encoding latin1 \
-vm-display-X11 -swapbtn  \
$RES/seaside.image

Is this the image?

If so what do I do with it? 


Not a linux expert, just someone used to Windows who niavely believed the
eee would be easy...

Thanks!


mike.vidal wrote:
  

Does anyone know where there is a version of Squeak that will install
on the Asus eee?  I tried the debian and generic linux version and
they dont install/work.  The debian version wong apt-install.  It
complains about missing binfmt-support dependency.  The linux version
segfaults.
___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners





  

___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


Re: [Newbies] Squeak for the Asus eee

2008-02-07 Thread alanomaly

Could you make these instructions more beginner friendly please?

I don't know what executing an image means - all I know is, opening the
.sh file brings up a couple of blocks of coding in a text file. Looks like
this:-

#!/bin/sh
APP=`dirname $0`
EXE=$APP/Contents/Linux686
RES=$APP/Contents/Resources

exec $EXE/squeak -plugins $EXE \
-encoding latin1 \
-vm-display-X11 -swapbtn  \
$RES/seaside.image

Is this the image?

If so what do I do with it? 

Not a linux expert, just someone used to Windows who niavely believed the
eee would be easy...

Thanks!


mike.vidal wrote:
 
 Does anyone know where there is a version of Squeak that will install
 on the Asus eee?  I tried the debian and generic linux version and
 they dont install/work.  The debian version wong apt-install.  It
 complains about missing binfmt-support dependency.  The linux version
 segfaults.
 ___
 Beginners mailing list
 Beginners@lists.squeakfoundation.org
 http://lists.squeakfoundation.org/mailman/listinfo/beginners
 
 

-- 
View this message in context: 
http://www.nabble.com/Squeak-for-the-Asus-eee-tp14544063p15312655.html
Sent from the Squeak - Beginners mailing list archive at Nabble.com.

___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners