Skip to content
GitLab
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
6b6e71f2
Commit
6b6e71f2
authored
Jun 04, 2004
by
Mike Hibler
Browse files
No more ktrace
parent
956457f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/freebsd/jail/mkjail.pl
View file @
6b6e71f2
...
...
@@ -803,7 +803,6 @@ sub startproxy($)
{
my
(
$dir
)
=
@_
;
my
$log
=
"
$dir
/tmcc.log
";
my
$klog
=
"
$dir
/tmcc.ktrace
";
#
# The point of these paths is so that there is a comman path to
...
...
@@ -834,7 +833,7 @@ sub startproxy($)
# The -o option will cause the proxy to detach but not fork!
# Eventually change this to standard pid file kill.
exec
("
ktrace -i -a -f
$klog
$TMCC
-d -x
$outsidepath
-n
$vnodeid
-o
$log
");
exec
("
$TMCC
-d -x
$outsidepath
-n
$vnodeid
-o
$log
");
die
("
Exec of
$TMCC
failed! $!
\n
");
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment