World: r3wp
[!AltME] Discussion about AltME
older newer | first last |
Anton 21-Feb-2007 [2264] | It's possible to tunnel through using http packets, isn't it ? |
denismx 21-Feb-2007 [2265x3] | I'm running an altme server for family puposes on a Linux (debian) server at home. I would like it to start automatically, say after a power failure/reboot. I tried it under windows with command line options, but I did'nt get it to work. |
Is this possible? | |
My present solution is to login remotly when I notice altme is gone, and leave a VNC created xsession up with altme restarted manually on it. But I prefer my computers trained to do things for me ;-) | |
Graham 21-Feb-2007 [2268] | I think command line driven altme servers are not free |
Graham 22-Feb-2007 [2269] | If you want to use Altme at work, you could set up a ssl vpn at home using a Linksys rvl200 eg http://reviews.cnet.com/Linksys_4_Port_SSL_IPSec_VPN_Router_RVL200_router/4864-3243_7-32015900.html?ctype=msgid&messageSiteID=7&messageID=2349010&cval=2349010&tag=uolst |
denismx 22-Feb-2007 [2270x2] | no, not at work. at home. was hoping to have it restart itself after a reboot for when I'm out. |
Not vital since it's for family contacts only. | |
Maxim 22-Feb-2007 [2272x2] | there is a (several?) tool for windows which can generate events and select windows. you could probably use that to simulate a manual login. |
since all events are handled window wide (from the perspective of windows) It should be easy to trick rebol. just record key sequence... put a few waits and you should be done :-) | |
Bobo 22-Feb-2007 [2274] | denismx, if you're running debian thefile you want is probably '/etc/init.d/rc.local' . Put your command in there and it will run after a reboot. |
denismx 22-Feb-2007 [2275x3] | Maxim, I was thinking of a similar solution, some script that simulates keystrokes from the keyboard. I remember seing something like that under Windows. There's probably something like that under Xwindows. |
Bobo: altme needs to have a world and password specified to start the local server. I tried command line parameters to do that, there are in fact parameters that can be passed to altme from the command line, but it did'nt start my world properly. | |
When and if that problem is solved, the solution script will indeed go into the init.d directory. | |
PeterWood 22-Feb-2007 [2278] | denismx: I have added "Launch World on Start-up" to the AltME Wish List in the Checklists here. Please could you add a brief description. |
Brock 22-Feb-2007 [2279x5] | denismx: I'm not following very well. Is your problem with the Debian server as I have this working for a family server hosted on a windows machine as I'm sure many people here do. If you want to try again on a windows OS, place a shortcut in your startup folder. In the target field the command should be similar to this... |
physical path to altme | |
sorry | |
physical path to altme -s "WorldName" -p Port# | |
at one point I had three private worlds working this way. Anytime the PC restarted the worlds were available. | |
Gabriele 23-Feb-2007 [2284x2] | i think the problem he has is that altme still needs X to be available |
there is a "server only" altme, but it costs money. | |
Henrik 23-Feb-2007 [2286] | I noticed a small but costly redraw issue (particularly when using AltME through remote desktop): When I am in this group and then click the checklist button and I then click on RebServices, AltME first redraws this group again and then draws the RebServices group. This takes 1-2 additional seconds to do. |
denismx 23-Feb-2007 [2287x6] | I'm surprise "physical path to altme" -s "WorldName" -p Port# works for you on Windows, Brock. It did'nt for me - but it's been a very long time and I don't remember the details of that problem. I'm on Linux for my servers, Debian Sarge, now. Not going back. |
What about the password, Brock? It's filled in automatically on your setup? | |
Well, well, I've just tried it under windows again, and it does seem to work, as Brock is saying. Didn't under some previous version I was running under. It just might work the same under Linux. Going there to try it. Will report back. | |
Well it now works under both windows and linux. Under linux you do a : "./altme -s Worldname" and it doen'nt even ask for the password ! (?) - same for windows in fact. You can start any local world without the password from the command line. | |
So I'm wondering why the password is asked under the GUI?! | |
So I'll take this out of the wish list, PeterWood. Tks anyway. | |
[unknown: 9] 24-Feb-2007 [2293] | :) |
Brock 24-Feb-2007 [2294] | Yep, you only need passwords for starting the AltME user-client. I believe the intent of the "Start a World" window is to create new worlds where you need a password for the world. I don't see a need for a passord to start a world, you still need a client to communicate and access the data inside the world. |
Gabriele 24-Feb-2007 [2295] | denismx: the password is saved when it is asked via the gui. so it's not asking you because you have set it already :) |
Graham 24-Feb-2007 [2296x2] | Am I the only person getting chucked off Rebol3 today? |
had 3 discos in the last couple of hours | |
Henrik 24-Feb-2007 [2298] | no problems here |
Graham 24-Feb-2007 [2299] | Must be my international links |
denismx 24-Feb-2007 [2300x3] | Gabriele: is it because the password has been saved and is reused, or maybe that password asked when creating a world is jus the password for the "master" account? |
In my mind, that would explain why it is asked and never used afterwards. | |
I remember vaguely that when I had tried starting a world with the -s paramater, Alteme was not picking up the worlds user list, like it was not started in the correct directory. Anyway. I'm glad to have this solution now. So I'm preparing to setup my linux server to come up with X and altme running on my world after a boot up. | |
Sunanda 24-Feb-2007 [2303] | Graham -- I've not seen such a problem today. |
Gabriele 25-Feb-2007 [2304x2] | denis: the password is needed to be able to start a word with a given name. this is so someone else does not take up your name. |
however, unless you "buy" the name, it is kept only for a few days or weeks (i don't remember how much time), so if that expires, the password is not needed/valid anymore, and the name is free. | |
Brock 26-Feb-2007 [2306] | My understanding is a world name is kept as long as you use it within ten days of your last connection. However, I have had world names that I didn't pay for drop on the same day a world was used. For example, I change between three world names when I loose the one I am currently using. A pain for the users of course, which I assume would not happen if I would just spend the small amount to reserve the world name. Otherwise, I'm sure this would be a pretty big topic for SafeWorlds. |
[unknown: 9] 26-Feb-2007 [2307] | : ) |
Pekr 1-Mar-2007 [2308] | Wooo hooo, back on altme :-) Was anyone else experiencing difficulties connecting? Even rebol.net was down for me. Well, maybe so, as I am alone here :-) |
Louis 1-Mar-2007 [2309] | I couldn't connect for almost all day here in Indonesia, Pekr. |
Pekr 1-Mar-2007 [2310] | hmm, so it was probably problem of some of RT's servers ..... |
Anton 1-Mar-2007 [2311] | same |
Maxim 1-Mar-2007 [2312] | And I was expecting a flood of messages! |
Pekr 1-Mar-2007 [2313] | Well, I naively thought, that maybe RT is preparing servers for unexpected R3 release, all new website, etc. Silly me :-) |
older newer | first last |