Commit 6437f75e authored by Jondy Zhao's avatar Jondy Zhao

Add prompt message when start re6stnet service failed.

parent 2b0adced
...@@ -422,7 +422,9 @@ if check_re6stnet_needed ; then ...@@ -422,7 +422,9 @@ if check_re6stnet_needed ; then
fi fi
echo "You can check log files in the /var/log/re6stnet/*.log" echo "You can check log files in the /var/log/re6stnet/*.log"
check_cygwin_service $re6stnet_service_name || check_cygwin_service $re6stnet_service_name ||
csih_error "Failed to start $re6stnet_service_name service." csih_error_multi "Failed to start $re6stnet_service_name service. " \
"Sometimes it's occurred when shutdown service re6stnet in unusual ways, " \
"Try run 'rm -rf /var/lib/re6stnet' then re-configure again."
else else
echo "Native IPv6 found, no taps required." echo "Native IPv6 found, no taps required."
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment