[Newbies] Re: Linux and Squeak server help

2007-11-06 Thread Klaus D. Witzel

Hi Edgar,

[switched the thread back to the list.]

So, everything *on*the*machine* works as expected (and this includes  
Squeak :-)


If you still can't reach the machine from outside then it must be so that  
you haven't obeyed the Goddess of network connectivity sometime in the  
recent past :)


/Klaus

On Tue, 06 Nov 2007 12:54:32 +0100, Edgar J. De Cleene wrote:




El 11/6/07 8:25 AM, Klaus D. Witzel escribió:


From your resume I assume you have Squeak on Linux running in a desktop
environment.


Yes

So in Squeak on the Linux desktop, copypaste the following into a
workspace (I wrote the code in 3.7 and tested it in 3.8 and 3.9):

  | connection |
(connection := Socket newTCP)
setPort: 9090.
  connection

When you inspect this, selecting *self* in the inspector shows

  a Socket[waitingForConnection]


Yes with the 3.8 full image the system install via synaptic

While the above still runs, telnet to the Linux and logon as root and do
what Norbert wrote:


[EMAIL PROTECTED] netstat -atn | grep 9090
tcp0  0 0.0.0.0:90900.0.0.0:*
LISTEN

[EMAIL PROTECTED]


So is listening, also I was :=)

Very thanks !

Edgar




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


Re: [Newbies] Re: Linux and Squeak server help

2007-11-06 Thread John Warner
On Tue, 2007-11-06 at 14:34 +0100, Klaus D. Witzel wrote:
 Hi Edgar,
 

 If you still can't reach the machine from outside then it must be so that  
 you haven't obeyed the Goddess of network connectivity sometime in the  
 recent past :)
 
 /Klaus

So that means you need to go down on your knees and pray fervently to
the G*d/dess of Network Connectivity LOL

John

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