Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

I cann't reattach to the Screen with "screen -r" (to see my Pre-clear status)

Featured Replies

Hi!

 

I'm Pre-clearing 12 HDDs right now. I get out of the screen some ours ago and now I cann't get in to Screen again to see how is going my Pre-clear. I type "screen -r" and it says:

 

There are several suitable screen on:

 

5640.pts-0.Tower   (Detached)

4959.pts-0.Tower   (Detached)

3169.pts-0.Tower   (Detached)

5966.pts-0.Tower   (Detached)

 

Type "screen [-d] -r [pid.]tty.host" to resume one of them

 

I'm lost in Linux. What should I type? In the configuration Tutorial says you must only type "screen -r":

 

Step 7 To reattach to the Screen, log in via telnet or on the system console as root. At the prompt type

 

screen -r

 

This will take you to your first screen and you can cycle through as noted above.

 

Thanks in advance.

You could try:

screen -r 5640.pts-0.Tower

or

screen -r 4959.pts-0.Tower

or

screen -r 3169.pts-0.Tower

or

screen -r 5966.pts-0.Tower

 

  • Author

The only that works is:

 

screen -r 5640.pts-0.Tower

 

When I type it says:

 

"There is a screen on:

 

5640.pts-0.Tower  (Attached)

There is no screen to be resumed matching 5640.pts-0.Tower."

 

Then, I type again "screen -r" and says:

 

"There are several suitable screen on:

 

5640.pts-0.Tower  (Attached)

4959.pts-0.Tower  (Detached)

3169.pts-0.Tower  (Detached)

5966.pts-0.Tower  (Detached)

 

Type "screen [-d] -r [pid.]tty.host" to resume one of them"

 

But I can find my Pre-clear screen :(

 

Thanks mbryanr, but it does not work for me, I don't know why. What is "[pid]? And "tty.host"?

I'm typing:

 

screen -r 4959.pts-0.Tower

screen -r pts-0.Tower

screen -r Tower

 

Nothing works...

 

I lost my connection one time, and had to detach the screen.  I believe I closed out the telnet session, and opened a new session to reattach to screen.

 

CTRL-A CTRL-D will detach the screen

or follow this:

https://kb.iu.edu/data/ahrm.html

  • Author

Thanks mbryans. I'have given it a try, but it doesn't work...

 

What is the result of

screen -list

 

 

  • Author

Right now:

 

There are several screens on:

 

5640.pts-0.Tower  (Attached)

4959.pts-0.Tower  (Detached)

3169.pts-0.Tower  (Detached)

5966.pts-0.Tower  (Detached)

 

4 Sockets in /root/.screen.

 

 

 

  • Author

The result of typing screen -D -R:

 

"There are several suitable screen on:

 

5640.pts-0.Tower  (Attached)

4959.pts-0.Tower  (Detached)

3169.pts-0.Tower  (Detached)

5966.pts-0.Tower  (Detached)

 

Type "screen [-d] -r [pid.]tty.host" to resume one of them"

screen -d 5640

 

then

 

screen -x 5640

  • Author

When I type screen -d 5640:

 

[remote detached]

 

When I type screen -x 5640

 

Attaching from inside of screen?

root@Tower:  screen -d 5640

[5640.pts-0-Tower detached.]

 

And again root@Tower:

at root@tower:

screen -r 5640

  • Author

There is a screen on:

5640.pts-0.Tower      (Attached)

There is no screen to be resumed matching 5640

 

Thanks a lot for your helping but no success... :(

Hmmmm....the only thing I noticed was that the output was slightly different (or was it a typing error?)

5640.pts-0.Tower

 

and

5640.pts-0-Tower

 

If it was a typing error, this should get you back.

 

screen -d 5640.pts-0.Tower

 

then

screen -r

 

 

There is a screen on:

5640.pts-0.Tower       (Attached)

There is no screen to be resumed matching 5640

 

Thanks a lot for your helping but no success... :(

 

screen -d -r 5640.pts-0.Tower

 

That'll detach and re-attach. You're probably attached in the terminal window you're looking at.

  • Author

When I type this and after that I type "screen -r" I get this:

 

"There are several suitable screen on:

 

5640.pts-0.Tower  (Attached)

4959.pts-0.Tower  (Detached)

3169.pts-0.Tower  (Detached)

5966.pts-0.Tower  (Detached)

 

Type "screen [-d] -r [pid.]tty.host" to resume one of them"

 

And then the promt again. I don't know really if I can get in the Pre-clear screen, really... I don't know what to do. Well, I'll wait untill saturday and see my email for a well done Pre-clear message, but I'm not sure how is going right now the Pre-clearing. If I knew this, I'd not close my Telnet session :(

if they are running in screen you can close the telnet connection

  • Author

The Telnet session is closed... I can't believe this would be so complicated... No way to see my Pre-clear screens again?

try

 

screen -x 5640.pts-0.Tower

 

 

  • Author

Thanks, I've tried "screen -x 5640.pts-0.Tower", but only go again to the prompt, no Pre-clear screen :(

 

did you try one of the other ones?

 

i was just playing around with it and

 

screen -x works with attached and detached screens

 

i most of the time name my screens so it is easy to find back ...

 

screen -R preclear1 for example

 

then start the preclear

 

detach with CTRL-a d

 

and then use screen -x pid.preclear1

 

to get back into it

 

  • Author

did you try one of the other ones?

 

i was just playing around with it and

 

screen -x works with attached and detached screens

 

i most of the time name my screens so it is easy to find back ...

 

screen -R preclear1 for example

 

then start the preclear

 

detach with CTRL-a d

 

and then use screen -x pid.preclear1

 

to get back into it

 

 

Thanks, secretagent. I'll make it in the next big Pre-clear :)

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.