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

Startup error #47

Open
joltcan opened this issue Apr 4, 2017 · 0 comments
Open

Startup error #47

joltcan opened this issue Apr 4, 2017 · 0 comments

Comments

@joltcan
Copy link

joltcan commented Apr 4, 2017

Traceback (most recent call last):
  File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/tmp/exaproxy-1.2.1/lib/exaproxy/util/debug.py", line 71, in <module>
    execfile(sys.argv[0])
  File "/tmp/exaproxy-1.2.1/lib/exaproxy/application.py", line 306, in <module>
    main()
  File "/tmp/exaproxy-1.2.1/lib/exaproxy/application.py", line 276, in main
    Supervisor(configuration).run()
  File "/tmp/exaproxy-1.2.1/lib/exaproxy/supervisor.py", line 131, in __init__
    self.interfaces()
  File "/tmp/exaproxy-1.2.1/lib/exaproxy/supervisor.py", line 211, in interfaces
    for interface in getifaddrs():
  File "/tmp/exaproxy-1.2.1/lib/exaproxy/util/interfaces.py", line 233, in getifaddrs
    sa = sockaddr.from_address(ifa.ifa_addr)
TypeError: integer expected


--------------------------------------------------------------------------------
-- Please provide the information above on :
-- http://code.google.com/p/exaproxy/issues/entry
--------------------------------------------------------------------------------

Seems like it doesn't like something in my KVM VM w/ VPN. Interfaces are just OpenVPN tunnel and eth0 (libvirt) and tun0. This is vanilla run as ./sbin/exaproxy.

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