r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[!AltME] Discussion about AltME

Tomc
10-Feb-2006
[924x2]
perhaps a small  limit to the number of users that can connect to 
a world not using your name sever
that  allows test behind forewalls but not enterprise wide ussage 
and the small potatoes skate
[unknown: 9]
10-Feb-2006
[926]
Yes, that was considered.  We have a list of about 20 models.  Our 
next AltME update (being tested right now) will start the process 
of creating seperation form the free model.
Colin
10-Feb-2006
[927]
Cant wait :)
Terry
11-Feb-2006
[928]
AltME is being worked on, but the big features we are working on 
(as opposed to lots of little ones) will take a while (there is a 
complete rewrite going on).
Reichart Jan-19-05
Colin
11-Feb-2006
[929]
The postings of these public messages to http://www.rebol.net/altweb/rebol3/
make it accessible from the outside. Its great. but as we are only 
posting the last 300 messages, can we have an alternative link that 
posts them in chronological order to make the reading flow easier?
Rebolek
12-Feb-2006
[930]
Can anybody help me with running AlMe on Linux?
Volker
12-Feb-2006
[931]
i can try
Rebolek
12-Feb-2006
[932x2]
It says some library is missing (I'm now on windows, so I don't remeber 
what library it was).
But that library seems to be installed already.
Volker
12-Feb-2006
[934x2]
thats bad as the best way is to paste the libname in google. tthen 
usually you can link another lib-version to the missing one, or install 
some compatibility-package. which linux?
the .so.6, .so.7 are important.
Rebolek
12-Feb-2006
[936x2]
yes, it was something .so.6
I've got Suse or Ubuntu
Volker
12-Feb-2006
[938x3]
libXaw.so.6 IIRC? ldd altme-dir/altme
/usr/X11R6/lib/libXaw.so.6 on suse9.0 . something like 
ln -s /usr/X11R6/lib/libXaw.so.6 /usr/X11R6/lib/libXaw.so.7
if that library is there.
Or search for the namein the package-manager or web. on debian i 
did that, it tried to be smart and removed my link. some compat-package 
worked.
Rebolek
12-Feb-2006
[941x2]
yes, it's probably libXaw.so.6
I'm going to try that. Fortunately this group is web public ;)
Gabriele
12-Feb-2006
[943]
rebolek, on ubuntu you just need to search for libxaw on the package 
manager :)
Rebolek
12-Feb-2006
[944x2]
Ha, it works! :)
Gabriele: I remember that on Ubuntu package manager says that libXaw.so.6 
is already installed.
Volker
12-Feb-2006
[946x2]
I'm now on windows
?? You hurried to run home? :)
IIRC Ubuntu had some other problem too, with a missing printsomething. 
Somebody said upgrading helped.
Rebolek
12-Feb-2006
[948]
Volker :) No I just hurried to reboot :) Running AltME on SUSE 10.0 
without problem.
Volker
12-Feb-2006
[949]
:))
Rebolek
12-Feb-2006
[950]
Hm, tried running my demo from competition on Linux REBOL - no fonts, 
feels 2-3x slower than on Win and crashed.
Volker
12-Feb-2006
[951]
How does it run on wine?
Rebolek
12-Feb-2006
[952]
I don't know, I'm linux newbie, I have to install Wine :)
Volker
12-Feb-2006
[953]
There is a package-manager! :)
Sean
12-Feb-2006
[954]
I have been having this problem on Ubuntu too. Altme runs fine on 
wine.
Volker
12-Feb-2006
[955]
Sadly sometimes better. must be because Carl is a winemaker.. :)
Sean
12-Feb-2006
[956]
i found out i had installed both libXaw.so.6 and libXaw.so.7. I was 
getting this error:  symbol lookup error: /usr/lib/libXaw.so.6: undefined 
symbol: xawPrintShellWidgetClass
Volker
12-Feb-2006
[957x2]
Yes, AFAIK that was somehow deprecated. found a bug-report from another 
app somewhere.
But Kaj or someone said with a newer ubuntu that was gone. dont know 
all this ubuntu-names.
Sean
12-Feb-2006
[959x2]
your tip above led me to the solution. i uninstalled libXaw.so.6 
like thus: apt-get remove libXaw6, then i created the following link: 
ln -s /usr/lib/libXaw.so.7 /usr/lib/libXaw.so.6 and it worked perfectly
hope that helps Rebolek
Volker
12-Feb-2006
[961]
Good. But on my system (debian) something sometimes removed that 
link and i had to do it again. which is why i used the package.method. 
it somehow detected the link-name did not match the library-version.
Sean
12-Feb-2006
[962]
very possible, i install and uninstall stuff all the time so there 
is no telling what package takes the link out
Volker
12-Feb-2006
[963]
seemed to be some system-cleanup/check on boot or something.
Alan
12-Feb-2006
[964]
Rebolek: try mandriva as I have it installed and works fine
Rebolek
13-Feb-2006
[965]
Thanks to everybody. I've installed SimplyMEPIS 3.4.3, symlinked 
libXaw.so.6 and it works fine. As result, I hope, I'll be booting 
Windows less and less frequently :)
Sunanda
14-Feb-2006
[966]
It looks to me like new people who join this world are not automatically 
made members of private groups. In fact, they probably won't even 
know what private groups exist,

But, equally, the members of private groups have no easy way of telling 
who the recent world members are, so it is often hard to review them 
for potential membership.
Is there a way to resolve that?
[unknown: 9]
14-Feb-2006
[967x2]
Feature is on the list (annoys me too).
I have invited everyone else.
JaimeVargas
19-Feb-2006
[969]
What steps are required to move an AltME world from one host to another?
Tomc
19-Feb-2006
[970x4]
It has been a couple of years but I think I just tarred the whole 
directory tree moved it to a new machine
untarred it , ... made sure the need ports were available on the 
new machine ...
that is the one (non economic) feature for safeworlds hosting the 
world server
clients will not need to know you moved at  all