On Wed, Sep 9, 2009 at 1:21 PM, David Suhendrikdavid@pnyet.web.id wrote:
I don't get any error message, and i think problem is DRBD kernel module, not ?? $ sudo cat /proc/drbd cat: /proc/drbd: No such file or directory
Could you show us the output from:
rpm -qa --qf "%{name}-%{version}-%{release}.%{arch}\n" kernel* | sort
rpm -qa --qf "%{name}-%{version}-%{release}.%{arch}\n" | grep drbd
uname -mri
/sbin/modinfo drbd (if this prints "modinfo: could not find module drbd", then there is no need to run the next command)
ls -l `find /lib/modules -name drbd.ko`
Akemi