Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
emulab-devel
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hussamuddin Nasir
emulab-devel
Commits
e7481b71
Commit
e7481b71
authored
19 years ago
by
Russ Fish
Browse files
Options
Downloads
Patches
Plain Diff
Tweaks from Feb 14.
parent
aaf4cda1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tmcd/cygwinxp/prepare
+2
-1
2 additions, 1 deletion
tmcd/cygwinxp/prepare
tmcd/cygwinxp/rc.reboot
+1
-1
1 addition, 1 deletion
tmcd/cygwinxp/rc.reboot
tmcd/cygwinxp/xpimage-notes.txt
+144
-46
144 additions, 46 deletions
tmcd/cygwinxp/xpimage-notes.txt
with
147 additions
and
48 deletions
tmcd/cygwinxp/prepare
+
2
−
1
View file @
e7481b71
...
@@ -214,6 +214,7 @@ if (! $noredef) {
...
@@ -214,6 +214,7 @@ if (! $noredef) {
print
"
\n
Redefining EmulabStartup.
\n
";
print
"
\n
Redefining EmulabStartup.
\n
";
my
$firstboot
=
"
/usr/local/etc/emulab/rc/rc.firstboot
";
my
$firstboot
=
"
/usr/local/etc/emulab/rc/rc.firstboot
";
my
$bootsetup
=
"
/usr/local/etc/emulab/rc/rc.bootsetup
";
my
$bootsetup
=
"
/usr/local/etc/emulab/rc/rc.bootsetup
";
my
$sshrun
=
"
cygrunsrv -S sshd
";
my
$progrun
=
"
cygrunsrv -S ProgAgent
";
my
$progrun
=
"
cygrunsrv -S ProgAgent
";
my
$bootlog
=
"
/var/log/bootsetup.log
";
my
$bootlog
=
"
/var/log/bootsetup.log
";
system
("
cygrunsrv -R EmulabStartup
");
system
("
cygrunsrv -R EmulabStartup
");
...
@@ -221,7 +222,7 @@ if (! $noredef) {
...
@@ -221,7 +222,7 @@ if (! $noredef) {
"
--dep DHCP --dep elvinsvc.exe --dep W32Time
"
.
"
--dep DHCP --dep elvinsvc.exe --dep W32Time
"
.
"
-p /cygdrive/c/cygwin/bin/bash
"
.
"
-p /cygdrive/c/cygwin/bin/bash
"
.
"
-a
\"
--norc --noprofile -c
"
.
"
-a
\"
--norc --noprofile -c
"
.
"
'(
$firstboot
;
$bootsetup
;
$progrun
) >&
$bootlog
'
\"
");
"
'(
$firstboot
;
$bootsetup
;
$sshrun
;
$progrun
) >&
$bootlog
'
\"
");
system
("
cygrunsrv -VQ EmulabStartup
");
system
("
cygrunsrv -VQ EmulabStartup
");
}
}
...
...
This diff is collapsed.
Click to expand it.
tmcd/cygwinxp/rc.reboot
+
1
−
1
View file @
e7481b71
...
@@ -48,7 +48,7 @@ sleep 10
...
@@ -48,7 +48,7 @@ sleep 10
# Give up, log it, ask for power cycle, and wait until timeout if that fails.
# Give up, log it, ask for power cycle, and wait until timeout if that fails.
logit
"*** Failed to reboot. Asking for power cycle."
logit
"*** Failed to reboot. Asking for power cycle."
tmcc state
tmcc state
WEDGED
sleep
1200
sleep
1200
# Should never get here!
# Should never get here!
...
...
This diff is collapsed.
Click to expand it.
tmcd/cygwinxp/xpimage-notes.txt
+
144
−
46
View file @
e7481b71
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment