Hi Gautam,

You don't have to input '%' with ryu-manager.

ryu-manager ~/l2.py

And two lines which continue are output by ryu-manager. IOW, you don't have
to input the lines.

Regards,
Satoshi

2014-12-01 12:57 GMT+09:00 Gautam Pathak <[email protected]>:

> I am getting the following errors:
>
> mininet@mininet-VirtualBox:~$ % ryu-manager ~/l2.py
> bash: fg: %: no such job
> mininet@mininet-VirtualBox:~$ loading app /home/mininet/l2.py
> loading: command not found
> mininet@mininet-VirtualBox:~$ instantiating app /home/mininet/l2.py
> instantiating: command not found
>
> BRs,
> Goutam
>
> On Mon, Dec 1, 2014 at 11:51 AM, Gautam Pathak <[email protected]>
> wrote:
>
>> Hi,
>>
>> I am creating my 1st application(l2.py) using ryu-documentation.
>>
>> from ryu.base import app_manager
>> class L2Switch(app_manager.RyuApp):
>> def __init__(self, *args, **kwargs):
>> super(L2Switch, self).__init__(*args, **kwargs)
>>
>> To run the application:
>> following 3 are not executing.
>>
>> % ryu-manager ~/l2.py
>> loading app /home/mininet/l2.py
>> instantiating app /home/mininet/l2.py
>>
>> please tell me how to run the application.
>>
>>
>>
>> BRs,
>> Goutam
>>
>
>
>
> ------------------------------------------------------------------------------
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & more
> Get technology previously reserved for billion-dollar corporations, FREE
>
> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
> _______________________________________________
> Ryu-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ryu-devel
>
>
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to