LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 11-13-2011, 10:06 PM   #1
gwgallo
LQ Newbie
 
Registered: Nov 2011
Location: Fairview Texas
Distribution: Fedora 15
Posts: 10

Rep: Reputation: Disabled
Yum is messed up. Help Please


Hello and thanks for any help you can give me:

I'm running Fedora 15 and wasn't having a problem with Yum until I started trying to install and configure bind. I know I've screwed something up. I finally figured out how I can set up DNS with webmin but before I could do that I tried to uninstall bind so I could do a fresh install/configure. Now the yum command isn't working. Following is the error:

Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again

/etc/hosts
# Automatically generated by OnApp (2.2.0.2)
127.0.0.1 localhost
80.239.156.215 mirrors.fedoraproject.org
213.129.242.84 mirrors.rpmfusion.org

/etc/yum.repos.d/fedora.repo
[fedora]
name=Fedora $releasever - $basearch
failovermethod=priority
baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/
#mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch
enabled=1
metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch

[fedora-debuginfo]
name=Fedora $releasever - $basearch - Debug
failovermethod=priority
baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/debug/
#mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch
enabled=0
metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch

[fedora-source]
name=Fedora $releasever - Source
failovermethod=priority
baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/source/SRPMS/
#mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch
enabled=0
metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch

/etc/yum.repos.d/fedora-updates.repo
[updates]
name=Fedora $releasever - $basearch - Updates
failovermethod=priority
baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/$basearch/
#mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch

[updates-debuginfo]
name=Fedora $releasever - $basearch - Updates - Debug
failovermethod=priority
baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/$basearch/debug/
#mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch

[updates-source]
name=Fedora $releasever - Updates Source
failovermethod=priority
baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/SRPMS/
#mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch

I've ran the:
yum clear all

no luck. Any help would be greatly appreciated.

Greg
 
Old 11-14-2011, 05:18 AM   #2
fenice
Member
 
Registered: Apr 2006
Distribution: CentOS openSUSE
Posts: 55

