Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | RE: [SPAM] - RE: [Snort-users] Fedora Core Linux 3 -- Snort IDS - Email found in subject |
|---|---|
| Date: | Wed, 27 Apr 2005 13:43:42 -0400 |
Take the # out of there...just run up2date yum ________________________________ From: snort-users-admin@lists.sourceforge.net [mailto:snort-users-admin@lists.sourceforge.net] On Behalf Of Pradeep Aswani Sent: Wednesday, April 27, 2005 12:56 PM To: Esler, Joel - Contractor; Patrick Harper; snort-users@lists.sourceforge.net Subject: [SPAM] - RE: [Snort-users] Fedora Core Linux 3 -- Snort IDS - Email found in subject Hello Friends, I tried so many times '#up2date yum' but no luck, My is just another Linux box in the network, which connects to the ISA Server (Gateway) for Internet connectivity, I am able to browse Internet without any special /etc/resolv.conf configuration... Thanks Pradeep "Esler, Joel - Contractor" <joel.esler@rcert-s.army.mil> wrote: If you get this problem, that means one of the fedora servers that you're trying to connect to isn't resolving from your location, just re-run up2date/yum until it works. Joel -----Original Message----- From: snort-users-admin@lists.sourceforge.net [mailto:snort-users-admin@lists.sourceforge.net] On Behalf Of Pradeep Aswani Sent: Wednesday, April 27, 2005 4:32 AM To: Patrick Harper; snort-users@lists.sourceforge.net Subject: RE: [Snort-users] Fedora Core Linux 3 -- Snort IDS Hi Patrick, Thanks for your advice, I did, but I get again an error: ***************************************** [root@secure etc]# up2date yum http://fedora.redhat.com/download/up2date-mirrors/fedora-core-3 http://fedora.redhat.com/download/up2date-mirrors/updates-released-fc3 There was some sort of I/O error: ****************************************** We dont have DNS server in-house, but make use of the ISPs DNS server, Is it something to do with 'named' daemon? Thanks, Pradeep --- Patrick Harper wrote: > Try updating yum (I know, sounds a little strange) > do "up2date yum" and > then run "yum update" > > > > Patrick S. Harper | CISSP RHCT MCSE www.internetsecurityguru.com > > In a world of compromise, some don't. > > > -----Original Message----- > From: snort-users-admin@lists.sourceforge.net > [mailto:snort-users-admin@lists.sourceforge.net] On > Behalf Of Pradeep Aswani > Sent: Wednesday, April 27, 2005 12:51 AM > To: snort-users@lists.sourceforge.net > Subject: [Snort-users] Fedora Core Linux 3 -- Snort > IDS > > Hello Friends, > > I have installed FC3 on my m/c and I want to > configure > Snort, snort snarf, IDS Policy Manager & snort > inline > (IPS) . But for that I wanted to have the latest > Linux > o the box. > Buy when I try to do yum -y update (or) yum update I > get errors. > > My configuration are: > > /etc/yum.conf > ------------- > > [main] > cachedir=/var/cache/yum > debuglevel=2 > logfile=/var/log/yum.log > pkgpolicy=newest > distroverpkg=redhat-release > tolerant=1 > exactarch=1 > retries=20 > obsoletes=1 > gpgcheck=1 > > > # PUT YOUR REPOS HERE OR IN separate files named > file.repo > # in /etc/yum.repos.d > > /etc/yum.repos.d/local-base > --------------------------- > > # My local FC mirrors > http://mirror.stanford.edu/fedora/linux/core/3/$ARCH/os/ > http://www.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora /lin > ux/core/3/$ARCH/os > http://www.las.ic.unicamp.br/pub/fedora/linux/core/3/$ARCH/os/ > > /etc/yum.repos.d/local-updates > ------------------------------ > > # My local FC update mirrors > http://mirror.stanford.edu/fedora/linux/core/updates/3/$ARCH/ > http://www.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora /lin > ux/core/updates/3/$ARCH > http://www.las.ic.unicamp.br/pub/fedora/linux/core/updates/3/$ARCH > > > > /etc/yum.repos.d/fedora.repo > ---------------------------- > > [base] > name=Fedora Core $releasever - $basearch - Base > #baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/$releas ever > /$basearch/os/ > #mirrorlist=http://fedora.redhat.com/download/mirrors/fedora-core-$relea seve > r > mirrorlist=file:///etc/yum.repos.d/local-base > enabled=1 > gpgcheck=1 > > > /etc/yum.repos.d/fedora-updates.repo > ------------------------------------ > > [updates-released] > name=Fedora Core $releasever - $basearch - Released > Updates > #baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates /$re > leasever/$basearch/ > #mirrorlist=http://fedora.redhat.com/download/mirrors/updates-released-f c$re > leasever > mirrorlist=file:///etc/yum.repos.d/local-updates > enabled=1 > gpgcheck=1 > > > Now I tried the following & got the error report > that > follows: > -------------------------------------------------------------- > > [root@secure yum.repos.d]# yum update< BR>> Setting up Update Process > Setting up Repo: base > http://mirror.stanford.edu/fedora/linux/core/3/i386/os/repodata/repomd.x ml: > [Errno 4] IOError: > Trying other mirror. > http://www.las.ic.unicamp.br/pub/fedora/linux/core/3/i386/os/repodata/re pomd > .xml: > [Errno 4] IOError: > Trying other mirror. > http://www.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora /lin > ux/core/3/i386/os/repodata/repomd.xml: > [Errno 4] IOError: > Trying other mirror. > Cannot open/read repomd.xml file for repository: > base > failure: repodata/repomd.xml from base: [Errno 256] > No > more mirrors to try. > [root@secure yum.repos.d]# > [root@secure yum.repos.d]# pwd > /etc/yum.repos.d > > Now I tried the -y option: > -------------------------- > > [root@secure yum.repos.d]# yum -y update > Setting up Update Process > Setting up Repo: base > http://www.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora /lin > ux/core/3/i386/os/repodata/repomd.xml: > [Errno 4] IOError: > Trying other mirror. > http://www.las.ic.unicamp.br/pub/fedora/linux/core/3/i386/os/repodata/re pomd > .xml: > [Errno 4] IOError: > Trying other mirror. > http://mirror.stanford.edu/fedora/linux/core/3/i386/os/repodata/repomd.x ml: > [Errno 4] IOError: > Trying other mirror. > Cannot open/read repomd.xml file for repository: > base > failure: repodata/repomd.xml from base: [Errno 256] > No > more mirrors to try. > [root@secure yum.repos.d]# > > > Conclusion: > ----------- > I tried all the options , but without any avail, I > am > able to browse & connect to Internet from my Linux > box > & able to ping the Gateway, > but as per above the Error 256 has something to do > with Name resolution. > > Can anybody please help me in this scenario. > > > Thanks & Regards > > Pradeep > > > > __________________________________ > Do you Yahoo!? > Yahoo! Small Business - Try our new resources site! > http://smallbusiness.yahoo.com/resources/ > > > ------------------------------------------------------- > SF.Net email is sponsored by: Tell us your software development plans! > Take this survey and enter to win a one-year sub to > SourceForge.net > Plus IDC's 2005 look-ahead and a copy of this survey > Click here to start! &g t; http://www.idcswdc.com/cgi-bin/survey?id=105hix > _______________________________________________ > Snort-users mailing list > Snort-users@lists.sourceforge.net > Go to this URL to change user options or > unsubscribe: > === message truncated === __________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/ ------------------------------------------------------- SF.Net email is sponsored by: Tell us your software development plans! Take this survey and enter to win a one-year sub to SourceForge.net Plus IDC's 2005 look-ahead and a copy of this survey Click here to start! http://www.idcswdc.com/cgi-bin/survey?id=105hix _______________________________________________ Snort-users mailing list Snort-users@lists.sourceforge.net Go to this URL to change user options or unsubscribe: https://lists.sourceforge.net/lists/listinfo/snort-users Snort-users list archive: http://www.geocrawler.com/redir-sf.php3?list=snort-users __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | RE: [Snort-users] Fedora Core Linux 3 -- Snort IDS, Pradeep Aswani |
|---|---|
| Next by Date: | [Snort-users] Testing Snort with Blade IDS Informer, Holger Mense |
| Previous by Thread: | [Snort-users] Syslog Priority Classification, Peter Barton |
| Next by Thread: | RE: [SPAM] - RE: [Snort-users] Fedora Core Linux 3 -- Snort IDS - Email found in subject, Pradeep Aswani |
| Indexes: | [Date] [Thread] [Top] [All Lists] |