Next to changes file being transferred in text mode, this could be the most
FAQ. Are you running in MVC? If so, try doing the same thing in Morphic, it
should work. Lex Spoon had posted an explanation of the problem earlier
(either this list or squeak or...), it has to do with some screen parameter
not being set.

If you are using ComSwikis, you may try another option (to run swikis as
headless). Je77 wrote a utility called ComSwikiLaucher:
ComSwikiLauncher openAsMorph
You can just click "shutdown", and it will perform something similar to your
script. You can also stop/start the swiki, and change the port number.

Bolot


----- Original Message -----
From: "Martin Baco" <[EMAIL PROTECTED]>
To: "PWS conference" <[EMAIL PROTECTED]>
Sent: Thursday, February 24, 2000 3:07 AM
Subject: [pws] headless swiki


> Hi everybody!
>
> I need a help with running swiki as headless service under linux. I
> tried about it but something was wrong. First of all I acquired a source
> code of Squeak 2.7. Then I typed " make CFLAGS='-DHEADLESS' " and binary
> file of VM was created. I took a pure image and launched this short
> example in workspace:
>
> Smalltalk snapshot: true andQuit: true.
> str := StandardFileStream fileNamed: 'test.txt'.
> str nextPutAll: 'Yes!'.
> str close.
>
> When image was saved, I ran it by headless squeak typed something like "
> ./squeak -m64m squeak.image ". But nothing happened, no file was created
> and process had to be stopped. What I did bad or should done ? Thanks
> for any advice.
>
>
> Martin Baco
>

Reply via email to