Re: [Ryu-devel] RYU Virtual Machine Image, whireshark couldn't open display

2013-07-07 Thread Isaku Yamahata
Ubuntus doesn't allow root login. sudo -s with ryu works. http://www.openflow.org/wk/index.php/OpenFlow_Tutorial > Important: For this VM image, the user name is 'ryu' with password 'ryu'. The message you gave implies that sudo successed, but wireshark can't find display. I guess you did ssh int

[Ryu-devel] [PATCH 0/3] rpm package cleanup

2013-07-07 Thread Isaku Yamahata
This patch series eliminates warnings encounterd during creating fedora rpm package. Isaku Yamahata (3): MANIFEST.in: fix up to address warning packege: rpmlint warning man: remove man page of ryu client MANIFEST.in|5 ++--- doc/source/conf.py |2 --

[Ryu-devel] [PATCH 3/3] man: remove man page of ryu client

2013-07-07 Thread Isaku Yamahata
ryu-client isn't installed any more as it has been moved to ryu/tests. Signed-off-by: Isaku Yamahata --- doc/source/conf.py|2 -- doc/source/man/ryu_client.rst | 24 2 files changed, 26 deletions(-) delete mode 100644 doc/source/man/ryu_client.rst dif

[Ryu-devel] [PATCH 2/3] packege: rpmlint warning

2013-07-07 Thread Isaku Yamahata
ryu.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/ryu/tests/unit/lib/test_hub.py 0644L /usr/bin/env ryu.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/ryu/lib/hub.py 0644L /usr/bin/env Signed-off-by: Isaku Yamahata --- ryu/lib/hub.py |

[Ryu-devel] [PATCH 1/3] MANIFEST.in: fix up to address warning

2013-07-07 Thread Isaku Yamahata
> warning: manifest_maker: MANIFEST.in, line 4: 'recursive-include' expects >... > warning: no previously-included files matching '*' found under directory > 'doc/build/*/' Signed-off-by: Isaku Yamahata --- MANIFEST.in |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --g

Re: [Ryu-devel] RYU Virtual Machine Image, whireshark couldn't open display

2013-07-07 Thread xiaohang
Hello,Yamahata Thanks for your reply. it is same result without sudo. Do you know the root password about this VM. Thanks! At 2013-07-08 10:26:07,"Isaku Yamahata" wrote: >It seems that DISPLAY environment variable is eliminated by sudo. >Will Running wireshark without sudo success? >Probab

Re: [Ryu-devel] RYU Virtual Machine Image, whireshark couldn't open display

2013-07-07 Thread Isaku Yamahata
It seems that DISPLAY environment variable is eliminated by sudo. Will Running wireshark without sudo success? Probably sudo -E will help. Please refer to man page of sudo for details. On Sun, Jul 07, 2013 at 10:56:37AM +0800, xiaohang wrote: > > Hi all, > > when I start wireshark in the

Re: [Ryu-devel] [PATCH] openstack copyright notice

2013-07-07 Thread FUJITA Tomonori
On Mon, 1 Jul 2013 14:00:44 +0900 YAMAMOTO Takashi wrote: > restore openstack copyright notice for the code taken from them. > > > commit f2c6dfe1066aeecb5fdf2fb1cd5ce6476565fd24 > > Author: FUJITA Tomonori > > Date: Fri Nov 30 15:54:12 2012 +0900 > > > > set setup.py install_requires pr