Donate Share

Windows RSH daemon

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

1067 process terminated unexpectedly

You are viewing a single message from this topic. View all messages.

  1. 2008-12-15 16:50:42 UTC
    <B>rshd</B> parse the install parameters only after the '-install' parameter.
    So, on your example, rshd ignored the '-r' and on service start it try to search the 'rhosts' file which was not exists on 'c:/windows'. That's makes the service to stop.

    You should install the service with the following command: <CODE>rshd -install -r</CODE>
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.