All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Warning: HOME environment variable not set.
       [not found] <CAM5kDqw2R5+xy9t+sjet_PWt2+2fPh5ijbkKB_15NUJQUoKU5Q@mail.gmail.com>
@ 2015-03-18 16:31 ` Chidhu R
       [not found] ` <CAL1ZhOM+RTpz2iiqYEM2RHTCK+PxBAXk54q8ykmnsac0-w4WoA@mail.gmail.com>
  1 sibling, 0 replies; 9+ messages in thread
From: Chidhu R @ 2015-03-18 16:31 UTC (permalink / raw)
  To: Anand Neeli; +Cc: lttng-dev


[-- Attachment #1.1: Type: text/plain, Size: 1100 bytes --]

I too am getting the same errors. Inspite of setting LTTNG_HOME in my
program.

On Tue, Mar 17, 2015 at 2:18 PM, Anand Neeli <anand.neeli@gmail.com> wrote:

> Hi All,
>
> any idea when do we get this error?
>
> app: libust[4745/4745]: Warning: HOME environment variable not set.
> Disabling LTTng-UST per-user tracing. (in setup_local_apps() at
> lttng-ust-comm.c:385)
> app: libust[4751/4751]: Warning: HOME environment variable not set.
> Disabling LTTng-UST per-user tracing. (in setup_local_apps() at
> lttng-ust-comm.c:385)
> app: libust[4760/4760]: Warning: HOME environment variable not set.
> Disabling LTTng-UST per-user tracing. (in setup_local_apps() at
> lttng-ust-comm.c:385)
> app: libust[4780/4780]: Warning: HOME environment variable not set.
> Disabling LTTng-UST per-user tracing. (in setup_local_apps() at
> lttng-ust-comm.c:385)
>
> i have set LTTNG_HOME=HOME=/home/root
> using 2.6
>
> Thanks,
> Anand Neeli
>
>
> _______________________________________________
> lttng-dev mailing list
> lttng-dev@lists.lttng.org
> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
>
>

[-- Attachment #1.2: Type: text/html, Size: 1699 bytes --]

[-- Attachment #2: Type: text/plain, Size: 155 bytes --]

_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Warning: HOME environment variable not set.
       [not found] ` <CAL1ZhOM+RTpz2iiqYEM2RHTCK+PxBAXk54q8ykmnsac0-w4WoA@mail.gmail.com>
@ 2015-03-23 11:47   ` Anand Neeli
       [not found]   ` <CAM5kDqxMTOj0TqZQjT0i+0MHmPxfvPUocgV0_erw4_7+pBtSDA@mail.gmail.com>
  1 sibling, 0 replies; 9+ messages in thread
From: Anand Neeli @ 2015-03-23 11:47 UTC (permalink / raw)
  To: Chidhu R; +Cc: lttng-dev


[-- Attachment #1.1: Type: text/plain, Size: 1326 bytes --]

Hi All,
I'm sorry to bump on this thread again.

Is there any way to overcome this issue?

Thanks,
Anand Neeli

On Wed, Mar 18, 2015 at 10:01 PM, Chidhu R <chid1989@gmail.com> wrote:

> I too am getting the same errors. Inspite of setting LTTNG_HOME in my
> program.
>
> On Tue, Mar 17, 2015 at 2:18 PM, Anand Neeli <anand.neeli@gmail.com>
> wrote:
>
>> Hi All,
>>
>> any idea when do we get this error?
>>
>> app: libust[4745/4745]: Warning: HOME environment variable not set.
>> Disabling LTTng-UST per-user tracing. (in setup_local_apps() at
>> lttng-ust-comm.c:385)
>> app: libust[4751/4751]: Warning: HOME environment variable not set.
>> Disabling LTTng-UST per-user tracing. (in setup_local_apps() at
>> lttng-ust-comm.c:385)
>> app: libust[4760/4760]: Warning: HOME environment variable not set.
>> Disabling LTTng-UST per-user tracing. (in setup_local_apps() at
>> lttng-ust-comm.c:385)
>> app: libust[4780/4780]: Warning: HOME environment variable not set.
>> Disabling LTTng-UST per-user tracing. (in setup_local_apps() at
>> lttng-ust-comm.c:385)
>>
>> i have set LTTNG_HOME=HOME=/home/root
>> using 2.6
>>
>> Thanks,
>> Anand Neeli
>>
>>
>> _______________________________________________
>> lttng-dev mailing list
>> lttng-dev@lists.lttng.org
>> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
>>
>>
>

[-- Attachment #1.2: Type: text/html, Size: 2330 bytes --]

[-- Attachment #2: Type: text/plain, Size: 155 bytes --]

_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Warning: HOME environment variable not set.
       [not found]   ` <CAM5kDqxMTOj0TqZQjT0i+0MHmPxfvPUocgV0_erw4_7+pBtSDA@mail.gmail.com>
@ 2015-03-23 13:36     ` Mathieu Desnoyers
       [not found]     ` <218306271.74676.1427117803698.JavaMail.zimbra@efficios.com>
  1 sibling, 0 replies; 9+ messages in thread
From: Mathieu Desnoyers @ 2015-03-23 13:36 UTC (permalink / raw)
  To: Anand Neeli; +Cc: lttng-dev


[-- Attachment #1.1: Type: text/plain, Size: 2010 bytes --]

Perhaps your program is clearing its environment 
variables ? Or launched by a wrapper that clears 
the env. var. ? 

Can you try with a simple demo program to find our 
what is clearing those ? 

Thanks, 

Mathieu 

----- Original Message -----

> Hi All,
> I'm sorry to bump on this thread again.

> Is there any way to overcome this issue?

> Thanks,
> Anand Neeli

> On Wed, Mar 18, 2015 at 10:01 PM, Chidhu R < chid1989@gmail.com > wrote:

> > I too am getting the same errors. Inspite of setting LTTNG_HOME in my
> > program.
> 

> > On Tue, Mar 17, 2015 at 2:18 PM, Anand Neeli < anand.neeli@gmail.com >
> > wrote:
> 

> > > Hi All,
> > 
> 

> > > any idea when do we get this error?
> > 
> 

> > > app: libust[4745/4745]: Warning: HOME environment variable not set.
> > > Disabling
> > > LTTng-UST per-user tracing. (in setup_local_apps() at
> > > lttng-ust-comm.c:385)
> > 
> 
> > > app: libust[4751/4751]: Warning: HOME environment variable not set.
> > > Disabling
> > > LTTng-UST per-user tracing. (in setup_local_apps() at
> > > lttng-ust-comm.c:385)
> > 
> 
> > > app: libust[4760/4760]: Warning: HOME environment variable not set.
> > > Disabling
> > > LTTng-UST per-user tracing. (in setup_local_apps() at
> > > lttng-ust-comm.c:385)
> > 
> 
> > > app: libust[4780/4780]: Warning: HOME environment variable not set.
> > > Disabling
> > > LTTng-UST per-user tracing. (in setup_local_apps() at
> > > lttng-ust-comm.c:385)
> > 
> 

> > > i have set LTTNG_HOME=HOME=/home/root
> > 
> 
> > > using 2.6
> > 
> 

> > > Thanks,
> > 
> 
> > > Anand Neeli
> > 
> 

> > > _______________________________________________
> > 
> 
> > > lttng-dev mailing list
> > 
> 
> > > lttng-dev@lists.lttng.org
> > 
> 
> > > http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
> > 
> 

> _______________________________________________
> lttng-dev mailing list
> lttng-dev@lists.lttng.org
> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

-- 
Mathieu Desnoyers 
EfficiOS Inc. 
http://www.efficios.com 

[-- Attachment #1.2: Type: text/html, Size: 3418 bytes --]

[-- Attachment #2: Type: text/plain, Size: 155 bytes --]

_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Warning: HOME environment variable not set.
       [not found]     ` <218306271.74676.1427117803698.JavaMail.zimbra@efficios.com>
@ 2015-03-23 20:01       ` Anand Neeli
  2015-04-10 23:12       ` Anand Neeli
                         ` (2 subsequent siblings)
  3 siblings, 0 replies; 9+ messages in thread
From: Anand Neeli @ 2015-03-23 20:01 UTC (permalink / raw)
  To: Mathieu Desnoyers; +Cc: lttng-dev


[-- Attachment #1.1: Type: text/plain, Size: 2065 bytes --]

Thanks a lot, that helped.
Yes my process was resetting env variables.

-Anand Neeli

On Mon, Mar 23, 2015 at 7:06 PM, Mathieu Desnoyers <
mathieu.desnoyers@efficios.com> wrote:

> Perhaps your program is clearing its environment
> variables ? Or launched by a wrapper that clears
> the env. var. ?
>
> Can you try with a simple demo program to find our
> what is clearing those ?
>
> Thanks,
>
> Mathieu
>
>
> ------------------------------
>
> Hi All,
> I'm sorry to bump on this thread again.
>
> Is there any way to overcome this issue?
>
> Thanks,
> Anand Neeli
>
> On Wed, Mar 18, 2015 at 10:01 PM, Chidhu R <chid1989@gmail.com> wrote:
>
>> I too am getting the same errors. Inspite of setting LTTNG_HOME in my
>> program.
>>
>> On Tue, Mar 17, 2015 at 2:18 PM, Anand Neeli <anand.neeli@gmail.com>
>> wrote:
>>
>>> Hi All,
>>>
>>> any idea when do we get this error?
>>>
>>> app: libust[4745/4745]: Warning: HOME environment variable not set.
>>> Disabling LTTng-UST per-user tracing. (in setup_local_apps() at
>>> lttng-ust-comm.c:385)
>>> app: libust[4751/4751]: Warning: HOME environment variable not set.
>>> Disabling LTTng-UST per-user tracing. (in setup_local_apps() at
>>> lttng-ust-comm.c:385)
>>> app: libust[4760/4760]: Warning: HOME environment variable not set.
>>> Disabling LTTng-UST per-user tracing. (in setup_local_apps() at
>>> lttng-ust-comm.c:385)
>>> app: libust[4780/4780]: Warning: HOME environment variable not set.
>>> Disabling LTTng-UST per-user tracing. (in setup_local_apps() at
>>> lttng-ust-comm.c:385)
>>>
>>> i have set LTTNG_HOME=HOME=/home/root
>>> using 2.6
>>>
>>> Thanks,
>>> Anand Neeli
>>>
>>>
>>> _______________________________________________
>>> lttng-dev mailing list
>>> lttng-dev@lists.lttng.org
>>> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
>>>
>>>
>>
>
> _______________________________________________
> lttng-dev mailing list
> lttng-dev@lists.lttng.org
> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
>
>
>
>
> --
> Mathieu Desnoyers
> EfficiOS Inc.
> http://www.efficios.com
>

[-- Attachment #1.2: Type: text/html, Size: 4173 bytes --]

[-- Attachment #2: Type: text/plain, Size: 155 bytes --]

_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Warning: HOME environment variable not set.
       [not found]     ` <218306271.74676.1427117803698.JavaMail.zimbra@efficios.com>
  2015-03-23 20:01       ` Anand Neeli
@ 2015-04-10 23:12       ` Anand Neeli
  2015-04-10 23:57       ` Philippe Proulx
       [not found]       ` <CAB4xu_2F1QF=_iO-_jHj_YszLNq=ia1sPrchHP9aBBbmot5ADw@mail.gmail.com>
  3 siblings, 0 replies; 9+ messages in thread
From: Anand Neeli @ 2015-04-10 23:12 UTC (permalink / raw)
  To: Mathieu Desnoyers; +Cc: lttng-dev


[-- Attachment #1.1: Type: text/plain, Size: 2127 bytes --]

What will be the effect of HOME env var not being set?
cant the app log without this env var? or can we ignore this warning?

Thanks,
Anand Neeli


On Mon, Mar 23, 2015 at 7:06 PM, Mathieu Desnoyers <
mathieu.desnoyers@efficios.com> wrote:

> Perhaps your program is clearing its environment
> variables ? Or launched by a wrapper that clears
> the env. var. ?
>
> Can you try with a simple demo program to find our
> what is clearing those ?
>
> Thanks,
>
> Mathieu
>
>
> ------------------------------
>
> Hi All,
> I'm sorry to bump on this thread again.
>
> Is there any way to overcome this issue?
>
> Thanks,
> Anand Neeli
>
> On Wed, Mar 18, 2015 at 10:01 PM, Chidhu R <chid1989@gmail.com> wrote:
>
>> I too am getting the same errors. Inspite of setting LTTNG_HOME in my
>> program.
>>
>> On Tue, Mar 17, 2015 at 2:18 PM, Anand Neeli <anand.neeli@gmail.com>
>> wrote:
>>
>>> Hi All,
>>>
>>> any idea when do we get this error?
>>>
>>> app: libust[4745/4745]: Warning: HOME environment variable not set.
>>> Disabling LTTng-UST per-user tracing. (in setup_local_apps() at
>>> lttng-ust-comm.c:385)
>>> app: libust[4751/4751]: Warning: HOME environment variable not set.
>>> Disabling LTTng-UST per-user tracing. (in setup_local_apps() at
>>> lttng-ust-comm.c:385)
>>> app: libust[4760/4760]: Warning: HOME environment variable not set.
>>> Disabling LTTng-UST per-user tracing. (in setup_local_apps() at
>>> lttng-ust-comm.c:385)
>>> app: libust[4780/4780]: Warning: HOME environment variable not set.
>>> Disabling LTTng-UST per-user tracing. (in setup_local_apps() at
>>> lttng-ust-comm.c:385)
>>>
>>> i have set LTTNG_HOME=HOME=/home/root
>>> using 2.6
>>>
>>> Thanks,
>>> Anand Neeli
>>>
>>>
>>> _______________________________________________
>>> lttng-dev mailing list
>>> lttng-dev@lists.lttng.org
>>> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
>>>
>>>
>>
>
> _______________________________________________
> lttng-dev mailing list
> lttng-dev@lists.lttng.org
> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
>
>
>
>
> --
> Mathieu Desnoyers
> EfficiOS Inc.
> http://www.efficios.com
>

[-- Attachment #1.2: Type: text/html, Size: 4259 bytes --]

[-- Attachment #2: Type: text/plain, Size: 155 bytes --]

_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Warning: HOME environment variable not set.
       [not found]     ` <218306271.74676.1427117803698.JavaMail.zimbra@efficios.com>
  2015-03-23 20:01       ` Anand Neeli
  2015-04-10 23:12       ` Anand Neeli
@ 2015-04-10 23:57       ` Philippe Proulx
       [not found]       ` <CAB4xu_2F1QF=_iO-_jHj_YszLNq=ia1sPrchHP9aBBbmot5ADw@mail.gmail.com>
  3 siblings, 0 replies; 9+ messages in thread
From: Philippe Proulx @ 2015-04-10 23:57 UTC (permalink / raw)
  To: Mathieu Desnoyers; +Cc: Anand Neeli, lttng-dev

On Mon, Mar 23, 2015 at 9:36 AM, Mathieu Desnoyers
<mathieu.desnoyers@efficios.com> wrote:
> Perhaps your program is clearing its environment
> variables ? Or launched by a wrapper that clears
> the env. var. ?

Perhaps LTTng-UST should do like LTTng-tools: try $LTTNG_HOME, then
$HOME, then the current UID's entry in /etc/passwd? This would avoid
disabling per-user tracing even when the environment variables are cleared.

WDYT?

Phil

>
> Can you try with a simple demo program to find our
> what is clearing those ?
>
> Thanks,
>
> Mathieu
>
>
> ________________________________
>
> Hi All,
> I'm sorry to bump on this thread again.
>
> Is there any way to overcome this issue?
>
> Thanks,
> Anand Neeli
>
> On Wed, Mar 18, 2015 at 10:01 PM, Chidhu R <chid1989@gmail.com> wrote:
>>
>> I too am getting the same errors. Inspite of setting LTTNG_HOME in my
>> program.
>>
>> On Tue, Mar 17, 2015 at 2:18 PM, Anand Neeli <anand.neeli@gmail.com>
>> wrote:
>>>
>>> Hi All,
>>>
>>> any idea when do we get this error?
>>>
>>> app: libust[4745/4745]: Warning: HOME environment variable not set.
>>> Disabling LTTng-UST per-user tracing. (in setup_local_apps() at
>>> lttng-ust-comm.c:385)
>>> app: libust[4751/4751]: Warning: HOME environment variable not set.
>>> Disabling LTTng-UST per-user tracing. (in setup_local_apps() at
>>> lttng-ust-comm.c:385)
>>> app: libust[4760/4760]: Warning: HOME environment variable not set.
>>> Disabling LTTng-UST per-user tracing. (in setup_local_apps() at
>>> lttng-ust-comm.c:385)
>>> app: libust[4780/4780]: Warning: HOME environment variable not set.
>>> Disabling LTTng-UST per-user tracing. (in setup_local_apps() at
>>> lttng-ust-comm.c:385)
>>>
>>> i have set LTTNG_HOME=HOME=/home/root
>>> using 2.6
>>>
>>> Thanks,
>>> Anand Neeli
>>>
>>>
>>> _______________________________________________
>>> lttng-dev mailing list
>>> lttng-dev@lists.lttng.org
>>> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
>>>
>>
>
>
> _______________________________________________
> lttng-dev mailing list
> lttng-dev@lists.lttng.org
> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
>
>
>
>
> --
> Mathieu Desnoyers
> EfficiOS Inc.
> http://www.efficios.com
>
> _______________________________________________
> lttng-dev mailing list
> lttng-dev@lists.lttng.org
> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
>

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Warning: HOME environment variable not set.
       [not found]       ` <CAB4xu_2F1QF=_iO-_jHj_YszLNq=ia1sPrchHP9aBBbmot5ADw@mail.gmail.com>
@ 2015-04-11  0:31         ` Anand Neeli
  0 siblings, 0 replies; 9+ messages in thread
From: Anand Neeli @ 2015-04-11  0:31 UTC (permalink / raw)
  To: Philippe Proulx; +Cc: lttng-dev


[-- Attachment #1.1: Type: text/plain, Size: 2771 bytes --]

What's the impact of this?
What will happen if we see this error "disabling per-user tracing".
Will the app stop tracing?

Thanks
Anand Neeli
On Apr 11, 2015 5:27 AM, "Philippe Proulx" <eeppeliteloop@gmail.com> wrote:

> On Mon, Mar 23, 2015 at 9:36 AM, Mathieu Desnoyers
> <mathieu.desnoyers@efficios.com> wrote:
> > Perhaps your program is clearing its environment
> > variables ? Or launched by a wrapper that clears
> > the env. var. ?
>
> Perhaps LTTng-UST should do like LTTng-tools: try $LTTNG_HOME, then
> $HOME, then the current UID's entry in /etc/passwd? This would avoid
> disabling per-user tracing even when the environment variables are cleared.
>
> WDYT?
>
> Phil
>
> >
> > Can you try with a simple demo program to find our
> > what is clearing those ?
> >
> > Thanks,
> >
> > Mathieu
> >
> >
> > ________________________________
> >
> > Hi All,
> > I'm sorry to bump on this thread again.
> >
> > Is there any way to overcome this issue?
> >
> > Thanks,
> > Anand Neeli
> >
> > On Wed, Mar 18, 2015 at 10:01 PM, Chidhu R <chid1989@gmail.com> wrote:
> >>
> >> I too am getting the same errors. Inspite of setting LTTNG_HOME in my
> >> program.
> >>
> >> On Tue, Mar 17, 2015 at 2:18 PM, Anand Neeli <anand.neeli@gmail.com>
> >> wrote:
> >>>
> >>> Hi All,
> >>>
> >>> any idea when do we get this error?
> >>>
> >>> app: libust[4745/4745]: Warning: HOME environment variable not set.
> >>> Disabling LTTng-UST per-user tracing. (in setup_local_apps() at
> >>> lttng-ust-comm.c:385)
> >>> app: libust[4751/4751]: Warning: HOME environment variable not set.
> >>> Disabling LTTng-UST per-user tracing. (in setup_local_apps() at
> >>> lttng-ust-comm.c:385)
> >>> app: libust[4760/4760]: Warning: HOME environment variable not set.
> >>> Disabling LTTng-UST per-user tracing. (in setup_local_apps() at
> >>> lttng-ust-comm.c:385)
> >>> app: libust[4780/4780]: Warning: HOME environment variable not set.
> >>> Disabling LTTng-UST per-user tracing. (in setup_local_apps() at
> >>> lttng-ust-comm.c:385)
> >>>
> >>> i have set LTTNG_HOME=HOME=/home/root
> >>> using 2.6
> >>>
> >>> Thanks,
> >>> Anand Neeli
> >>>
> >>>
> >>> _______________________________________________
> >>> lttng-dev mailing list
> >>> lttng-dev@lists.lttng.org
> >>> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
> >>>
> >>
> >
> >
> > _______________________________________________
> > lttng-dev mailing list
> > lttng-dev@lists.lttng.org
> > http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
> >
> >
> >
> >
> > --
> > Mathieu Desnoyers
> > EfficiOS Inc.
> > http://www.efficios.com
> >
> > _______________________________________________
> > lttng-dev mailing list
> > lttng-dev@lists.lttng.org
> > http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
> >
>

[-- Attachment #1.2: Type: text/html, Size: 4401 bytes --]

[-- Attachment #2: Type: text/plain, Size: 155 bytes --]

_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Warning: HOME environment variable not set.
@ 2015-03-17 21:18 Anand Neeli
  0 siblings, 0 replies; 9+ messages in thread
From: Anand Neeli @ 2015-03-17 21:18 UTC (permalink / raw)
  To: lttng-dev


[-- Attachment #1.1: Type: text/plain, Size: 732 bytes --]

Hi All,

any idea when do we get this error?

app: libust[4745/4745]: Warning: HOME environment variable not set.
Disabling LTTng-UST per-user tracing. (in setup_local_apps() at
lttng-ust-comm.c:385)
app: libust[4751/4751]: Warning: HOME environment variable not set.
Disabling LTTng-UST per-user tracing. (in setup_local_apps() at
lttng-ust-comm.c:385)
app: libust[4760/4760]: Warning: HOME environment variable not set.
Disabling LTTng-UST per-user tracing. (in setup_local_apps() at
lttng-ust-comm.c:385)
app: libust[4780/4780]: Warning: HOME environment variable not set.
Disabling LTTng-UST per-user tracing. (in setup_local_apps() at
lttng-ust-comm.c:385)

i have set LTTNG_HOME=HOME=/home/root
using 2.6

Thanks,
Anand Neeli

[-- Attachment #1.2: Type: text/html, Size: 926 bytes --]

[-- Attachment #2: Type: text/plain, Size: 155 bytes --]

_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Warning: HOME environment variable not set
@ 2015-02-10  6:55 Anand Neeli
  0 siblings, 0 replies; 9+ messages in thread
From: Anand Neeli @ 2015-02-10  6:55 UTC (permalink / raw)
  To: lttng-dev


[-- Attachment #1.1: Type: text/plain, Size: 841 bytes --]

Hi All,
I get the following warning in my app.
App has included lttng libraries, but doesnt have any instrumented code
with trace points.

Can anyone tell me the issue here?
i'm using 2.4.1 version

app: libust[2628/2628]: Warning: HOME environment variable not set.
Disabling LTTng-UST per-user tracing. (in setup_local_apps() at
lttng-ust-comm.c:305)

app: libust[2634/2634]: Warning: HOME environment variable not set.
Disabling LTTng-UST per-user tracing. (in setup_local_apps() at
lttng-ust-comm.c:305)

app: libust[2636/2636]: Warning: HOME environment variable not set.
Disabling LTTng-UST per-user tracing. (in setup_local_apps() at
lttng-ust-comm.c:305)

app: libust[2638/2638]: Warning: HOME environment variable not set.
Disabling LTTng-UST per-user tracing. (in setup_local_apps() at
lttng-ust-comm.c:305)


Thanks,

Anand Neeli

[-- Attachment #1.2: Type: text/html, Size: 1070 bytes --]

[-- Attachment #2: Type: text/plain, Size: 155 bytes --]

_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-04-11  0:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CAM5kDqw2R5+xy9t+sjet_PWt2+2fPh5ijbkKB_15NUJQUoKU5Q@mail.gmail.com>
2015-03-18 16:31 ` Warning: HOME environment variable not set Chidhu R
     [not found] ` <CAL1ZhOM+RTpz2iiqYEM2RHTCK+PxBAXk54q8ykmnsac0-w4WoA@mail.gmail.com>
2015-03-23 11:47   ` Anand Neeli
     [not found]   ` <CAM5kDqxMTOj0TqZQjT0i+0MHmPxfvPUocgV0_erw4_7+pBtSDA@mail.gmail.com>
2015-03-23 13:36     ` Mathieu Desnoyers
     [not found]     ` <218306271.74676.1427117803698.JavaMail.zimbra@efficios.com>
2015-03-23 20:01       ` Anand Neeli
2015-04-10 23:12       ` Anand Neeli
2015-04-10 23:57       ` Philippe Proulx
     [not found]       ` <CAB4xu_2F1QF=_iO-_jHj_YszLNq=ia1sPrchHP9aBBbmot5ADw@mail.gmail.com>
2015-04-11  0:31         ` Anand Neeli
2015-03-17 21:18 Anand Neeli
  -- strict thread matches above, loose matches on Subject: below --
2015-02-10  6:55 Anand Neeli

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.