Member since
08-23-2015
7
Posts
0
Kudos Received
0
Solutions
08-24-2015
01:45 AM
Thanks man changing the sudoer worked out !!
... View more
08-24-2015
01:43 AM
Resolved it with the above directions thanks !!!!
... View more
08-24-2015
01:33 AM
Using ubuntu 14.04 LTS Heres a snap of my sudoers file # # This file MUST be edited with the 'visudo' command as root. # # Please consider adding local content in /etc/sudoers.d/ instead of # directly modifying this file. # # See the man page for details on how to write a sudoers file. # Defaults env_reset Defaults mail_badpass Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" # Host alias specification # User alias specification # Cmnd alias specification # User privilege specification root ALL=(ALL:ALL) ALL # Members of the admin group may gain root privileges %admin ALL=(ALL) ALL # Allow members of group sudo to execute any command %sudo ALL=(ALL:ALL) ALL # See sudoers(5) for more information on "#include" directives: #includedir /etc/sudoers.d What changes must be made ?
... View more
08-23-2015
04:26 AM
Help me out man ... I am stuck at this issue. Using Ubuntu over VM
... View more
08-23-2015
04:11 AM
2015-08-23 03:47:13,250 ERROR NodeConfiguratorThread-6-5:net.schmizz.concurrent.Promise: <<authenticated>> woke to: net.schmizz.sshj.userauth.UserAuthException: password auth failed
2015-08-23 03:47:13,250 INFO NodeConfiguratorThread-6-5:net.schmizz.sshj.userauth.UserAuthImpl: `password` auth failed
2015-08-23 03:47:13,250 WARN NodeConfiguratorThread-6-5:com.cloudera.server.cmf.node.NodeConfigurator: Could not authenticate to localhost
net.schmizz.sshj.userauth.UserAuthException: Exhausted available authentication methods
at net.schmizz.sshj.userauth.UserAuthImpl.authenticate(UserAuthImpl.java:114)
at net.schmizz.sshj.SSHClient.auth(SSHClient.java:205)
at net.schmizz.sshj.SSHClient.auth(SSHClient.java:190)
at com.cloudera.server.cmf.node.NodeConfigurator.connect(NodeConfigurator.java:341)
at com.cloudera.server.cmf.node.NodeConfigurator.configure(NodeConfigurator.java:889)
at com.cloudera.server.cmf.node.NodeConfigurator.run(NodeConfigurator.java:935)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Caused by: net.schmizz.sshj.userauth.UserAuthException: keyboard-interactive auth not allowed by server
at net.schmizz.sshj.userauth.UserAuthImpl.authenticate(UserAuthImpl.java:81)
... 10 more
2015-08-23 03:47:13,250 INFO NodeConfiguratorThread-6-5:com.cloudera.server.cmf.node.NodeConfiguratorProgress: localhost: Setting AUTHENTICATE as failed and done state
... View more
Labels:
- Labels:
-
Cloudera Manager