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

Interface does not run at SLAC #12

Closed
daurer opened this issue Nov 18, 2015 · 0 comments
Closed

Interface does not run at SLAC #12

daurer opened this issue Nov 18, 2015 · 0 comments

Comments

@daurer
Copy link
Contributor

daurer commented Nov 18, 2015

When starting the interface at SLAC, I get this error:

Traceback (most recent call last):
File "./hummingbird.py", line 32, in
interface.start_interface()
File "/reg/neh/home2/benedikt/software/hummingbird/src/interface/init.py", line 14, in start_interface
mw = Interface()
File "/reg/neh/home2/benedikt/software/hummingbird/src/interface/interface.py", line 33, in init
5554,'login'))
File "/reg/neh/home2/benedikt/software/hummingbird/src/interface/data_source.py", line 14, in init
self.connect()
File "/reg/neh/home2/benedikt/software/hummingbird/src/interface/data_source.py", line 30, in connect
self._ctrl_socket.connect(addr, self._ssh_tunnel)
File "/reg/neh/home2/benedikt/software/hummingbird/src/interface/zmqsocket.py", line 42, in connect
ssh.tunnel_connection(self._socket, addr, tunnel)
File "/reg/g/psdm/sw/releases/ana-current/arch/x86_64-rhel6-gcc44-opt/python/zmq/ssh/tunnel.py", line 133, in tunnel_connection
new_url, tunnel = open_tunnel(addr, server, keyfile=keyfile, password=password, paramiko=paramiko, timeout=timeout)
File "/reg/g/psdm/sw/releases/ana-current/arch/x86_64-rhel6-gcc44-opt/python/zmq/ssh/tunnel.py", line 161, in open_tunnel
tunnel = tunnelf(lport, rport, server, remoteip=ip, keyfile=keyfile, password=password, timeout=timeout)
File "/reg/g/psdm/sw/releases/ana-current/arch/x86_64-rhel6-gcc44-opt/python/zmq/ssh/tunnel.py", line 201, in openssh_tunnel
raise ImportError("pexpect unavailable, use paramiko_tunnel")
ImportError: pexpect unavailable, use paramiko_tunnel


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

No branches or pull requests

1 participant