Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 30697
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T13:29:19+00:00 2026-05-10T13:29:19+00:00

I need to launch a server on the remote machine and retrieve the port

  • 0

I need to launch a server on the remote machine and retrieve the port number that the server process is lsitening on. When invoked, the server will listen on a random port and output the port number on stderr.

I want to automate the process of logging on to the remote machine, launching the process, and retrieving the port number. I wrote a Python script called ‘invokejob.py‘ that lives on the remote machine to act as a wrapper that invokes the job and then returns the port number, it looks like this:

import re, subprocess executable = ... # Name of executable regex = ... # Regex to extract the port number from the output p = subprocess.Popen(executable,     bufsize=1, # line buffered     stderr=subprocess.PIPE     ) s = p.stderr.readline() port = re.match(regex).groups()[0] print port 

If I log in interactively, this script works:

$ ssh remotehost.example.com Last login: Thu Aug 28 17:31:18 2008 from localhost $ ./invokejob.py 63409 $ exit logout Connection to remotehost.example.com closed. 

(Note: successful logout, it did not hang).

However, if I try to invoke it from the command-line, it just hangs:

$ ssh remotehost.example.com invokejob.py 

Does anybody know why it hangs in the second case, and what I can do to avoid this?

Note that I need to retrieve the output of the program, so I can’t just use the ssh ‘-f’ flag or redirect standard output.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T13:29:19+00:00Added an answer on May 10, 2026 at 1:29 pm
    s = p.stderr.readline() 

    I suspect it’s the above line. When you invoke a command directly through ssh, you don’t get your full pty (assuming Linux), and thus no stderr to read from.

    When you log in interactively, stdin, stdout, and stderr are set up for you, and so your script works.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 68k
  • Answers 68k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer The name of the command line C++ compiler is cl.exe… May 11, 2026 at 12:09 pm
  • added an answer Have you tried switching the order - i.e. iframe first,… May 11, 2026 at 12:09 pm
  • added an answer I don't know if this is similar or not, but… May 11, 2026 at 12:09 pm

Related Questions

I need to launch a server on the remote machine and retrieve the port
I need to launch a media file from a URL from within my c#
I need to be able to launch a process and read the output into
for e.g from command prompt I need to launch the exe with some switch
I need to know about Epoll On linux System. Could you recommend manual or
I need to copy hundreds of gigs of random files around on my computer
I need to send hundreds of newsletters, but would like to check first if
I need to filter out anchor tags in a string. For instance, Check out
I need to add a web part zone to a wiki page. I'm opening
I need to create a historical timeline starting from 1600's to the present day.

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.