Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
7b3247b2
Commit
7b3247b2
authored
Jun 28, 2004
by
Leigh B. Stoller
Browse files
Startup linktest agent inside jails.
parent
3d10199f
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/freebsd/jail/rc.injail
View file @
7b3247b2
...
...
@@ -122,6 +122,15 @@ sub doboot()
}
TBDebugTimeStamp
("
rc.injail done running config scripts
");
# Linktest daemon now runs inside jails.
if
(
-
x
"
$RCDIR
/rc.linktest
")
{
print
("
Starting linktest daemon
\n
");
system
("
$RCDIR
/rc.linktest start
");
if
(
$?
)
{
fatal
("
Error running
$RCDIR
/rc.linktest
");
}
}
print
("
Informing the testbed that we are up and running
\n
");
if
(
tmcc
(
TMCCCMD_STATE
,
"
ISUP
")
<
0
)
{
fatal
("
Error sneding ISUP to Emulab Control!
");
...
...
Write
Preview
Supports
Markdown
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