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

Extra vessels show up as v1 #78

Open
choksi81 opened this issue May 29, 2014 · 1 comment
Open

Extra vessels show up as v1 #78

choksi81 opened this issue May 29, 2014 · 1 comment
Assignees

Comments

@choksi81
Copy link
Contributor

Some extra vessels show up on v1. This should never happen, as v1 is no longer used. Extra vessels should always be numbered >2 and is usually an odd number.

The following list is obtained via Selexor's database:

mysql> select ip_addr, vessel_name from vessels LEFT JOIN nodes ON nodes.node_id=vessels.node_id where vessel_name='v1';
+-----------------+-------------+
| ip_addr         | vessel_name |
+-----------------+-------------+
| 129.237.161.194 | v1          |
| 131.130.125.5   | v1          |
| 216.165.108.206 | v1          |
| 203.178.143.10  | v1          |
| 128.59.20.227   | v1          |
| 129.22.150.29   | v1          |
| 165.230.49.114  | v1          |
| 128.59.20.228   | v1          |
| 169.229.50.14   | v1          |
| 169.229.50.3    | v1          |
| 199.26.254.66   | v1          |
| 169.229.50.9    | v1          |
| 206.117.37.4    | v1          |
| 128.233.252.11  | v1          |
| 128.59.20.226   | v1          |
| 128.31.1.16     | v1          |
| 199.26.254.69   | v1          |
| 129.237.161.193 | v1          |
| 128.59.20.228   | v1          |
| 141.213.4.201   | v1          |
| 128.59.20.227   | v1          |
| 141.213.4.202   | v1          |
| 219.243.208.62  | v1          |
| 128.2.211.114   | v1          |
| 129.237.161.194 | v1          |
| 203.30.39.241   | v1          |
| 162.105.205.21  | v1          |
| 140.112.107.80  | v1          |
+-----------------+-------------+
@choksi81
Copy link
Contributor Author

choksi81 commented Jun 3, 2014

The 131.130.... above is one of "my" machines. It runs a customized install, so v1 actually makes sense.

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

2 participants