Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sshd service not starting on FreeBSD #45

Closed
GoogleCodeExporter opened this issue Jul 17, 2015 · 1 comment
Closed

sshd service not starting on FreeBSD #45

GoogleCodeExporter opened this issue Jul 17, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?

Enable SSHD service on a node.

What is the expected output? What do you see instead?

Instead of starting the sshd daemon, the following exception is thrown.

Thread-2: exception while handling msg:
CoreEventMessage <msgtype = CORE_API_EVENT_MSG, flags = 0x0 <>>
  CORE_TLV_EVENT_TYPE: 3
Traceback (most recent call last):
  File "/usr/local/sbin/cored.py", line 301, in handlemsg
    reply = msghandler(msg)
  File "/usr/local/sbin/cored.py", line 821, in handleeventmsg
    self.bootnodes()
  File "/usr/local/sbin/cored.py", line 173, in bootnodes
    n.boot()
  File "/usr/local/lib/python2.6/site-packages/core/bsd/vnode.py", line 405, in boot
    self.session.services.bootnodeservices(self)
  File "/usr/local/lib/python2.6/site-packages/core/service.py", line 180, in bootnodeservices
    self.bootnodeservice(node, s, services)
  File "/usr/local/lib/python2.6/site-packages/core/service.py", line 198, in bootnodeservice
    cfg = s.generateconfig(node,  filename, services)
  File "/usr/local/lib/python2.6/site-packages/core/services/utility.py", line 164, in generateconfig
    sshcfgdir = cls._dirs[0]
IndexError: tuple index out of range

What version of the product are you using? On what operating system?

CORE-4.1 and CORE-4.2beta on FreeBSD-8.2-PRERELEASE

Please provide any additional information below.

The attached patch resolves the issue.

Original issue reported on code.google.com by nde...@gmail.com on 30 Jan 2011 at 8:57

Attachments:

@GoogleCodeExporter
Copy link
Author

patch applied and tested - thanks for reporting!

Original comment by ahrenh...@gmail.com on 27 May 2011 at 9:39

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant