I have just successfully installed CentOS5 beta from CDs. No major issues so far, but it is still too fresh to say anything. The machine I used is peculiar. By peculiar I mean it won't boot if I use grub (this is a long story by itself). So, I manually installed lilo to boot the system. The only problem is that I could not use kdump. It produced an error saying "No bootloader config file found". Since lilo is not supported by default, I would not call it a bug. But it will be great if I can monitor the system with kdump.
Akemi
Hi,
Got CentOS5 beta2 running in VMWare (on a CentOS4_x64 system) and it went smoothly.
Only issue right now is when I try to use yum I get some error messages that it can't route to some mirrors. The good news though is that eventually it succeeds.
Cheers!
Sébastien Arnaud @tlantic web creations, llc sebastien@atlantic-creations.com (p) 334.239.4481 / (f) 208.445.0159
# yum install gcc Loading "installonlyn" plugin Setting up Install Process Setting up repositories Reading repository metadata in from local files Parsing package install arguments Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Downloading header for gcc to pack into transaction set. http://beta.centos.org/centos/4.92/os/x86_64/CentOS/ gcc-4.1.1-30.x86_64.rpm: [Errno 4] IOError: <urlopen error (113, 'No route to host')> Trying other mirror. http://beta.centos.org/centos/4.92/os/x86_64/CentOS/ gcc-4.1.1-30.x86_64.rpm: [Errno 14] HTTP Error 404: Not Found Trying other mirror. http://beta.centos.org/centos/4.92/os/x86_64/CentOS/ gcc-4.1.1-30.x86_64.rpm: [Errno 4] IOError: <urlopen error (113, 'No route to host')> Trying other mirror. http://beta.centos.org/centos/4.92/os/x86_64/CentOS/ gcc-4.1.1-30.x86_64.rpm: [Errno 14] HTTP Error 404: Not Found Trying other mirror. gcc-4.1.1-30.x86_64.rpm 100% |=========================| 53 kB 00:00 ---> Package gcc.x86_64 0:4.1.1-30 set to be updated --> Running transaction check --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc --> Processing Dependency: libgomp.so.1()(64bit) for package: gcc --> Processing Dependency: libgomp = 4.1.1-30 for package: gcc --> Processing Dependency: cpp = 4.1.1-30 for package: gcc --> Restarting Dependency Resolution with new changes. --> Populating transaction set with selected packages. Please wait. ---> Downloading header for libgomp to pack into transaction set. libgomp-4.1.1-30.x86_64.r 100% |=========================| 41 kB 00:00 ---> Package libgomp.x86_64 0:4.1.1-30 set to be updated ---> Downloading header for glibc-devel to pack into transaction set. glibc-devel-2.5-4.x86_64. 100% |=========================| 103 kB 00:00 ---> Package glibc-devel.x86_64 0:2.5-4 set to be updated ---> Downloading header for cpp to pack into transaction set. cpp-4.1.1-30.x86_64.rpm 100% |=========================| 45 kB 00:00 ---> Package cpp.x86_64 0:4.1.1-30 set to be updated --> Running transaction check --> Processing Dependency: glibc-headers = 2.5-4 for package: glibc- devel --> Processing Dependency: glibc-headers for package: glibc-devel --> Restarting Dependency Resolution with new changes. --> Populating transaction set with selected packages. Please wait. ---> Downloading header for glibc-headers to pack into transaction set. glibc-headers-2.5-4.x86_6 100% |=========================| 136 kB 00:00 ---> Package glibc-headers.x86_64 0:2.5-4 set to be updated --> Running transaction check
Dependencies Resolved
======================================================================== ===== Package Arch Version Repository Size ======================================================================== ===== Installing: gcc x86_64 4.1.1-30 base 4.8 M Installing for dependencies: cpp x86_64 4.1.1-30 base 2.9 M glibc-devel x86_64 2.5-4 base 2.4 M glibc-headers x86_64 2.5-4 base 592 k libgomp x86_64 4.1.1-30 base 62 k
Transaction Summary ======================================================================== ===== Install 5 Package(s) Update 0 Package(s) Remove 0 Package(s)
Total download size: 11 M Is this ok [y/N]: y Downloading Packages: (1/5): libgomp-4.1.1-30.x 100% |=========================| 62 kB 00:00 http://beta.centos.org/centos/4.92/os/x86_64/CentOS/glibc- devel-2.5-4.x86_64.rpm: [Errno 4] IOError: <urlopen error (113, 'No route to host')> Trying other mirror. (2/5): glibc-devel-2.5-4. 100% |=========================| 2.4 MB 00:05 http://beta.centos.org/centos/4.92/os/x86_64/CentOS/ gcc-4.1.1-30.x86_64.rpm: [Errno 4] IOError: <urlopen error (113, 'No route to host')> Trying other mirror. http://beta.centos.org/centos/4.92/os/x86_64/CentOS/ gcc-4.1.1-30.x86_64.rpm: [Errno 4] IOError: <urlopen error (113, 'No route to host')> Trying other mirror. http://beta.centos.org/centos/4.92/os/x86_64/CentOS/ gcc-4.1.1-30.x86_64.rpm: [Errno 4] IOError: <urlopen error (113, 'No route to host')> Trying other mirror. (3/5): gcc-4.1.1-30.x86_6 100% |=========================| 4.8 MB 00:08 (4/5): cpp-4.1.1-30.x86_6 100% |=========================| 2.9 MB 00:05 (5/5): glibc-headers-2.5- 100% |=========================| 592 kB 00:01 Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Installing: glibc-headers ######################### [1/5] Installing: glibc-devel ######################### [2/5] Installing: cpp ######################### [3/5] Installing: libgomp ######################### [4/5] Installing: gcc ######################### [5/5]
Installed: gcc.x86_64 0:4.1.1-30 Dependency Installed: cpp.x86_64 0:4.1.1-30 glibc-devel.x86_64 0:2.5-4 glibc-headers.x86_64 0:2.5-4 libgomp.x86_64 0:4.1.1-30 Complete!
On Mar 13, 2007, at 1:04 PM, Akemi Yagi wrote:
I have just successfully installed CentOS5 beta from CDs. No major issues so far, but it is still too fresh to say anything. The machine I used is peculiar. By peculiar I mean it won't boot if I use grub (this is a long story by itself). So, I manually installed lilo to boot the system. The only problem is that I could not use kdump. It produced an error saying "No bootloader config file found". Since lilo is not supported by default, I would not call it a bug. But it will be great if I can monitor the system with kdump.
Akemi
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Tue, 2007-03-13 at 13:26 -0500, Sébastien Arnaud wrote:
Hi,
Got CentOS5 beta2 running in VMWare (on a CentOS4_x64 system) and it went smoothly.
Only issue right now is when I try to use yum I get some error messages that it can't route to some mirrors. The good news though is that eventually it succeeds.
This is likely due to not all mirrors having the Beta on-line, or the permissions on the directories opened up.
Phil