Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
* [ltt-dev] LTT on BeagleBoard
@ 2010-05-15 21:09 Gianluca Valentino
  2010-05-15 21:09 ` Gianluca Valentino
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Gianluca Valentino @ 2010-05-15 21:09 UTC (permalink / raw)



Dear all,

I have patched a BeagleBoard Ubuntu kernel with the ltt patch, and then installed ltt-control and lttv as explained in the manual.

After doing ltt-armall and lttv-gui, I get the LTTV window, and I press on the traffic light icon as explained. 

I enter my root password, which I know is correct since after entering 'su' in a bash shell, I get the prompt for the password, and on entering it I enter the root shell.

However when I press start, I get the error:

"A problem occured when executing the su command: Unknown error 239".

Could some one please help me out?

Regards,

Gianluca
 		 	   		  
_________________________________________________________________
Hotmail: Trusted email with powerful SPAM protection.
https://signup.live.com/signup.aspx?id=60969
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.casi.polymtl.ca/pipermail/lttng-dev/attachments/20100515/97a25574/attachment-0001.htm>


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

* [ltt-dev] LTT on BeagleBoard
  2010-05-15 21:09 [ltt-dev] LTT on BeagleBoard Gianluca Valentino
@ 2010-05-15 21:09 ` Gianluca Valentino
  2010-05-15 21:09 ` Gianluca Valentino
  2010-05-18 14:32 ` Mathieu Desnoyers
  2 siblings, 0 replies; 4+ messages in thread
From: Gianluca Valentino @ 2010-05-15 21:09 UTC (permalink / raw)



Dear all,

I have patched a BeagleBoard Ubuntu kernel with the ltt patch, and then installed ltt-control and lttv as explained in the manual.

After doing ltt-armall and lttv-gui, I get the LTTV window, and I press on the traffic light icon as explained. 

I enter my root password, which I know is correct since after entering 'su' in a bash shell, I get the prompt for the password, and on entering it I enter the root shell.

However when I press start, I get the error:

"A problem occured when executing the su command: Unknown error 239".

Could some one please help me out?

Regards,

Gianluca
 		 	   		  
_________________________________________________________________
Hotmail: Trusted email with powerful SPAM protection.
https://signup.live.com/signup.aspx?id=60969
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.casi.polymtl.ca/pipermail/lttng-dev/attachments/20100515/97a25574/attachment-0002.htm>


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

* [ltt-dev] LTT on BeagleBoard
  2010-05-15 21:09 [ltt-dev] LTT on BeagleBoard Gianluca Valentino
  2010-05-15 21:09 ` Gianluca Valentino
@ 2010-05-15 21:09 ` Gianluca Valentino
  2010-05-18 14:32 ` Mathieu Desnoyers
  2 siblings, 0 replies; 4+ messages in thread
From: Gianluca Valentino @ 2010-05-15 21:09 UTC (permalink / raw)



Dear all,

I have patched a BeagleBoard Ubuntu kernel with the ltt patch, and then installed ltt-control and lttv as explained in the manual.

After doing ltt-armall and lttv-gui, I get the LTTV window, and I press on the traffic light icon as explained. 

I enter my root password, which I know is correct since after entering 'su' in a bash shell, I get the prompt for the password, and on entering it I enter the root shell.

However when I press start, I get the error:

"A problem occured when executing the su command: Unknown error 239".

Could some one please help me out?

Regards,

Gianluca
 		 	   		  
_________________________________________________________________
Hotmail: Trusted email with powerful SPAM protection.
https://signup.live.com/signup.aspx?id=60969
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.casi.polymtl.ca/pipermail/ltt-dev/attachments/20100515/97a25574/attachment.htm>


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

* [ltt-dev] LTT on BeagleBoard
  2010-05-15 21:09 [ltt-dev] LTT on BeagleBoard Gianluca Valentino
  2010-05-15 21:09 ` Gianluca Valentino
  2010-05-15 21:09 ` Gianluca Valentino
@ 2010-05-18 14:32 ` Mathieu Desnoyers
  2 siblings, 0 replies; 4+ messages in thread
From: Mathieu Desnoyers @ 2010-05-18 14:32 UTC (permalink / raw)


* Gianluca Valentino (g_v_valentino at hotmail.com) wrote:
> 
> Dear all,
> 
> I have patched a BeagleBoard Ubuntu kernel with the ltt patch, and then installed ltt-control and lttv as explained in the manual.
> 
> After doing ltt-armall and lttv-gui, I get the LTTV window, and I press on the traffic light icon as explained. 
> 
> I enter my root password, which I know is correct since after entering 'su' in a bash shell, I get the prompt for the password, and on entering it I enter the root shell.
> 
> However when I press start, I get the error:
> 
> "A problem occured when executing the su command: Unknown error 239".
> 
> Could some one please help me out?

Ubuntu has "su" disabled by default. Please see Ubuntu-specific document
about how to enable "su", or use the alternate command line "lttctl" to
start/stop tracing.

Have a look at dmesg to try to solve your zero-sized trace files
problem. It looks like you are not stopping/destroying your trace
session appropriately.

Thanks,

Mathieu

> 
> Regards,
> 
> Gianluca
>  		 	   		  
> _________________________________________________________________
> Hotmail: Trusted email with powerful SPAM protection.
> https://signup.live.com/signup.aspx?id=60969
> _______________________________________________
> ltt-dev mailing list
> ltt-dev at lists.casi.polymtl.ca
> http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev


-- 
Mathieu Desnoyers
Operating System Efficiency R&D Consultant
EfficiOS Inc.
http://www.efficios.com




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

end of thread, other threads:[~2010-05-18 14:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-15 21:09 [ltt-dev] LTT on BeagleBoard Gianluca Valentino
2010-05-15 21:09 ` Gianluca Valentino
2010-05-15 21:09 ` Gianluca Valentino
2010-05-18 14:32 ` Mathieu Desnoyers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox