[squeak-dev] WAKom startup on image restart

Igor Stasenko siguctua at gmail.com
Tue Apr 22 19:14:36 UTC 2008


2008/4/22 Brian Brown <b.clanbrown at gmail.com>:
> Hello all,
>
>  I'm running squeak headless as a seaside server on FreeBSD 6.2-RELEASE
>  and the vm version is:
>
>  squeak -version
>  3.9-8 #5 Tue Oct 10 19:50:54 PDT 2006 gcc 3.4.4
>  Squeak3.9alpha of 4 July 2005 [latest update: #7021]
>  FreeBSD freebsd.piumarta.com 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun
>  May  7 04:32:43 UTC 2006
>  root at opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>  default plugin location: /usr/local/lib/squeak/3.9-8/*.so
>
>
>  I have REPLServer running in the image, and WAKom - WAKom just won't
>  restart after the image is brought up. I have checked to make sure it
>  was in the startup list and I even moved it the end, but that doesn't
>  have any effect.
>
>  If I connect with REPLServer, I can run WAKom startOn: <whatever port>
>  and it works and serves fine.
>
>  Does anyone have any thoughts as to why this might be occurring?
>

Can it be the issue with socket reuse option? A system can hold a
socket for a while, even after process which opens it quit.
So, after starting another one, it can't bind to same port for some
period of time unless you set SO_REUSEADDR in socket options.


>  thanks!
>
>  Brian
>
>



-- 
Best regards,
Igor Stasenko AKA sig.



More information about the Squeak-dev mailing list