El mié, 14-10-2009 a las 11:51 +0400, Dennis Schetinin escribió: > I've asked this some time ago, and got no reply. Another attempt: > > Using pharo1.0-10466-BETAweb09.10.1 + RFB-DamienCassou.28 > (still the latest): the image stops to respond after closing > connection remotely. Stopping the server leaves image ok. > > Can anybody reproduce this? > > I'm working on Russian Smalltalk User Group web server currently. This > package has shown itself as a very helpful tool during my last web > project, and it will be great if I can use it... > > If I get no reply because this is not the correct list, please give me > an advice about where to send the report. :)
Hi Dennis, I can't reproduce it on a PharoCore 10470 image. I download the PharoCore image. Loaded RFB with ScriptLoader loadLatestPackage: 'Installer-Core' fromSqueaksource: 'Installer'. Installer lukas project: 'unsorted'; install: 'RFB'. And start it on display 0 with: RFBServer start: 0 then, with the image open, I opened a connection in Debian with gvncviewer localhost everything worked. I closed the remote connection and the image responded without problems. So, maybe this is specific to the web image or the packages Can you try with a pharo core image or a newer. Now to test with the refered image. I downloaded pharo1.0-10466-BETAweb09.10.1.zip and started it. I opened a workspace and executed: RFBServer start: 0 then launched the vnc viewer and closed it. the image works ok after that. I can't reproduce it on PharoCore or pharo1.0-10466-BETAweb09.10.1 Cheers > > -- > Dennis Schetinin > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project -- Miguel Cobá http://miguel.leugim.com.mx _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
