Follow-up question:
I discovered this missing dependencies as part of an network install in the
%post section. My procedure is to NFS mount a remote directory where I keep
several post install scripts that configure the machine exactly the way I
want it. The NFS mount does not seem work anymore. I have the following
lines in my %post section
%post
...
[ -d /mnt/SL ] || mkdir -p /mnt/SL
mount -rvt nfs server.anl.gov:/SL /mnt/SL
if [ $? = 0 ]; then
echo "server.anl.gov:/SL mounted"
else
echo "failed to mount server.anl.gov:/SL
exit 0
fi
cd /
/mnt/SL/51/post/postcommon
...
I can mount the directory fine after the installation reboot and can run the
scripts manually. Any ideas what the difference might be between a
post-configure after a reboot and a post-configure during the anaconda %post
section? Obviously, the kernel is different. But, I load my kickstart
script via NFS from the same server where I want to fetch the post-configure
scripts in the %post section.
Ken Teh wrote:
Hah! I was just about to post the same thing. Have you got a rope
around you? I'm sure all of us will be more than willing to pull you up
when you've fixed it. *wink*
Troy Dawson wrote:
*Troy starts going down the steep step of dependancies and sighs*
I had checked pretty good on SL4, and then forgot that this is a major
evolution update for SL5, so I didn't check as much.
This is going to take a little bit for me to figure out ... and I
should have done it yesterday, I apologize.
Expect the dependancies to be fixed in a little bit. I'll let you
know when they are pushed out.
Troy
Al Russell wrote:
I tried to do yum update and got this response.
[EMAIL PROTECTED] ~]# yum update
Loading "kernel-module" plugin
Setting up Update Process
Setting up repositories
Reading repository metadata in from local files
Excluding Packages in global exclude list
Finished
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package evolution.i386 0:2.12.3-8.el5_2.2 set to be updated
--> Running transaction check
--> Processing Dependency: libegroupwise-1.2.so.13 for package:
evolution
--> Processing Dependency: libnssutil3.so for package: evolution
--> Processing Dependency: libexchange-storage-1.2.so.3 for package:
evolution
--> Processing Dependency: libgtkhtml-3.14.so.19 for package: evolution
--> Finished Dependency Resolution
Beginning Kernel Module Plugin
Finished Kernel Module Plugin
Error: Missing Dependency: libegroupwise-1.2.so.13 is needed by package
evolution
Error: Missing Dependency: libnssutil3.so is needed by package evolution
Error: Missing Dependency: libexchange-storage-1.2.so.3 is needed by
package evolution
Error: Missing Dependency: libgtkhtml-3.14.so.19 is needed by package
evolution
[EMAIL PROTECTED] ~]#
I am using the vanilla yum configuration obtained from clean SL 5.1
install. What am I missing?
Thanks,
Al