Package: ocfs-tools
Severity: important

The o2cb init script assumes the kernel has module support.  My kernel does 
not.  Once I commented out module-specific function calls, I was able to get it 
to run and ocfs works 
wonderfully.  

73,78c73,78
< LOAD_ACTIONS=("load_module configfs"
<               "mount_fs configfs "'$(configfs_path)'
<               "load_module ocfs2_nodemanager"
<               "load_module ocfs2_dlm"
<               "load_module ocfs2_dlmfs"
<               "mount_fs ocfs2_dlmfs /dlm")
---
> #LOAD_ACTIONS=("load_module configfs"
> #             "mount_fs configfs "'$(configfs_path)'
> #             "load_module ocfs2_nodemanager"
> #             "load_module ocfs2_dlm"
> #             "load_module ocfs2_dlmfs"
> #             "mount_fs ocfs2_dlmfs /dlm")
79a80,81
> LOAD_ACTIONS=( "mount_fs configfs "'$(configfs_path)'
>               "mount_fs ocfs2_dlmfs /dlm")
274c276,277
<     modprobe -s "$MODNAME"
---
>       true
> #modprobe -s "$MODNAME"
403c406,407
<     modprobe -rs "$MODNAME"
---
>       true
> #modprobe -rs "$MODNAME"
419a424
>       return 2



-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19.2-grsec-xen-amd64-dom0-tcg
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to