Andreas Jaeger wrote:
Coach-X <coachx@pwx.net> writes:
Install new kernel:
omni:/tmp # rpm -ihv ./kernel-default-2.6.22.9-0.4.i586.rpm Preparing... ########################################### [100%] 1:kernel-default ########################################### [100%] Setting up /lib/modules/2.6.22.9-0.4-default
Kernel image: /boot/vmlinuz-2.6.22.9-0.4-default Initrd image: /boot/initrd-2.6.22.9-0.4-default
Does not appear the mkinitrd ran automatically, so I run it manually:
omni:~ # mkinitrd
Kernel image: /boot/vmlinuz-2.6.22.5-31-default Initrd image: /boot/initrd-2.6.22.5-31-default
Kernel image: /boot/vmlinuz-2.6.22.9-0.4-default Initrd image: /boot/initrd-2.6.22.9-0.4-default mkdir: cannot create directory `/var/tmp/mkinitramfs.iv9111/mnt': File exists could not create temporary directory
Is the file system full? Can you create the directory by hand?
mkinitrd is a shell script, you might want to check what's going wrong.
I did go through the file and found the problem in /lib/mkinitrd/scripts/setup-splashy.sh I dont know if it is a bug, but if it did not find /usr/sbin/resume it would exit. It would not remove the first temp directory, thus the error for the existing directory. I was able to resolve the issue by installing suspend. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org