sift icon indicating copy to clipboard operation
sift copied to clipboard

Errors when installing sift over a remnux on focal

Open TheWanderer1983 opened this issue 3 years ago • 8 comments

Hello all, This is a fresh minimal Focal distro with remnux installed and sift installed with --mode=packages-only.

attached is the saltstack.log saltstack.log

TheWanderer1983 avatar Jul 29 '22 10:07 TheWanderer1983

Hi @TheWanderer1983 , can you confirm that you have sufficient disk space to install the tools? I noticed you had a disk space error earlier when installing REMnux.

When looking at your logs, it appears that many of the tools are not installable due to broken packages, which may have become broken due to the aforementioned disk space error.

digitalsleuth avatar Jul 29 '22 11:07 digitalsleuth

Thanks for the fast response. Looking at df I can see I have 5 gig free. I just expanded it anyway and tried again same errors.

TheWanderer1983 avatar Jul 29 '22 11:07 TheWanderer1983

Now that you've increased your disk space, try running:

sudo apt-get install -f

This should fix the broken packages from before, then try running the install again. If that install fails, please upload that log so we can try to resolve any further issues :)

digitalsleuth avatar Jul 29 '22 11:07 digitalsleuth

Done. Attached are the logs. saltstack.log

TheWanderer1983 avatar Jul 29 '22 12:07 TheWanderer1983

@TheWanderer1983 Can you confirm your date/time and timezone? The time in the log you uploaded shows it started between 21-22h. If your timezone is correct, then this log may be a previous log.

If the date is incorrect or the time is too far ahead, that can installation issues with APT.

digitalsleuth avatar Jul 29 '22 12:07 digitalsleuth

Hey @digitalsleuth The time and timezone is correct. I'm in Australia. I've just deleted the saltstack.log and reran sudo sift install --mode=packages-only this morning. Attached is the new saltstack.log saltstack.log

TheWanderer1983 avatar Jul 30 '22 02:07 TheWanderer1983

I failed to mention sudo apt-get install -f didn't fix any issues, however there were clearly many umets. For example, I couldn't install apache2. Is it better to keep sift and remnux separate?

TheWanderer1983 avatar Aug 01 '22 10:08 TheWanderer1983

Last checked they run together, but it's always possible there's going to be conflicts, it just depends on what is being installed.

So right now there are either held or broken packages which can be difficult to troubleshoot.

You can try installing apache2 manually and see what error returns and see if it indicates which package isn't installed all the way and start trying to fix it by either force installing or uninstalling the broken package.

ekristen avatar Aug 03 '22 00:08 ekristen

Closing due to age.

ekristen avatar Feb 01 '23 23:02 ekristen