Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8184 - big tar &> me the output
Summary: big tar &> me the output
Status: RESOLVED INVALID
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Gentoo Linux x86 Installation Guide (show other bugs)
Hardware: x86 Linux
: Lowest enhancement (vote)
Assignee: Docs Team
URL: http://www.gentoo.org/doc/build.html
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-21 09:18 UTC by Lloyd D Budd
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lloyd D Budd 2002-09-21 09:18:50 UTC
I have done a number of installs, and it pretty much always seems that the tar 
has an ignore-worthy error.  Regardless, it would be really kind if in "Code 
listing 19" the tar command read:

# tar -xvjpf /path/to/stage?-*.tbz2 &> unTarStage.out &
# tail -f unTarStage.out

of something to that affect
Comment 1 Lloyd D Budd 2002-09-21 09:23:48 UTC
think about it further maybe best just to redirect std err
Comment 2 John Davis (zhen) (RETIRED) gentoo-dev 2002-10-06 22:03:26 UTC
How is this a bug. If tar pukes at the end of the untaring process, won't it be 
visible at the bottom of the std output? I mean, this is what tail does anyway.

//ZhEN
Comment 3 Lloyd D Budd 2002-10-07 06:06:02 UTC
There are many errors where 'tar' will not "puke", but "suppress" the failure
till completion of the tar command.  If you do not pipe to a file then you have
to reissue the tar command and direct the output to a file -- which is wasteful.  

I am not sure what the reference to 'tail' in the last comment is suggesting.  

I will leave it to "your" discression whether to reopen or not.
Comment 4 SpanKY gentoo-dev 2002-10-07 09:07:21 UTC
ZhEN: what we was suggesting was to help out newbies ... 
basically, when you run that tar command and extract the contents of the file, 
there are usually a few warnings/errors that can be safely ignored.  people who 
are used to this kind of stuff just ignore them, but newbies maybe be confused 
with it ... 
 
although i think this would be cool to have, those few times where the 
extraction didnt work, the newbie wouldnt know what to do or how to check for 
errors or any of that ... 
in other words, i say this is well intentioned but may cause some problems for 
some people 
Comment 5 John Davis (zhen) (RETIRED) gentoo-dev 2002-10-07 10:02:07 UTC
I agree. I think that this is one of those things that could potentially cause 
more problems than it would fix. I am leaving this closed.

//ZhEN