Michael Rueger | 15 Sep 15:03
Favicon

Re: Etoys error on startup

Jens Mönig wrote:
> Hi Michael,
> 
> I tried running Etoys standalone on a German Vista. It won't let me write a
> log (and it doesn't seem to produce one by itself, at least I can't find it
> anywhere). The error seems to occur in SecurityManager >>startup
>>> loadSecurityKeys >>secureUserDirectory. I suspect it has something to do
> with the umlaut in my surname. It looks pretty severe because it opens an

that's what I suspected...
Sigh...

Thanks for sending the information!

Michael
Markus Schlager | 15 Sep 18:35

Re: Etoys error on startup

On Mon, 15 Sep 2008, Michael Rueger wrote:

> Jens Mönig wrote:
>> Hi Michael,
>> 
>> I tried running Etoys standalone on a German Vista. It won't let me write a
>> log (and it doesn't seem to produce one by itself, at least I can't find it
>> anywhere). The error seems to occur in SecurityManager >>startup
>>>> loadSecurityKeys >>secureUserDirectory. I suspect it has something to do
>> with the umlaut in my surname. It looks pretty severe because it opens an
>
> that's what I suspected...
> Sigh...
>
> Thanks for sending the information!
>
> Michael
>

Esther had a similar problem running etoys on ubuntu 6.10, which probably 
doesn't use utf8 as locale.

Is the vm-option "-encoding utf-8" the reason?

On ubuntu 8.04 everything is fine, only npsqueakregister seems to be 
missing in the .deb

Markus
_______________________________________________
(Continue reading)

Markus Schlager | 15 Sep 20:54

Naming Environment-Variables in etoys.sh

Hallo Michael,

I'm just trying to set up Etoys on our Linux-computers at school. There I 
need to change the value of $SQUEAK_USERDIR. The easiest way in this case 
would be /etc/environment. I understand that the environment-variable used 
by the squeak-vm has to have the name SQUEAK_USERDIR, hasn't it? But we're 
using 'real' Squeak as well and I'd love to have different USERDIRs for 
these different images. Hence I'd like to have different 
environment-variables.

Right now, etoys.sh looks like

----8X--------------------------------------------------------------
[ -z "$SQUEAK_SECUREDIR" ] && export SQUEAK_SECUREDIR="$HOME/.etoys"
[ -z "$SQUEAK_USERDIR" ] && export SQUEAK_USERDIR="$HOME/Etoys"
---------------------------------------------------------X8---------

I'd prefer Etoys to use ETOYS_SECUREDIR and ETOYS_USERDIR (since it's 
Etoys, not Squeak :) ). etoys.sh could look like

----8X---------------------------------------------------------------
if [ -z "$ETOYS_SECUREDIR" ]
then
     export SQUEAK_SECUREDIR="$HOME/.etoys"
else
     export SQUEAK_SECUREDIR="$ETOYS_SECUREDIR"
fi
if [ -z "$ETOYS_USERDIR" ]
then
     export SQUEAK_USERDIR="$HOME/Etoys"
(Continue reading)

K. K. Subramaniam | 16 Sep 03:28

Re: Naming Environment-Variables in etoys.sh

On Tuesday 16 Sep 2008 12:24:32 am Markus Schlager wrote:
> I'm just trying to set up Etoys on our Linux-computers at school. There I
> need to change the value of $SQUEAK_USERDIR. The easiest way in this case
> would be /etc/environment. I understand that the environment-variable used
> by the squeak-vm has to have the name SQUEAK_USERDIR, hasn't it? But we're
> using 'real' Squeak as well and I'd love to have different USERDIRs for
> these different images. Hence I'd like to have different
> environment-variables
You could also create launcher scripts (*.desktop files aka link to 
application) and use the following command:

SQUEAK_USERDIR=myowndir SQUEAK_IMAGE=myimagefile squeak ..

Regards .. Subbu
Markus Schlager | 16 Sep 19:08

Re: Naming Environment-Variables in etoys.sh

On Tue, 16 Sep 2008, K. K. Subramaniam wrote:
> You could also create launcher scripts (*.desktop files aka link to
> application) and use the following command:
>
> SQUEAK_USERDIR=myowndir SQUEAK_IMAGE=myimagefile squeak ..
>

Thanks Subbu, that's a possibility I hadn't thought of.

Markus
Markus Schlager | 16 Sep 23:32

Something wrong with the mailing-list?

Hi list-admins,

For about two days no, whenever I post to squeakland@..., I 
receive error-notices from my mail-smarthost like

-----8X------------------------------
Date: Tue, 16 Sep 2008 13:44:56 -0400
From: Gateway@...
To: Markus Schlager <m.slg@...>
Subject: NDN: Re: [Squeakland] Naming Environment-Variables in etoys.sh
Parts/Attachments:
    1 Shown     5 lines  Text (charset: ISO-8859-1)
    2   OK    ~25 lines  Text (charset: ISO-8859-1)
----------------------------------------

Sorry. Your message could not be delivered to:

squeak central (The name was not found at the remote site. Check that the
name has been entered correctly.)
------------------------------X8-----

My posts get delivered to the list though.

Markus
Bert Freudenberg | 16 Sep 23:43

Re: Something wrong with the mailing-list?

Am 16.09.2008 um 23:32 schrieb Markus Schlager:

> Hi list-admins,
>
> For about two days no, whenever I post to squeakland@...,  
> I receive error-notices from my mail-smarthost like
>
> -----8X------------------------------
> Date: Tue, 16 Sep 2008 13:44:56 -0400
> From: Gateway@...
> To: Markus Schlager <m.slg@...>
> Subject: NDN: Re: [Squeakland] Naming Environment-Variables in  
> etoys.sh
> Parts/Attachments:
>   1 Shown     5 lines  Text (charset: ISO-8859-1)
>   2   OK    ~25 lines  Text (charset: ISO-8859-1)
> ----------------------------------------
>
> Sorry. Your message could not be delivered to:
>
> squeak central (The name was not found at the remote site. Check  
> that the
> name has been entered correctly.)
> ------------------------------X8-----
>
> My posts get delivered to the list though.

Yes we have seen this too. But as far as we can tell, this is not  
generated by the list server but by some subscriber's "gateway" and  
sent to the poster directly. We have not figured out yet who is  
(Continue reading)

Bert Freudenberg | 16 Sep 23:51

Re: Something wrong with the mailing-list?


Am 16.09.2008 um 23:43 schrieb Bert Freudenberg:

> Am 16.09.2008 um 23:32 schrieb Markus Schlager:
>
>> Hi list-admins,
>>
>> For about two days no, whenever I post to  
>> squeakland@..., I receive error-notices from my mail- 
>> smarthost like
>>
>> -----8X------------------------------
>> Date: Tue, 16 Sep 2008 13:44:56 -0400
>> From: Gateway@...
>> To: Markus Schlager <m.slg@...>
>> Subject: NDN: Re: [Squeakland] Naming Environment-Variables in  
>> etoys.sh
>> Parts/Attachments:
>>  1 Shown     5 lines  Text (charset: ISO-8859-1)
>>  2   OK    ~25 lines  Text (charset: ISO-8859-1)
>> ----------------------------------------
>>
>> Sorry. Your message could not be delivered to:
>>
>> squeak central (The name was not found at the remote site. Check  
>> that the
>> name has been entered correctly.)
>> ------------------------------X8-----
>>
>> My posts get delivered to the list though.
(Continue reading)


Gmane