* [ltt-dev] Newibie questions: How to run LTT
@ 2008-12-23 18:12 Bizhan Gholikhamseh (bgholikh)
2008-12-23 18:12 ` Bizhan Gholikhamseh (bgholikh)
` (2 more replies)
0 siblings, 3 replies; 11+ messages in thread
From: Bizhan Gholikhamseh (bgholikh) @ 2008-12-23 18:12 UTC (permalink / raw)
Hi All,
I finally got some patch to apply to the 2.6.11 (Legcy software) to
enable the LTT (older version) on our embedded system.
Reading documentation it say the first thing I need to do is:
mkdir /mnt/relayfs
mount -t relayfs nodev /mnt/redlayfs.
It fails, is there any better documentation on what to do with this
older verison please?
Thanks,
B.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.casi.polymtl.ca/pipermail/lttng-dev/attachments/20081223/dc64e226/attachment-0002.htm>
^ permalink raw reply [flat|nested] 11+ messages in thread* [ltt-dev] Newibie questions: How to run LTT 2008-12-23 18:12 [ltt-dev] Newibie questions: How to run LTT Bizhan Gholikhamseh (bgholikh) @ 2008-12-23 18:12 ` Bizhan Gholikhamseh (bgholikh) 2008-12-23 18:12 ` Bizhan Gholikhamseh (bgholikh) [not found] ` <1E65288790442545B413D69F2A8D27DE04568F41@ERLD164A.ww004.siemens.net> 2 siblings, 0 replies; 11+ messages in thread From: Bizhan Gholikhamseh (bgholikh) @ 2008-12-23 18:12 UTC (permalink / raw) Hi All, I finally got some patch to apply to the 2.6.11 (Legcy software) to enable the LTT (older version) on our embedded system. Reading documentation it say the first thing I need to do is: mkdir /mnt/relayfs mount -t relayfs nodev /mnt/redlayfs. It fails, is there any better documentation on what to do with this older verison please? Thanks, B. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.casi.polymtl.ca/pipermail/lttng-dev/attachments/20081223/dc64e226/attachment-0001.htm> ^ permalink raw reply [flat|nested] 11+ messages in thread
* [ltt-dev] Newibie questions: How to run LTT 2008-12-23 18:12 [ltt-dev] Newibie questions: How to run LTT Bizhan Gholikhamseh (bgholikh) 2008-12-23 18:12 ` Bizhan Gholikhamseh (bgholikh) @ 2008-12-23 18:12 ` Bizhan Gholikhamseh (bgholikh) [not found] ` <1E65288790442545B413D69F2A8D27DE04568F41@ERLD164A.ww004.siemens.net> 2 siblings, 0 replies; 11+ messages in thread From: Bizhan Gholikhamseh (bgholikh) @ 2008-12-23 18:12 UTC (permalink / raw) Hi All, I finally got some patch to apply to the 2.6.11 (Legcy software) to enable the LTT (older version) on our embedded system. Reading documentation it say the first thing I need to do is: mkdir /mnt/relayfs mount -t relayfs nodev /mnt/redlayfs. It fails, is there any better documentation on what to do with this older verison please? Thanks, B. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.casi.polymtl.ca/pipermail/ltt-dev/attachments/20081223/dc64e226/attachment.htm> ^ permalink raw reply [flat|nested] 11+ messages in thread
[parent not found: <1E65288790442545B413D69F2A8D27DE04568F41@ERLD164A.ww004.siemens.net>]
* [ltt-dev] Newibie questions: How to run LTT [not found] ` <1E65288790442545B413D69F2A8D27DE04568F41@ERLD164A.ww004.siemens.net> @ 2008-12-23 18:29 ` Bizhan Gholikhamseh (bgholikh) 2008-12-23 18:37 ` Akyurek, Ali (EXT) 0 siblings, 1 reply; 11+ messages in thread From: Bizhan Gholikhamseh (bgholikh) @ 2008-12-23 18:29 UTC (permalink / raw) HI, Yes, but I get the following error: CTS:>mount -t relayfs nodev /mnt/relayfs mount: Mounting nodev on /mnt/relayfs failed: No such device > -----Original Message----- > From: Akyurek, Ali (EXT) [mailto:ali.akyurek.ext@siemens.com] > Sent: Tuesday, December 23, 2008 10:24 AM > To: Bizhan Gholikhamseh (bgholikh) > Subject: AW: [ltt-dev] Newibie questions: How to run LTT > > Hi, is CONFIG_RELAYFS_FS enabled in kernel configuration? > > ________________________________ > > Von: Bizhan Gholikhamseh (bgholikh) [mailto:bgholikh at cisco.com] > Gesendet: Dienstag, 23. Dezember 2008 19:13 > An: ltt-dev at lists.casi.polymtl.ca > Betreff: [ltt-dev] Newibie questions: How to run LTT > > > > Hi All, > > I finally got some patch to apply to the 2.6.11 (Legcy software) to enable > the LTT (older version) on our embedded system. > > Reading documentation it say the first thing I need to do is: > > mkdir /mnt/relayfs > > mount -t relayfs nodev /mnt/redlayfs. > > > > It fails, is there any better documentation on what to do with this older > verison please? > > > > Thanks, > > B. ^ permalink raw reply [flat|nested] 11+ messages in thread
* [ltt-dev] Newibie questions: How to run LTT 2008-12-23 18:29 ` Bizhan Gholikhamseh (bgholikh) @ 2008-12-23 18:37 ` Akyurek, Ali (EXT) 2008-12-23 18:51 ` Bizhan Gholikhamseh (bgholikh) 0 siblings, 1 reply; 11+ messages in thread From: Akyurek, Ali (EXT) @ 2008-12-23 18:37 UTC (permalink / raw) Hi, Could you please try this one: mount -t relayfs relayfs /mnt/relay -----Urspr?ngliche Nachricht----- Von: Bizhan Gholikhamseh (bgholikh) [mailto:bgholikh at cisco.com] Gesendet: Dienstag, 23. Dezember 2008 19:30 An: Akyurek, Ali (EXT) Cc: ltt-dev at lists.casi.polymtl.ca Betreff: RE: [ltt-dev] Newibie questions: How to run LTT HI, Yes, but I get the following error: CTS:>mount -t relayfs nodev /mnt/relayfs mount: Mounting nodev on /mnt/relayfs failed: No such device > -----Original Message----- > From: Akyurek, Ali (EXT) [mailto:ali.akyurek.ext@siemens.com] > Sent: Tuesday, December 23, 2008 10:24 AM > To: Bizhan Gholikhamseh (bgholikh) > Subject: AW: [ltt-dev] Newibie questions: How to run LTT > > Hi, is CONFIG_RELAYFS_FS enabled in kernel configuration? > > ________________________________ > > Von: Bizhan Gholikhamseh (bgholikh) [mailto:bgholikh at cisco.com] > Gesendet: Dienstag, 23. Dezember 2008 19:13 > An: ltt-dev at lists.casi.polymtl.ca > Betreff: [ltt-dev] Newibie questions: How to run LTT > > > > Hi All, > > I finally got some patch to apply to the 2.6.11 (Legcy software) to enable > the LTT (older version) on our embedded system. > > Reading documentation it say the first thing I need to do is: > > mkdir /mnt/relayfs > > mount -t relayfs nodev /mnt/redlayfs. > > > > It fails, is there any better documentation on what to do with this older > verison please? > > > > Thanks, > > B. ^ permalink raw reply [flat|nested] 11+ messages in thread
* [ltt-dev] Newibie questions: How to run LTT 2008-12-23 18:37 ` Akyurek, Ali (EXT) @ 2008-12-23 18:51 ` Bizhan Gholikhamseh (bgholikh) 2008-12-23 18:55 ` Akyurek, Ali (EXT) 0 siblings, 1 reply; 11+ messages in thread From: Bizhan Gholikhamseh (bgholikh) @ 2008-12-23 18:51 UTC (permalink / raw) HI, Thanks for helping me out, It still fails: CTS:>mount -t relayfs relayfs /mnt/relay mount: Mounting relayfs on /mnt/relay failed: No such device > -----Original Message----- > From: Akyurek, Ali (EXT) [mailto:ali.akyurek.ext@siemens.com] > Sent: Tuesday, December 23, 2008 10:38 AM > To: Bizhan Gholikhamseh (bgholikh) > Cc: ltt-dev at lists.casi.polymtl.ca > Subject: AW: [ltt-dev] Newibie questions: How to run LTT > > > Hi, Could you please try this one: > > mount -t relayfs relayfs /mnt/relay > > > -----Urspr?ngliche Nachricht----- > Von: Bizhan Gholikhamseh (bgholikh) [mailto:bgholikh at cisco.com] > Gesendet: Dienstag, 23. Dezember 2008 19:30 > An: Akyurek, Ali (EXT) > Cc: ltt-dev at lists.casi.polymtl.ca > Betreff: RE: [ltt-dev] Newibie questions: How to run LTT > > HI, > Yes, but I get the following error: > > CTS:>mount -t relayfs nodev /mnt/relayfs > mount: Mounting nodev on /mnt/relayfs failed: No such device > > > > -----Original Message----- > > From: Akyurek, Ali (EXT) [mailto:ali.akyurek.ext@siemens.com] > > Sent: Tuesday, December 23, 2008 10:24 AM > > To: Bizhan Gholikhamseh (bgholikh) > > Subject: AW: [ltt-dev] Newibie questions: How to run LTT > > > > Hi, is CONFIG_RELAYFS_FS enabled in kernel configuration? > > > > ________________________________ > > > > Von: Bizhan Gholikhamseh (bgholikh) [mailto:bgholikh at cisco.com] > > Gesendet: Dienstag, 23. Dezember 2008 19:13 > > An: ltt-dev at lists.casi.polymtl.ca > > Betreff: [ltt-dev] Newibie questions: How to run LTT > > > > > > > > Hi All, > > > > I finally got some patch to apply to the 2.6.11 (Legcy software) to > enable > > the LTT (older version) on our embedded system. > > > > Reading documentation it say the first thing I need to do is: > > > > mkdir /mnt/relayfs > > > > mount -t relayfs nodev /mnt/redlayfs. > > > > > > > > It fails, is there any better documentation on what to do with this > older > > verison please? > > > > > > > > Thanks, > > > > B. ^ permalink raw reply [flat|nested] 11+ messages in thread
* [ltt-dev] Newibie questions: How to run LTT 2008-12-23 18:51 ` Bizhan Gholikhamseh (bgholikh) @ 2008-12-23 18:55 ` Akyurek, Ali (EXT) 2008-12-23 19:04 ` Bizhan Gholikhamseh (bgholikh) 0 siblings, 1 reply; 11+ messages in thread From: Akyurek, Ali (EXT) @ 2008-12-23 18:55 UTC (permalink / raw) Hi, but i don't know anymore to do.:( Is relayfs module or builtin to the kernel? If it is module, are you sure it is loaded succesfully? -----Urspr?ngliche Nachricht----- Von: Bizhan Gholikhamseh (bgholikh) [mailto:bgholikh at cisco.com] Gesendet: Dienstag, 23. Dezember 2008 19:52 An: Akyurek, Ali (EXT) Cc: ltt-dev at lists.casi.polymtl.ca Betreff: RE: [ltt-dev] Newibie questions: How to run LTT HI, Thanks for helping me out, It still fails: CTS:>mount -t relayfs relayfs /mnt/relay mount: Mounting relayfs on /mnt/relay failed: No such device > -----Original Message----- > From: Akyurek, Ali (EXT) [mailto:ali.akyurek.ext@siemens.com] > Sent: Tuesday, December 23, 2008 10:38 AM > To: Bizhan Gholikhamseh (bgholikh) > Cc: ltt-dev at lists.casi.polymtl.ca > Subject: AW: [ltt-dev] Newibie questions: How to run LTT > > > Hi, Could you please try this one: > > mount -t relayfs relayfs /mnt/relay > > > -----Urspr?ngliche Nachricht----- > Von: Bizhan Gholikhamseh (bgholikh) [mailto:bgholikh at cisco.com] > Gesendet: Dienstag, 23. Dezember 2008 19:30 > An: Akyurek, Ali (EXT) > Cc: ltt-dev at lists.casi.polymtl.ca > Betreff: RE: [ltt-dev] Newibie questions: How to run LTT > > HI, > Yes, but I get the following error: > > CTS:>mount -t relayfs nodev /mnt/relayfs > mount: Mounting nodev on /mnt/relayfs failed: No such device > > > > -----Original Message----- > > From: Akyurek, Ali (EXT) [mailto:ali.akyurek.ext@siemens.com] > > Sent: Tuesday, December 23, 2008 10:24 AM > > To: Bizhan Gholikhamseh (bgholikh) > > Subject: AW: [ltt-dev] Newibie questions: How to run LTT > > > > Hi, is CONFIG_RELAYFS_FS enabled in kernel configuration? > > > > ________________________________ > > > > Von: Bizhan Gholikhamseh (bgholikh) [mailto:bgholikh at cisco.com] > > Gesendet: Dienstag, 23. Dezember 2008 19:13 > > An: ltt-dev at lists.casi.polymtl.ca > > Betreff: [ltt-dev] Newibie questions: How to run LTT > > > > > > > > Hi All, > > > > I finally got some patch to apply to the 2.6.11 (Legcy software) to > enable > > the LTT (older version) on our embedded system. > > > > Reading documentation it say the first thing I need to do is: > > > > mkdir /mnt/relayfs > > > > mount -t relayfs nodev /mnt/redlayfs. > > > > > > > > It fails, is there any better documentation on what to do with this > older > > verison please? > > > > > > > > Thanks, > > > > B. ^ permalink raw reply [flat|nested] 11+ messages in thread
* [ltt-dev] Newibie questions: How to run LTT 2008-12-23 18:55 ` Akyurek, Ali (EXT) @ 2008-12-23 19:04 ` Bizhan Gholikhamseh (bgholikh) 2008-12-23 19:11 ` Akyurek, Ali (EXT) 0 siblings, 1 reply; 11+ messages in thread From: Bizhan Gholikhamseh (bgholikh) @ 2008-12-23 19:04 UTC (permalink / raw) HI, It could be related to the "mount" version I am using?? > -----Original Message----- > From: Akyurek, Ali (EXT) [mailto:ali.akyurek.ext@siemens.com] > Sent: Tuesday, December 23, 2008 10:56 AM > To: Bizhan Gholikhamseh (bgholikh) > Cc: ltt-dev at lists.casi.polymtl.ca > Subject: AW: [ltt-dev] Newibie questions: How to run LTT > > Hi, but i don't know anymore to do.:( > > Is relayfs module or builtin to the kernel? > > If it is module, are you sure it is loaded succesfully? > > -----Urspr?ngliche Nachricht----- > Von: Bizhan Gholikhamseh (bgholikh) [mailto:bgholikh at cisco.com] > Gesendet: Dienstag, 23. Dezember 2008 19:52 > An: Akyurek, Ali (EXT) > Cc: ltt-dev at lists.casi.polymtl.ca > Betreff: RE: [ltt-dev] Newibie questions: How to run LTT > > HI, > Thanks for helping me out, It still fails: > > CTS:>mount -t relayfs relayfs /mnt/relay > mount: Mounting relayfs on /mnt/relay failed: No such device > > > > -----Original Message----- > > From: Akyurek, Ali (EXT) [mailto:ali.akyurek.ext@siemens.com] > > Sent: Tuesday, December 23, 2008 10:38 AM > > To: Bizhan Gholikhamseh (bgholikh) > > Cc: ltt-dev at lists.casi.polymtl.ca > > Subject: AW: [ltt-dev] Newibie questions: How to run LTT > > > > > > Hi, Could you please try this one: > > > > mount -t relayfs relayfs /mnt/relay > > > > > > -----Urspr?ngliche Nachricht----- > > Von: Bizhan Gholikhamseh (bgholikh) [mailto:bgholikh at cisco.com] > > Gesendet: Dienstag, 23. Dezember 2008 19:30 > > An: Akyurek, Ali (EXT) > > Cc: ltt-dev at lists.casi.polymtl.ca > > Betreff: RE: [ltt-dev] Newibie questions: How to run LTT > > > > HI, > > Yes, but I get the following error: > > > > CTS:>mount -t relayfs nodev /mnt/relayfs > > mount: Mounting nodev on /mnt/relayfs failed: No such device > > > > > > > -----Original Message----- > > > From: Akyurek, Ali (EXT) [mailto:ali.akyurek.ext@siemens.com] > > > Sent: Tuesday, December 23, 2008 10:24 AM > > > To: Bizhan Gholikhamseh (bgholikh) > > > Subject: AW: [ltt-dev] Newibie questions: How to run LTT > > > > > > Hi, is CONFIG_RELAYFS_FS enabled in kernel configuration? > > > > > > ________________________________ > > > > > > Von: Bizhan Gholikhamseh (bgholikh) [mailto:bgholikh at cisco.com] > > > Gesendet: Dienstag, 23. Dezember 2008 19:13 > > > An: ltt-dev at lists.casi.polymtl.ca > > > Betreff: [ltt-dev] Newibie questions: How to run LTT > > > > > > > > > > > > Hi All, > > > > > > I finally got some patch to apply to the 2.6.11 (Legcy software) to > > enable > > > the LTT (older version) on our embedded system. > > > > > > Reading documentation it say the first thing I need to do is: > > > > > > mkdir /mnt/relayfs > > > > > > mount -t relayfs nodev /mnt/redlayfs. > > > > > > > > > > > > It fails, is there any better documentation on what to do with this > > older > > > verison please? > > > > > > > > > > > > Thanks, > > > > > > B. ^ permalink raw reply [flat|nested] 11+ messages in thread
* [ltt-dev] Newibie questions: How to run LTT 2008-12-23 19:04 ` Bizhan Gholikhamseh (bgholikh) @ 2008-12-23 19:11 ` Akyurek, Ali (EXT) 2008-12-23 19:12 ` Bizhan Gholikhamseh (bgholikh) 0 siblings, 1 reply; 11+ messages in thread From: Akyurek, Ali (EXT) @ 2008-12-23 19:11 UTC (permalink / raw) Hi, I don't think, but then you'd better ask this to relayfs creaters. -----Urspr?ngliche Nachricht----- Von: Bizhan Gholikhamseh (bgholikh) [mailto:bgholikh at cisco.com] Gesendet: Dienstag, 23. Dezember 2008 20:05 An: Akyurek, Ali (EXT) Cc: ltt-dev at lists.casi.polymtl.ca Betreff: RE: [ltt-dev] Newibie questions: How to run LTT HI, It could be related to the "mount" version I am using?? > -----Original Message----- > From: Akyurek, Ali (EXT) [mailto:ali.akyurek.ext@siemens.com] > Sent: Tuesday, December 23, 2008 10:56 AM > To: Bizhan Gholikhamseh (bgholikh) > Cc: ltt-dev at lists.casi.polymtl.ca > Subject: AW: [ltt-dev] Newibie questions: How to run LTT > > Hi, but i don't know anymore to do.:( > > Is relayfs module or builtin to the kernel? > > If it is module, are you sure it is loaded succesfully? > > -----Urspr?ngliche Nachricht----- > Von: Bizhan Gholikhamseh (bgholikh) [mailto:bgholikh at cisco.com] > Gesendet: Dienstag, 23. Dezember 2008 19:52 > An: Akyurek, Ali (EXT) > Cc: ltt-dev at lists.casi.polymtl.ca > Betreff: RE: [ltt-dev] Newibie questions: How to run LTT > > HI, > Thanks for helping me out, It still fails: > > CTS:>mount -t relayfs relayfs /mnt/relay > mount: Mounting relayfs on /mnt/relay failed: No such device > > > > -----Original Message----- > > From: Akyurek, Ali (EXT) [mailto:ali.akyurek.ext@siemens.com] > > Sent: Tuesday, December 23, 2008 10:38 AM > > To: Bizhan Gholikhamseh (bgholikh) > > Cc: ltt-dev at lists.casi.polymtl.ca > > Subject: AW: [ltt-dev] Newibie questions: How to run LTT > > > > > > Hi, Could you please try this one: > > > > mount -t relayfs relayfs /mnt/relay > > > > > > -----Urspr?ngliche Nachricht----- > > Von: Bizhan Gholikhamseh (bgholikh) [mailto:bgholikh at cisco.com] > > Gesendet: Dienstag, 23. Dezember 2008 19:30 > > An: Akyurek, Ali (EXT) > > Cc: ltt-dev at lists.casi.polymtl.ca > > Betreff: RE: [ltt-dev] Newibie questions: How to run LTT > > > > HI, > > Yes, but I get the following error: > > > > CTS:>mount -t relayfs nodev /mnt/relayfs > > mount: Mounting nodev on /mnt/relayfs failed: No such device > > > > > > > -----Original Message----- > > > From: Akyurek, Ali (EXT) [mailto:ali.akyurek.ext@siemens.com] > > > Sent: Tuesday, December 23, 2008 10:24 AM > > > To: Bizhan Gholikhamseh (bgholikh) > > > Subject: AW: [ltt-dev] Newibie questions: How to run LTT > > > > > > Hi, is CONFIG_RELAYFS_FS enabled in kernel configuration? > > > > > > ________________________________ > > > > > > Von: Bizhan Gholikhamseh (bgholikh) [mailto:bgholikh at cisco.com] > > > Gesendet: Dienstag, 23. Dezember 2008 19:13 > > > An: ltt-dev at lists.casi.polymtl.ca > > > Betreff: [ltt-dev] Newibie questions: How to run LTT > > > > > > > > > > > > Hi All, > > > > > > I finally got some patch to apply to the 2.6.11 (Legcy software) to > > enable > > > the LTT (older version) on our embedded system. > > > > > > Reading documentation it say the first thing I need to do is: > > > > > > mkdir /mnt/relayfs > > > > > > mount -t relayfs nodev /mnt/redlayfs. > > > > > > > > > > > > It fails, is there any better documentation on what to do with this > > older > > > verison please? > > > > > > > > > > > > Thanks, > > > > > > B. ^ permalink raw reply [flat|nested] 11+ messages in thread
* [ltt-dev] Newibie questions: How to run LTT 2008-12-23 19:11 ` Akyurek, Ali (EXT) @ 2008-12-23 19:12 ` Bizhan Gholikhamseh (bgholikh) 2008-12-23 19:15 ` Akyurek, Ali (EXT) 0 siblings, 1 reply; 11+ messages in thread From: Bizhan Gholikhamseh (bgholikh) @ 2008-12-23 19:12 UTC (permalink / raw) HI Do you know what is the email address of the relayfs creator? > -----Original Message----- > From: Akyurek, Ali (EXT) [mailto:ali.akyurek.ext@siemens.com] > Sent: Tuesday, December 23, 2008 11:11 AM > To: Bizhan Gholikhamseh (bgholikh) > Cc: ltt-dev at lists.casi.polymtl.ca > Subject: AW: [ltt-dev] Newibie questions: How to run LTT > > > Hi, > I don't think, but then you'd better ask this to relayfs creaters. > > > -----Urspr?ngliche Nachricht----- > Von: Bizhan Gholikhamseh (bgholikh) [mailto:bgholikh at cisco.com] > Gesendet: Dienstag, 23. Dezember 2008 20:05 > An: Akyurek, Ali (EXT) > Cc: ltt-dev at lists.casi.polymtl.ca > Betreff: RE: [ltt-dev] Newibie questions: How to run LTT > > HI, > It could be related to the "mount" version I am using?? > > > > -----Original Message----- > > From: Akyurek, Ali (EXT) [mailto:ali.akyurek.ext@siemens.com] > > Sent: Tuesday, December 23, 2008 10:56 AM > > To: Bizhan Gholikhamseh (bgholikh) > > Cc: ltt-dev at lists.casi.polymtl.ca > > Subject: AW: [ltt-dev] Newibie questions: How to run LTT > > > > Hi, but i don't know anymore to do.:( > > > > Is relayfs module or builtin to the kernel? > > > > If it is module, are you sure it is loaded succesfully? > > > > -----Urspr?ngliche Nachricht----- > > Von: Bizhan Gholikhamseh (bgholikh) [mailto:bgholikh at cisco.com] > > Gesendet: Dienstag, 23. Dezember 2008 19:52 > > An: Akyurek, Ali (EXT) > > Cc: ltt-dev at lists.casi.polymtl.ca > > Betreff: RE: [ltt-dev] Newibie questions: How to run LTT > > > > HI, > > Thanks for helping me out, It still fails: > > > > CTS:>mount -t relayfs relayfs /mnt/relay > > mount: Mounting relayfs on /mnt/relay failed: No such device > > > > > > > -----Original Message----- > > > From: Akyurek, Ali (EXT) [mailto:ali.akyurek.ext@siemens.com] > > > Sent: Tuesday, December 23, 2008 10:38 AM > > > To: Bizhan Gholikhamseh (bgholikh) > > > Cc: ltt-dev at lists.casi.polymtl.ca > > > Subject: AW: [ltt-dev] Newibie questions: How to run LTT > > > > > > > > > Hi, Could you please try this one: > > > > > > mount -t relayfs relayfs /mnt/relay > > > > > > > > > -----Urspr?ngliche Nachricht----- > > > Von: Bizhan Gholikhamseh (bgholikh) [mailto:bgholikh at cisco.com] > > > Gesendet: Dienstag, 23. Dezember 2008 19:30 > > > An: Akyurek, Ali (EXT) > > > Cc: ltt-dev at lists.casi.polymtl.ca > > > Betreff: RE: [ltt-dev] Newibie questions: How to run LTT > > > > > > HI, > > > Yes, but I get the following error: > > > > > > CTS:>mount -t relayfs nodev /mnt/relayfs > > > mount: Mounting nodev on /mnt/relayfs failed: No such device > > > > > > > > > > -----Original Message----- > > > > From: Akyurek, Ali (EXT) [mailto:ali.akyurek.ext@siemens.com] > > > > Sent: Tuesday, December 23, 2008 10:24 AM > > > > To: Bizhan Gholikhamseh (bgholikh) > > > > Subject: AW: [ltt-dev] Newibie questions: How to run LTT > > > > > > > > Hi, is CONFIG_RELAYFS_FS enabled in kernel configuration? > > > > > > > > ________________________________ > > > > > > > > Von: Bizhan Gholikhamseh (bgholikh) [mailto:bgholikh at cisco.com] > > > > Gesendet: Dienstag, 23. Dezember 2008 19:13 > > > > An: ltt-dev at lists.casi.polymtl.ca > > > > Betreff: [ltt-dev] Newibie questions: How to run LTT > > > > > > > > > > > > > > > > Hi All, > > > > > > > > I finally got some patch to apply to the 2.6.11 (Legcy software) to > > > enable > > > > the LTT (older version) on our embedded system. > > > > > > > > Reading documentation it say the first thing I need to do is: > > > > > > > > mkdir /mnt/relayfs > > > > > > > > mount -t relayfs nodev /mnt/redlayfs. > > > > > > > > > > > > > > > > It fails, is there any better documentation on what to do with this > > > older > > > > verison please? > > > > > > > > > > > > > > > > Thanks, > > > > > > > > B. ^ permalink raw reply [flat|nested] 11+ messages in thread
* [ltt-dev] Newibie questions: How to run LTT 2008-12-23 19:12 ` Bizhan Gholikhamseh (bgholikh) @ 2008-12-23 19:15 ` Akyurek, Ali (EXT) 0 siblings, 0 replies; 11+ messages in thread From: Akyurek, Ali (EXT) @ 2008-12-23 19:15 UTC (permalink / raw) Yep, http://relayfs.sourceforge.net/contact.html Good luck. -----Urspr?ngliche Nachricht----- Von: Bizhan Gholikhamseh (bgholikh) [mailto:bgholikh at cisco.com] Gesendet: Dienstag, 23. Dezember 2008 20:13 An: Akyurek, Ali (EXT) Cc: ltt-dev at lists.casi.polymtl.ca Betreff: RE: [ltt-dev] Newibie questions: How to run LTT HI Do you know what is the email address of the relayfs creator? > -----Original Message----- > From: Akyurek, Ali (EXT) [mailto:ali.akyurek.ext@siemens.com] > Sent: Tuesday, December 23, 2008 11:11 AM > To: Bizhan Gholikhamseh (bgholikh) > Cc: ltt-dev at lists.casi.polymtl.ca > Subject: AW: [ltt-dev] Newibie questions: How to run LTT > > > Hi, > I don't think, but then you'd better ask this to relayfs creaters. > > > -----Urspr?ngliche Nachricht----- > Von: Bizhan Gholikhamseh (bgholikh) [mailto:bgholikh at cisco.com] > Gesendet: Dienstag, 23. Dezember 2008 20:05 > An: Akyurek, Ali (EXT) > Cc: ltt-dev at lists.casi.polymtl.ca > Betreff: RE: [ltt-dev] Newibie questions: How to run LTT > > HI, > It could be related to the "mount" version I am using?? > > > > -----Original Message----- > > From: Akyurek, Ali (EXT) [mailto:ali.akyurek.ext@siemens.com] > > Sent: Tuesday, December 23, 2008 10:56 AM > > To: Bizhan Gholikhamseh (bgholikh) > > Cc: ltt-dev at lists.casi.polymtl.ca > > Subject: AW: [ltt-dev] Newibie questions: How to run LTT > > > > Hi, but i don't know anymore to do.:( > > > > Is relayfs module or builtin to the kernel? > > > > If it is module, are you sure it is loaded succesfully? > > > > -----Urspr?ngliche Nachricht----- > > Von: Bizhan Gholikhamseh (bgholikh) [mailto:bgholikh at cisco.com] > > Gesendet: Dienstag, 23. Dezember 2008 19:52 > > An: Akyurek, Ali (EXT) > > Cc: ltt-dev at lists.casi.polymtl.ca > > Betreff: RE: [ltt-dev] Newibie questions: How to run LTT > > > > HI, > > Thanks for helping me out, It still fails: > > > > CTS:>mount -t relayfs relayfs /mnt/relay > > mount: Mounting relayfs on /mnt/relay failed: No such device > > > > > > > -----Original Message----- > > > From: Akyurek, Ali (EXT) [mailto:ali.akyurek.ext@siemens.com] > > > Sent: Tuesday, December 23, 2008 10:38 AM > > > To: Bizhan Gholikhamseh (bgholikh) > > > Cc: ltt-dev at lists.casi.polymtl.ca > > > Subject: AW: [ltt-dev] Newibie questions: How to run LTT > > > > > > > > > Hi, Could you please try this one: > > > > > > mount -t relayfs relayfs /mnt/relay > > > > > > > > > -----Urspr?ngliche Nachricht----- > > > Von: Bizhan Gholikhamseh (bgholikh) [mailto:bgholikh at cisco.com] > > > Gesendet: Dienstag, 23. Dezember 2008 19:30 > > > An: Akyurek, Ali (EXT) > > > Cc: ltt-dev at lists.casi.polymtl.ca > > > Betreff: RE: [ltt-dev] Newibie questions: How to run LTT > > > > > > HI, > > > Yes, but I get the following error: > > > > > > CTS:>mount -t relayfs nodev /mnt/relayfs > > > mount: Mounting nodev on /mnt/relayfs failed: No such device > > > > > > > > > > -----Original Message----- > > > > From: Akyurek, Ali (EXT) [mailto:ali.akyurek.ext@siemens.com] > > > > Sent: Tuesday, December 23, 2008 10:24 AM > > > > To: Bizhan Gholikhamseh (bgholikh) > > > > Subject: AW: [ltt-dev] Newibie questions: How to run LTT > > > > > > > > Hi, is CONFIG_RELAYFS_FS enabled in kernel configuration? > > > > > > > > ________________________________ > > > > > > > > Von: Bizhan Gholikhamseh (bgholikh) [mailto:bgholikh at cisco.com] > > > > Gesendet: Dienstag, 23. Dezember 2008 19:13 > > > > An: ltt-dev at lists.casi.polymtl.ca > > > > Betreff: [ltt-dev] Newibie questions: How to run LTT > > > > > > > > > > > > > > > > Hi All, > > > > > > > > I finally got some patch to apply to the 2.6.11 (Legcy software) to > > > enable > > > > the LTT (older version) on our embedded system. > > > > > > > > Reading documentation it say the first thing I need to do is: > > > > > > > > mkdir /mnt/relayfs > > > > > > > > mount -t relayfs nodev /mnt/redlayfs. > > > > > > > > > > > > > > > > It fails, is there any better documentation on what to do with this > > > older > > > > verison please? > > > > > > > > > > > > > > > > Thanks, > > > > > > > > B. ^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2008-12-23 19:15 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-23 18:12 [ltt-dev] Newibie questions: How to run LTT Bizhan Gholikhamseh (bgholikh)
2008-12-23 18:12 ` Bizhan Gholikhamseh (bgholikh)
2008-12-23 18:12 ` Bizhan Gholikhamseh (bgholikh)
[not found] ` <1E65288790442545B413D69F2A8D27DE04568F41@ERLD164A.ww004.siemens.net>
2008-12-23 18:29 ` Bizhan Gholikhamseh (bgholikh)
2008-12-23 18:37 ` Akyurek, Ali (EXT)
2008-12-23 18:51 ` Bizhan Gholikhamseh (bgholikh)
2008-12-23 18:55 ` Akyurek, Ali (EXT)
2008-12-23 19:04 ` Bizhan Gholikhamseh (bgholikh)
2008-12-23 19:11 ` Akyurek, Ali (EXT)
2008-12-23 19:12 ` Bizhan Gholikhamseh (bgholikh)
2008-12-23 19:15 ` Akyurek, Ali (EXT)
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox