similar to: 5.1 Upgrade Not Working?

Displaying 20 results from an estimated 20000 matches similar to: "5.1 Upgrade Not Working?"

2007 Nov 13
1
sdc1 without the sdc
So I'm working with the iSCSI Initiator and an EqualLogic SAN. I'm not sure when this might have happened, but it appears that the /dev/sdc device is missing, yet the /dev/sdc1 partition exists AND is mountable. Is there a method to re-create the /dev/sdc device? I cannot dd or fdisk it, obviously, but I can mount the /dev/sdc1 partition and it works just fine. Not having the /dev/sdc
2008 Jan 14
1
Problem with CentOS 5.1 / Xen / Migration : domU time
Hi all, I'm having issue with my Centos 5.1 /Xen installation. I'm having 2 dom0 running 2.6.18-53.1.4.el5xen (x86_64). These two dom0 are connected to a SAN. These two dom0 hosts multiple domU like Centos 4.5 (2.6.9-55.0.9.ELxenU) and Centos 5.1 (2.6.18-53.1.4.el5xen). These two dom0 run ntpd to synchronize dom0 time. When i start a virtual machine on the first dom0 all seems good, the
2009 Jun 22
2
Make sshd log IP addresses, not hostnames
Can I adjust the ssh daemon to log IP addresses instead of hostnames? I assume this situation is feasible... * 10.10.10.10 attempts to ssh to the server * reverse dns resolves to "somehost.domain.com" * ssh daemon logs "somehost.domain.com" in messages * foward dns on "somehost.domain.com" resolves to 10.10.10.20 Thus it causes some of my scripts a problem if the
2007 Dec 11
8
After 5.1 update $releasever is still 5
I have performed the 5.1 update via the 5 repo on a couple of systems. I then went to switch these systems to my new local repo using ther $releasever variable. It still has the value of 5, not 5.1 Where is this set? Why was it not changed to 5.1? On the one clean install from the 5.1 isos, $releasever is at 5.1 I think.
2008 Jun 25
6
CentOS 5.2 kernel [2.6.18-92.1.1.el5] crashes on dual-PIII Compaq ProLiant 3000
After yum upgrade, the new CentOS5 kernel [ kernel-2.6.18-92.1.1.el5.i686 ] crashes each time early in boot process on Compaq ProLiant 3000 with dual Pentium3 CPU (600 MHz, CPU0: Intel Pentium III (Katmai) stepping 03, CPU1 the same). I get kernel panic at powernowk8_init+0x05e/0x1c3. The previous kernel [ kernel-2.6.18-53.1.21.el5.i686 ] seems to work fine. I am wondering if anyone has met
2007 Oct 12
4
Safe method to remove old kernels
# rpm -qa | grep kernel-2 | sort kernel-2.6.9-42.0.10.EL kernel-2.6.9-42.0.2.EL kernel-2.6.9-42.0.3.EL kernel-2.6.9-42.0.8.EL kernel-2.6.9-42.EL kernel-2.6.9-55.0.2.EL kernel-2.6.9-55.0.6.EL kernel-2.6.9-55.0.9.EL kernel-2.6.9-55.EL I'm running the most recent kernel available, and I've never had a problem with any past kernels, so I don't believe there's any reason to keep all of
2008 Jun 24
1
Kernel panic since CentOS 5.2 upgrade
Hello, since upgrading to CentOS 5.2 my notebook hangs while booting with a "Kernel panic - not syncing: Fatal exception" error. Here is a screenshot: http://www.istari.de/olaf/centos/r0013878.jpg # uname -a Linux beutelsend.istari.de 2.6.18-53.1.21.el5 #1 SMP Tue May 20 09:34:18 EDT 2008 i686 i686 i386 GNU/Linux # grep kernel /etc/grub.conf kernel /vmlinuz-2.6.18-92.1.1.el5
2007 Oct 18
2
Upgrading Java on CentOS 4.5
# rpm -qa | grep -E '^(java|jdk|jre)-' jre-1.6.0_03-fcs java-1.4.2-gcj-compat-1.4.2.0-27jpp jdk-1.6.0_03-fcs java is a CentOS package. jdk and jre are from Sun. (I need Java >= 1.5.0 for an application I'm installing.) # update-alternatives --config java There are 1 programs which provide 'java'. Selection Command ----------------------------------------------- *+
2008 Feb 08
2
Changing ext3 Partition Size
I have an ext3 partition from our SAN. The size was increased. I am attempting to re-size this specific ext3 partition, obviously. I unmount the partition, run fdisk, change the cyls, and save... WARNING: Re-reading the partition table failed with error 22: Invalid argument. The kernel still uses the old table. The new table will be used at the next reboot. And that is the message that I
2007 May 18
1
Why no upgrade?
I have 2 installs of 4.4 that I'm experimenting with. 'yum update' on one of them upgraded to 4.5, but the other system does NOT upgrade. Any ideas? I ran a 'yum clean all' but it did not appear to help. Thanks, Scott
2007 Nov 14
2
rsync problem
I have a simple script that sends one file to two locations on the same destination server. Here's the code: DEST="remotehost" SRC="/home/boss/application.conf" DST1="/home/user1/application.conf" DST2="/home/user2/application.conf" RSYNC1=`rsync -caW -e ssh $SRC $DEST:$DST1` RSYNC2=`rsync -caW -e ssh $SRC $DEST:$DST2` This runs every 5 minutes. What
2008 May 23
2
How to move my MBR
I removed an ATA drive (/home) for a new SATA and my system would not boot. I'm guessing that it put the MBR on that drive instead of the drive that holds the / partition. What's the best way confirm where the MBR resides and, after I verify that's my problem, how I can move (or make a copy) onto a different drive? Thanks, Scott
2008 Jun 27
4
Kernel panic CentOS 5.2
Hi, When I boot my dedicated server from netinstall cd, I see: http://img501.imageshack.us/img501/3828/kernelpaniczm7.jpg System: Intel(R) Celeron(R) CPU 2.60GHz - Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] - Host bridge: VIA Technologies, Inc. P4M266 Host Bridge - IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE - ISA bridge: VIA
2007 Sep 26
2
My G729 problem re-visited
Ok, I built a test system to duplicate my problem and provide myself a platform that I can mess around with to try and break any features. My problem is G729 pass-through from a gateway to a phone. I think I even have transcoding working, which makes me more confused on what's wrong with my pass-through. It must be a configuration issue. The basics... *CLI> core show version Asterisk
2007 Aug 21
2
Using HTTP proxy for yum
Is there a way to use an HTTP proxy (with a user/pass) with yum? Or at least a way to pass a user/pass through yum? I have a situation with a CentOS server behind a web filter appliance. Thanks, Scott
2007 Aug 28
1
Mapping to Samba
Using GUI methods (read: easy for most users), is there a way to map to a Samba share and have it accessible to all applications? Going through Nautilus I'm able to create a link to the shares, but they're not accessible from many applications. And, obviously, this is going to be something that changes per user (different mappings, different credentials, etc), so I can't use a static
2007 Sep 14
1
g729 on 1.4.10.1
I have a fresh 1.4.10.1 installation that appears to have a problem with g729 pass-through. I can see the gateway in question sending an INVITE using g729b. However, the Asterisk is only sending g711 in the INVITE to my Polycom phone. [gateway] disallow=all allow=g729 [phone] disallow=all allow=ulaw allow=alaw allow=g729 There's the codec configs for the gateway and the phone in question.
2007 Oct 12
1
Display channels and codecs
Is there an easy way to show all active channels AND the codecs they're using? Other than going through EACH channel individually to check the codec which is, obviously, not a very efficient process. Thanks, Scott
2008 Mar 19
2
Centos 5.1
I'm about to try Centos 5 (first time user). Question: I have the 5.0 CD-ROMs, so can I install with them and them update to 5.1 via the internet, or should I use the 5.1 CDs? Thanks. -Tom Tom Browder Niceville, Florida USA
2008 Mar 19
1
CentOS 5.1 - Postfix Mysql
Hi I am building a new box and i want to get away from hand rolled stuff this time and i need Postfix with MySQL support compiled in - Is this available anywhere already built? thanks