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

  • SEARCH
  • Home
  • 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 7850155
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T18:46:03+00:00 2026-06-02T18:46:03+00:00

The following little script is supposed to run a shell command with a parameter

  • 0

The following little script is supposed to run a shell command with a parameter every 10 minutes. It’s ran correctly once (30 minutes ago) however isn’t playing ball now (should have done the process another 2 times since). Have I made an error?

while(True):
  subprocess.call(["command","param"])
  time.sleep(600)
  • 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. Editorial Team
    Editorial Team
    2026-06-02T18:46:07+00:00Added an answer on June 2, 2026 at 6:46 pm

    You subprocess.call probably blocked on whatever your command was. I doubt its your python script, but rather whatever the shell command might be (taking too long).

    You can tell if your command is completing or not by checking the return code:

    print subprocess.call(["command","param"])

    It should print 0 if it was successful, or raise an exception if the command has problems. But if you never see consecutive prints, then its never returning from the call.

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

Sidebar

Related Questions

I'm trying to run the following little Python script: #!/usr/local/bin/python2.5 import sys, subprocess child
I'm developing a little script using ash shell (not bash). Now i have a
in my little perl script (test.pl) I do the following in order to exit
I have the following script which I need to modify a little. Here is
I've got some slim terminals with Linux where a little script it's launched every
I'm doing a little script to zip multiple folders in multiple zip files following
I am trying to improve the following script a little: $(document).click(function(event) { $('.home.active').click(); $('.home').removeClass(active);
i want to do the following little script/thing. There's a registration form and i
I wrote a little PHP script below to demonstrate my question. Run the code
I am having a little bit of a trouble with the following: <script> $(document).ready(function()

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.