Nmap Development mailing list archives
STACK TRACE: zenmap
From: "Michael P. Curran" <michaelpcurran () aol com>
Date: Sat, 18 Oct 2014 16:35:34 -0400
Below is the stack trace for zenmap i received. Also, the config or other file made the user/root create a directory
within /usr/local/bin which is not clean at all. The GUI was looking for /usr/local/bin/share/zenmap/config, while
this directory should go in /usr/local/share/ .. Please let me know if you plan on cleaning or know how I could change
this pointer...
Version: 6.47SVN
Traceback (most recent call last):
File "/usr/local/bin/zenmap", line 188, in <module>
zenmapGUI.App.run()
File "/usr/lib/python2.7/site-packages/zenmapGUI/App.py", line 330, in run
window = new_window()
File "/usr/lib/python2.7/site-packages/zenmapGUI/App.py", line 187, in new_window
w = ScanWindow()
File "/usr/lib/python2.7/site-packages/zenmapGUI/MainWindow.py", line 200, in __init__
self.scan_interface = ScanInterface()
File "/usr/lib/python2.7/site-packages/zenmapGUI/ScanInterface.py", line 203, in __init__
self.__create_toolbar()
File "/usr/lib/python2.7/site-packages/zenmapGUI/ScanInterface.py", line 329, in __create_toolbar
self.toolbar = ScanToolbar()
File "/usr/lib/python2.7/site-packages/zenmapGUI/ScanToolbar.py", line 171, in __init__
self._create_profile()
File "/usr/lib/python2.7/site-packages/zenmapGUI/ScanToolbar.py", line 205, in _create_profile
self.profile_entry = ProfileCombo()
File "/usr/lib/python2.7/site-packages/zenmapGUI/ProfileCombo.py", line 137, in __init__
self.update()
File "/usr/lib/python2.7/site-packages/zenmapGUI/ProfileCombo.py", line 149, in update
profile = CommandProfile()
File "/usr/lib/python2.7/site-packages/zenmapCore/UmitConf.py", line 313, in __init__
Profile.__init__(self, user_profile)
File "/usr/lib/python2.7/site-packages/zenmapCore/UmitConf.py", line 257, in __init__
user_profile = Path.scan_profile
File "/usr/lib/python2.7/site-packages/zenmapCore/Paths.py", line 224, in __getattr__
join(self.user_config_dir, base_paths[name]))
File "/usr/lib/python2.7/site-packages/zenmapCore/Paths.py", line 282, in return_if_exists
raise Exception("File '%s' does not exist or could not be found!" % path)
Exception: File '/root/.zenmap/scan_profile.usp' does not exist or could not be found!
Thank you - Keep up the good work, absolutely love nmap: I use it on a daily basis...
mcurran
Michael P. Curran
ACE Technical Solutions
27 Camp Street - Abington, MA 02351
michaelpcurran () aol com | mcurran
(774) 381-5332 - CELLULAR
(781) 871-0301 - HOME
(781) 763-7052 - ONLINE/SIP
_______________________________________________ Sent through the dev mailing list http://nmap.org/mailman/listinfo/dev Archived at http://seclists.org/nmap-dev/
Current thread:
- STACK TRACE: zenmap Michael P. Curran (Oct 18)
