Hello, a do have a problem with my cygwin-NFS-Server, root and chown
On my windows computer: [EMAIL PROTECTED]:grep root /etc/passwd root::0:0:root:/root:/bin/bash operator:*:12:0:operator:/root: [EMAIL PROTECTED]:chown root sshd/ chown: changing ownership of `sshd': Invalid argument On the nfs client (imported its file system per nfs): [EMAIL PROTECTED]:/var/empty# grep root /etc/passwd root::0:0:root:/root:/bin/bash operator:*:12:0:operator:/root:/bin/sh [EMAIL PROTECTED]:/var/empty# chown root sshd/ chown: changing ownership of `sshd/': Invalid argument Where is my error? How can I solve this? The original proble is that I want to start the ssd-server on the client but: [EMAIL PROTECTED]:/var/empty# /etc/init.d/ssh start Starting OpenBSD Secure Shell server: sshd/var/empty/sshd must be owned by root and not group or world-writable. failed (255: ). Bye - Robert -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/