Find the answer to your Linux question:
Results 1 to 2 of 2
I am getting "child returned status 1" error when I try to tar some downloaded files This is what I do: tar xvzf nagios-2.10.tar.gz ( I downloaded this file) Any ...
  1. #1
    Just Joined!
    Join Date
    Sep 2010
    Posts
    1

    Question nagios installation on ubuntu server

    I am getting "child returned status 1" error when I try to tar some downloaded files

    This is what I do: tar xvzf nagios-2.10.tar.gz ( I downloaded this file)
    Any help suggestions???
    Thanks

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Hello and Welcome.
    Try
    Code:
    tar -xzf nagios-2.10.tar.gz
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...