Jump to content
  • 0

how to use SCREEN to listen to servers


drifterxxxx2

Question


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.02
  • Content Count:  83
  • Reputation:   3
  • Joined:  10/22/17
  • Last Seen:  

Hi

 

I'm trying to see my rAthena servers in the console without restarting the server

YES, I know there are a lot of topics about this. YES, I read the wiki

my questions are

1.- how to make the attachment permanent? after I log out from putty screen turns off and it loses the attachment, so when I log in again I have to restart the server anyways

2.- how are you supose to use it /sob

 

/thx 

 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

First you have to run your server in screen

When you wana resume u can use screen -ls

It will show you running PID's(process) under your screen, you can select which pid you wana see/resume using 

screen -r pidid

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.02
  • Content Count:  83
  • Reputation:   3
  • Joined:  10/22/17
  • Last Seen:  

5 hours ago, Cyro said:

First you have to run your server in screen

When you wana resume u can use screen -ls

It will show you running PID's(process) under your screen, you can select which pid you wana see/resume using 

screen -r pidid

thank you! 

I have another doubt with screen

how do I change the scrollback size?

this is what I've done so far

screen    ./athena-start start        CTRL+a       :         scrollback 10000

but doesn't seem to change anything

I read you can change the default lines that screen shows in .screenrc

but idk how to do it, where do I add the line default scrollback?

 

/thx 

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  491
  • Reputation:   19
  • Joined:  11/19/11
  • Last Seen:  

Start server with LOG text
--------------------------
 

./athena-start start >> athena.txt 2>&1 &

 

check athena.txt in your root server folder

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.01
  • Content Count:  24
  • Reputation:   0
  • Joined:  02/08/21
  • Last Seen:  

On 2/24/2018 at 3:45 AM, Akbare said:

Start server with LOG text
--------------------------
 


./athena-start start >> athena.txt 2>&1 &

 

check athena.txt in your root server folder

 

problem on this one is if you suddenly lose connection or close the putty your server will close too

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...