Friday, 15 April 2011

windows 7 - installing ssh using cygwin for hadoop -



windows 7 - installing ssh using cygwin for hadoop -

before explain issue having, need allow know totally new cygwin , stuff this. objective of installing ssh using cygwin setup hadoop on windows 7 x64 machine. trying execute steps given on https://gist.github.com/tariqmislam/2159173. not able provide blank password. below log same. help appreciated.

$ chmod +r /etc/passwd

$ chmod u+w /etc/passwd

$ chmod +r /etc/group

$ chmod u+w /etc/group

$ chmod 755 /var

$ touch /var/log/sshd.log

$ chmod 664 /var/log/sshd.log

$ ssh-host-config

* query: overwrite existing /etc/ssh_config file? (yes/no) yes * info: creating default /etc/ssh_config file * query: overwrite existing /etc/sshd_config file? (yes/no) yes * info: creating default /etc/sshd_config file * info: privilege separation set yes default since openssh 3.3. info: however, requires non-privileged business relationship called 'sshd'. info: more info on privilege separation read /usr/share/doc/openssh/readme.privsep. query: should privilege separation used? (yes/no) no ** info: updating /etc/sshd_config file

* query: want install sshd service? query: (say "no" if installed service) (yes/no) yes query: come in value of cygwin daemon: [] info: on windows server 2003, windows vista, , above, info: scheme business relationship cannot setuid other users -- capability info: sshd requires. need have or create privileged ** info: account. script help so.

* info: appear running windows xp 64bit, windows 2003 server, info: or later. on these systems, it's not possible utilize localsystem info: business relationship services can alter user id without info: explicit password (such passwordless logins [e.g. public key ** info: authentication] via sshd).

* info: if want enable functionality, it's required create info: new business relationship special privileges (unless similar business relationship info: exists). business relationship used run these special * info: servers.

* info: note creating new user requires current business relationship * info: have administrator privileges itself.

* info: no privileged business relationship found.

* info: script plans utilize 'cyg_server'. * info: 'cyg_server' used registered services. * query: want utilize different name? (yes/no) no * query: create new privileged user business relationship 'cyg_server'? (yes/no) yes * info: please come in password new user cyg_server. please sure info: password matches password rules given on system. info: entering no password exit configuration. query: please come in password: query: please come in password: query: please come in password: ** query: please come in password:

i can recommend running hadoop in linux virtual machine or native linux. although running hadoop 0.20.0 on windows xp+cygwin , windows7+cygwin, 1 time tried setting newer version of hadoop on windows7, failed miserably due errors in hadoop. iirc hadoop security patch won't run on windows7 because of problems file permissons, etc. advice: run hadoop on linux if can, you'll avoid serious amount of problems.

windows-7 hadoop ssh cygwin

No comments:

Post a Comment