Rep: Reputation: 9
Quote:
Originally Posted by gwgallo View Post
/etc/hosts
# Automatically generated by OnApp (2.2.0.2)
127.0.0.1 localhost
80.239.156.215 mirrors.fedoraproject.org
213.129.242.84 mirrors.rpmfusion.org
Perhaps I'm being a bit dumb here but why do you have those two entries in your hosts file? Did you put them there? There's also no entry for the IP of your PC, who removed that? Are you (I'm assuming your are) behind a NAT router or firewall and are you on a fixed or dynamic IP? What's in your resolv.conf file? Can you ping any of the repositories from a terminal session?
 
Old 11-14-2011, 06:03 AM   #3
deep27ak
Senior Member
 
Registered: Aug 2011
Location: Bangalore, India
Distribution: RHEL 7.x, SLES 11 SP2/3/4
Posts: 1,195
Blog Entries: 4

Rep: Reputation: 221Reputation: 221Reputation: 221
can you manually browse the repositories on the browser?

and you can try this one

Code:
metadata_expire=never
 
Old 11-14-2011, 08:01 AM   #4
gwgallo
LQ Newbie
 
Registered: Nov 2011
Location: Fairview Texas
Distribution: Fedora 15
Posts: 10

Original Poster
Rep: Reputation: Disabled
Thanks for the replies. The two lines in my hosts file were added by me. Maybe they're not needed. I saw this showing up in several posts when searching for an answer so I gave it a try. My IP was there but I removed it. It was added when configuring BIND I assumed so I removed it when I was trying to uninstall BIND and was planning on reinstalling BIND using the Webmin tool. This is a fixed IP and I have the firewall turned off. Like I mentioned, yum was previously working.

Yes I can see the repository when using my browser. It's like yum can't see the outside world.

Deep, where would I use/put that command?

Thanks,
Greg
 
Old 11-14-2011, 08:09 AM   #5
deep27ak
Senior Member
 
Registered: Aug 2011
Location: Bangalore, India
Distribution: RHEL 7.x, SLES 11 SP2/3/4
Posts: 1,195
Blog Entries: 4

Rep: Reputation: 221Reputation: 221Reputation: 221
Code:
/etc/yum.repos.d/fedora.repo
[fedora]
name=Fedora $releasever - $basearch
failovermethod=priority
baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/
#mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch
enabled=1
metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch

[fedora-debuginfo]
name=Fedora $releasever - $basearch - Debug
failovermethod=priority
baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/debug/
#mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch
enabled=0
metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch

[fedora-source]
name=Fedora $releasever - Source
failovermethod=priority
baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/source/SRPMS/
#mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch
enabled=0
metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch

/etc/yum.repos.d/fedora-updates.repo
[updates]
name=Fedora $releasever - $basearch - Updates
failovermethod=priority
baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/$basearch/
#mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch

[updates-debuginfo]
name=Fedora $releasever - $basearch - Updates - Debug
failovermethod=priority
baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/$basearch/debug/
#mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch

[updates-source]
name=Fedora $releasever - Updates Source
failovermethod=priority
baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/SRPMS/
#mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch
 
Old 11-15-2011, 07:35 AM   #6
gwgallo
LQ Newbie
 
Registered: Nov 2011
Location: Fairview Texas
Distribution: Fedora 15
Posts: 10

Original Poster
Rep: Reputation: Disabled
I tried the change and got the same result.

resolv.conf file below:
# Automatically generated by OnApp (2.2.0.2)
127.0.0.1
208.79.77.119

Any help would be appreciated. I firmly believe something got screwed up with in did a remove bind. The server can't get to repository.
 
Old 11-15-2011, 07:49 AM   #7
deep27ak
Senior Member
 
Registered: Aug 2011
Location: Bangalore, India
Distribution: RHEL 7.x, SLES 11 SP2/3/4
Posts: 1,195
Blog Entries: 4

Rep: Reputation: 221Reputation: 221Reputation: 221
Quote:
Originally Posted by gwgallo View Post
I tried the change and got the same result.

resolv.conf file below:
# Automatically generated by OnApp (2.2.0.2)
127.0.0.1
208.79.77.119

Any help would be appreciated. I firmly believe something got screwed up with in did a remove bind. The server can't get to repository.
quite surprising that you use 127.0.0.1 in resolv.conf
Is your resolv.conf file correct? I mean 208.79.77.119
format should be
Code:
nameserver 208.79.77.119
did you tried
Code:
#yum clean all
#yum update
I would like to see the complete error message which you get and

Code:
#cat /var/log/messages
If possible you can post a snapshot
 
Old 11-15-2011, 07:54 AM   #8
gwgallo
LQ Newbie
 
Registered: Nov 2011
Location: Fairview Texas
Distribution: Fedora 15
Posts: 10

Original Poster
Rep: Reputation: Disabled
I added my IP address before the last post. It wasn't there.

I have tried clean all and update. Same error. Nothing is showing up in the log file messages.
I added nameserver in front of my IP address in resolv.conf. Same error.
 
Old 11-15-2011, 08:03 AM   #9
deep27ak
Senior Member
 
Registered: Aug 2011
Location: Bangalore, India
Distribution: RHEL 7.x, SLES 11 SP2/3/4
Posts: 1,195
Blog Entries: 4

Rep: Reputation: 221Reputation: 221Reputation: 221
Quote:
Originally Posted by gwgallo View Post
I added my IP address before the last post. It wasn't there.

I have tried clean all and update. Same error. Nothing is showing up in the log file messages.
I added nameserver in front of my IP address in resolv.conf. Same error.
Can I see the log files?
 
Old 11-15-2011, 08:08 AM   #10
gwgallo
LQ Newbie
 
Registered: Nov 2011
Location: Fairview Texas
Distribution: Fedora 15
Posts: 10

Original Poster
Rep: Reputation: Disabled
Probably more than you want to see. Its all the info from the reboot. No error messages.
Nov 15 08:31:53 dawgpwnd kernel: [ 0.000000] released 0 pages of unused memory
Nov 15 08:31:53 dawgpwnd kernel: [ 0.000000] Set 0 page(s) to 1-1 mapping.
Nov 15 08:31:53 dawgpwnd kernel: [ 0.000000] BIOS-provided physical RAM map:
Nov 15 08:31:53 dawgpwnd kernel: [ 0.000000] Xen: 0000000000000000 - 00000000000a0000 (usable)
Nov 15 08:31:53 dawgpwnd kernel: [ 0.000000] Xen: 00000000000a0000 - 0000000000100000 (reserved)
Nov 15 08:31:53 dawgpwnd kernel: [ 0.000000] Xen: 0000000000100000 - 0000000080000000 (usable)
Nov 15 08:31:53 dawgpwnd kernel: [ 0.000000] NX (Execute Disable) protection: active
Nov 15 08:31:53 dawgpwnd kernel: [ 0.000000] DMI not present or invalid.
Nov 15 08:31:53 dawgpwnd kernel: [ 0.000000] last_pfn = 0x80000 max_arch_pfn = 0x1000000
Nov 15 08:31:53 dawgpwnd kernel: [ 0.000000] init_memory_mapping: 0000000000000000-000000002c9fe000
Nov 15 08:31:53 dawgpwnd kernel: [ 0.000000] RAMDISK: 00e96000 - 028e1000
Nov 15 08:31:53 dawgpwnd kernel: [ 0.000000] 1334MB HIGHMEM available.
Nov 15 08:31:53 dawgpwnd kernel: [ 0.000000] 713MB LOWMEM available.
Nov 15 08:31:53 dawgpwnd kernel: [ 0.000000] mapped low ram: 0 - 2c9fe000
Nov 15 08:31:53 dawgpwnd kernel: [ 0.000000] low ram: 0 - 2c9fe000
Nov 15 08:31:53 dawgpwnd kernel: [ 0.000000] Zone PFN ranges:
Nov 15 08:31:53 dawgpwnd kernel: [ 0.000000] DMA 0x00000010 -> 0x00001000
Nov 15 08:31:53 dawgpwnd kernel: [ 0.000000] Normal 0x00001000 -> 0x0002c9fe
Nov 15 08:31:53 dawgpwnd kernel: [ 0.000000] HighMem 0x0002c9fe -> 0x00080000
Nov 15 08:31:53 dawgpwnd kernel: [ 0.000000] Movable zone start PFN for each node
Nov 15 08:31:53 dawgpwnd kernel: [ 0.000000] early_node_map[2] active PFN ranges
Nov 15 08:31:53 dawgpwnd kernel: [ 0.000000] 0: 0x00000010 -> 0x000000a0
Nov 15 08:31:53 dawgpwnd kernel: [ 0.000000] 0: 0x00000100 -> 0x00080000
Nov 15 08:31:53 dawgpwnd kernel: [ 0.000000] Using APIC driver default
Nov 15 08:31:53 dawgpwnd kernel: [ 0.000000] SFI: Simple Firmware Interface v0.81 http://simplefirmware.org
Nov 15 08:31:53 dawgpwnd kernel: [ 0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs
Nov 15 08:31:53 dawgpwnd kernel: [ 0.000000] Local APIC disabled by BIOS -- you can enable it with "lapic"
Nov 15 08:31:53 dawgpwnd kernel: [ 0.000000] APIC: disable apic facility
Nov 15 08:31:53 dawgpwnd kernel: [ 0.000000] APIC: switched to apic NOOP
Nov 15 08:31:53 dawgpwnd kernel: [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
Nov 15 08:31:53 dawgpwnd kernel: [ 0.000000] Allocating PCI resources starting at 80000000 (gap: 80000000:80000000)
Nov 15 08:31:53 dawgpwnd kernel: [ 0.000000] Booting paravirtualized kernel on Xen
Nov 15 08:31:53 dawgpwnd kernel: [ 0.000000] Xen version: 3.4.3 (preserve-AD)
Nov 15 08:31:53 dawgpwnd kernel: [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
Nov 15 08:31:53 dawgpwnd kernel: [ 0.000000] PERCPU: Embedded 12 pages/cpu @eb9c1000 s28480 r0 d20672 u49152
Nov 15 08:31:53 dawgpwnd kernel: [948873.549818] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 520079
Nov 15 08:31:53 dawgpwnd kernel: [948873.549824] Kernel command line: ro root=/dev/xvda1 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_ US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us console=tty0
Nov 15 08:31:53 dawgpwnd kernel: [948873.549914] PID hash table entries: 4096 (order: 2, 16384 bytes)
Nov 15 08:31:53 dawgpwnd kernel: [948873.549946] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Nov 15 08:31:53 dawgpwnd kernel: [948873.550115] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Nov 15 08:31:53 dawgpwnd kernel: [948873.550292] Initializing CPU#0
Nov 15 08:31:53 dawgpwnd kernel: [948873.551839] allocated 8388352 bytes of page_cgroup
Nov 15 08:31:53 dawgpwnd kernel: [948873.551844] please try 'cgroup_disable=memory' option if you don't want memory cgroups
Nov 15 08:31:53 dawgpwnd kernel: [948873.573058] Initializing HighMem for node 0 (0002c9fe:00080000)
Nov 15 08:31:53 dawgpwnd kernel: [948873.723274] Memory: 2032288k/2097152k available (4110k kernel code, 64416k reserved, 2661k data, 59 6k init, 1366024k highmem)
Nov 15 08:31:53 dawgpwnd kernel: [948873.723282] virtual kernel memory layout:
Nov 15 08:31:53 dawgpwnd kernel: [948873.723283] fixmap : 0xf4d75000 - 0xf57ff000 (10792 kB)
Nov 15 08:31:53 dawgpwnd kernel: [948873.723284] pkmap : 0xf4a00000 - 0xf4c00000 (2048 kB)
Nov 15 08:31:53 dawgpwnd kernel: [948873.723285] vmalloc : 0xed1fe000 - 0xf49fe000 ( 120 MB)
Nov 15 08:31:53 dawgpwnd kernel: [948873.723287] lowmem : 0xc0000000 - 0xec9fe000 ( 713 MB)
Nov 15 08:31:53 dawgpwnd kernel: [948873.723288] .init : 0xc0a9e000 - 0xc0b33000 ( 596 kB)
Nov 15 08:31:53 dawgpwnd kernel: [948873.723289] .data : 0xc0803bd6 - 0xc0a9d280 (2661 kB)
Nov 15 08:31:53 dawgpwnd kernel: [948873.723290] .text : 0xc0400000 - 0xc0803bd6 (4110 kB)
Nov 15 08:31:53 dawgpwnd kernel: [948873.723349] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Nov 15 08:31:53 dawgpwnd kernel: [948873.723382] Hierarchical RCU implementation.
Nov 15 08:31:53 dawgpwnd kernel: [948873.723385] RCU dyntick-idle grace-period acceleration is enabled.
Nov 15 08:31:53 dawgpwnd kernel: [948873.723395] NR_IRQS:2304
Nov 15 08:31:53 dawgpwnd kernel: [948873.738198] Console: colour dummy device 80x25
Nov 15 08:31:53 dawgpwnd kernel: [948873.738311] console [tty0] enabled
Nov 15 08:31:53 dawgpwnd kernel: [948873.738469] console [hvc0] enabled
Nov 15 08:31:53 dawgpwnd kernel: [948873.738523] installing Xen timer for CPU 0
Nov 15 08:31:53 dawgpwnd kernel: [948873.738546] Detected 2494.334 MHz processor.
Nov 15 08:31:53 dawgpwnd kernel: [948873.738556] Calibrating delay loop (skipped), value calculated using timer frequency.. 4988.66 Bogo MIPS (lpj=2494334)
Nov 15 08:31:53 dawgpwnd kernel: [948873.738570] pid_max: default: 32768 minimum: 301
Nov 15 08:31:53 dawgpwnd kernel: [948873.738806] Security Framework initialized
Nov 15 08:31:53 dawgpwnd kernel: [948873.738817] SELinux: Initializing.
Nov 15 08:31:53 dawgpwnd kernel: [948873.738998] Mount-cache hash table entries: 512
Nov 15 08:31:53 dawgpwnd kernel: [948873.739475] Initializing cgroup subsys cpuacct
Nov 15 08:31:53 dawgpwnd kernel: [948873.739536] Initializing cgroup subsys memory
Nov 15 08:31:53 dawgpwnd kernel: [948873.749894] Initializing cgroup subsys devices
Nov 15 08:31:53 dawgpwnd kernel: [948873.749901] Initializing cgroup subsys freezer
Nov 15 08:31:53 dawgpwnd kernel: [948873.749908] Initializing cgroup subsys net_cls
Nov 15 08:31:53 dawgpwnd kernel: [948873.749915] Initializing cgroup subsys blkio
Nov 15 08:31:53 dawgpwnd kernel: [948873.749929] Initializing cgroup subsys perf_event
Nov 15 08:31:53 dawgpwnd kernel: [948873.750051] CPU: Physical Processor ID: 0
Nov 15 08:31:53 dawgpwnd kernel: [948873.750058] CPU: Processor Core ID: 0
Nov 15 08:31:53 dawgpwnd kernel: [948873.750198] SMP alternatives: switching to UP code
Nov 15 08:31:53 dawgpwnd kernel: [948873.784125] ftrace: allocating 23837 entries in 47 pages
Nov 15 08:31:53 dawgpwnd kernel: [948873.791471] Performance Events: unsupported p6 CPU model 42 no PMU driver, software events only.
Nov 15 08:31:53 dawgpwnd kernel: [948873.791863] NMI watchdog disabled (cpu0): hardware events not enabled
Nov 15 08:31:53 dawgpwnd kernel: [948873.791970] installing Xen timer for CPU 1
Nov 15 08:31:53 dawgpwnd kernel: [948873.791999] SMP alternatives: switching to SMP code
Nov 15 08:31:53 dawgpwnd kernel: [948873.825113] Initializing CPU#1
Nov 15 08:31:53 dawgpwnd kernel: [948873.825181] NMI watchdog disabled (cpu1): hardware events not enabled
Nov 15 08:31:53 dawgpwnd kernel: [948873.825285] installing Xen timer for CPU 2
Nov 15 08:31:53 dawgpwnd kernel: [948873.825326] Initializing CPU#2
Nov 15 08:31:53 dawgpwnd kernel: [948873.835768] NMI watchdog disabled (cpu2): hardware events not enabled
Nov 15 08:31:53 dawgpwnd kernel: [948873.835890] installing Xen timer for CPU 3
Nov 15 08:31:53 dawgpwnd kernel: [948873.835935] Initializing CPU#3
Nov 15 08:31:53 dawgpwnd kernel: [948873.846385] NMI watchdog disabled (cpu3): hardware events not enabled
Nov 15 08:31:53 dawgpwnd kernel: [948873.846446] Brought up 4 CPUs
Nov 15 08:31:53 dawgpwnd kernel: [948873.846884] devtmpfs: initialized
Nov 15 08:31:53 dawgpwnd kernel: [948873.847910] atomic64 test passed for i586+ platform with CX8 and with SSE
Nov 15 08:31:53 dawgpwnd kernel: [948873.847938] Grant table initialized
Nov 15 08:31:53 dawgpwnd kernel: [948873.867958] Time: 165:165:165 Date: 165/165/65
Nov 15 08:31:53 dawgpwnd kernel: [948873.868089] NET: Registered protocol family 16
Nov 15 08:31:53 dawgpwnd kernel: [948873.869413] PCI: setting up Xen PCI frontend stub
Nov 15 08:31:53 dawgpwnd kernel: [948873.870668] bio: create slab <bio-0> at 0
Nov 15 08:31:53 dawgpwnd kernel: [948873.870856] ACPI: Interpreter disabled.
Nov 15 08:31:53 dawgpwnd kernel: [948873.871029] xen/balloon: Initialising balloon driver.
Nov 15 08:31:53 dawgpwnd kernel: [948873.871038] last_pfn = 0x80000 max_arch_pfn = 0x1000000
Nov 15 08:31:53 dawgpwnd kernel: [948873.872552] xen-balloon: Initialising balloon driver.
Nov 15 08:31:53 dawgpwnd kernel: [948873.872695] vgaarb: loaded
Nov 15 08:31:53 dawgpwnd kernel: [948873.872820] SCSI subsystem initialized
Nov 15 08:31:53 dawgpwnd kernel: [948873.872940] usbcore: registered new interface driver usbfs
Nov 15 08:31:53 dawgpwnd kernel: [948873.872959] usbcore: registered new interface driver hub
Nov 15 08:31:53 dawgpwnd kernel: [948873.873008] usbcore: registered new device driver usb
Nov 15 08:31:53 dawgpwnd kernel: [948873.873114] PCI: System does not support PCI
Nov 15 08:31:53 dawgpwnd kernel: [948873.873122] PCI: System does not support PCI
Nov 15 08:31:53 dawgpwnd kernel: [948873.873223] NetLabel: Initializing
Nov 15 08:31:53 dawgpwnd kernel: [948873.873229] NetLabel: domain hash size = 128
Nov 15 08:31:53 dawgpwnd kernel: [948873.873235] NetLabel: protocols = UNLABELED CIPSOv4
Nov 15 08:31:53 dawgpwnd kernel: [948873.873249] NetLabel: unlabeled traffic allowed by default
Nov 15 08:31:53 dawgpwnd kernel: [948873.873273] Switching to clocksource xen
Nov 15 08:31:53 dawgpwnd kernel: [948873.873593] Switched to NOHz mode on CPU #0
Nov 15 08:31:53 dawgpwnd kernel: [948873.873714] Switched to NOHz mode on CPU #3
Nov 15 08:31:53 dawgpwnd kernel: [948873.873770] Switched to NOHz mode on CPU #1
Nov 15 08:31:53 dawgpwnd kernel: [948873.874053] Switched to NOHz mode on CPU #2
Nov 15 08:31:53 dawgpwnd kernel: [948873.879445] pnp: PnP ACPI: disabled
Nov 15 08:31:53 dawgpwnd kernel: [948873.880934] NET: Registered protocol family 2
Nov 15 08:31:53 dawgpwnd kernel: [948873.881012] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
Nov 15 08:31:53 dawgpwnd kernel: [948873.881173] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
Nov 15 08:31:53 dawgpwnd kernel: [948873.881389] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
Nov 15 08:31:53 dawgpwnd kernel: [948873.881479] TCP: Hash tables configured (established 131072 bind 65536)
Nov 15 08:31:53 dawgpwnd kernel: [948873.881487] TCP reno registered
Nov 15 08:31:53 dawgpwnd kernel: [948873.881494] UDP hash table entries: 512 (order: 2, 16384 bytes)
Nov 15 08:31:53 dawgpwnd kernel: [948873.881504] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
Nov 15 08:31:53 dawgpwnd kernel: [948873.881771] NET: Registered protocol family 1
Nov 15 08:31:53 dawgpwnd kernel: [948873.881819] Trying to unpack rootfs image as initramfs...
Nov 15 08:31:53 dawgpwnd kernel: [948873.956038] Freeing initrd memory: 26924k freed
Nov 15 08:31:53 dawgpwnd kernel: [948873.960948] platform rtc_cmos: registered platform RTC device (no PNP device found)
Nov 15 08:31:53 dawgpwnd kernel: [948873.961403] apm: BIOS not found.
Nov 15 08:31:53 dawgpwnd kernel: [948873.966340] audit: initializing netlink socket (disabled)
Nov 15 08:31:53 dawgpwnd kernel: [948873.966373] type=2000 audit(1321363905.597:1): initialized
Nov 15 08:31:53 dawgpwnd kernel: [948873.988020] highmem bounce pool size: 64 pages
Nov 15 08:31:53 dawgpwnd kernel: [948873.988035] HugeTLB registered 2 MB page size, pre-allocated 0 pages
Nov 15 08:31:53 dawgpwnd kernel: [948873.989515] VFS: Disk quotas dquot_6.5.2
Nov 15 08:31:53 dawgpwnd kernel: [948873.989674] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Nov 15 08:31:53 dawgpwnd kernel: [948873.990440] msgmni has been set to 1353
Nov 15 08:31:53 dawgpwnd kernel: [948873.990988] alg: No test for stdrng (krng)
Nov 15 08:31:53 dawgpwnd kernel: [948873.991010] NET: Registered protocol family 38
Nov 15 08:31:53 dawgpwnd kernel: [948873.991056] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
Nov 15 08:31:53 dawgpwnd kernel: [948873.991105] io scheduler noop registered
Nov 15 08:31:53 dawgpwnd kernel: [948873.991112] io scheduler deadline registered
Nov 15 08:31:53 dawgpwnd kernel: [948873.991127] io scheduler cfq registered (default)
Nov 15 08:31:53 dawgpwnd kernel: [948873.991186] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Nov 15 08:31:53 dawgpwnd kernel: [948873.991211] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
Nov 15 08:31:53 dawgpwnd kernel: [948873.991219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Nov 15 08:31:53 dawgpwnd kernel: [948873.998988] Console: switching to colour frame buffer device 100x37
Nov 15 08:31:53 dawgpwnd kernel: [948874.000553] isapnp: Scanning for PnP cards...
Nov 15 08:31:53 dawgpwnd kernel: [948874.355587] isapnp: No Plug & Play device found
Nov 15 08:31:53 dawgpwnd kernel: [948874.356038] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Nov 15 08:31:53 dawgpwnd kernel: [948874.357002] Non-volatile memory driver v1.3
Nov 15 08:31:53 dawgpwnd kernel: [948874.357034] Linux agpgart interface v0.103
Nov 15 08:31:53 dawgpwnd kernel: [948874.358082] brd: module loaded
Nov 15 08:31:53 dawgpwnd kernel: [948874.358575] loop: module loaded
Nov 15 08:31:53 dawgpwnd kernel: [948874.359520] Fixed MDIO Bus: probed
Nov 15 08:31:53 dawgpwnd kernel: [948874.360387] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Nov 15 08:31:53 dawgpwnd kernel: [948874.361250] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Nov 15 08:31:53 dawgpwnd kernel: [948874.362108] uhci_hcd: USB Universal Host Controller Interface driver
Nov 15 08:31:53 dawgpwnd kernel: [948874.362979] usbcore: registered new interface driver usbserial
Nov 15 08:31:53 dawgpwnd kernel: [948874.363806] USB Serial support registered for generic
Nov 15 08:31:53 dawgpwnd kernel: [948874.364641] usbcore: registered new interface driver usbserial_generic
Nov 15 08:31:53 dawgpwnd kernel: [948874.365475] usbserial: USB Serial Driver core
Nov 15 08:31:53 dawgpwnd kernel: [948874.366345] i8042: PNP: No PS/2 controller found. Probing ports directly.
Nov 15 08:31:53 dawgpwnd kernel: [948874.368044] mousedev: PS/2 mouse device common for all mice
Nov 15 08:31:53 dawgpwnd kernel: [948874.409103] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
Nov 15 08:31:53 dawgpwnd kernel: [948874.410003] rtc_cmos: probe of rtc_cmos failed with error -38
Nov 15 08:31:53 dawgpwnd kernel: [948874.410901] device-mapper: uevent: version 1.0.3
Nov 15 08:31:53 dawgpwnd kernel: [948874.411806] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: dm-devel@redhat.com
Nov 15 08:31:53 dawgpwnd kernel: [948874.412720] cpuidle: using governor ladder
Nov 15 08:31:53 dawgpwnd kernel: [948874.413584] cpuidle: using governor menu
Nov 15 08:31:53 dawgpwnd kernel: [948874.414425] EFI Variables Facility v0.08 2004-May-17
Nov 15 08:31:53 dawgpwnd kernel: [948874.415367] usbcore: registered new interface driver usbhid
Nov 15 08:31:53 dawgpwnd kernel: [948874.416195] usbhid: USB HID core driver
Nov 15 08:31:53 dawgpwnd kernel: [948874.417099] ip_tables: (C) 2000-2006 Netfilter Core Team
Nov 15 08:31:53 dawgpwnd kernel: [948874.417953] TCP cubic registered
Nov 15 08:31:53 dawgpwnd kernel: [948874.418786] Initializing XFRM netlink socket
Nov 15 08:31:53 dawgpwnd kernel: [948874.419629] NET: Registered protocol family 17
Nov 15 08:31:53 dawgpwnd kernel: [948874.420464] Registering the dns_resolver key type
Nov 15 08:31:53 dawgpwnd kernel: [948874.421293] Using IPI No-Shortcut mode
Nov 15 08:31:53 dawgpwnd kernel: [948874.422185] registered taskstats version 1
Nov 15 08:31:53 dawgpwnd kernel: [948874.422995] IMA: No TPM chip found, activating TPM-bypass!
Nov 15 08:31:53 dawgpwnd kernel: [948874.423836] XENBUS: Device with no driver: device/vkbd/0
Nov 15 08:31:53 dawgpwnd kernel: [948874.424636] XENBUS: Device with no driver: device/console/0
Nov 15 08:31:53 dawgpwnd kernel: [948874.425424] XENBUS: Device with no driver: device/vbd/2049
Nov 15 08:31:53 dawgpwnd kernel: [948874.426202] XENBUS: Device with no driver: device/vbd/2050
Nov 15 08:31:53 dawgpwnd kernel: [948874.426973] XENBUS: Device with no driver: device/vif/0
Nov 15 08:31:53 dawgpwnd kernel: [948874.427751] Magic number: 1:252:3141
Nov 15 08:31:53 dawgpwnd kernel: [948874.428512] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
Nov 15 08:31:53 dawgpwnd kernel: [948874.429302] Initializing network drop monitor service
Nov 15 08:31:53 dawgpwnd kernel: [948874.430376] Freeing unused kernel memory: 596k freed
Nov 15 08:31:53 dawgpwnd kernel: [948874.432234] Write protecting the kernel text: 4112k
Nov 15 08:31:53 dawgpwnd kernel: [948874.433501] Write protecting the kernel read-only data: 1980k
Nov 15 08:31:53 dawgpwnd kernel: [948874.434254] NX-protecting the kernel data: 4080k
Nov 15 08:31:53 dawgpwnd kernel: [948874.646748] blkfront: xvda1: barrier or flush: disabled
Nov 15 08:31:53 dawgpwnd kernel: [948874.652776] blkfront: xvda2: barrier or flush: disabled
Nov 15 08:31:53 dawgpwnd kernel: [948875.236314] EXT3-fs: barriers not enabled
Nov 15 08:31:53 dawgpwnd kernel: [948875.270677] kjournald starting. Commit interval 5 seconds
Nov 15 08:31:53 dawgpwnd kernel: [948875.270770] EXT3-fs (xvda1): mounted filesystem with ordered data mode
Nov 15 08:31:53 dawgpwnd kernel: [948875.705186] EXT3-fs: barriers not enabled
Nov 15 08:31:53 dawgpwnd kernel: [948875.706843] kjournald starting. Commit interval 5 seconds
Nov 15 08:31:53 dawgpwnd kernel: [948875.706917] EXT3-fs (xvda1): mounted filesystem with ordered data mode
Nov 15 08:31:53 dawgpwnd kernel: [948876.740165] SELinux: Disabled at runtime.
Nov 15 08:31:53 dawgpwnd kernel: [948876.742050] type=1404 audit(1321363908.372:2): selinux=0 auid=4294967295 ses=4294967295
Nov 15 08:31:53 dawgpwnd kernel: [948877.096966] NET: Registered protocol family 10
Nov 15 08:31:53 dawgpwnd kernel: [948878.746079] EXT3-fs (xvda1): using internal journal
Nov 15 08:31:53 dawgpwnd kernel: [948880.007813] Initialising Xen virtual ethernet driver.
Nov 15 08:31:53 dawgpwnd kernel: [948880.009407] input: Xen Virtual Keyboard as /devices/virtual/input/input0
Nov 15 08:31:53 dawgpwnd kernel: [948880.010142] input: Xen Virtual Pointer as /devices/virtual/input/input1
Nov 15 08:31:53 dawgpwnd kernel: [948880.102681] Adding 4194300k swap on /dev/xvda2. Priority:0 extents:1 across:4194300k SS
Nov 15 08:31:57 dawgpwnd auditd[663]: Started dispatcher: /sbin/audispd pid: 665
Nov 15 08:31:57 dawgpwnd audispd: No plugins found, exiting
Nov 15 08:31:57 dawgpwnd auditd[663]: Init complete, auditd 2.1.3 listening for events (startup state enable)
Nov 15 08:32:16 dawgpwnd proftpd[1125]: 208.79.77.119 - ProFTPD 1.3.4rc2 (devel) (built Tue May 17 2011 14:33:40 UTC) standalone mode ST ARTUP
Nov 15 08:32:19 dawgpwnd systemd[1]: mysqld.service: Supervising process 1002 which is not our child. We'll most likely not notice when it exits.
Nov 15 08:32:19 dawgpwnd systemd[1]: Startup finished in 605ms 667us (kernel) + 2s 779ms 52us (initrd) + 30s 669ms 405us (userspace) = 3 4s 54ms 124us.
[root@Greg-Galloway /]#
 
Old 11-15-2011, 08:13 AM   #11
gwgallo
LQ Newbie
 
Registered: Nov 2011
Location: Fairview Texas
Distribution: Fedora 15
Posts: 10

Original Poster
Rep: Reputation: Disabled
This last reboot was prior to trying yum clean all and yum update.

[root@Greg-Galloway /]# yum update
Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again
[root@Greg-Galloway /]#

I get the error above but nothing is in the /var/log/messages file.

Thanks again for the help.
 
Old 11-15-2011, 08:32 AM   #12
deep27ak
Senior Member
 
Registered: Aug 2011
Location: Bangalore, India
Distribution: RHEL 7.x, SLES 11 SP2/3/4
Posts: 1,195
Blog Entries: 4

Rep: Reputation: 221Reputation: 221Reputation: 221
Have you changed your DNS?

It seems your DNS is unable to locate the repository url

and as you said you are able to browse the repository on browser on the same DNS?
 
Old 11-15-2011, 09:36 AM   #13
gwgallo
LQ Newbie
 
Registered: Nov 2011
Location: Fairview Texas
Distribution: Fedora 15
Posts: 10

Original Poster
Rep: Reputation: Disabled
Yes I'm sure my DNS has been messed up. I was in the process of trying to manually configure/install bind and named when I decided it would be best to do the install from the Webmin tool. I tried to remove bind and then reinstall it. That's when I noticed the problem with yum. I'm not sure where to go from here / what files to check and what they should look like. Can you give me some direction to make sure the basic DNS function that works after a fresh Fedora install is set up properly?

Thanks,
Greg
 
Old 11-15-2011, 08:49 PM   #14
gwgallo
LQ Newbie
 
Registered: Nov 2011
Location: Fairview Texas
Distribution: Fedora 15
Posts: 10

Original Poster
Rep: Reputation: Disabled
The game I have running on the server is working. The teamspeak program is running. I enter my ip address into my browser and get to my website. I'm sure I messed up something when I removed bind. Can anyone give me suggestions on where to check in order to get yum working again so I can reinstall bind?

Thanks,
Greg
 
Old 11-15-2011, 09:34 PM   #15
gwgallo
LQ Newbie
 
Registered: Nov 2011
Location: Fairview Texas
Distribution: Fedora 15
Posts: 10

Original Poster
Rep: Reputation: Disabled
The following leads me to believe that part of the network setup is messed up:
[root@Greg-Galloway /]# ping google.com
ping: unknown host google.com
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
yum install flash ... yum: command not found ... which yum ... /usr/bin/yum tg0000 Fedora 8 04-13-2011 11:25 AM
rpm and yum not working,am totally messed up !!!! divyashree Linux - Software 5 07-17-2009 10:10 AM
Fedora7 to 8 upgrade messed up yum and update functions LinuxMacWannabe Fedora - Installation 2 12-23-2007 10:40 PM
python messed up my yum c4nk Linux - Software 2 03-13-2007 01:03 AM
YUM dependencies messed up chrisjswanson Fedora 2 01-17-2006 09:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 03:42 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration