Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kasra Jamshidi
slapos.package
Commits
2e10edd4
Commit
2e10edd4
authored
Jul 19, 2013
by
Jondy Zhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos-configure: don't exit once re6stnet service start failed, try to
fix this problem by the script.
parent
2b1b00b5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
windows/scripts/slapos-configure.sh
windows/scripts/slapos-configure.sh
+5
-5
No files found.
windows/scripts/slapos-configure.sh
View file @
2e10edd4
...
...
@@ -433,15 +433,15 @@ if check_re6stnet_needed ; then
fi
echo
"You can check log files in the /var/log/re6stnet/*.log"
if
!
check_cygwin_service
$re6stnet_service_name
;
then
csih_
error_multi
"Failed to start
$re6stnet_service_name
service. "
\
"One possible case is that re6stnet service is shutdown in unusual ways, "
\
"and in this case, you can fix it by removing '/var/lib/re6stnet'."
csih_
inform
"Service
$re6stnet_service_name
is not running. "
csih_inform
"One possible case is that re6stnet service is shutdown in unusual ways, "
csih_inform
"and in this case, you can fix it by removing '/var/lib/re6stnet'."
if
csih_request
"Do you want to let me remove '/var/lib/re6stnet' for you?"
;
then
rm
-rf
/var/lib/re6stnet
fi
check_cygwin_service
$re6stnet_service_name
||
csih_error
"Failed to start
$re6stnet_service_name
service."
fi
fi
else
echo
"Native IPv6 found, no taps required."
fi
...
...
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