Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
2f32844d
Commit
2f32844d
authored
Dec 05, 2000
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ask user not to Stop after starting experiment creation. Needs a real
fix at some point.
parent
bc4fbbe6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
7 deletions
+12
-7
www/beginexp_process.php3
www/beginexp_process.php3
+12
-7
No files found.
www/beginexp_process.php3
View file @
2f32844d
...
...
@@ -140,13 +140,14 @@ if ($nonsfile) {
$retval
=
SUEXEC
(
$uid
,
$gid
,
"mkexpdir
$exp_pid
$exp_id
"
,
0
);
echo
"<center><br>
<h2>Experiment Configured!<br>
The ID for your experiment in project
$exp_pid
is
$exp_id
<br>
<h2>Experiment Configured!
</center><br><br>
The ID for your experiment in project
$exp_pid
is
$exp_id
.<br><br>
Since you did not provide an NS script, no nodes have been
allocated.
<br>
You must log in and run the tbsetup scripts
allocated. You must log in and run the tbsetup scripts
yourself. For your convenience, we have created a directory
hierarchy on the control node:
<br>
$dirname
</h2>
</center><br>
\n
"
;
hierarchy on the control node:
$dirname
</h2>
\n
"
;
if
(
1
)
{
mail
(
$TBMAIL_WWW
,
"TESTBED: New Experiment Created"
,
...
...
@@ -180,8 +181,12 @@ if ($nonsfile) {
# if you change things here.
#
echo
"<center><br>"
;
echo
"<h3>Setting up experiment. This may take a few minutes ...</h3>"
;
echo
"</center>"
;
echo
"<h3>Setting up experiment. This may take a few minutes ...
</center><br><br>
Please do <em>not</em> click the 'Stop' button. This will cause
the experiment creation to terminate prematurely, which can cause
problems for future (other) experiments.
</h3>"
;
flush
();
...
...
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