Nmap Development mailing list archives
Unxpected error...
From: Lyle Bickley <lbickley () bickleywest com>
Date: Tue, 3 Nov 2015 15:01:25 -0800
Just downloaded and compiled the latest NMAP on linux (Linux asrock 3.16.6-2-desktop #1 SMP PREEMPT Mon Oct 20 13:47:22
UTC 2014 (feb42ea) x86_64 x86_64 x86_64 GNU/Linux) BTW: Did the usual .configure, make and make install.
Ran zenmap in a "virgin" directory (all traces of a former release of nmap/zenmap deleted - including the .zenmap
directory).
Got the following:
------------------------------
Version: 6.49BETA6
Traceback (most recent call last):
File "/usr/local/bin/zenmap", line 188, in <module>
zenmapGUI.App.run()
File "/usr/local/lib/python2.7/site-packages/zenmapGUI/App.py", line 330, in run
window = new_window()
File "/usr/local/lib/python2.7/site-packages/zenmapGUI/App.py", line 187, in new_window
w = ScanWindow()
File "/usr/local/lib/python2.7/site-packages/zenmapGUI/MainWindow.py", line 200, in __init__
self.scan_interface = ScanInterface()
File "/usr/local/lib/python2.7/site-packages/zenmapGUI/ScanInterface.py", line 203, in __init__
self.__create_toolbar()
File "/usr/local/lib/python2.7/site-packages/zenmapGUI/ScanInterface.py", line 329, in __create_toolbar
self.toolbar = ScanToolbar()
File "/usr/local/lib/python2.7/site-packages/zenmapGUI/ScanToolbar.py", line 171, in __init__
self._create_profile()
File "/usr/local/lib/python2.7/site-packages/zenmapGUI/ScanToolbar.py", line 205, in _create_profile
self.profile_entry = ProfileCombo()
File "/usr/local/lib/python2.7/site-packages/zenmapGUI/ProfileCombo.py", line 137, in __init__
self.update()
File "/usr/local/lib/python2.7/site-packages/zenmapGUI/ProfileCombo.py", line 149, in update
profile = CommandProfile()
File "/usr/local/lib/python2.7/site-packages/zenmapCore/UmitConf.py", line 313, in __init__
Profile.__init__(self, user_profile)
File "/usr/local/lib/python2.7/site-packages/zenmapCore/UmitConf.py", line 257, in __init__
user_profile = Path.scan_profile
File "/usr/local/lib/python2.7/site-packages/zenmapCore/Paths.py", line 224, in __getattr__
join(self.user_config_dir, base_paths[name]))
File "/usr/local/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!
--------------------------------
Regards,
Lyle
--
73 AF6WS
Bickley Consulting West Inc.
http://bickleywest.com
"Black holes are where God is dividing by zero"
_______________________________________________
Sent through the dev mailing list
https://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/
Current thread:
- Unxpected error... Lyle Bickley (Nov 04)
- Re: Unxpected error... Daniel Miller (Nov 05)
