Jump to content

Scan Error on Ubuntu 10.04 64 Bit


Recommended Posts

When running a scan with TNI 2.0.4on a ubuntu 64Bit system, it aborts at 0% with the following message:

Scan-Vorgang fehlgeschlagen: SMB: Der Netzwerkname wurde nicht gefunden; SSH: (0%) ./tnilinagent: Zeile 42: /tmp/tmp.LuB5HhySne/tnilinagent: Datei oder Verzeichnis nicht gefunden

I tried to debug a little and found out, that the file named above is created correctly, but deleted after failure. When calling the extracted binary directly it says "file not found", too.

me@myhost:~$ ls -la /tmp/tmp.JfTAUrzfr9/tnilinagent

-rwxrwxrwx 1 me mygroup 332256 2012-01-16 13:59 /tmp/tmp.JfTAUrzfr9/tnilinagent

me@myhost:~$ /tmp/tmp.JfTAUrzfr9/tnilinagent

-bash: /tmp/tmp.JfTAUrzfr9/tnilinagent: Datei oder Verzeichnis nicht gefunden

Link to comment

Hi, hgiesenow!

 

Here is a solution to your problem:

The thing is that "tnilinagent" is a 32-bit application while your operating system is 64-bit, so to correctly run our application, you need to install these libraries libc6-i386, lib32gcc1, lib32z1, lib32stdc++6, ia32-libs. To do this run the following command in a terminal:

 

sudo apt-get install libc6-i386 lib32gcc1 lib32z1 lib32stdc++6 ia32-libs
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...