Illegal instruction(coredump) on plateform AIX when using paramiko
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 9.9k
- Forks
- 2.1k
- PR merge metrics
- No merged PRs in 30d
Description
I am on Unix AIX (both OS AIX 5.3 and 7.1 get the same error).
I use Python 2.7.5, python-crypto-2.3-1 (from perlz.org), paramiko-1.11.0
I have already try re-install other versions (from source or RPM) but without success.
After lot of test it seems that coredump occures when function connect() is invoked from SSHclient Class
Any ideas? below some tests and informations.
Kind Regards
Os (unix AIX) version of system test:
root@server01 /tmp/python/packages/paramiko-1.11.0 # oslevel -s
5300-10-05-1036
Required packages installed:
root@server01 /tmp/python/packages/paramiko-1.11.0 # rpm -qa | grep py
python-2.7.5-2
python-crypto-2.3-1
root@server01 /tmp/python/packages/paramiko-1.11.0 # rpm -qi python-2.7.5-2
Name : python Relocations: /opt/freeware
Version : 2.7.5 Vendor: (none)
Release : 2 Build Date: Thu Jul 18 16:16:59 2013
Install date: Wed Aug 7 13:43:34 2013 Build Host: scie4.coopibm.frec.bull.fr
Group : Development/Languages Source RPM: python-2.7.5-2.src.rpm
Size : 71626855 License: Modified CNRI Open Source License
URL : http://www.python.org/
Summary : An interpreted, interactive, object-oriented programming language.
Description :
Python is an interpreted, interactive, object-oriented programming
language often compared to Tcl, Perl, Scheme or Java. Python includes
modules, classes, exceptions, very high level dynamic data types and
dynamic typing. Python supports interfaces to many system calls and
libraries, as well as to various windowing systems (X11, Motif, Tk,
Mac and MFC).
Programmers can write new built-in modules for Python in C or C++.
Python can be used as an extension language for applications that need
a programmable interface. This package contains most of the standard
Python modules, as well as modules for interfacing to the Tix widget
set for Tk and RPM.
Note that documentation for Python is provided in the python-docs
package.
root@server01 /tmp/python/packages/paramiko-1.11.0 # rpm -qi python-crypto-2.3-1
Name : python-crypto Relocations: (not relocateable)
Version : 2.3 Vendor: (none)
Release : 1 Build Date: Tue Feb 8 21:20:58 2011
Install date: Wed Aug 7 13:48:11 2013 Build Host: aix52.perzl.org
Group : Development/Libraries Source RPM: python-crypto-2.3-1.src.rpm
Size : 4435307 License: Public Domain and Python
URL : http://www.pycrypto.org/
Summary : Cryptography library for Python
Description :
Python-crypto is a collection of both secure hash functions (such as MD5 and
SHA), and various encryption algorithms (AES, DES, RSA, ElGamal etc.).
Paramiko installation:
root@server01 /tmp/python/packages # unzip paramiko-1.11.0.zip
Archive: paramiko-1.11.0.zip
2a08a48dd2451e3139735c8b4f29d6d2516b8eb0
creating: paramiko-1.11.0/
inflating: paramiko-1.11.0/.bzrignore
extracting: paramiko-1.11.0/.gitignore
inflating: paramiko-1.11.0/.travis.yml
inflating: paramiko-1.11.0/ChangeLog.0
inflating: paramiko-1.11.0/ChangeLog.1
inflating: paramiko-1.11.0/LICENSE
inflating: paramiko-1.11.0/MANIFEST.in
inflating: paramiko-1.11.0/Makefile
inflating: paramiko-1.11.0/NEWS
inflating: paramiko-1.11.0/NOTES
inflating: paramiko-1.11.0/README
inflating: paramiko-1.11.0/TODO
creating: paramiko-1.11.0/demos/
inflating: paramiko-1.11.0/demos/demo.py
inflating: paramiko-1.11.0/demos/demo_keygen.py
inflating: paramiko-1.11.0/demos/demo_server.py
inflating: paramiko-1.11.0/demos/demo_sftp.py
inflating: paramiko-1.11.0/demos/demo_simple.py
inflating: paramiko-1.11.0/demos/forward.py
inflating: paramiko-1.11.0/demos/interactive.py
inflating: paramiko-1.11.0/demos/rforward.py
inflating: paramiko-1.11.0/demos/test_rsa.key
inflating: paramiko-1.11.0/demos/user_rsa_key
inflating: paramiko-1.11.0/demos/user_rsa_key.pub
extracting: paramiko-1.11.0/dev-requirements.txt
inflating: paramiko-1.11.0/fabfile.py
creating: paramiko-1.11.0/images/
inflating: paramiko-1.11.0/images/paramiko-banner.png
inflating: paramiko-1.11.0/images/paramiko-banner.psd
inflating: paramiko-1.11.0/images/paramiko.png
creating: paramiko-1.11.0/paramiko/
inflating: paramiko-1.11.0/paramiko/__init__.py
inflating: paramiko-1.11.0/paramiko/_winapi.py
inflating: paramiko-1.11.0/paramiko/agent.py
inflating: paramiko-1.11.0/paramiko/auth_handler.py
inflating: paramiko-1.11.0/paramiko/ber.py
inflating: paramiko-1.11.0/paramiko/buffered_pipe.py
inflating: paramiko-1.11.0/paramiko/channel.py
inflating: paramiko-1.11.0/paramiko/client.py
inflating: paramiko-1.11.0/paramiko/common.py
inflating: paramiko-1.11.0/paramiko/compress.py
inflating: paramiko-1.11.0/paramiko/config.py
inflating: paramiko-1.11.0/paramiko/dsskey.py
inflating: paramiko-1.11.0/paramiko/file.py
inflating: paramiko-1.11.0/paramiko/hostkeys.py
inflating: paramiko-1.11.0/paramiko/kex_gex.py
inflating: paramiko-1.11.0/paramiko/kex_group1.py
inflating: paramiko-1.11.0/paramiko/logging22.py
inflating: paramiko-1.11.0/paramiko/message.py
inflating: paramiko-1.11.0/paramiko/packet.py
inflating: paramiko-1.11.0/paramiko/pipe.py
inflating: paramiko-1.11.0/paramiko/pkey.py
inflating: paramiko-1.11.0/paramiko/primes.py
inflating: paramiko-1.11.0/paramiko/proxy.py
inflating: paramiko-1.11.0/paramiko/resource.py
inflating: paramiko-1.11.0/paramiko/rsakey.py
inflating: paramiko-1.11.0/paramiko/server.py
inflating: paramiko-1.11.0/paramiko/sftp.py
inflating: paramiko-1.11.0/paramiko/sftp_attr.py
inflating: paramiko-1.11.0/paramiko/sftp_client.py
inflating: paramiko-1.11.0/paramiko/sftp_file.py
inflating: paramiko-1.11.0/paramiko/sftp_handle.py
inflating: paramiko-1.11.0/paramiko/sftp_server.py
inflating: paramiko-1.11.0/paramiko/sftp_si.py
inflating: paramiko-1.11.0/paramiko/ssh_exception.py
inflating: paramiko-1.11.0/paramiko/transport.py
inflating: paramiko-1.11.0/paramiko/util.py
inflating: paramiko-1.11.0/paramiko/win_pageant.py
inflating: paramiko-1.11.0/setup.py
inflating: paramiko-1.11.0/setup_helper.py
inflating: paramiko-1.11.0/test.py
creating: paramiko-1.11.0/tests/
inflating: paramiko-1.11.0/tests/loop.py
inflating: paramiko-1.11.0/tests/stub_sftp.py
inflating: paramiko-1.11.0/tests/test_auth.py
inflating: paramiko-1.11.0/tests/test_buffered_pipe.py
inflating: paramiko-1.11.0/tests/test_client.py
inflating: paramiko-1.11.0/tests/test_dss.key
inflating: paramiko-1.11.0/tests/test_dss_password.key
inflating: paramiko-1.11.0/tests/test_file.py
inflating: paramiko-1.11.0/tests/test_hostkeys.py
inflating: paramiko-1.11.0/tests/test_kex.py
inflating: paramiko-1.11.0/tests/test_message.py
inflating: paramiko-1.11.0/tests/test_packetizer.py
inflating: paramiko-1.11.0/tests/test_pkey.py
inflating: paramiko-1.11.0/tests/test_rsa.key
inflating: paramiko-1.11.0/tests/test_rsa_password.key
inflating: paramiko-1.11.0/tests/test_sftp.py
inflating: paramiko-1.11.0/tests/test_sftp_big.py
inflating: paramiko-1.11.0/tests/test_transport.py
inflating: paramiko-1.11.0/tests/test_util.py
inflating: paramiko-1.11.0/tests/util.py
inflating: paramiko-1.11.0/tox.ini
root@server01 /tmp/python/packages/paramiko-1.11.0 # python setup.py build
running build
running build_py
creating build
creating build/lib
creating build/lib/paramiko
copying paramiko/__init__.py -> build/lib/paramiko
copying paramiko/_winapi.py -> build/lib/paramiko
copying paramiko/agent.py -> build/lib/paramiko
copying paramiko/auth_handler.py -> build/lib/paramiko
copying paramiko/ber.py -> build/lib/paramiko
copying paramiko/buffered_pipe.py -> build/lib/paramiko
copying paramiko/channel.py -> build/lib/paramiko
copying paramiko/client.py -> build/lib/paramiko
copying paramiko/common.py -> build/lib/paramiko
copying paramiko/compress.py -> build/lib/paramiko
copying paramiko/config.py -> build/lib/paramiko
copying paramiko/dsskey.py -> build/lib/paramiko
copying paramiko/file.py -> build/lib/paramiko
copying paramiko/hostkeys.py -> build/lib/paramiko
copying paramiko/kex_gex.py -> build/lib/paramiko
copying paramiko/kex_group1.py -> build/lib/paramiko
copying paramiko/logging22.py -> build/lib/paramiko
copying paramiko/message.py -> build/lib/paramiko
copying paramiko/packet.py -> build/lib/paramiko
copying paramiko/pipe.py -> build/lib/paramiko
copying paramiko/pkey.py -> build/lib/paramiko
copying paramiko/primes.py -> build/lib/paramiko
copying paramiko/proxy.py -> build/lib/paramiko
copying paramiko/resource.py -> build/lib/paramiko
copying paramiko/rsakey.py -> build/lib/paramiko
copying paramiko/server.py -> build/lib/paramiko
copying paramiko/sftp.py -> build/lib/paramiko
copying paramiko/sftp_attr.py -> build/lib/paramiko
copying paramiko/sftp_client.py -> build/lib/paramiko
copying paramiko/sftp_file.py -> build/lib/paramiko
copying paramiko/sftp_handle.py -> build/lib/paramiko
copying paramiko/sftp_server.py -> build/lib/paramiko
copying paramiko/sftp_si.py -> build/lib/paramiko
copying paramiko/ssh_exception.py -> build/lib/paramiko
copying paramiko/transport.py -> build/lib/paramiko
copying paramiko/util.py -> build/lib/paramiko
copying paramiko/win_pageant.py -> build/lib/paramiko
root@forma01 /tmp/python/packages/paramiko-1.11.0 # python setup.py install
running install
running build
running build_py
running install_lib
creating /opt/freeware/lib/python2.7/site-packages/paramiko
copying build/lib/paramiko/__init__.py -> /opt/freeware/lib/python2.7/site-packages/paramiko
copying build/lib/paramiko/_winapi.py -> /opt/freeware/lib/python2.7/site-packages/paramiko
copying build/lib/paramiko/agent.py -> /opt/freeware/lib/python2.7/site-packages/paramiko
copying build/lib/paramiko/auth_handler.py -> /opt/freeware/lib/python2.7/site-packages/paramiko
copying build/lib/paramiko/ber.py -> /opt/freeware/lib/python2.7/site-packages/paramiko
copying build/lib/paramiko/buffered_pipe.py -> /opt/freeware/lib/python2.7/site-packages/paramiko
copying build/lib/paramiko/channel.py -> /opt/freeware/lib/python2.7/site-packages/paramiko
copying build/lib/paramiko/client.py -> /opt/freeware/lib/python2.7/site-packages/paramiko
copying build/lib/paramiko/common.py -> /opt/freeware/lib/python2.7/site-packages/paramiko
copying build/lib/paramiko/compress.py -> /opt/freeware/lib/python2.7/site-packages/paramiko
copying build/lib/paramiko/config.py -> /opt/freeware/lib/python2.7/site-packages/paramiko
copying build/lib/paramiko/dsskey.py -> /opt/freeware/lib/python2.7/site-packages/paramiko
copying build/lib/paramiko/file.py -> /opt/freeware/lib/python2.7/site-packages/paramiko
copying build/lib/paramiko/hostkeys.py -> /opt/freeware/lib/python2.7/site-packages/paramiko
copying build/lib/paramiko/kex_gex.py -> /opt/freeware/lib/python2.7/site-packages/paramiko
copying build/lib/paramiko/kex_group1.py -> /opt/freeware/lib/python2.7/site-packages/paramiko
copying build/lib/paramiko/logging22.py -> /opt/freeware/lib/python2.7/site-packages/paramiko
copying build/lib/paramiko/message.py -> /opt/freeware/lib/python2.7/site-packages/paramiko
copying build/lib/paramiko/packet.py -> /opt/freeware/lib/python2.7/site-packages/paramiko
copying build/lib/paramiko/pipe.py -> /opt/freeware/lib/python2.7/site-packages/paramiko
copying build/lib/paramiko/pkey.py -> /opt/freeware/lib/python2.7/site-packages/paramiko
copying build/lib/paramiko/primes.py -> /opt/freeware/lib/python2.7/site-packages/paramiko
copying build/lib/paramiko/proxy.py -> /opt/freeware/lib/python2.7/site-packages/paramiko
copying build/lib/paramiko/resource.py -> /opt/freeware/lib/python2.7/site-packages/paramiko
copying build/lib/paramiko/rsakey.py -> /opt/freeware/lib/python2.7/site-packages/paramiko
copying build/lib/paramiko/server.py -> /opt/freeware/lib/python2.7/site-packages/paramiko
copying build/lib/paramiko/sftp.py -> /opt/freeware/lib/python2.7/site-packages/paramiko
copying build/lib/paramiko/sftp_attr.py -> /opt/freeware/lib/python2.7/site-packages/paramiko
copying build/lib/paramiko/sftp_client.py -> /opt/freeware/lib/python2.7/site-packages/paramiko
copying build/lib/paramiko/sftp_file.py -> /opt/freeware/lib/python2.7/site-packages/paramiko
copying build/lib/paramiko/sftp_handle.py -> /opt/freeware/lib/python2.7/site-packages/paramiko
copying build/lib/paramiko/sftp_server.py -> /opt/freeware/lib/python2.7/site-packages/paramiko
copying build/lib/paramiko/sftp_si.py -> /opt/freeware/lib/python2.7/site-packages/paramiko
copying build/lib/paramiko/ssh_exception.py -> /opt/freeware/lib/python2.7/site-packages/paramiko
copying build/lib/paramiko/transport.py -> /opt/freeware/lib/python2.7/site-packages/paramiko
copying build/lib/paramiko/util.py -> /opt/freeware/lib/python2.7/site-packages/paramiko
copying build/lib/paramiko/win_pageant.py -> /opt/freeware/lib/python2.7/site-packages/paramiko
byte-compiling /opt/freeware/lib/python2.7/site-packages/paramiko/__init__.py to __init__.pyc
byte-compiling /opt/freeware/lib/python2.7/site-packages/paramiko/_winapi.py to _winapi.pyc
byte-compiling /opt/freeware/lib/python2.7/site-packages/paramiko/agent.py to agent.pyc
byte-compiling /opt/freeware/lib/python2.7/site-packages/paramiko/auth_handler.py to auth_handler.pyc
byte-compiling /opt/freeware/lib/python2.7/site-packages/paramiko/ber.py to ber.pyc
byte-compiling /opt/freeware/lib/python2.7/site-packages/paramiko/buffered_pipe.py to buffered_pipe.pyc
byte-compiling /opt/freeware/lib/python2.7/site-packages/paramiko/channel.py to channel.pyc
byte-compiling /opt/freeware/lib/python2.7/site-packages/paramiko/client.py to client.pyc
byte-compiling /opt/freeware/lib/python2.7/site-packages/paramiko/common.py to common.pyc
byte-compiling /opt/freeware/lib/python2.7/site-packages/paramiko/compress.py to compress.pyc
byte-compiling /opt/freeware/lib/python2.7/site-packages/paramiko/config.py to config.pyc
byte-compiling /opt/freeware/lib/python2.7/site-packages/paramiko/dsskey.py to dsskey.pyc
byte-compiling /opt/freeware/lib/python2.7/site-packages/paramiko/file.py to file.pyc
byte-compiling /opt/freeware/lib/python2.7/site-packages/paramiko/hostkeys.py to hostkeys.pyc
byte-compiling /opt/freeware/lib/python2.7/site-packages/paramiko/kex_gex.py to kex_gex.pyc
byte-compiling /opt/freeware/lib/python2.7/site-packages/paramiko/kex_group1.py to kex_group1.pyc
byte-compiling /opt/freeware/lib/python2.7/site-packages/paramiko/logging22.py to logging22.pyc
byte-compiling /opt/freeware/lib/python2.7/site-packages/paramiko/message.py to message.pyc
byte-compiling /opt/freeware/lib/python2.7/site-packages/paramiko/packet.py to packet.pyc
byte-compiling /opt/freeware/lib/python2.7/site-packages/paramiko/pipe.py to pipe.pyc
byte-compiling /opt/freeware/lib/python2.7/site-packages/paramiko/pkey.py to pkey.pyc
byte-compiling /opt/freeware/lib/python2.7/site-packages/paramiko/primes.py to primes.pyc
byte-compiling /opt/freeware/lib/python2.7/site-packages/paramiko/proxy.py to proxy.pyc
byte-compiling /opt/freeware/lib/python2.7/site-packages/paramiko/resource.py to resource.pyc
byte-compiling /opt/freeware/lib/python2.7/site-packages/paramiko/rsakey.py to rsakey.pyc
byte-compiling /opt/freeware/lib/python2.7/site-packages/paramiko/server.py to server.pyc
byte-compiling /opt/freeware/lib/python2.7/site-packages/paramiko/sftp.py to sftp.pyc
byte-compiling /opt/freeware/lib/python2.7/site-packages/paramiko/sftp_attr.py to sftp_attr.pyc
byte-compiling /opt/freeware/lib/python2.7/site-packages/paramiko/sftp_client.py to sftp_client.pyc
byte-compiling /opt/freeware/lib/python2.7/site-packages/paramiko/sftp_file.py to sftp_file.pyc
byte-compiling /opt/freeware/lib/python2.7/site-packages/paramiko/sftp_handle.py to sftp_handle.pyc
byte-compiling /opt/freeware/lib/python2.7/site-packages/paramiko/sftp_server.py to sftp_server.pyc
byte-compiling /opt/freeware/lib/python2.7/site-packages/paramiko/sftp_si.py to sftp_si.pyc
byte-compiling /opt/freeware/lib/python2.7/site-packages/paramiko/ssh_exception.py to ssh_exception.pyc
byte-compiling /opt/freeware/lib/python2.7/site-packages/paramiko/transport.py to transport.pyc
byte-compiling /opt/freeware/lib/python2.7/site-packages/paramiko/util.py to util.pyc
byte-compiling /opt/freeware/lib/python2.7/site-packages/paramiko/win_pageant.py to win_pageant.pyc
running install_egg_info
Writing /opt/freeware/lib/python2.7/site-packages/paramiko-1.11.0-py2.7.egg-info
!!! HERE THE COREDUMP when test core components!!!
root@forma01 /tmp/python/packages/paramiko-1.11.0 # python test.py
Instruction non autorisée(coredump)
root@forma01 /tmp/python/packages/paramiko-1.11.0 # LANG=C;python test.py
Illegal instruction(coredump)
In most verbose output we clearly see that the problem is when test_client.py is invoked:
root@server01 /tmp/python/packages/paramiko-1.11.0 # python -v test.py
# installing zipimport hook
import zipimport # builtin
# installed zipimport hook
# /usr/bin/../../opt/freeware/lib/python2.7/site.pyc matches /usr/bin/../../opt/freeware/lib/python2.7/site.py
import site # precompiled from /usr/bin/../../opt/freeware/lib/python2.7/site.pyc
# /usr/bin/../../opt/freeware/lib/python2.7/os.pyc matches /usr/bin/../../opt/freeware/lib/python2.7/os.py
import os # precompiled from /usr/bin/../../opt/freeware/lib/python2.7/os.pyc
import errno # builtin
import posix # builtin
# /usr/bin/../../opt/freeware/lib/python2.7/posixpath.pyc matches /usr/bin/../../opt/freeware/lib/python2.7/posixpath.py
import posixpath # precompiled from /usr/bin/../../opt/freeware/lib/python2.7/posixpath.pyc
# /usr/bin/../../opt/freeware/lib/python2.7/stat.pyc matches /usr/bin/../../opt/freeware/lib/python2.7/stat.py
import stat # precompiled from /usr/bin/../../opt/freeware/lib/python2.7/stat.pyc
# /usr/bin/../../opt/freeware/lib/python2.7/genericpath.pyc matches /usr/bin/../../opt/freeware/lib/python2.7/genericpath.py
import genericpath # precompiled from /usr/bin/../../opt/freeware/lib/python2.7/genericpath.pyc
# /usr/bin/../../opt/freeware/lib/python2.7/warnings.pyc matches /usr/bin/../../opt/freeware/lib/python2.7/warnings.py
import warnings # precompiled from /usr/bin/../../opt/freeware/lib/python2.7/warnings.pyc
# /usr/bin/../../opt/freeware/lib/python2.7/linecache.pyc matches /usr/bin/../../opt/freeware/lib/python2.7/linecache.py
import linecache # precompiled from /usr/bin/../../opt/freeware/lib/python2.7/linecache.pyc
# /usr/bin/../../opt/freeware/lib/python2.7/types.pyc matches /usr/bin/../../opt/freeware/lib/python2.7/types.py
import types # precompiled from /usr/bin/../../opt/freeware/lib/python2.7/types.pyc
# /usr/bin/../../opt/freeware/lib/python2.7/UserDict.pyc matches /usr/bin/../../opt/freeware/lib/python2.7/UserDict.py
import UserDict # precompiled from /usr/bin/../../opt/freeware/lib/python2.7/UserDict.pyc
# /usr/bin/../../opt/freeware/lib/python2.7/_abcoll.pyc matches /usr/bin/../../opt/freeware/lib/python2.7/_abcoll.py
import _abcoll # precompiled from /usr/bin/../../opt/freeware/lib/python2.7/_abcoll.pyc
# /usr/bin/../../opt/freeware/lib/python2.7/abc.pyc matches /usr/bin/../../opt/freeware/lib/python2.7/abc.py
import abc # precompiled from /usr/bin/../../opt/freeware/lib/python2.7/abc.pyc
# /usr/bin/../../opt/freeware/lib/python2.7/_weakrefset.pyc matches /usr/bin/../../opt/freeware/lib/python2.7/_weakrefset.py
import _weakrefset # precompiled from /usr/bin/../../opt/freeware/lib/python2.7/_weakrefset.pyc
import _weakref # builtin
# /usr/bin/../../opt/freeware/lib/python2.7/copy_reg.pyc matches /usr/bin/../../opt/freeware/lib/python2.7/copy_reg.py
import copy_reg # precompiled from /usr/bin/../../opt/freeware/lib/python2.7/copy_reg.pyc
# /usr/bin/../../opt/freeware/lib/python2.7/traceback.pyc matches /usr/bin/../../opt/freeware/lib/python2.7/traceback.py
import traceback # precompiled from /usr/bin/../../opt/freeware/lib/python2.7/traceback.pyc
# /opt/freeware/lib/python2.7/sysconfig.pyc matches /opt/freeware/lib/python2.7/sysconfig.py
import sysconfig # precompiled from /opt/freeware/lib/python2.7/sysconfig.pyc
# /opt/freeware/lib/python2.7/re.pyc matches /opt/freeware/lib/python2.7/re.py
import re # precompiled from /opt/freeware/lib/python2.7/re.pyc
# /opt/freeware/lib/python2.7/sre_compile.pyc matches /opt/freeware/lib/python2.7/sre_compile.py
import sre_compile # precompiled from /opt/freeware/lib/python2.7/sre_compile.pyc
import _sre # builtin
# /opt/freeware/lib/python2.7/sre_parse.pyc matches /opt/freeware/lib/python2.7/sre_parse.py
import sre_parse # precompiled from /opt/freeware/lib/python2.7/sre_parse.pyc
# /opt/freeware/lib/python2.7/sre_constants.pyc matches /opt/freeware/lib/python2.7/sre_constants.py
import sre_constants # precompiled from /opt/freeware/lib/python2.7/sre_constants.pyc
# /opt/freeware/lib/python2.7/_sysconfigdata.pyc matches /opt/freeware/lib/python2.7/_sysconfigdata.py
import _sysconfigdata # precompiled from /opt/freeware/lib/python2.7/_sysconfigdata.pyc
import encodings # directory /opt/freeware/lib/python2.7/encodings
# /opt/freeware/lib/python2.7/encodings/__init__.pyc matches /opt/freeware/lib/python2.7/encodings/__init__.py
import encodings # precompiled from /opt/freeware/lib/python2.7/encodings/__init__.pyc
# /opt/freeware/lib/python2.7/codecs.pyc matches /opt/freeware/lib/python2.7/codecs.py
import codecs # precompiled from /opt/freeware/lib/python2.7/codecs.pyc
import _codecs # builtin
# /opt/freeware/lib/python2.7/encodings/aliases.pyc matches /opt/freeware/lib/python2.7/encodings/aliases.py
import encodings.aliases # precompiled from /opt/freeware/lib/python2.7/encodings/aliases.pyc
# /opt/freeware/lib/python2.7/encodings/latin_1.pyc matches /opt/freeware/lib/python2.7/encodings/latin_1.py
import encodings.latin_1 # precompiled from /opt/freeware/lib/python2.7/encodings/latin_1.pyc
Python 2.7.5 (default, Jul 18 2013, 16:10:46) [C] on aix5
Type "help", "copyright", "credits" or "license" for more information.
import unittest # directory /opt/freeware/lib/python2.7/unittest
# /opt/freeware/lib/python2.7/unittest/__init__.pyc matches /opt/freeware/lib/python2.7/unittest/__init__.py
import unittest # precompiled from /opt/freeware/lib/python2.7/unittest/__init__.pyc
# /opt/freeware/lib/python2.7/unittest/result.pyc matches /opt/freeware/lib/python2.7/unittest/result.py
import unittest.result # precompiled from /opt/freeware/lib/python2.7/unittest/result.pyc
# /opt/freeware/lib/python2.7/StringIO.pyc matches /opt/freeware/lib/python2.7/StringIO.py
import StringIO # precompiled from /opt/freeware/lib/python2.7/StringIO.pyc
# /opt/freeware/lib/python2.7/unittest/util.pyc matches /opt/freeware/lib/python2.7/unittest/util.py
import unittest.util # precompiled from /opt/freeware/lib/python2.7/unittest/util.pyc
# /opt/freeware/lib/python2.7/collections.pyc matches /opt/freeware/lib/python2.7/collections.py
import collections # precompiled from /opt/freeware/lib/python2.7/collections.pyc
dlopen("/opt/freeware/lib/python2.7/lib-dynload/_collections.so", 2);
import _collections # dynamically loaded from /opt/freeware/lib/python2.7/lib-dynload/_collections.so
dlopen("/opt/freeware/lib/python2.7/lib-dynload/operator.so", 2);
import operator # dynamically loaded from /opt/freeware/lib/python2.7/lib-dynload/operator.so
# /opt/freeware/lib/python2.7/keyword.pyc matches /opt/freeware/lib/python2.7/keyword.py
import keyword # precompiled from /opt/freeware/lib/python2.7/keyword.pyc
# /opt/freeware/lib/python2.7/heapq.pyc matches /opt/freeware/lib/python2.7/heapq.py
import heapq # precompiled from /opt/freeware/lib/python2.7/heapq.pyc
dlopen("/opt/freeware/lib/python2.7/lib-dynload/itertools.so", 2);
import itertools # dynamically loaded from /opt/freeware/lib/python2.7/lib-dynload/itertools.so
dlopen("/opt/freeware/lib/python2.7/lib-dynload/_heapq.so", 2);
import _heapq # dynamically loaded from /opt/freeware/lib/python2.7/lib-dynload/_heapq.so
import thread # builtin
# /opt/freeware/lib/python2.7/functools.pyc matches /opt/freeware/lib/python2.7/functools.py
import functools # precompiled from /opt/freeware/lib/python2.7/functools.pyc
dlopen("/opt/freeware/lib/python2.7/lib-dynload/_functools.so", 2);
import _functools # dynamically loaded from /opt/freeware/lib/python2.7/lib-dynload/_functools.so
# /opt/freeware/lib/python2.7/unittest/case.pyc matches /opt/freeware/lib/python2.7/unittest/case.py
import unittest.case # precompiled from /opt/freeware/lib/python2.7/unittest/case.pyc
# /opt/freeware/lib/python2.7/difflib.pyc matches /opt/freeware/lib/python2.7/difflib.py
import difflib # precompiled from /opt/freeware/lib/python2.7/difflib.pyc
# /opt/freeware/lib/python2.7/pprint.pyc matches /opt/freeware/lib/python2.7/pprint.py
import pprint # precompiled from /opt/freeware/lib/python2.7/pprint.pyc
dlopen("/opt/freeware/lib/python2.7/lib-dynload/cStringIO.so", 2);
import cStringIO # dynamically loaded from /opt/freeware/lib/python2.7/lib-dynload/cStringIO.so
# /opt/freeware/lib/python2.7/unittest/suite.pyc matches /opt/freeware/lib/python2.7/unittest/suite.py
import unittest.suite # precompiled from /opt/freeware/lib/python2.7/unittest/suite.pyc
# /opt/freeware/lib/python2.7/unittest/loader.pyc matches /opt/freeware/lib/python2.7/unittest/loader.py
import unittest.loader # precompiled from /opt/freeware/lib/python2.7/unittest/loader.pyc
# /opt/freeware/lib/python2.7/fnmatch.pyc matches /opt/freeware/lib/python2.7/fnmatch.py
import fnmatch # precompiled from /opt/freeware/lib/python2.7/fnmatch.pyc
# /opt/freeware/lib/python2.7/unittest/main.pyc matches /opt/freeware/lib/python2.7/unittest/main.py
import unittest.main # precompiled from /opt/freeware/lib/python2.7/unittest/main.pyc
# /opt/freeware/lib/python2.7/unittest/runner.pyc matches /opt/freeware/lib/python2.7/unittest/runner.py
import unittest.runner # precompiled from /opt/freeware/lib/python2.7/unittest/runner.pyc
dlopen("/opt/freeware/lib/python2.7/lib-dynload/time.so", 2);
import time # dynamically loaded from /opt/freeware/lib/python2.7/lib-dynload/time.so
# /opt/freeware/lib/python2.7/unittest/signals.pyc matches /opt/freeware/lib/python2.7/unittest/signals.py
import unittest.signals # precompiled from /opt/freeware/lib/python2.7/unittest/signals.pyc
# /opt/freeware/lib/python2.7/weakref.pyc matches /opt/freeware/lib/python2.7/weakref.py
import weakref # precompiled from /opt/freeware/lib/python2.7/weakref.pyc
# /opt/freeware/lib/python2.7/optparse.pyc matches /opt/freeware/lib/python2.7/optparse.py
import optparse # precompiled from /opt/freeware/lib/python2.7/optparse.pyc
# /opt/freeware/lib/python2.7/textwrap.pyc matches /opt/freeware/lib/python2.7/textwrap.py
import textwrap # precompiled from /opt/freeware/lib/python2.7/textwrap.pyc
# /opt/freeware/lib/python2.7/string.pyc matches /opt/freeware/lib/python2.7/string.py
import string # precompiled from /opt/freeware/lib/python2.7/string.pyc
dlopen("/opt/freeware/lib/python2.7/lib-dynload/strop.so", 2);
import strop # dynamically loaded from /opt/freeware/lib/python2.7/lib-dynload/strop.so
# /opt/freeware/lib/python2.7/gettext.pyc matches /opt/freeware/lib/python2.7/gettext.py
import gettext # precompiled from /opt/freeware/lib/python2.7/gettext.pyc
# /opt/freeware/lib/python2.7/locale.pyc matches /opt/freeware/lib/python2.7/locale.py
import locale # precompiled from /opt/freeware/lib/python2.7/locale.pyc
dlopen("/opt/freeware/lib/python2.7/lib-dynload/_locale.so", 2);
import _locale # dynamically loaded from /opt/freeware/lib/python2.7/lib-dynload/_locale.so
# /opt/freeware/lib/python2.7/copy.pyc matches /opt/freeware/lib/python2.7/copy.py
import copy # precompiled from /opt/freeware/lib/python2.7/copy.pyc
# /opt/freeware/lib/python2.7/struct.pyc matches /opt/freeware/lib/python2.7/struct.py
import struct # precompiled from /opt/freeware/lib/python2.7/struct.pyc
dlopen("/opt/freeware/lib/python2.7/lib-dynload/_struct.so", 2);
import _struct # dynamically loaded from /opt/freeware/lib/python2.7/lib-dynload/_struct.so
import paramiko # directory /tmp/python/packages/paramiko-1.11.0/paramiko
# /tmp/python/packages/paramiko-1.11.0/paramiko/__init__.pyc matches /tmp/python/packages/paramiko-1.11.0/paramiko/__init__.py
import paramiko # precompiled from /tmp/python/packages/paramiko-1.11.0/paramiko/__init__.pyc
# /tmp/python/packages/paramiko-1.11.0/paramiko/transport.pyc matches /tmp/python/packages/paramiko-1.11.0/paramiko/transport.py
import paramiko.transport # precompiled from /tmp/python/packages/paramiko-1.11.0/paramiko/transport.pyc
# /opt/freeware/lib/python2.7/socket.pyc matches /opt/freeware/lib/python2.7/socket.py
import socket # precompiled from /opt/freeware/lib/python2.7/socket.pyc
dlopen("/opt/freeware/lib/python2.7/lib-dynload/_socket.so", 2);
import _socket # dynamically loaded from /opt/freeware/lib/python2.7/lib-dynload/_socket.so
dlopen("/opt/freeware/lib/python2.7/lib-dynload/_ssl.so", 2);
import _ssl # dynamically loaded from /opt/freeware/lib/python2.7/lib-dynload/_ssl.so
# /opt/freeware/lib/python2.7/threading.pyc matches /opt/freeware/lib/python2.7/threading.py
import threading # precompiled from /opt/freeware/lib/python2.7/threading.pyc
# /tmp/python/packages/paramiko-1.11.0/paramiko/util.pyc matches /tmp/python/packages/paramiko-1.11.0/paramiko/util.py
import paramiko.util # precompiled from /tmp/python/packages/paramiko-1.11.0/paramiko/util.pyc
# /opt/freeware/lib/python2.7/__future__.pyc matches /opt/freeware/lib/python2.7/__future__.py
import __future__ # precompiled from /opt/freeware/lib/python2.7/__future__.pyc
dlopen("/opt/freeware/lib/python2.7/lib-dynload/array.so", 2);
import array # dynamically loaded from /opt/freeware/lib/python2.7/lib-dynload/array.so
dlopen("/opt/freeware/lib/python2.7/lib-dynload/binascii.so", 2);
import binascii # dynamically loaded from /opt/freeware/lib/python2.7/lib-dynload/binascii.so
# /tmp/python/packages/paramiko-1.11.0/paramiko/common.pyc matches /tmp/python/packages/paramiko-1.11.0/paramiko/common.py
import paramiko.common # precompiled from /tmp/python/packages/paramiko-1.11.0/paramiko/common.pyc
import Crypto # directory /opt/freeware/lib/python2.7/site-packages/Crypto
# /opt/freeware/lib/python2.7/site-packages/Crypto/__init__.pyc matches /opt/freeware/lib/python2.7/site-packages/Crypto/__init__.py
import Crypto # precompiled from /opt/freeware/lib/python2.7/site-packages/Crypto/__init__.pyc
import Crypto.Random # directory /opt/freeware/lib/python2.7/site-packages/Crypto/Random
# /opt/freeware/lib/python2.7/site-packages/Crypto/Random/__init__.pyc matches /opt/freeware/lib/python2.7/site-packages/Crypto/Random/__init__.py
import Crypto.Random # precompiled from /opt/freeware/lib/python2.7/site-packages/Crypto/Random/__init__.pyc
import Crypto.Random.OSRNG # directory /opt/freeware/lib/python2.7/site-packages/Crypto/Random/OSRNG
# /opt/freeware/lib/python2.7/site-packages/Crypto/Random/OSRNG/__init__.pyc matches /opt/freeware/lib/python2.7/site-packages/Crypto/Random/OSRNG/__init__.py
import Crypto.Random.OSRNG # precompiled from /opt/freeware/lib/python2.7/site-packages/Crypto/Random/OSRNG/__init__.pyc
# /opt/freeware/lib/python2.7/site-packages/Crypto/Random/OSRNG/posix.pyc matches /opt/freeware/lib/python2.7/site-packages/Crypto/Random/OSRNG/posix.py
import Crypto.Random.OSRNG.posix # precompiled from /opt/freeware/lib/python2.7/site-packages/Crypto/Random/OSRNG/posix.pyc
# /opt/freeware/lib/python2.7/site-packages/Crypto/Random/OSRNG/rng_base.pyc matches /opt/freeware/lib/python2.7/site-packages/Crypto/Random/OSRNG/rng_base.py
import Crypto.Random.OSRNG.rng_base # precompiled from /opt/freeware/lib/python2.7/site-packages/Crypto/Random/OSRNG/rng_base.pyc
import Crypto.Util # directory /opt/freeware/lib/python2.7/site-packages/Crypto/Util
# /opt/freeware/lib/python2.7/site-packages/Crypto/Util/__init__.pyc matches /opt/freeware/lib/python2.7/site-packages/Crypto/Util/__init__.py
import Crypto.Util # precompiled from /opt/freeware/lib/python2.7/site-packages/Crypto/Util/__init__.pyc
# /opt/freeware/lib/python2.7/site-packages/Crypto/Util/python_compat.pyc matches /opt/freeware/lib/python2.7/site-packages/Crypto/Util/python_compat.py
import Crypto.Util.python_compat # precompiled from /opt/freeware/lib/python2.7/site-packages/Crypto/Util/python_compat.pyc
# /opt/freeware/lib/python2.7/site-packages/Crypto/Random/_UserFriendlyRNG.pyc matches /opt/freeware/lib/python2.7/site-packages/Crypto/Random/_UserFriendlyRNG.py
import Crypto.Random._UserFriendlyRNG # precompiled from /opt/freeware/lib/python2.7/site-packages/Crypto/Random/_UserFriendlyRNG.pyc
dlopen("/opt/freeware/lib/python2.7/lib-dynload/math.so", 2);
import math # dynamically loaded from /opt/freeware/lib/python2.7/lib-dynload/math.so
import Crypto.Random.Fortuna # directory /opt/freeware/lib/python2.7/site-packages/Crypto/Random/Fortuna
# /opt/freeware/lib/python2.7/site-packages/Crypto/Random/Fortuna/__init__.pyc matches /opt/freeware/lib/python2.7/site-packages/Crypto/Random/Fortuna/__init__.py
import Crypto.Random.Fortuna # precompiled from /opt/freeware/lib/python2.7/site-packages/Crypto/Random/Fortuna/__init__.pyc
# /opt/freeware/lib/python2.7/site-packages/Crypto/Random/Fortuna/FortunaAccumulator.pyc matches /opt/freeware/lib/python2.7/site-packages/Crypto/Random/Fortuna/FortunaAccumulator.py
import Crypto.Random.Fortuna.FortunaAccumulator # precompiled from /opt/freeware/lib/python2.7/site-packages/Crypto/Random/Fortuna/FortunaAccumulator.pyc
# /opt/freeware/lib/python2.7/site-packages/Crypto/pct_warnings.pyc matches /opt/freeware/lib/python2.7/site-packages/Crypto/pct_warnings.py
import Crypto.pct_warnings # precompiled from /opt/freeware/lib/python2.7/site-packages/Crypto/pct_warnings.pyc
# /opt/freeware/lib/python2.7/site-packages/Crypto/Random/Fortuna/SHAd256.pyc matches /opt/freeware/lib/python2.7/site-packages/Crypto/Random/Fortuna/SHAd256.py
import Crypto.Random.Fortuna.SHAd256 # precompiled from /opt/freeware/lib/python2.7/site-packages/Crypto/Random/Fortuna/SHAd256.pyc
import Crypto.Hash # directory /opt/freeware/lib/python2.7/site-packages/Crypto/Hash
# /opt/freeware/lib/python2.7/site-packages/Crypto/Hash/__init__.pyc matches /opt/freeware/lib/python2.7/site-packages/Crypto/Hash/__init__.py
import Crypto.Hash # precompiled from /opt/freeware/lib/python2.7/site-packages/Crypto/Hash/__init__.pyc
dlopen("/opt/freeware/lib/python2.7/site-packages/Crypto/Hash/SHA256.so", 2);
import Crypto.Hash.SHA256 # dynamically loaded from /opt/freeware/lib/python2.7/site-packages/Crypto/Hash/SHA256.so
# /opt/freeware/lib/python2.7/site-packages/Crypto/Random/Fortuna/FortunaGenerator.pyc matches /opt/freeware/lib/python2.7/site-packages/Crypto/Random/Fortuna/FortunaGenerator.py
import Crypto.Random.Fortuna.FortunaGenerator # precompiled from /opt/freeware/lib/python2.7/site-packages/Crypto/Random/Fortuna/FortunaGenerator.pyc
# /opt/freeware/lib/python2.7/site-packages/Crypto/Util/number.pyc matches /opt/freeware/lib/python2.7/site-packages/Crypto/Util/number.py
import Crypto.Util.number # precompiled from /opt/freeware/lib/python2.7/site-packages/Crypto/Util/number.pyc
import Crypto.PublicKey # directory /opt/freeware/lib/python2.7/site-packages/Crypto/PublicKey
# /opt/freeware/lib/python2.7/site-packages/Crypto/PublicKey/__init__.pyc matches /opt/freeware/lib/python2.7/site-packages/Crypto/PublicKey/__init__.py
import Crypto.PublicKey # precompiled from /opt/freeware/lib/python2.7/site-packages/Crypto/PublicKey/__init__.pyc
dlopen("/opt/freeware/lib/python2.7/site-packages/Crypto/PublicKey/_fastmath.so", 2);
import Crypto.PublicKey._fastmath # dynamically loaded from /opt/freeware/lib/python2.7/site-packages/Crypto/PublicKey/_fastmath.so
# /opt/freeware/lib/python2.7/site-packages/Crypto/Util/_number_new.pyc matches /opt/freeware/lib/python2.7/site-packages/Crypto/Util/_number_new.py
import Crypto.Util._number_new # precompiled from /opt/freeware/lib/python2.7/site-packages/Crypto/Util/_number_new.pyc
# /opt/freeware/lib/python2.7/site-packages/Crypto/Util/Counter.pyc matches /opt/freeware/lib/python2.7/site-packages/Crypto/Util/Counter.py
import Crypto.Util.Counter # precompiled from /opt/freeware/lib/python2.7/site-packages/Crypto/Util/Counter.pyc
dlopen("/opt/freeware/lib/python2.7/site-packages/Crypto/Util/_counter.so", 2);
import Crypto.Util._counter # dynamically loaded from /opt/freeware/lib/python2.7/site-packages/Crypto/Util/_counter.so
import Crypto.Cipher # directory /opt/freeware/lib/python2.7/site-packages/Crypto/Cipher
# /opt/freeware/lib/python2.7/site-packages/Crypto/Cipher/__init__.pyc matches /opt/freeware/lib/python2.7/site-packages/Crypto/Cipher/__init__.py
import Crypto.Cipher # precompiled from /opt/freeware/lib/python2.7/site-packages/Crypto/Cipher/__init__.pyc
dlopen("/opt/freeware/lib/python2.7/site-packages/Crypto/Cipher/AES.so", 2);
import Crypto.Cipher.AES # dynamically loaded from /opt/freeware/lib/python2.7/site-packages/Crypto/Cipher/AES.so
import logging # directory /opt/freeware/lib/python2.7/logging
# /opt/freeware/lib/python2.7/logging/__init__.pyc matches /opt/freeware/lib/python2.7/logging/__init__.py
import logging # precompiled from /opt/freeware/lib/python2.7/logging/__init__.pyc
# /opt/freeware/lib/python2.7/atexit.pyc matches /opt/freeware/lib/python2.7/atexit.py
import atexit # precompiled from /opt/freeware/lib/python2.7/atexit.pyc
# /tmp/python/packages/paramiko-1.11.0/paramiko/config.pyc matches /tmp/python/packages/paramiko-1.11.0/paramiko/config.py
import paramiko.config # precompiled from /tmp/python/packages/paramiko-1.11.0/paramiko/config.pyc
# /tmp/python/packages/paramiko-1.11.0/paramiko/auth_handler.pyc matches /tmp/python/packages/paramiko-1.11.0/paramiko/auth_handler.py
import paramiko.auth_handler # precompiled from /tmp/python/packages/paramiko-1.11.0/paramiko/auth_handler.pyc
# /opt/freeware/lib/python2.7/encodings/utf_8.pyc matches /opt/freeware/lib/python2.7/encodings/utf_8.py
import encodings.utf_8 # precompiled from /opt/freeware/lib/python2.7/encodings/utf_8.pyc
# /tmp/python/packages/paramiko-1.11.0/paramiko/message.pyc matches /tmp/python/packages/paramiko-1.11.0/paramiko/message.py
import paramiko.message # precompiled from /tmp/python/packages/paramiko-1.11.0/paramiko/message.pyc
# /tmp/python/packages/paramiko-1.11.0/paramiko/ssh_exception.pyc matches /tmp/python/packages/paramiko-1.11.0/paramiko/ssh_exception.py
import paramiko.ssh_exception # precompiled from /tmp/python/packages/paramiko-1.11.0/paramiko/ssh_exception.pyc
# /tmp/python/packages/paramiko-1.11.0/paramiko/server.pyc matches /tmp/python/packages/paramiko-1.11.0/paramiko/server.py
import paramiko.server # precompiled from /tmp/python/packages/paramiko-1.11.0/paramiko/server.pyc
# /tmp/python/packages/paramiko-1.11.0/paramiko/channel.pyc matches /tmp/python/packages/paramiko-1.11.0/paramiko/channel.py
import paramiko.channel # precompiled from /tmp/python/packages/paramiko-1.11.0/paramiko/channel.pyc
# /tmp/python/packages/paramiko-1.11.0/paramiko/file.pyc matches /tmp/python/packages/paramiko-1.11.0/paramiko/file.py
import paramiko.file # precompiled from /tmp/python/packages/paramiko-1.11.0/paramiko/file.pyc
# /tmp/python/packages/paramiko-1.11.0/paramiko/buffered_pipe.pyc matches /tmp/python/packages/paramiko-1.11.0/paramiko/buffered_pipe.py
import paramiko.buffered_pipe # precompiled from /tmp/python/packages/paramiko-1.11.0/paramiko/buffered_pipe.pyc
# /tmp/python/packages/paramiko-1.11.0/paramiko/pipe.pyc matches /tmp/python/packages/paramiko-1.11.0/paramiko/pipe.py
import paramiko.pipe # precompiled from /tmp/python/packages/paramiko-1.11.0/paramiko/pipe.pyc
# /tmp/python/packages/paramiko-1.11.0/paramiko/compress.pyc matches /tmp/python/packages/paramiko-1.11.0/paramiko/compress.py
import paramiko.compress # precompiled from /tmp/python/packages/paramiko-1.11.0/paramiko/compress.pyc
dlopen("/opt/freeware/lib/python2.7/lib-dynload/zlib.so", 2);
import zlib # dynamically loaded from /opt/freeware/lib/python2.7/lib-dynload/zlib.so
# /tmp/python/packages/paramiko-1.11.0/paramiko/dsskey.pyc matches /tmp/python/packages/paramiko-1.11.0/paramiko/dsskey.py
import paramiko.dsskey # precompiled from /tmp/python/packages/paramiko-1.11.0/paramiko/dsskey.pyc
# /opt/freeware/lib/python2.7/site-packages/Crypto/PublicKey/DSA.pyc matches /opt/freeware/lib/python2.7/site-packages/Crypto/PublicKey/DSA.py
import Crypto.PublicKey.DSA # precompiled from /opt/freeware/lib/python2.7/site-packages/Crypto/PublicKey/DSA.pyc
# /opt/freeware/lib/python2.7/site-packages/Crypto/PublicKey/_DSA.pyc matches /opt/freeware/lib/python2.7/site-packages/Crypto/PublicKey/_DSA.py
import Crypto.PublicKey._DSA # precompiled from /opt/freeware/lib/python2.7/site-packages/Crypto/PublicKey/_DSA.pyc
# /opt/freeware/lib/python2.7/site-packages/Crypto/PublicKey/pubkey.pyc matches /opt/freeware/lib/python2.7/site-packages/Crypto/PublicKey/pubkey.py
import Crypto.PublicKey.pubkey # precompiled from /opt/freeware/lib/python2.7/site-packages/Crypto/PublicKey/pubkey.pyc
# /opt/freeware/lib/python2.7/site-packages/Crypto/Hash/SHA.pyc matches /opt/freeware/lib/python2.7/site-packages/Crypto/Hash/SHA.py
import Crypto.Hash.SHA # precompiled from /opt/freeware/lib/python2.7/site-packages/Crypto/Hash/SHA.pyc
# /opt/freeware/lib/python2.7/hashlib.pyc matches /opt/freeware/lib/python2.7/hashlib.py
import hashlib # precompiled from /opt/freeware/lib/python2.7/hashlib.pyc
dlopen("/opt/freeware/lib/python2.7/lib-dynload/_hashlib.so", 2);
import _hashlib # dynamically loaded from /opt/freeware/lib/python2.7/lib-dynload/_hashlib.so
# /opt/freeware/lib/python2.7/site-packages/Crypto/PublicKey/_slowmath.pyc matches /opt/freeware/lib/python2.7/site-packages/Crypto/PublicKey/_slowmath.py
import Crypto.PublicKey._slowmath # precompiled from /opt/freeware/lib/python2.7/site-packages/Crypto/PublicKey/_slowmath.pyc
# /tmp/python/packages/paramiko-1.11.0/paramiko/ber.pyc matches /tmp/python/packages/paramiko-1.11.0/paramiko/ber.py
import paramiko.ber # precompiled from /tmp/python/packages/paramiko-1.11.0/paramiko/ber.pyc
# /tmp/python/packages/paramiko-1.11.0/paramiko/pkey.pyc matches /tmp/python/packages/paramiko-1.11.0/paramiko/pkey.py
import paramiko.pkey # precompiled from /tmp/python/packages/paramiko-1.11.0/paramiko/pkey.pyc
# /opt/freeware/lib/python2.7/base64.pyc matches /opt/freeware/lib/python2.7/base64.py
import base64 # precompiled from /opt/freeware/lib/python2.7/base64.pyc
# /opt/freeware/lib/python2.7/site-packages/Crypto/Hash/MD5.pyc matches /opt/freeware/lib/python2.7/site-packages/Crypto/Hash/MD5.py
import Crypto.Hash.MD5 # precompiled from /opt/freeware/lib/python2.7/site-packages/Crypto/Hash/MD5.pyc
dlopen("/opt/freeware/lib/python2.7/site-packages/Crypto/Cipher/DES3.so", 2);
import Crypto.Cipher.DES3 # dynamically loaded from /opt/freeware/lib/python2.7/site-packages/Crypto/Cipher/DES3.so
# /tmp/python/packages/paramiko-1.11.0/paramiko/kex_gex.pyc matches /tmp/python/packages/paramiko-1.11.0/paramiko/kex_gex.py
import paramiko.kex_gex # precompiled from /tmp/python/packages/paramiko-1.11.0/paramiko/kex_gex.pyc
# /tmp/python/packages/paramiko-1.11.0/paramiko/kex_group1.pyc matches /tmp/python/packages/paramiko-1.11.0/paramiko/kex_group1.py
import paramiko.kex_group1 # precompiled from /tmp/python/packages/paramiko-1.11.0/paramiko/kex_group1.pyc
# /tmp/python/packages/paramiko-1.11.0/paramiko/packet.pyc matches /tmp/python/packages/paramiko-1.11.0/paramiko/packet.py
import paramiko.packet # precompiled from /tmp/python/packages/paramiko-1.11.0/paramiko/packet.pyc
dlopen("/opt/freeware/lib/python2.7/lib-dynload/select.so", 2);
import select # dynamically loaded from /opt/freeware/lib/python2.7/lib-dynload/select.so
# /tmp/python/packages/paramiko-1.11.0/paramiko/primes.pyc matches /tmp/python/packages/paramiko-1.11.0/paramiko/primes.py
import paramiko.primes # precompiled from /tmp/python/packages/paramiko-1.11.0/paramiko/primes.pyc
# /tmp/python/packages/paramiko-1.11.0/paramiko/rsakey.pyc matches /tmp/python/packages/paramiko-1.11.0/paramiko/rsakey.py
import paramiko.rsakey # precompiled from /tmp/python/packages/paramiko-1.11.0/paramiko/rsakey.pyc
# /opt/freeware/lib/python2.7/site-packages/Crypto/PublicKey/RSA.pyc matches /opt/freeware/lib/python2.7/site-packages/Crypto/PublicKey/RSA.py
import Crypto.PublicKey.RSA # precompiled from /opt/freeware/lib/python2.7/site-packages/Crypto/PublicKey/RSA.pyc
# /opt/freeware/lib/python2.7/site-packages/Crypto/PublicKey/_RSA.pyc matches /opt/freeware/lib/python2.7/site-packages/Crypto/PublicKey/_RSA.py
import Crypto.PublicKey._RSA # precompiled from /opt/freeware/lib/python2.7/site-packages/Crypto/PublicKey/_RSA.pyc
# /opt/freeware/lib/python2.7/site-packages/Crypto/Util/asn1.pyc matches /opt/freeware/lib/python2.7/site-packages/Crypto/Util/asn1.py
import Crypto.Util.asn1 # precompiled from /opt/freeware/lib/python2.7/site-packages/Crypto/Util/asn1.pyc
# /tmp/python/packages/paramiko-1.11.0/paramiko/sftp_client.pyc matches /tmp/python/packages/paramiko-1.11.0/paramiko/sftp_client.py
import paramiko.sftp_client # precompiled from /tmp/python/packages/paramiko-1.11.0/paramiko/sftp_client.pyc
# /tmp/python/packages/paramiko-1.11.0/paramiko/sftp.pyc matches /tmp/python/packages/paramiko-1.11.0/paramiko/sftp.py
import paramiko.sftp # precompiled from /tmp/python/packages/paramiko-1.11.0/paramiko/sftp.pyc
# /tmp/python/packages/paramiko-1.11.0/paramiko/sftp_attr.pyc matches /tmp/python/packages/paramiko-1.11.0/paramiko/sftp_attr.py
import paramiko.sftp_attr # precompiled from /tmp/python/packages/paramiko-1.11.0/paramiko/sftp_attr.pyc
# /tmp/python/packages/paramiko-1.11.0/paramiko/sftp_file.pyc matches /tmp/python/packages/paramiko-1.11.0/paramiko/sftp_file.py
import paramiko.sftp_file # precompiled from /tmp/python/packages/paramiko-1.11.0/paramiko/sftp_file.pyc
dlopen("/opt/freeware/lib/python2.7/site-packages/Crypto/Cipher/Blowfish.so", 2);
import Crypto.Cipher.Blowfish # dynamically loaded from /opt/freeware/lib/python2.7/site-packages/Crypto/Cipher/Blowfish.so
dlopen("/opt/freeware/lib/python2.7/site-packages/Crypto/Cipher/ARC4.so", 2);
import Crypto.Cipher.ARC4 # dynamically loaded from /opt/freeware/lib/python2.7/site-packages/Crypto/Cipher/ARC4.so
# /tmp/python/packages/paramiko-1.11.0/paramiko/client.pyc matches /tmp/python/packages/paramiko-1.11.0/paramiko/client.py
import paramiko.client # precompiled from /tmp/python/packages/paramiko-1.11.0/paramiko/client.pyc
# /opt/freeware/lib/python2.7/getpass.pyc matches /opt/freeware/lib/python2.7/getpass.py
import getpass # precompiled from /opt/freeware/lib/python2.7/getpass.pyc
dlopen("/opt/freeware/lib/python2.7/lib-dynload/termios.so", 2);
import termios # dynamically loaded from /opt/freeware/lib/python2.7/lib-dynload/termios.so
# /tmp/python/packages/paramiko-1.11.0/paramiko/agent.pyc matches /tmp/python/packages/paramiko-1.11.0/paramiko/agent.py
import paramiko.agent # precompiled from /tmp/python/packages/paramiko-1.11.0/paramiko/agent.pyc
# /opt/freeware/lib/python2.7/tempfile.pyc matches /opt/freeware/lib/python2.7/tempfile.py
import tempfile # precompiled from /opt/freeware/lib/python2.7/tempfile.pyc
# /opt/freeware/lib/python2.7/io.pyc matches /opt/freeware/lib/python2.7/io.py
import io # precompiled from /opt/freeware/lib/python2.7/io.pyc
dlopen("/opt/freeware/lib/python2.7/lib-dynload/_io.so", 2);
import _io # dynamically loaded from /opt/freeware/lib/python2.7/lib-dynload/_io.so
# /opt/freeware/lib/python2.7/random.pyc matches /opt/freeware/lib/python2.7/random.py
import random # precompiled from /opt/freeware/lib/python2.7/random.pyc
dlopen("/opt/freeware/lib/python2.7/lib-dynload/_random.so", 2);
import _random # dynamically loaded from /opt/freeware/lib/python2.7/lib-dynload/_random.so
dlopen("/opt/freeware/lib/python2.7/lib-dynload/fcntl.so", 2);
import fcntl # dynamically loaded from /opt/freeware/lib/python2.7/lib-dynload/fcntl.so
# /tmp/python/packages/paramiko-1.11.0/paramiko/hostkeys.pyc matches /tmp/python/packages/paramiko-1.11.0/paramiko/hostkeys.py
import paramiko.hostkeys # precompiled from /tmp/python/packages/paramiko-1.11.0/paramiko/hostkeys.pyc
# /opt/freeware/lib/python2.7/site-packages/Crypto/Hash/HMAC.pyc matches /opt/freeware/lib/python2.7/site-packages/Crypto/Hash/HMAC.py
import Crypto.Hash.HMAC # precompiled from /opt/freeware/lib/python2.7/site-packages/Crypto/Hash/HMAC.pyc
dlopen("/opt/freeware/lib/python2.7/site-packages/Crypto/Util/strxor.so", 2);
import Crypto.Util.strxor # dynamically loaded from /opt/freeware/lib/python2.7/site-packages/Crypto/Util/strxor.so
# /tmp/python/packages/paramiko-1.11.0/paramiko/resource.pyc matches /tmp/python/packages/paramiko-1.11.0/paramiko/resource.py
import paramiko.resource # precompiled from /tmp/python/packages/paramiko-1.11.0/paramiko/resource.pyc
# /tmp/python/packages/paramiko-1.11.0/paramiko/sftp_server.pyc matches /tmp/python/packages/paramiko-1.11.0/paramiko/sftp_server.py
import paramiko.sftp_server # precompiled from /tmp/python/packages/paramiko-1.11.0/paramiko/sftp_server.pyc
# /tmp/python/packages/paramiko-1.11.0/paramiko/sftp_si.pyc matches /tmp/python/packages/paramiko-1.11.0/paramiko/sftp_si.py
import paramiko.sftp_si # precompiled from /tmp/python/packages/paramiko-1.11.0/paramiko/sftp_si.pyc
# /tmp/python/packages/paramiko-1.11.0/paramiko/sftp_handle.pyc matches /tmp/python/packages/paramiko-1.11.0/paramiko/sftp_handle.py
import paramiko.sftp_handle # precompiled from /tmp/python/packages/paramiko-1.11.0/paramiko/sftp_handle.pyc
# /tmp/python/packages/paramiko-1.11.0/paramiko/proxy.pyc matches /tmp/python/packages/paramiko-1.11.0/paramiko/proxy.py
import paramiko.proxy # precompiled from /tmp/python/packages/paramiko-1.11.0/paramiko/proxy.pyc
# /opt/freeware/lib/python2.7/shlex.pyc matches /opt/freeware/lib/python2.7/shlex.py
import shlex # precompiled from /opt/freeware/lib/python2.7/shlex.pyc
# /opt/freeware/lib/python2.7/subprocess.pyc matches /opt/freeware/lib/python2.7/subprocess.py
import subprocess # precompiled from /opt/freeware/lib/python2.7/subprocess.pyc
import gc # builtin
# /opt/freeware/lib/python2.7/pickle.pyc matches /opt/freeware/lib/python2.7/pickle.py
import pickle # precompiled from /opt/freeware/lib/python2.7/pickle.pyc
import marshal # builtin
# tests/test_message.pyc matches tests/test_message.py
import test_message # precompiled from tests/test_message.pyc
# tests/test_file.pyc matches tests/test_file.py
import test_file # precompiled from tests/test_file.pyc
# tests/test_buffered_pipe.pyc matches tests/test_buffered_pipe.py
import test_buffered_pipe # precompiled from tests/test_buffered_pipe.pyc
# tests/util.pyc matches tests/util.py
import util # precompiled from tests/util.pyc
# tests/test_util.pyc matches tests/test_util.py
import test_util # precompiled from tests/test_util.pyc
# tests/test_hostkeys.pyc matches tests/test_hostkeys.py
import test_hostkeys # precompiled from tests/test_hostkeys.pyc
# tests/test_pkey.pyc matches tests/test_pkey.py
import test_pkey # precompiled from tests/test_pkey.pyc
# tests/test_kex.pyc matches tests/test_kex.py
import test_kex # precompiled from tests/test_kex.pyc
# tests/test_packetizer.pyc matches tests/test_packetizer.py
import test_packetizer # precompiled from tests/test_packetizer.pyc
# tests/loop.pyc matches tests/loop.py
import loop # precompiled from tests/loop.pyc
# tests/test_auth.pyc matches tests/test_auth.py
import test_auth # precompiled from tests/test_auth.pyc
# tests/test_transport.pyc matches tests/test_transport.py
import test_transport # precompiled from tests/test_transport.pyc
# tests/test_sftp.pyc matches tests/test_sftp.py
import test_sftp # precompiled from tests/test_sftp.pyc
# tests/stub_sftp.pyc matches tests/stub_sftp.py
import stub_sftp # precompiled from tests/stub_sftp.pyc
# tests/test_sftp_big.pyc matches tests/test_sftp_big.py
import test_sftp_big # precompiled from tests/test_sftp_big.pyc
# tests/test_client.pyc matches tests/test_client.py
import test_client # precompiled from tests/test_client.pyc
Instruction non autorisée(coredump)
root@server01 /tmp/python/packages/paramiko-1.11.0 #
i found exactly where module execution crash. coredump occures when function connect() is invoked from SSHclient Class:
root@server01 /tmp/python/packages/paramiko-1.11.0 # python
Python 2.7.5 (default, Jul 18 2013, 16:10:46) [C] on aix5
Type "help", "copyright", "credits" or "license" for more information.
>>> import paramiko
>>>
>>> client = paramiko.SSHClient()
>>> client.set_missing_host_key_policy(paramiko.AutoAddPolicy())
>>> client.connect("testserver",username="root",password="mypassword")
Instruction non autorisée(coredump)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at SSHClient.connect in paramiko/client.py and review the connection path alongside the reported Python 2.7.5, AIX, and python-crypto versions. Reproduce the coredump on AIX if possible, then use tests/test_client.py and the other connection-related tests to establish what successful behavior should be.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100