- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: yum update not working on Fedora Core 4
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-18-2005 07:01 AM
тАО10-18-2005 07:01 AM
yum update not working on Fedora Core 4
I am doing an install of RT on Fedora core 4 .
yum update is not working, recently I realised that telnet localhost is not working and I am not able to telnet from any other unix box either. Any help would be greatly appreciated.
Thanks.
Kavitha.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-18-2005 07:55 AM
тАО10-18-2005 07:55 AM
Re: yum update not working on Fedora Core 4
Second, you first must configure /etc/yum.conf to specify the locations of the update servers.
Third, telnet is not installed in Linux by default because is insecure.
And, if you cannot telnet to other hosts, please post the error that you have. Try disabling the firewall:
service iptables stop
chkconfig iptables off
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-18-2005 08:04 AM
тАО10-18-2005 08:04 AM
Re: yum update not working on Fedora Core 4
Thanks for your reply.
I stopped the iptables.
I am able to browse the internet from the linux box, but I am unable to use the 'yum update' feature . I am also not able to ping any website from the telnet session.
I am totally stuck here. Please help.
Kavitha .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-18-2005 08:13 AM
тАО10-18-2005 08:13 AM
Re: yum update not working on Fedora Core 4
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-18-2005 08:23 AM
тАО10-18-2005 08:23 AM
Re: yum update not working on Fedora Core 4
unknown host?
destination unreachable?
Maybe you can browse the Internet through a proxy server, but you don't have configured name servers.
Verify the /etc/resolv.conf file if you have specified the DNS servers, like:
domain mydomain.com
nameserver 192.168.1.1
nameserver 192.168.1.2
nameserver 192.168.1.3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-19-2005 01:40 AM
тАО10-19-2005 01:40 AM
Re: yum update not working on Fedora Core 4
-rw-r--r-- 1 root root 1123 Jun 3 14:12 fedora-devel.repo
-rw-r--r-- 1 root root 312 Jun 3 14:12 fedora-extras-devel.repo
-rw-r--r-- 1 root root 299 Jun 3 14:12 fedora-extras.repo
-rw-r--r-- 1 root root 294 Jun 3 14:12 fedora.repo
-rw-r--r-- 1 root root 330 Jun 3 14:12 fedora-updates.repo
-rw-r--r-- 1 root root 337 Jun 3 14:12 fedora-updates-testing.repo
Also checked the /etc/resolv.conf, it has the correct nameservers.
When I do a ping, it just hangs and when I type ctl+C , it comes up with 100% packet loss.
-------------------------------------------
[root@DougsDev4 ~]# ping www.google.com
PING www.l.google.com (64.233.161.104) 56(84) bytes of data.
--- www.l.google.com ping statistics ---
27 packets transmitted, 0 received, 100% packet loss, time 26006ms
--------------------------------------------
Any ideas ??
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-19-2005 02:24 AM
тАО10-19-2005 02:24 AM
Re: yum update not working on Fedora Core 4
Can you browse to the servers listed in the /etc/yum.conf file?
What happens when you run yum check-update?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-19-2005 03:44 AM
тАО10-19-2005 03:44 AM
Re: yum update not working on Fedora Core 4
HTTP_PROXY= http://PROXY:PORT/
ftp_proxy=http://PROXY:PORT/
no_proxy=http://PROXY:PORT/
all in upper and lower case .
Now yum update gives me the error
Cannot open/read repomd.xml file for repository updates .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-19-2005 05:05 AM
тАО10-19-2005 05:05 AM
Re: yum update not working on Fedora Core 4
Here is what I did :
export HTTP_PROXY=http://
export FTP_PROXY=http://
export no_proxy=
export http_proxy=http://
export ftp_proxy=http://
yum update worked after the above proxy settings. I did not face this problem when I installed Fedora 4 and did the same RT install last time, now I wiped out the entire stuff on the machine and tried to do all over again from the beginning and I faced this issue.
Anyhow the problem is solved.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-19-2005 05:38 AM
тАО10-19-2005 05:38 AM