[Pharo-users] Mailing list issues

2024-02-29 Thread Hans-Martin Mosner

Hi,

I already wrote to pharo-users-ow...@lists.pharo.org, but don't know how well that is monitored, at least I did not see 
an effect up to now (it's not been a lot of time, though).


The mailing list is using a badly configured server, and that causes mail to be 
rejected.

Host "lists.pharo.org" has IP address 176.58.125.247, and that's the address mails are being sent from. The PTR for that 
IP address is "prod3.harmonylists.io", which is apparently a name given by the provider. However, the domain 
registration for harmonylists.io seems to have expired, and the domain grabber who took it now points the domain to IP 
address 15.197.172.60. Postfix doesn't like that and therefore refuses to accept mail from that IP address.


Please, whoever has a contact to either the pharo list maintainers or the 
mailing list provider, get them to fix this.

Cheers,
Hans-Martin


Re: [Pharo-users] VPS difficulties

2018-11-22 Thread Hans-Martin Mosner
It can't find the display drivers since the appropriate 32 bit libraries 
are missing. Use the 'ldd' command on the VM binary and on the shared 
libraries in its directory to find out which ones you're missing.


Cheers,
Hans-Martin

Am 22. November 2018 4:22:19 nachm. schrieb horrido 
:



I'm running 64-bit Debian in a VirtualBox image on my Mac.

When I install 64-bit Pharo, it works fine. When I install 32-bit Pharo, I
get the error message below. What's the difference??? Why can one find the
display driver and the other can't? This makes no sense.

Earlier, people have been telling me to use './pharo-ui Pharo.image &'. Is
this no longer kosher? What am I doing wrong?



Fred Kaiser Borg wrote

Those errors are not related to a 32 or 64 bits problem. The issue looks
like you've launched pharo-ui which looks for a physical screen that
isn't there. Are you trying to run pharo-ui in a debian VPS ?

You should run 'pharo' and 'pharo-ui', something like this:

$ pharo myApplication.image

Search on google for 'pharo headless', you should find plenty of example.

HTH,

Fred

On 22/11/2018 13:31, horrido wrote:

I ran 32-bit Pharo under 64-bit Debian and got this error:

[1] 8127
richard@debian:~/pharo32$ could not find display driver vm-display-X11;
either:
   - check that
/home/richard/pharo32/pharo-vm/lib/pharo/5.0-201806281256//vm-display-X11.so
exists, or
   - use the '-plugins


' option to tell me where it is, or

   - remove DISPLAY from your environment.
./pharo-ui: line 11:  8131 Aborted
"$DIR"/"pharo-vm/pharo"
"$@"

--

I thought you could always run 32-bit software in a 64-bit OS, but I
guess
I'm wrong.



Sean P. DeNigris wrote

horrido wrote

it threw up a bunch of errors.

Can you be more specific and did you try Mariano's suggestion about
32-bit
libs?



-
Cheers,
Sean
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html





--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html







--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html







Re: [Pharo-users] VPS difficulties

2018-11-22 Thread Hans-Martin Mosner
He's got a 32 bit library that he wants to use, that won't work with a 64 
bit VM.
Of course, recompiling the library for 64 bit is an option, too, but 
probably more complicated.


Cheers,
Hans-Martin

Am 22. November 2018 9:21:47 vorm. schrieb Sven Van Caekenberghe 
:



Just use 64 bit Pharo 7 on a 64 bit Linux and be done with all this mess.


On 22 Nov 2018, at 01:39, horrido  wrote:

Using zeroconf, I installed 32-bit Pharo under 64-bit Debian. Pharo refused
to run – it threw up a bunch of errors.



Mariano Martinez Peck wrote

Run Pharo 32 bits and install 32 bit libs...

On Wed, Nov 21, 2018, 21:07 Richard Kenneth Eng 



horrido.hobbies@



wrote:

 I'm creating the competition website using Pharo and Teapot. For

encryption, I'm using Pierce Ng's PasswordCrypt, which requires a 32-bit
C
library. This means I must run 32-bit Pharo.

And this means I must run 32-bit Pharo under 32-bit Linux. Therein lies
the rub...

I would like to host the website at DigitalOcean or Linode or OVH. As far
as I can tell, however, these services do not support 32-bit Linux, only
64-bit.

What can I do?







--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html