Hi Guys! Thanks to the whole Centos team for all their hard work. You have no IDEA how much I appreciate it! I ran "yum upgrade" last night, rebooted this morning and encountered a couple of small problems: 1. "shutdown -h now" goes all the way down but does not power down the box like it always has before. Same when shutting down via the GUI shutdown dialog. I can offer up machine details should anyone want them. 2. Trying to recompile the official Cisco VPN client after the reboot and it fails with this info: # make make -C /lib/modules/2.6.18-92.1.1.el5/build SUBDIRS=/home/fredex/myfiles/programs/cisco-vpn-client/vpnclient modules make[1]: Entering directory `/usr/src/kernels/2.6.18-92.1.1.el5-i686' CC [M] /home/fredex/myfiles/programs/cisco-vpn-client/vpnclient/linuxcniapi.o CC [M] /home/fredex/myfiles/programs/cisco-vpn-client/vpnclient/frag.o CC [M] /home/fredex/myfiles/programs/cisco-vpn-client/vpnclient/IPSecDrvOS_linux.o CC [M] /home/fredex/myfiles/programs/cisco-vpn-client/vpnclient/interceptor.o CC [M] /home/fredex/myfiles/programs/cisco-vpn-client/vpnclient/linuxkernelapi.o LD [M] /home/fredex/myfiles/programs/cisco-vpn-client/vpnclient/cisco_ipsec.o Building modules, stage 2. MODPOST WARNING: /home/fredex/myfiles/programs/cisco-vpn-client/vpnclient/cisco_ipsec.o - Section mismatch: reference to .init.text: from .data between 'interceptor_dev' (at offset 0xb4) and 'interceptor_notifier' WARNING: could not find /home/fredex/myfiles/programs/cisco-vpn-client/vpnclient/.libdriver.so.cmd for /home/fredex/myfiles/programs/cisco-vpn-client/vpnclient/libdriver.so CC /home/fredex/myfiles/programs/cisco-vpn-client/vpnclient/cisco_ipsec.mod.o LD [M] /home/fredex/myfiles/programs/cisco-vpn-client/vpnclient/cisco_ipsec.ko make[1]: Leaving directory `/usr/src/kernels/2.6.18-92.1.1.el5-i686' this ".libdriver.so.cmd" looks like something that should be created on the fly. I've built this same version for several previous Centos kernels, so this appears to be a new phenomenon. Clues would be appreciated. Thanks in advance. -- ---- Fred Smith -- fredex at fcshome.stoneham.ma.us ----------------------------- "For him who is able to keep you from falling and to present you before his glorious presence without fault and with great joy--to the only God our Savior be glory, majesty, power and authority, through Jesus Christ our Lord, before all ages, now and forevermore! Amen." ----------------------------- Jude 1:24,25 (niv) ----------------------------- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20080625/49531522/attachment-0002.sig>
fred smith wrote: Hello.> 1. "shutdown -h now" goes all the way down but does not power down the > box like it always has before. Same when shutting down via the GUI > shutdown dialog.I know this from systems with older processors. For me a 'apm=power-off' in the /etc/grub.conf kernel-line does the trick. regards Olaf
On Wed, Jun 25, 2008 at 08:45:06AM -0400, fred smith wrote:> Hi Guys! > > Thanks to the whole Centos team for all their hard work. You have no IDEA > how much I appreciate it! > > I ran "yum upgrade" last night, rebooted this morning and encountered > a couple of small problems: > 1. "shutdown -h now" goes all the way down but does not power down the > box like it always has before. Same when shutting down via the GUI shutdown > dialog. I can offer up machine details should anyone want them. > 2. Trying to recompile the official Cisco VPN client after the reboot and > it fails with this info: > > # make > make -C /lib/modules/2.6.18-92.1.1.el5/build SUBDIRS=/home/fredex/myfiles/programs/cisco-vpn-client/vpnclient modules > make[1]: Entering directory `/usr/src/kernels/2.6.18-92.1.1.el5-i686' > CC [M] /home/fredex/myfiles/programs/cisco-vpn-client/vpnclient/linuxcniapi.o > CC [M] /home/fredex/myfiles/programs/cisco-vpn-client/vpnclient/frag.o > CC [M] /home/fredex/myfiles/programs/cisco-vpn-client/vpnclient/IPSecDrvOS_linux.o > CC [M] /home/fredex/myfiles/programs/cisco-vpn-client/vpnclient/interceptor.o > CC [M] /home/fredex/myfiles/programs/cisco-vpn-client/vpnclient/linuxkernelapi.o > LD [M] /home/fredex/myfiles/programs/cisco-vpn-client/vpnclient/cisco_ipsec.o > Building modules, stage 2. > MODPOST > WARNING: /home/fredex/myfiles/programs/cisco-vpn-client/vpnclient/cisco_ipsec.o - Section mismatch: reference to .init.text: from .data between 'interceptor_dev' (at offset 0xb4) and 'interceptor_notifier' > WARNING: could not find /home/fredex/myfiles/programs/cisco-vpn-client/vpnclient/.libdriver.so.cmd for /home/fredex/myfiles/programs/cisco-vpn-client/vpnclient/libdriver.so > CC /home/fredex/myfiles/programs/cisco-vpn-client/vpnclient/cisco_ipsec.mod.o > LD [M] /home/fredex/myfiles/programs/cisco-vpn-client/vpnclient/cisco_ipsec.ko > make[1]: Leaving directory `/usr/src/kernels/2.6.18-92.1.1.el5-i686' > > this ".libdriver.so.cmd" looks like something that should be created on the fly. > > I've built this same version for several previous Centos kernels, so this appears > to be a new phenomenon. > > Clues would be appreciated. > > Thanks in advance.And a third item for the list: After just rebooting a few times trying various tactics for solving the first problem above (without success, BTW) when I booted it last time the GUI desktop comes up with empty panels. The panels are there, there's just nothing visible on them. I can click on the panel in the spot where something ought to be, and it is there--the menus open,or whatever was supposed to happen, and they have visible text--it's just the panels that are blank. I should note that I'm using "desktop effects" with an old nvidia card, in case that matters. -- ---- Fred Smith -- fredex at fcshome.stoneham.ma.us ----------------------------- I can do all things through Christ who strengthens me. ------------------------------ Philippians 4:13 ------------------------------- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20080625/85cdf8a6/attachment-0001.sig>
On Wed, 2008-06-25 at 14:05 -0400, fred smith wrote:> <snip>> And a third item for the list: > After just rebooting a few times trying various tactics for solving > the first problem above (without success, BTW) when I booted it last > time the GUI desktop comes up with empty panels. The panels are there, > there's just nothing visible on them. I can click on the panel in the > spot where something ought to be, and it is there--the menus open,or > whatever was supposed to happen, and they have visible text--it's just > the panels that are blank. > > I should note that I'm using "desktop effects" with an old nvidia > card, in case that matters.I can't recall the start of this, did you {un,re}install the nvidia driver? I use the one from rpmforge. Other folks reported the need to un/reinstall to get it to work right. I saw these before I upgraded, did it and all is good. Be aware: the *97*beta driver is for a later model nvidia and won't work on the *96* series. You'll probably want to use the nvidia-x11-drv-96xx-1.0.9631-1.nodist.rf.i386 from rpmforge if your card is fairly old.> <snip sig stuff>HTH -- Bill