Showing posts with label service. Show all posts
Showing posts with label service. Show all posts

Apr 27, 2017

Parameter CONFIG_CONTROLLER_HOST failed validation: Given host does not listen on port 22:

Hi ,


Happen to me during openstack installation on fedora 25.

Solution - start the sshd service

'sudo service sshd start'

Solved for me

Hoped it helps
Dor

Dec 30, 2010

create / install new subversion (svn) server as a windows service

Not once i have been asked how to create a new service for the subversion aka svn server in windows.

So, the solution in command line is very simple:
sc create Subversion binpath= "c:\SVN\svn-win32-1.6.2\bin\svnserve.exe --service --root c:\SVN\Repository" displayname= "Subversion" depend= Tcpip

displayname = can be anything

Hoped i helped a bit,
Dor

Nov 23, 2010

Delete a service on windows xp

A little tip,
Have you ever wanted to have a simple way to delete unnecessary windows service ?
There is a simple way:
Enter on your on risk to "Start;Run;regedit".
Open "HKEY_LOCAL_MACHINE";"SYSTEM";"CurrentControlSet";"Services"
Select the service you want to delete, right click over it and delete it.
Finally, reset your computer.