da667 / Autosnort

Repo for autosnort scripts.
MIT License
157 stars 89 forks source link

Getting error for installing EPEL repository #26

Closed anshuman27 closed 10 years ago

anshuman27 commented 10 years ago

We are getting error of installing EPEL repository. The version of script we are using is CentOS-03-31-2014.

Kindly help.

Kindly refer the screenshot. epel repos error

da667 commented 10 years ago

Are you still using a proxy on your network? or does your server have direct internet access?

So I assume that in order to resolve the problems with yum initially, you had to do something similar to this to enable proxy access for yum:

https://www.centos.org/docs/5/html/yum/sn-yum-proxy-server.html

autosnort uses wget significantly. wget needs to be configured to use proxy settings, if your server is still behind a proxy:

in root's home directory, create the file, .wgetrc and in the file place the following configuration data:

use_proxy=yes http_proxy=proxy_hostname:proxy_port

refer to this stack exchange article:

https://stackoverflow.com/questions/11211705/setting-proxy-in-wget

If you continue to have problems, please let me know.

On Wed, Jun 18, 2014 at 2:01 AM, anshuman27 notifications@github.com wrote:

We are getting error of installing EPEL repository. The version of script we are using is CentOS-03-31-2014.

Kindly help.

Kindly refer the screenshot. [image: epel repos error] https://cloud.githubusercontent.com/assets/7803744/3310112/e5601124-f6ad-11e3-99db-46949575583e.JPG

— Reply to this email directly or view it on GitHub https://github.com/da667/Autosnort/issues/26.

when does reality end? when does fantasy begin?

anshuman27 commented 10 years ago

Thank you. This issue is resolved. But to resolve the same I had to install the EPEL repository manually. I believe this issue is resolved in the latest version of AUTOSNORT that was resolved in the month of June. I was on March version when I had faced this issue.

Thank you