Closed saishandilya closed 5 years ago
Plaso no longer supports Trusty (14.04) http://blog.kiddaland.net/2018/12/plaso-20181219-released.html and binaries for Trusty are no longer provided http://blog.kiddaland.net/2019/02/plaso-20190131-released.html.
One more quick question,@joachimmetz Will there be continuing support for SIFT 14.04??
@saishandilya I'm not the maintainer of SIFT,
If "SIFT 14.04" is Ubuntu 14.04 with additional packages?
Then from a log2timeline/plaso perspective we no longer support it (also see https://wiki.ubuntu.com/Releases)
The main reason for this it that is it too costly (time wise) for us to keep it up to date. If there are people out there that wish to dedicate time to maintain (keep up to date) trusty builds feel free to drop me an email.
hi @ekristen
I launched an Ubuntu 14.04 EC2 instance and tried installing sift and remnux in the machine. I have a couple of questions on the installation process.
Thanks, SaiShandilya
Sift doesn’t support 14.04 anymore either.
Sent from my iPhone
On Feb 12, 2019, at 04:58, saishandilya notifications@github.com wrote:
hi @ekristen
I launched an Ubuntu 14.04 EC2 instance and tried installing sift and remnux in the machine. I have a couple of questions on the installation process.
Whether sift and remnux can be installed on the same machine? If #1 is possible then remnux supports only 14.04 version of sift but I found some packages failed to install.Will there be continuing support for SIFT 14.04?? Thanks, SaiShandilya
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
Hi,
1)I want to installing Sift and Remnux in an EC2 Instance(Ubuntu),but Remnux is only supported by Ubuntu 14.04.so I tried installing Sift on 14.04 using sift-cli from sift-cli repo.Then I faced an issue:
Installing and configuring SaltStack properly ...
Command failed: apt-get install -y --allow-change-held-packages salt-minion E: Command line option --allow-change-held-packages is not understood
Error: Command failed: apt-get install -y --allow-change-held-packages salt-minion E: Command line option --allow-change-held-packages is not understood
2)Instead I tried using sift-saltstack type installation using sift-saltstack repo,I have changed the sift-saltstack ubuntu installation from 16.04 to 14.04 base,using this it resulted as below:
Commands: wget -O - https://repo.saltstack.com/apt/ubuntu/14.04/amd64/latest/SALTSTACK-GPG-KEY.pub | sudo apt-key add -
echo "deb http://repo.saltstack.com/apt/ubuntu/14.04/amd64/latest trusty main" | sudo tee /etc/apt/sources.list.d/saltstack.list
sudo apt-get update
sudo apt-get install salt-minion
and after few steps,finally:
sudo salt-call -l info --local --file-root=/tmp/salt state.apply sift.pkgs
Result: [INFO ] Loading fresh modules for state activity local: Data failed to compile:
3)Finally,I launched a new EC2 Instance(Ubuntu 14.04) and tried installing sift using the below mentioned command:
wget --quiet -O - https://raw.githubusercontent.com/sans-dfir/sift-bootstrap/legacy/bootstrap.sh | sudo bash -s -- -i -s -y Result: There were multiple failure package installations:
Note: Can you help in solving this issue.I am facing too many failure in the installing SIFT in Ubuntu 14.04 which further helps in installing REMNUX. Another quick question is, can these both be installed in a same EC2 Instance?
Thanks, Sai Shandilya