Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
08a1d578
Commit
08a1d578
authored
Sep 08, 2008
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install the protogeni libs to avoid missing library errors.
parent
5684f224
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
8 deletions
+3
-8
GNUmakefile.in
GNUmakefile.in
+2
-2
tbsetup/vnode_setup.in
tbsetup/vnode_setup.in
+1
-6
No files found.
GNUmakefile.in
View file @
08a1d578
#
#
# EMULAB-COPYRIGHT
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
7
University of Utah and the Flux Group.
# Copyright (c) 2000-200
8
University of Utah and the Flux Group.
# All rights reserved.
# All rights reserved.
#
#
# Testbed Makefile
# Testbed Makefile
...
@@ -31,7 +31,7 @@ include Makeconf
...
@@ -31,7 +31,7 @@ include Makeconf
SUBDIRS = lib db assign www @optional_subdirs@ ipod security sensors \
SUBDIRS = lib db assign www @optional_subdirs@ ipod security sensors \
pxe tbsetup account tmcd utils backend tip capture ipod vis \
pxe tbsetup account tmcd utils backend tip capture ipod vis \
sensors os xmlrpc install/newnode_sshkeys mote tools/whol \
sensors os xmlrpc install/newnode_sshkeys mote tools/whol \
tools/svn wiki bugdb collab tools/rmanage
tools/svn wiki bugdb collab tools/rmanage
protogeni/lib
all: all-subdirs
all: all-subdirs
...
...
tbsetup/vnode_setup.in
View file @
08a1d578
...
@@ -62,6 +62,7 @@ use libtestbed;
...
@@ -62,6 +62,7 @@ use libtestbed;
use
libtblog
;
use
libtblog
;
use
Experiment
;
use
Experiment
;
use
Node
;
use
Node
;
use
GeniEmulab
;
# un-taint path
# un-taint path
$ENV
{'
PATH
'}
=
'
/bin:/usr/bin:/usr/local/bin
';
$ENV
{'
PATH
'}
=
'
/bin:/usr/bin:/usr/local/bin
';
...
@@ -148,12 +149,6 @@ if (!defined($experiment)) {
...
@@ -148,12 +149,6 @@ if (!defined($experiment)) {
tbdie
("
Could not locate object for experiment
$pid
/
$eid
");
tbdie
("
Could not locate object for experiment
$pid
/
$eid
");
}
}
# XXX Until ProtoGeni stuff more ready for primetime.
if
(
$experiment
->
HasGeniNodes
())
{
require
GeniEmulab
;
import
GeniEmulab
;
}
#
#
# Verify permission to muck with this experiment. Note that this script
# Verify permission to muck with this experiment. Note that this script
# is run as root from the plab monitor daemon.
# is run as root from the plab monitor daemon.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment