I'm assuming that by "the initial upload", you mean my first upload? In
any case, to summarize -

nmap 4.76-0ubuntu4 (the newest version in the repo):
Running `nmap --script=default localhost` (or `nmap -A localhost`, which does 
the same level of script scanning) produces the following errors:

SCRIPT ENGINE: '/usr/share/nmap/scripts/dns-test-open-recursion.nse' threw a 
run time error and could not be loaded.
SCRIPT ENGINE: error while initializing script rules:
/usr/share/nmap/scripts/script.db:20: rpcinfo.nse is not a file!
stack traceback:
        [C]: in function 'Entry'
        /usr/share/nmap/scripts/script.db:20: in main chunk
        [C]: ?
        [C]: ?

SCRIPT ENGINE: Aborting script scan.

My first patch:
`nmap --script=default localhost` completes successfully.
`nmap --script=all localhost` produces the following error (which also happens 
with --script=all on 0ubuntu4):

SCRIPT ENGINE: error while initializing script rules:
/usr/share/nmap/scripts/script.db:6: dns-safe-recursion-port.nse is not a file!
stack traceback:
        [C]: in function 'Entry'
        /usr/share/nmap/scripts/script.db:6: in main chunk
        [C]: ?
        [C]: ?

My second patch resolves this as well.

Does this cover the info you need?

-- 
nmap script engine error
https://bugs.launchpad.net/bugs/319656
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to