SeattleTestbed / dist

ARCHIVAL: SeattleTestbed's old installer build tool and files
MIT License
0 stars 3 forks source link

Seattle installer fails if base dir is not named "seattle" #152

Open aaaaalbert opened 9 years ago

aaaaalbert commented 9 years ago
[poly_seattlenatforwarder@pli1-pa-1 ~]$ ./tcprelay/install.sh       
Traceback (most recent call last):
  File "seattleinstaller.py", line 40, in <module>
    import createnodekeys
  File "/home/poly_seattlenatforwarder/tcprelay/seattle_repy/createnodekeys.py", line 15, in <module>
    add_dy_support(_context)
  File "/home/poly_seattlenatforwarder/tcprelay/seattle_repy/repyportability.py", line 249, in add_dy_support
    init_dylink(_context,{})
NameError: global name 'init_dylink' is not defined
[poly_seattlenatforwarder@pli1-pa-1 ~]$ mv tcprelay seattle
[poly_seattlenatforwarder@pli1-pa-1 ~]$ ./seattle/install.sh 
System benchmark starting...
Benchmark complete and vessels created!
Preparing Seattle to run automatically at startup...
Attempting to add an entry to the crontab...
Seattle is setup to run at startup!
Generating the Node Manager RSA keys.  This may take a few minutes...
Keys generated!
Starting seattle...
seattle has been started: Mon Apr 20 11:58:55 UTC 2015
seattle has been installed!
To learn more about useful, optional scripts related to running seattle, see the README file.
[poly_seattlenatforwarder@pli1-pa-1 ~]$