Hi all,
I am very, very close to having a script that can replace the instructions
at:
https://ghc.haskell.org/trac/ghc/wiki/Building/Windows/SSHD
The one remaining issue is that when I my script issues the command:
net user cyg_server XXXXXXX /add ....
and then adds the sshd server to run as that user the command
net start sshd
fails with:
System error 1068 has occurred
Now according to this page:
http://superuser.com/questions/517774/sshd-on-windows8-wont-start-system-error-1068-has-occurred
the problem is that that the cyg_server user is "machine_name\cyg_server"
instead of ".\cyg_server". Sure enough, if I follow the advise given it
fixes the issue.
Can anybody suggest something I can do to either modify the way the
cyg_server user is initially created or some way to modify it later
in the script that will change "machine_name\cyg_server" to
".\cyg_server"?
This is on Windows 7 in case that is relevant.
Cheers,
Erik
--
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Msys2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/msys2-users