TwoWheelDev / gns3-converter

GNS3 Topology Converter
GNU General Public License v3.0
14 stars 13 forks source link

Configs are not found when converting a topology #2

Closed anotherlousytag closed 10 years ago

anotherlousytag commented 10 years ago

Configs do not seem to be found when converting a topology, please see the below terminal output. The configs folder definitely exists in the working directory and the config files appear to be named correctly.

_the-orchid:Authentication lot49$ ls -l total 24 -rwxr-x---@ 1 lot49 staff 771 29 Jun 2013 OSPF AUTHENTICATION.txt drwxr-x---@ 6 lot49 staff 204 15 Feb 2014 configs -rwxr-x---@ 1 lot49 staff 4116 29 Jun 2013 topology.net the-orchid:Authentication lot49$ sudo gns3-converter topology.net GNS3 Topology Converter Please enter a name for this topology: Auth E: Unable to find configs\Elephant.cfg E: Unable to find configs\Giraffe.cfg E: Unable to find configs\Gorilla.cfg E: Unable to find configs\Lion.cfg W: Some router startup configurations could not be found to be copied to the new topology Your topology has been converted and can found in: /Users/lot49/Documents/GNS3/gns3_ccnpxlabs/GNS3/CCNP/ROUTE/OSPF/GNS3Vault/Authentication/Auth the-orchid:Authentication lot49$ cd configs/ the-orchid:configs lot49$ ls -l total 32 -rwxr-x---@ 1 lot49 staff 883 29 Jun 2013 Elephant.cfg -rwxr-x---@ 1 lot49 staff 1152 29 Jun 2013 Giraffe.cfg -rwxr-x---@ 1 lot49 staff 1075 29 Jun 2013 Gorilla.cfg -rwxr-x---@ 1 lot49 staff 782 29 Jun 2013 Lion.cfg