Custom Query (98 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (67 - 69 of 98)

Ticket Resolution Summary Owner Reporter
#66 fixed Custom image creation fails on ops somebody lnevers@bbn.com
Description

While trying to create a custom image on the ops nodes ran into problems. First,

[lnevers@ops ~]$ ./createimage.py -n rawcust -m http://instageni.gpolab.bbn.com/protogeni/xmlrpc/am/2.0 CustomF15 urn:publicid:IDN+instageni.gpolab.bbn.com+sliver+82 --certfile ~/.ssl/emulab.pem 
Traceback (most recent call last):
  File "./createimage.py", line 46, in <module>
    execfile( "test-common.py" )
  File "test-common.py", line 140, in <module>
    cert = M2Crypto.X509.load_cert( CERTIFICATE )
  File "/usr/local/lib/python2.7/site-packages/M2Crypto-0.21.1-py2.7-freebsd-9.0-STABLE-i386.egg/M2Crypto/X509.py", line 609, in load_cert
    bio = BIO.openfile(file)
  File "/usr/local/lib/python2.7/site-packages/M2Crypto-0.21.1-py2.7-freebsd-9.0-STABLE-i386.egg/M2Crypto/BIO.py", line 186, in openfile
    return File(open(filename, mode))
IOError: [Errno 2] No such file or directory: '/users/lnevers/.ssl/encrypted.pem'

Even though a cert-file is specified, the hard-coded one in test-common.py is still being used. So renamed the existing "~/.ssl/emulab.pem" to the expected "~/.ssl/encrypted.pem, but still fails:

[lnevers@ops ~]$ ./createimage.py -n rawcust -m http://instageni.gpolab.bbn.com/protogeni/xmlrpc/am/2.0 CustomF15 urn:publicid:IDN+instageni.gpolab.bbn.com+sliver+84
403 Forbidden
Could not get my credential

What am I missing?

  1. Renamed the existing emulab.pem to the expected encrypted.pem.
  1. Re-executed command:
    [lnevers@ops ~]$ ./createimage.py -n rawcust -m http://instageni.gpolab.bbn.com/protogeni/xmlrpc/am/2.0 CustomF15 urn:publicid:IDN+instageni.gpolab.bbn.com+sliver+82
    403 Forbidden
    Could not get my credential
    
#67 fixed unable to exchange Iperf TCP traffic over GRE tunnel somebody lnevers@bbn.com
Description

Writing ticket to track resolution of problem initially reported to instageni-design.

Slice named IG-CT-3, includes two nodes (1 VM at GPO InstaGENI and 1 VM at Utah InstaGENI). The nodes that were allocated are:

  • VM-2 pc5.utah.geniracks.net port 31034
  • VM-1 pc2.instageni.gpolab.bbn.com port 30522

I have been able to exchange traffic between the two hosts (ping and iperf udp), but iperf TCP does not work, client server connections are established but no traffic is exchanged. This is expected to work according to Rob Ricci.

The following is shown on the client side VM-2 (utah):

[lnevers@VM-2 ~]$ /usr/bin/iperf -c 192.168.4.1 -t 60
------------------------------------------------------------
Client connecting to 192.168.4.1, TCP port 5001
TCP window size: 16.0 KByte (default)
------------------------------------------------------------
[  3] local 192.168.4.2 port 46798 connected with 192.168.4.1 port 5001

The test run never completes. The sliver has been renewed.

#68 fixed Clock wrong on some BBN IG nodes somebody jbs@bbn.com
Description

The clock is wrong on some BBN IG nodes:

[13:36:33] jbs@anubis:/home/jbs
+$ shmux -c "date" {control,boss,ops,foam,flowvisor}.instageni.gpolab.bbn.com bbn-ig-jbs15
                      bbn-ig-jbs15: Wed Dec 19 07:35:07 EST 2012
     foam.instageni.gpolab.bbn.com: Wed Dec 19 13:36:22 EST 2012
     boss.instageni.gpolab.bbn.com: Wed Dec 19 13:36:34 EST 2012
      ops.instageni.gpolab.bbn.com: Wed Dec 19 13:36:34 EST 2012
flowvisor.instageni.gpolab.bbn.com: Wed Dec 19 13:36:22 EST 2012
  control.instageni.gpolab.bbn.com: Wed Dec 19 13:36:35 EST 2012

6 targets processed in 1 second.
Summary: 6 successes

It's a little wrong on the FOAM and FV VMs, and more significantly wrong on my experiment VM.

Note: See TracQuery for help on using queries.