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

tracepath: command not found #26

Closed
v1s1t0r1sh3r3 opened this issue Jan 5, 2017 · 7 comments
Closed

tracepath: command not found #26

v1s1t0r1sh3r3 opened this issue Jan 5, 2017 · 7 comments
Assignees
Labels
Milestone

Comments

@v1s1t0r1sh3r3
Copy link

Expected Behavior

Not sure, never saw it working. 😄

Current Behavior

An error happens sometimes. tracepath: command not found and for google dns 8.8.8.8 it says destination is unrecheable but I have internet connection and I can ping to 8.8.8.8 without problems. It seems tracepath error happens depending of the host.

Screenshots (if appropriate):

Sorry, the screenshot is in spanish.
error

Possible Solution

Steps to Reproduce (for bugs)

  1. cd /to/your/ship/path
  2. ./ship.sh -r somewhere.net

Context

I'm trying to see the route to host

Your Environment

  • Script's version used: 2.0
  • Linux Distribution (e.g. Arch, Gentoo, Ubuntu): Kali 2016.2
  • Link to your project (if appropriate):
@xtonousou xtonousou added this to the 2.1 milestone Jan 6, 2017
@xtonousou
Copy link
Owner

xtonousou commented Jan 6, 2017

As for the destination is unreachable, the timeout is very short. I will create two 'timeout' variables, one short and one long. The short timeout will be used for wget commands and the long timeout will be used to check internet connection. For the tracepath: command not found, I will probably bring traceroute and mtr to the field. A function will be added to check which tool is installed and an appropriate stream edit for each case scenario. I will close the issue, when it's fixed. Thank you!

@xtonousou xtonousou self-assigned this Jan 6, 2017
@v1s1t0r1sh3r3
Copy link
Author

nice to hear that!

xtonousou added a commit that referenced this issue Jan 11, 2017
@xtonousou
Copy link
Owner

xtonousou commented Jan 11, 2017

@v1s1t0r1sh3r3 last update should have fixed the problem.
Could you please test and report back?
Thanks!

@v1s1t0r1sh3r3
Copy link
Author

I downloaded ship from dev branch and tested again.

img

Everything works except the ship.sh -r 8.8.8.8. It starts to check but something happens.

xtonousou added a commit that referenced this issue Jan 11, 2017
@xtonousou
Copy link
Owner

@v1s1t0r1sh3r3 now it should be ok.

@v1s1t0r1sh3r3
Copy link
Author

yeah, now is working!!!

@xtonousou
Copy link
Owner

I'm glad to hear that!

This was referenced Jan 12, 2017
Merged
Merged
@xtonousou xtonousou added bug and removed enhancement labels Aug 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants