Custom Query (98 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 98)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#112 fixed Creating sliver with 2 VMs on shared vlan "mesoscale-openflow" fails at GATech somebody lnevers@bbn.com
Description

Requesting 2 VMs on the shared VLAN "mesoscale-openflow" results in both nodes in geni_status "failed". Attaching the request RSpec, and below is the geni_error reported:

"geni_error": "Running os dependent initialization script rc.linux\n*** WARNING: could not identify root disk, no swap enabled
Informing Emulab Control that we have rebooted
Checking Testbed reservation status
Cleaning node; removing configuration files
Allocated! pgeni-gpolab-bbn-com/EG-CT-4/gatech-ig2
Setting up for SFS ... 
Setting up Ping of Death
Authenticated IPOD enabled from 143.215.216.132/255.255.255.255
Starting node health monitoring daemon
FATAL: Module i2c_piix4 not found.
FATAL: Module w83781d not found.
Failed running rc.healthd (256)! at /usr/local/etc/emulab/libsetup.pm line 1152, <TD> line 2.
Starting slothd usage detector
Starting testbed update watchdog
Running config scripts
Checking manifest...
Checking Testbed localization configuration ... 
Checking Testbed keys ...
Checking Testbed Blobs configuration ... 
Checking Testbed user accounts configuration ... 
Adding group: pgeni-gpolab-bbn/503
Adding: lnevers/20001/503/1/lnevers//users/lnevers/
updating local home directory
Adding: geniuser/502/503/1/Geni User//users/geniuser/
updating local home directory
Checking Testbed route configuration ... 
/usr/local/etc/emulab/dijkstra: Invalid source argument: source=gatech-ig2
*** WARNING: dijkstra exited with status 256!
*** WARNING: Could not get routes from ddijkstra!
*** /usr/local/etc/emulab/rc/rc.route:
    Could not get router configuration from libsetup!
 Failed running rc.route (256)! at /usr/local/etc/emulab/libsetup.pm line 1152.
Checking Testbed tunnel configuration ... 
Checking Testbed interface configuration ... 
Use of uninitialized value $speed in pattern match (m//) at /usr/local/etc/emulab/liblocsetup.pm line 645.
*** Bad speed units  in ifconfig, default to 100Mbps
Use of uninitialized value $duplex in string eq at /usr/local/etc/emulab/liblocsetup.pm line 678.
Use of uninitialized value $duplex in string eq at /usr/local/etc/emulab/liblocsetup.pm line 681.
Use of uninitialized value $duplex in concatenation (.) or string at /usr/local/etc/emulab/liblocsetup.pm line 685.
*** Bad duplex  in ifconfig, default to full
Cannot set new settings: Operation not supported
  not setting speed
  not setting duplex
  not setting autoneg
/var/emulab/boot/rc.ifc: line 13: /var/emulab/boot/rc.route: No such file or directory
*** /usr/local/etc/emulab/rc/rc.ifconfig:
    Error running /var/emulab/boot/rc.ifc
  Failed running rc.ifconfig (6400)! at /usr/local/etc/emulab/libsetup.pm line 1152.
Using Linux netem instead of custom qdiscs.
Checking Testbed hostnames configuration ... 
Checking Testbed trace configuration ... 
Checking Testbed trafgen configuration ... 
Checking Testbed Tarball configuration ... 
Checking Testbed RPM configuration ... 
Starting linktest daemon
*** ERROR: linktest daemon failed to start. Status: 15
*** /usr/local/etc/emulab/rc/rc.bootsetup:
   Error running /usr/local/etc/emulab/rc/rc.linktest ", 
      "geni_status": "failed"
#81 fixed Credential failure at InstaGENI Utah only for new SSL Certificate somebody lnevers@bbn.com
Description

My user account (lnever1) a GPO PG credential (.pgeni.gpolab.bbn.com) had expired, so I generated a new SSL certificate, downloaded it and used it to setup several slivers (IG GPO, BBN FOAM, I2 FOAM, and NLR FOAM).

But, attempts to set up a sliver at the Utah IG rack fail with the following error:

 Result Summary: Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+IG-EXP-6-exp2 
expires on 2013-01-11 00:00:00 UTC
Asked https://utah.geniracks.net/protogeni/xmlrpc/am/2.0 to reserve resources. 
No manifest Rspec returned. *** verifygenicred: /tmp/1BAnaxg0HZ does not conform 
to schema /usr/testbed/lib/protogeni/security/credential.xsd
#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
    
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Note: See TracQuery for help on using queries.