[gini] problem of starting server

2009-09-19 Thread Ou Ya Deng
Now I am blocking at starting server from gBuilder. When I clicked starting Server button, putty is poped up. And then window is closed after the following lines Using username "myName". Authenticating with public key "imported-openssh-key" id: cannot find name for group ID 19720 In config->opt

Re: [gini] problem of starting server

2009-09-19 Thread Ou Ya Deng
I performed all steps you mentions. the following are what I get when I use putty direclty. [odeng][lab2-12][~] gserver The server is running on port 1. gserver 1.0> From: Daniel Ng, Mr Sent: Sunday, September 20, 2009 1:01 AM To: Ou Ya Deng

Re: [gini] problem of starting server

2009-09-19 Thread Ou Ya Deng
Thanks Daniel. File ./bashrc was missing on my home directory. (I remembered I created it). After recreating it, everything works. From: gini-boun...@cs.mcgill.ca [gini-boun...@cs.mcgill.ca] On Behalf Of Ou Ya Deng [ou.d...@mail.mcgill.ca] Sent: Sunday

[gini] Demo for assignment 2

2009-10-06 Thread Ou Ya Deng
Hi, What's time for assignment 2's demo? Has it been extended to Wednesday as well? Thanks, Ou Ya ___ gini mailing list gini@cs.mcgill.ca http://mailman.cs.mcgill.ca/mailman/listinfo/gini

[gini] logging level in Gini

2009-10-24 Thread Ou Ya Deng
Hi, I noticed that logging level is set to 1 in gini verbose. How to increase the logging level for example to 2 to get more logs for debugging? Thanks, Ou Ya ___ gini mailing list gini@cs.mcgill.ca http://mailman.cs.mcgill.ca/mailman/listinfo/gini

[gini] Questions in Multicast ASG

2009-12-07 Thread Ou Ya Deng
Can I use hping2 to send a multicast UDP msg? When I tried the command from UML, I always had 'Network is unreachable'. And it seemed that the UDP packet didn't get to grouter at all. I added printout in IPIncomingPacket() funcation within ip.c, but didn't get anything. Could you explain why?