Next Previous Contents

9. Troubleshooting

9.1 Can't remove a Volume Group

Description

You can't remove a VG because the system says that it already exist, but if you execute a vgscan you can't find it.

Solution

Delete the correspondig entry in /etc/lvmtab.

Delete the correspondig device calling

rm -r /dev/GROUP

9.2 Error message: "kmod: runaway modprobe loop assumed and stopped"

Description

The combination of kmod and modprobe as generated a loop.

Solution

The element CONFIG_UNIX must be part as the kernel (set to "y") and not loaded as module.

9.3 Error message: "depmod: Can't open /lib/modules/2.4.20/modules.dep for writing"

Description

Unable to create the required files if /tmp is mounted as tmpfs.

Solution 1

Don't mount /tmp so that it will be physically in the root partition.

Solution 2

Mount /tmp in a physical partition instead of in the RAM.

Note

Don't forget to restore your original configuration, if you want.


Next Previous Contents