Guest User

Untitled

a guest
Jul 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1.  
  2. ----
  3. CRASH REPORTED:
  4. SYS.PLATFORM: linux2
  5. OS.NAME: posix
  6. Zenmap Version: 5.00
  7. TRACEBACK:
  8. Traceback (most recent call last):
  9. File "/usr/local/bin/zenmap", line 105, in <module>
  10. zenmapGUI.App.run()
  11. File "/usr/local/lib/python2.6/dist-packages/zenmapGUI/App.py", line 165, in run
  12. window = new_window()
  13. File "/usr/local/lib/python2.6/dist-packages/zenmapGUI/App.py", line 84, in new_window
  14. w = ScanWindow()
  15. File "/usr/local/lib/python2.6/dist-packages/zenmapGUI/MainWindow.py", line 92, in __init__
  16. self._create_scan_interface()
  17. File "/usr/local/lib/python2.6/dist-packages/zenmapGUI/MainWindow.py", line 362, in _create_scan_interface
  18. self.scan_interface = ScanInterface()
  19. File "/usr/local/lib/python2.6/dist-packages/zenmapGUI/ScanNotebook.py", line 88, in __init__
  20. self.__create_toolbar()
  21. File "/usr/local/lib/python2.6/dist-packages/zenmapGUI/ScanNotebook.py", line 139, in __create_toolbar
  22. self.toolbar = ScanToolbar()
  23. File "/usr/local/lib/python2.6/dist-packages/zenmapGUI/ScanToolbar.py", line 70, in __init__
  24. self._create_profile()
  25. File "/usr/local/lib/python2.6/dist-packages/zenmapGUI/ScanToolbar.py", line 104, in _create_profile
  26. self.profile_entry = ProfileCombo()
  27. File "/usr/local/lib/python2.6/dist-packages/zenmapGUI/ProfileCombo.py", line 36, in __init__
  28. self.update()
  29. File "/usr/local/lib/python2.6/dist-packages/zenmapGUI/ProfileCombo.py", line 48, in update
  30. profile = CommandProfile()
  31. File "/usr/local/lib/python2.6/dist-packages/zenmapCore/UmitConf.py", line 207, in __init__
  32. Profile.__init__(self, user_profile)
  33. File "/usr/local/lib/python2.6/dist-packages/zenmapCore/UmitConf.py", line 154, in __init__
  34. user_profile = Path.scan_profile
  35. File "/usr/local/lib/python2.6/dist-packages/zenmapCore/Paths.py", line 107, in __getattr__
  36. return return_if_exists(join(self.user_config_dir, base_paths[name]))
  37. File "/usr/local/lib/python2.6/dist-packages/zenmapCore/Paths.py", line 161, in return_if_exists
  38. raise Exception("File '%s' does not exist or could not be found!" % path)
  39. Exception: File '/home/slops/.zenmap/scan_profile.usp' does not exist or could not be found!
Add Comment
Please, Sign In to add comment