Re: [sleuthkit-users] Autopsy Problem
Brought to you by:
carrier
From: Derrick K. <dk...@gm...> - 2016-09-12 18:07:27
|
Hi Larry. The package you installed is the old Autopsy 2.x package which is no longer maintained. Are you certain that is the version you want to run or were you trying to run Autopsy 4.x which is the latest Java based Autopsy? If you are trying to run Autopsy 2.x, you need to start Autopsy as root via 'sudo autopsy' or run it as your root account and then it will bind correctly to tcp:9999. ie: $ sudo autopsy $ sudo netstat -pan | grep 9999 tcp 0 0 127.0.0.1:9999 0.0.0.0:* LISTEN 11923/perl $ pgrep autopsy 11923 After it is bound correctly, you should be able to hit it with your web browser: http://localhost:9999/autopsy Derrick On Mon, Sep 12, 2016 at 11:51 AM, <lar...@ea...> wrote: > Hello fellow Autopsy users, > > How I wish I were a fellow also but I can't get Autopsy to work. I'm running Linux Mint 18 on an ASUS laptop with plenty of memory and hard disk space. I downloaded Sleuthkit and Autopsy with apt-get and everything seem find. The binaries are there and seem to work fine. However when I start Autopsy I get a message inside a terminal window to send my browser to localhost:9999 autopsy, but my browser says that it can not make a connection. Do I have to set up my local interface like I do for a wireless connection? Also looking at my running process after the terminal window with the message in it is still up there is no Autopsy process. > > Have read till I'm blue in the face and don't know what to do now. This is the first time I have asked for help on a users list so I hope that I'm doing it right. I mostly struggle through myself but this one's got me. Any help would be greatly appreciated. > > P.S. I tried the archives but didn't know how to search for a specific topic... > > thank you in advance. > Larry W. Gilson > > ------------------------------------------------------------------------------ > What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic > patterns at an interface-level. Reveals which users, apps, and protocols are > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity > planning reports. http://sdm.link/zohodev2dev > _______________________________________________ > sleuthkit-users mailing list > https://lists.sourceforge.net/lists/listinfo/sleuthkit-users > http://www.sleuthkit.org |