- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Content translations are temporarily unavailable due to site maintenance. We apologize for any inconvenience.
09-13-2016 09:21 AM
Hi,
I'm trying to install minemeld on an ubuntu 14.04 server as outlined here:
https://live.paloaltonetworks.com/t5/MineMeld-Articles/Manually-install-MineMeld-on-Ubuntu-Server-14...
However, the repository seems to be broken. It is returning an Access Denied error instead of packages as expected:
http://minemeld-updates.panw.io/ubuntu
Is the repo broken? If there is a different install process to follow, please let me know. Thank you,
Dan
09-13-2016 10:06 AM
Are you running Ubuntu 32-bit (i386) ? MineMeld is currently available only for 64bit architectures.
Output should look like:
[...] Hit http://minemeld-updates.panw.io trusty-minemeld/main amd64 Packages [...]
Instead you have:
[...]
Hit http://minemeld-updates.panw.io trusty-minemeld/main i386 Packages
[...]
09-13-2016 09:56 AM
This XML file does not appear to have any style information associated with it. The document tree is shown below. <Error> <Code>AccessDenied</Code> <Message>Access Denied</Message> <RequestId>A3B2B378C86108F3</RequestId> <HostId> cIyQD/FWDo6g9bKCIbuadTbdtUy3GsFKMQ3eC7jy1qBu1hp5PLQpdHUnd1HqC5bnoTbNgE2rkJs= </HostId> </Error>
$ sudo apt-get install minemeld Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package minemeld
09-13-2016 09:59 AM
The error is normal and unrelated.
Could you do issue the following command and paste the result ?
sudo apt-get update & sudo apt-get install -y minemeld rsyslog-minemeld rsyslog-mmnormalize
Thanks.
09-13-2016 10:02 AM
OK thanks. This is what I get:
~ $ sudo apt-get update && sudo apt-get install -y minemeld rsyslog-minemeld rsyslog-mmnormalize Ign http://us.archive.ubuntu.com trusty InRelease Hit http://minemeld-updates.panw.io trusty-minemeld InRelease Hit http://security.ubuntu.com trusty-security InRelease Hit http://us.archive.ubuntu.com trusty-updates InRelease Hit http://us.archive.ubuntu.com trusty-backports InRelease Hit http://us.archive.ubuntu.com trusty Release.gpg Hit http://us.archive.ubuntu.com trusty Release Hit http://minemeld-updates.panw.io trusty-minemeld/main i386 Packages Hit http://security.ubuntu.com trusty-security/main Sources Hit http://security.ubuntu.com trusty-security/restricted Sources Hit http://security.ubuntu.com trusty-security/universe Sources Hit http://us.archive.ubuntu.com trusty-updates/main Sources Hit http://security.ubuntu.com trusty-security/multiverse Sources Hit http://us.archive.ubuntu.com trusty-updates/restricted Sources Hit http://security.ubuntu.com trusty-security/main i386 Packages Hit http://us.archive.ubuntu.com trusty-updates/universe Sources Hit http://security.ubuntu.com trusty-security/restricted i386 Packages Hit http://us.archive.ubuntu.com trusty-updates/multiverse Sources Hit http://security.ubuntu.com trusty-security/universe i386 Packages Hit http://us.archive.ubuntu.com trusty-updates/main i386 Packages Hit http://us.archive.ubuntu.com trusty-updates/restricted i386 Packages Hit http://security.ubuntu.com trusty-security/multiverse i386 Packages Hit http://us.archive.ubuntu.com trusty-updates/universe i386 Packages Hit http://security.ubuntu.com trusty-security/main Translation-en Hit http://us.archive.ubuntu.com trusty-updates/multiverse i386 Packages Hit http://security.ubuntu.com trusty-security/multiverse Translation-en Hit http://us.archive.ubuntu.com trusty-updates/main Translation-en Hit http://security.ubuntu.com trusty-security/restricted Translation-en Hit http://us.archive.ubuntu.com trusty-updates/multiverse Translation-en Hit http://security.ubuntu.com trusty-security/universe Translation-en Ign http://minemeld-updates.panw.io trusty-minemeld/main Translation-en_US Hit http://us.archive.ubuntu.com trusty-updates/restricted Translation-en Ign http://minemeld-updates.panw.io trusty-minemeld/main Translation-en Hit http://us.archive.ubuntu.com trusty-updates/universe Translation-en Hit http://us.archive.ubuntu.com trusty-backports/main Sources Hit http://us.archive.ubuntu.com trusty-backports/restricted Sources Hit http://us.archive.ubuntu.com trusty-backports/universe Sources Hit http://us.archive.ubuntu.com trusty-backports/multiverse Sources Hit http://us.archive.ubuntu.com trusty-backports/main i386 Packages Hit http://us.archive.ubuntu.com trusty-backports/restricted i386 Packages Hit http://us.archive.ubuntu.com trusty-backports/universe i386 Packages Hit http://us.archive.ubuntu.com trusty-backports/multiverse i386 Packages Hit http://us.archive.ubuntu.com trusty-backports/main Translation-en Hit http://us.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://us.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://us.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://us.archive.ubuntu.com trusty/main Sources Hit http://us.archive.ubuntu.com trusty/restricted Sources Hit http://us.archive.ubuntu.com trusty/universe Sources Hit http://us.archive.ubuntu.com trusty/multiverse Sources Hit http://us.archive.ubuntu.com trusty/main i386 Packages Hit http://us.archive.ubuntu.com trusty/restricted i386 Packages Hit http://us.archive.ubuntu.com trusty/universe i386 Packages Hit http://us.archive.ubuntu.com trusty/multiverse i386 Packages Hit http://us.archive.ubuntu.com trusty/main Translation-en Hit http://us.archive.ubuntu.com trusty/multiverse Translation-en Hit http://us.archive.ubuntu.com trusty/restricted Translation-en Hit http://us.archive.ubuntu.com trusty/universe Translation-en Ign http://us.archive.ubuntu.com trusty/main Translation-en_US Ign http://us.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://us.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://us.archive.ubuntu.com trusty/universe Translation-en_US Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package minemeld E: Unable to locate package rsyslog-minemeld E: Unable to locate package rsyslog-mmnormalize ~ $
09-13-2016 10:06 AM
Are you running Ubuntu 32-bit (i386) ? MineMeld is currently available only for 64bit architectures.
Output should look like:
[...] Hit http://minemeld-updates.panw.io trusty-minemeld/main amd64 Packages [...]
Instead you have:
[...]
Hit http://minemeld-updates.panw.io trusty-minemeld/main i386 Packages
[...]
09-13-2016 10:08 AM
Ah! That is it... I assumed our sysadmins built me a 64 bit box. Maybe that'll teach me to make assumptions.
Thanks for the help,
Dan
08-08-2019 11:18 PM - edited 08-08-2019 11:19 PM
Arrgh! why not mention 64bit in the haphazard install guides!!! wasted an hour.
08-09-2019 03:01 AM
Hi @simontaylor, I have updated the haphazard install guide to explictly mention that binary packages are supported only on 64 bit architectures.
Thanks for pointing this out.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!