Page 1 of 2

oum update ERROR: Download failed with ERROR (6)

Posted: Wed Apr 14, 2021 4:38 pm
by techteam
Trying to complete the initial setup of OSSEC+ on new install of Centos 8 Stream

When I run oum update I get the following:

===============================================================================
Component Version
===============================================================================
Upgrading:
OSSEC-CRS-Rules 2.0
Atomicorp-Threatfeed 20210414


===============================================================================

Is this ok [y/N]: y
Downloading Rule update: 2.0
ERROR: Download failed with ERROR (6)

Any help would be greatly appreciated.

Jim

Re: oum update ERROR: Download failed with ERROR (6)

Posted: Fri Apr 16, 2021 9:12 am
by cponton
Please verify your credentials are entered correctly in /var/ossec/oum.conf

If you believe you may need a password reset, please email us at support@atomicorp.com so we can send that to your privately. Thanks!

Re: oum update ERROR: Download failed with ERROR (6)

Posted: Sat May 15, 2021 9:10 am
by GhostSpirit
in /var/ossec/etc/oum.conf

USERNAME="login"
PASSWORD="password"
EXCLUDE_RULES="99-crs-policy_rules.xml"

Re: oum update ERROR: Download failed with ERROR (6)

Posted: Tue Jun 15, 2021 1:59 pm
by sweety145
techteam wrote: Wed Apr 14, 2021 4:38 pm Trying to complete the initial setup fm whatsapp apk
of OSSEC+ on new install of Centos 8 Stream

When I run oum update I get the following:

===============================================================================
Component Version
===============================================================================
Upgrading:
OSSEC-CRS-Rules 2.0
Atomicorp-Threatfeed 20210414


===============================================================================

Is this ok [y/N]: y
Downloading Rule update: 2.0
ERROR: Download failed with ERROR (6)

Any help would be greatly appreciated.

Jim
You can check the information on the forums main dicussions which will help if you can refer the best website.

Re: oum update ERROR: Download failed with ERROR (6)

Posted: Mon Jun 28, 2021 7:42 am
by violafist
techteam wrote: Wed Apr 14, 2021 4:38 pm Trying to complete the initial setup of OSSEC+ on new install of Centos 8 Stream

When I run oum update I get the following:

===============================================================================
Component Version
===============================================================================
Upgrading:
OSSEC-CRS-Rules 2.0
Atomicorp-Threatfeed 20210414


===============================================================================

Is this ok [y/N]: y
Downloading Rule update: 2.0
ERROR: Download failed with ERROR (6)

Any help would be greatly appreciated.

Jim
Hi there look What I have found on google with little bit search and I think it's very useful and helpful to you.
https://subscription.packtpub.com/book/ ... sec-simple

Re: oum update ERROR: Download failed with ERROR (6)

Posted: Mon Jun 28, 2021 9:02 am
by scott
Yeah curl error code 6 is saying it cant resolve the hostname, https://curl.se/libcurl/c/libcurl-errors.html

DNS problem maybe?

Re: oum update ERROR: Download failed with ERROR (6)

Posted: Mon Oct 11, 2021 12:40 am
by lok90
techteam wrote: Wed Apr 14, 2021 4:38 pm Trying to complete the initial setup of OSSEC+ on new install of Centos 8 Stream

When I run oum update I get the following:

===============================================================================
Component Version
===============================================================================
Upgrading:
OSSEC-CRS-Rules 2.0
Atomicorp-Threatfeed 20210414


===============================================================================

Is this ok [y/N]: y
Downloading Rule update: 2.0
ERROR: Download failed with ERROR (6)

Any help would be greatly appreciated.GBWhatsApp

JimGBWhatsApp
:( :(

Re: oum update ERROR: Download failed with ERROR (6)

Posted: Wed Nov 10, 2021 6:55 am
by oscarclark
lok90 wrote: Mon Oct 11, 2021 12:40 am
techteam wrote: Wed Apr 14, 2021 4:38 pm Trying to complete the initial setup of OSSEC+ on new install of Centos 8 Stream
visit sugarcreek ohio tourism
When I run oum update I get the following:

===============================================================================
Component Version
===============================================================================
Upgrading:
OSSEC-CRS-Rules 2.0
Atomicorp-Threatfeed 20210414


==============================================================================

Is this ok [y/N]: y
Downloading Rule update: 2.0
ERROR: Download failed with ERROR (6)

Any help would be greatly appreciated.
:( :(
did you tried it?

Re: oum update ERROR: Download failed with ERROR (6)

Posted: Wed Nov 10, 2021 9:05 am
by cponton
Currently the oum install is only supported on Centos/RheL 7/8, Rocky Linux 8, and Ubuntu 20.04. https://www.ossec.net/register-for-ossec/

Re: oum update ERROR: Download failed with ERROR (6)

Posted: Tue Nov 16, 2021 1:52 am
by Kakashi
whatsapp mod
and rocky linux 8.5?

Re: oum update ERROR: Download failed with ERROR (6)

Posted: Tue Nov 16, 2021 9:49 am
by cponton
Kakashi wrote: Tue Nov 16, 2021 1:52 am whatsapp mod
and rocky linux 8.5?
Yes. It is actually my go to for everyday :D

Re: oum update ERROR: Download failed with ERROR (6)

Posted: Fri Nov 19, 2021 4:07 am
by Kakashi
Good to know. :D

Re: oum update ERROR: Download failed with ERROR (6)

Posted: Fri Dec 03, 2021 10:19 pm
by MaureenGardner
Mine has the same problem when I tried to download it

Re: oum update ERROR: Download failed with ERROR (6)

Posted: Mon Dec 06, 2021 10:00 am
by cponton
Please see here for supported OS'

https://www.ossec.net/register-for-ossec/

Re: oum update ERROR: Download failed with ERROR (6)

Posted: Mon Dec 06, 2021 9:25 pm
by juliyvchirkov
hello techteam

faced the same issue and got over it

the trouble you're facing is probably caused by the star-crossed clash of your credential for atomicorp.com and some flaws of oum script (your password contains special characters like @\"/':| et cetera and oum script doesn't care to escape your credential)

I've altered the source code of /usr/sbin/oum script to avoid this and similar issues: https://gist.github.com/juliyvchirkov/3 ... 1633dfcd43

please feel free to download and use the update

Code: Select all

curl -s https://gist.githubusercontent.com/juliyvchirkov/353622a55b823a872150ab1633dfcd43/raw/oum -o /usr/sbin/oum