* [LARTC] TC Output Redirection
@ 2005-10-14 13:56 Eliot, Wireless and Server Administrator, Great Lakes Internet
2005-10-14 15:12 ` Andreas Unterkircher
0 siblings, 1 reply; 2+ messages in thread
From: Eliot, Wireless and Server Administrator, Great Lakes Internet @ 2005-10-14 13:56 UTC (permalink / raw)
To: lartc
[-- Attachment #1: Type: text/plain, Size: 206 bytes --]
--===============0384139541==
Content-class: urn:content-classes:message
Content-Type: multipart/alternative;
boundary="----_=_NextPart_001_01C5D0C7.1C317896"
This is a multi-part message in MIME format.
[-- Attachment #2: Type: text/plain, Size: 639 bytes --]
Ok, this is a rather large annoyance... How do you redirect the error output for TC? It does not seem to use any of the standard file descriptors (like STDOUT or STDERR) for error output. I have tried:
tc <blah> 2>&1 1>/dev/null
tc <blah> 3>&1 2>&1 1>/dev/null
etc
No matter what I do, I cannot seem to redirect the output. Anyone have any suggestions?
Thanks.
Eliot Gable
Certified Wireless Network Administrator
Cisco Certified Network Associate
CompTIA Security+ Certified
CompTIA Network+ Certified
Network and Systems Administrator
Great Lakes Internet, Inc.
112 North Howard
Croswell, MI 48422
810-679-3395
[-- Attachment #3: Type: text/html, Size: 1125 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [LARTC] TC Output Redirection
2005-10-14 13:56 [LARTC] TC Output Redirection Eliot, Wireless and Server Administrator, Great Lakes Internet
@ 2005-10-14 15:12 ` Andreas Unterkircher
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Unterkircher @ 2005-10-14 15:12 UTC (permalink / raw)
To: lartc
Basic shell... first the target then the assignments. So
tc <blah> 1>/dev/null 2>&1
Eliot, Wireless and Server Administrator, Great Lakes Internet wrote:
>
> Ok, this is a rather large annoyance... How do you redirect the error
> output for TC? It does not seem to use any of the standard file
> descriptors (like STDOUT or STDERR) for error output. I have tried:
>
> tc <blah> 2>&1 1>/dev/null
> tc <blah> 3>&1 2>&1 1>/dev/null
> etc
>
> No matter what I do, I cannot seem to redirect the output. Anyone have
> any suggestions?
> Thanks.
>
> Eliot Gable
> Certified Wireless Network Administrator
> Cisco Certified Network Associate
> CompTIA Security+ Certified
> CompTIA Network+ Certified
> Network and Systems Administrator
> Great Lakes Internet, Inc.
> 112 North Howard
> Croswell, MI 48422
> 810-679-3395
>
>------------------------------------------------------------------------
>
>_______________________________________________
>LARTC mailing list
>LARTC@mailman.ds9a.nl
>http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
>
>
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-10-14 15:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-14 13:56 [LARTC] TC Output Redirection Eliot, Wireless and Server Administrator, Great Lakes Internet
2005-10-14 15:12 ` Andreas Unterkircher
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.