• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] TelNet client + Eluna

Status
Not open for further replies.

xBladeGaming

Emulation Addict
Ok, so when you reload eluna from console it shows the resulting errors and info like that..
but when you do it from telnet it doesnt show anything, anyone know how to add it to the telnet?
 

FoxGaming

Exalted Member

I haven't tested it to see if it works but the reason you're not able to see the logs/output of the world server in the telnet client is because you are connecting to a terminal session which is not the same session that the world server is running on. So essentially the only way for you to see the logs and any errors thrown by Eluna is to open up the actual world server log file and read what is being output after it has been written.
 

Rochet2

Moderator / Eluna Dev
Eluna uses the same output system as TC (same functions)
So you should see them if you see the normal server startup stuff etc.
how are you starting the server in telnet? - Maybe try search for how to redirect output to telnet?
 

xBladeGaming

Emulation Addict
Eluna uses the same output system as TC (same functions)
So you should see them if you see the normal server startup stuff etc.
how are you starting the server in telnet?
Not starting it from telnet, connect via SSH to my server then start, and for my developers they connect to telnet but when the reload Eluna, they do not see the Eluna replys. Never have for any rev.
I just got a idea, it does write to the log file right? So change the settings from Eluna.log to spit it in the console? I'll test it. Had to install server's OS, getting new maps and that now.
Maybe try search for how to redirect output to telnet?
~that's what this thread is :)
 

xBladeGaming

Emulation Addict
It will be some way in the LuaEngine.cpp, going to play around with it.

==
Fact I didn't know before, none of the reload's show in RA, I want to enable them so they do..
 
Last edited:

Rochet2

Moderator / Eluna Dev
How are you executing the commands through telnet on the already started server?
It would be nice to know how you start the server and how you operate it through the consoles.
Do they see ANY of the console output through telnet? Since I dont think they do. (Its not just about reloading)
 

xBladeGaming

Emulation Addict
How are you executing the commands through telnet on the already started server?
It would be nice to know how you start the server and how you operate it through the consoles.
Do they see ANY of the console output through telnet? Since I dont think they do. (Its not just about reloading)

I will test other commands but I know help will return with output.

SSH, cd to path, screen -AmdS world ./worldserver
then to monitor when i try to fix telnet, i use: screen -r world (shows the console like you'd see with just ./worldserver)

After, connect to Telnet, default port.
Type command:
help (to get rid of console spam about rbac and other stuff not being in the commands table blah blah)
reload eluna
and just goes to the next line, no output.
world: http://pastebin.com/Lxc4YNW6
telnet: http://pastebin.com/586LpW9c
 

Rochet2

Moderator / Eluna Dev
Do you have the Eluna.log file though?
If you dont, you are missing the Eluna logger in your worldserver.conf
 
Status
Not open for further replies.
Top