11

Today morning I was trying to start Collabnet svn with the /home/svn/csvn/bin/csvn start command.

However, I got error like below:

[root@dev bin]# ./csvn start 
Unable to locate 'ps'.
Please report this message along with the location of the command on your system.
Rui F Ribeiro
  • 55,929
  • 26
  • 146
  • 227
Srinu Dasari
  • 223
  • 1
  • 2
  • 8

1 Answers1

19

If the ps command is missing you can reinstall it using

yum install -y procps
Dababi
  • 3,229
  • 23
  • 23