Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
From: compudj@krystal.dyndns.org (Mathieu Desnoyers)
Subject: [ltt-dev] LTT Userspace problems
Date: Thu, 28 Jan 2010 12:37:56 -0500	[thread overview]
Message-ID: <20100128173756.GA2720@Krystal> (raw)
In-Reply-To: <1264692767.4b61ae1fc38da@www.imp.polymtl.ca>

* Douglas Santos (douglas.santos at polymtl.ca) wrote:
> Quoting Mathieu Desnoyers <compudj at krystal.dyndns.org>:
> > It should clearly be created automatically by UST.
> 
> here you are

It looks like there was already a pending commit to fix this. Thanks for
the patch anyway, it's very appreciated.

Mathieu

> 
> --- usttrace.orig	2009-11-13 14:35:47.000000000 -0500
> +++ usttrace	2010-01-28 10:24:20.000000000 -0500
> @@ -78,6 +78,18 @@
>  OUTDIR="$BASE_TRACE_DIR/$DATESTRING"
>  mkdir -p "$OUTDIR"
> 
> +# create socks directory
> +SOCKSDIR=/tmp/socks
> +if [ ! -d $SOCKSDIR ]
> +then
> +	echo "Creating $SOCKSDIR"
> +	mkdir -p "$SOCKSDIR"
> + 	if [ $? -ne 0 ]
> +	then
> +		exit 1
> +	fi
> +fi
> +
>  # Choose socket path
>  SOCKPATH="/tmp/ust-sock-$$"
> 
> 

-- 
Mathieu Desnoyers
OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F  BA06 3F25 A8FE 3BAE 9A68




  reply	other threads:[~2010-01-28 17:37 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-25 15:12 Naren
2010-01-25 15:12 ` Naren
2010-01-25 15:12 ` Naren
2010-01-25 15:30 ` Mathieu Desnoyers
2010-01-27 17:43   ` Pierre-Marc Fournier
2010-01-27 21:55     ` Naren
2010-01-27 21:55       ` Naren
2010-01-27 21:55       ` Naren
2010-01-27 22:16       ` Douglas Santos
2010-01-27 22:43         ` Naren
2010-01-27 22:43           ` Naren
2010-01-27 22:43           ` Naren
2010-01-28 13:59           ` Mathieu Desnoyers
2010-01-28 15:32             ` Douglas Santos
2010-01-28 17:37               ` Mathieu Desnoyers [this message]
2010-01-28 17:39               ` Pierre-Marc Fournier
2010-01-28 17:35       ` Pierre-Marc Fournier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100128173756.GA2720@Krystal \
    --to=compudj@krystal.dyndns.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox