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
b4fc882b
Commit
b4fc882b
authored
Mar 15, 2004
by
Shashi Guruprasad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor fixes for a problem that caused nse to not start up.
parent
27d76461
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
event/nsetrafgen/nseinput.tcl.in
event/nsetrafgen/nseinput.tcl.in
+1
-1
tmcd/common/libsetup.pm
tmcd/common/libsetup.pm
+2
-2
No files found.
event/nsetrafgen/nseinput.tcl.in
View file @
b4fc882b
...
...
@@ -455,7 +455,7 @@ if { $simcode_present == 1 } {
set tmccbossinfo [open $CLIENTVARDIR/boot/tmcc.bossinfo r]
set tmccboss [read $tmccbossinfo]
close $tmccbossinfo
set boss [lindex [split $tmccboss " "] 0]
set boss [lindex [split $tmccboss "
\n
"] 0]
set pideidlist [split [exec hostname] "."]
set vnode [lindex $pideidlist 0]
set eid [lindex $pideidlist 1]
...
...
tmcd/common/libsetup.pm
View file @
b4fc882b
...
...
@@ -95,7 +95,7 @@ my $inixp;
#
# The role of this pnode
#
my
$role
=
""
;
my
$role
;
# Load up the paths. Its conditionalized to be compatabile with older images.
# Note this file has probably already been loaded by the caller.
...
...
@@ -144,7 +144,7 @@ BEGIN
open
(
VN
,
"
$BOOTDIR
/role
");
$role
=
<
VN
>
;
close
(
VN
);
$role
=
chomp
(
$role
);
chomp
(
$role
);
}
}
...
...
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