Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

No such device exception seen while running install.sh on Ubuntu 18.04 #215

Open
guluuu3 opened this issue Nov 20, 2019 · 1 comment
Open

Comments

@guluuu3
Copy link

guluuu3 commented Nov 20, 2019

Seeing following error while running Stenographer install.sh

Nov 20 07:50:43 ip-172-31-18-102 stenographer[25641]: 2019-11-20T07:50:43.528685Z T:225257 [stenotype.cc:606] CHECK(SUCCEEDED(__check_success_error__)) builder.Bind(flag_iface, &v3): No such device#012ABORTABORTABORT
Nov 20 07:50:43 ip-172-31-18-102 stenographer[25641]: /usr/bin/stenotype(+0x70b0) [0x55b4096760b0]#012/usr/bin/stenotype(+0x2219a) [0x55b40969119a]#012/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7f7b20ed0b97]#012/usr/bin/stenotype(+0x45fa) [0x55b4096735fa]
Nov 20 07:50:43 ip-172-31-18-102 stenographer[25641]: 2019/11/20 07:50:43 Stenotype stopped after 744.78279ms: stenotype wait failed: signal: aborted (core dumped)
Nov 20 07:50:43 ip-172-31-18-102 stenographer[25641]: 2019/11/20 07:50:43 Stenotype ran for too little time, crashing to avoid stenotype crash loop

Here is how my config file looks -

{
  "Threads": [
    { "PacketsDirectory": "/etc/stenographer/packets"
    , "IndexDirectory": "/etc/stenographer/index"
    }
  ]
  , "StenotypePath": "/usr/bin/stenotype"
  , "Interface": "eth0"
  , "Port": 1234
  , "Host": "127.0.0.1"
  , "Flags": ["-v"]
  , "CertPath": "/etc/stenographer/certs"
}
@guluuu3
Copy link
Author

guluuu3 commented Nov 20, 2019

Resolved by changing the Interface from eth0 to ens3

{
  "Threads": [
    { "PacketsDirectory": "/etc/stenographer/packets"
    , "IndexDirectory": "/etc/stenographer/index"
    }
  ]
  , "StenotypePath": "/usr/bin/stenotype"
  , "Interface": "ens3"
  , "Port":8000
  , "Host": "127.0.0.1"
  , "Flags": ["-v"]
  , "CertPath": "/etc/stenographer/certs"
}

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

No branches or pull requests

1 participant