From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QANh3-0006L9-HP for garchives@archives.gentoo.org; Thu, 14 Apr 2011 14:38:49 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 374CA1C011; Thu, 14 Apr 2011 14:37:07 +0000 (UTC) Received: from qmta12.westchester.pa.mail.comcast.net (qmta12.westchester.pa.mail.comcast.net [76.96.59.227]) by pigeon.gentoo.org (Postfix) with ESMTP id 045571C011 for ; Thu, 14 Apr 2011 14:37:06 +0000 (UTC) Received: from omta04.westchester.pa.mail.comcast.net ([76.96.62.35]) by qmta12.westchester.pa.mail.comcast.net with comcast id XSVD1g0030ldTLk5CSd71f; Thu, 14 Apr 2011 14:37:07 +0000 Received: from ajax.firstbooks ([68.42.185.118]) by omta04.westchester.pa.mail.comcast.net with comcast id XSd61g0162ZhWh83QSd721; Thu, 14 Apr 2011 14:37:07 +0000 Date: Thu, 14 Apr 2011 10:36:49 -0400 From: Frank Peters To: gentoo-amd64@lists.gentoo.org Subject: Re: [gentoo-amd64] tcptraceroute have buffer overflow in ipv6 Message-Id: <20110414103649.7ab49fa9.frank.peters@comcast.net> In-Reply-To: References: <201104141352.11354.paulcol@andor.dropbear.id.au> X-Mailer: Sylpheed 3.1.0 (GTK+ 2.24.3; x86_64-unknown-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@lists.gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: ab2adc52c4cb686fdaef06e0373f84e0 On Thu, 14 Apr 2011 06:18:09 +0200 Benny Pedersen wrote: > > i end with 2 empty files > > would have being usefull if -d have turned stderr over to stdout for debug > > what more can i try now ? > If console redirection is not working, a possible work around is to use the script command. This will capture everything that is sent to the console, either via the keyboard or STDOUT/STDERR. script /path/to/output/file command 1 command 2 ... exit See the man page for script. Frank Peters