Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
On Jan 5, 2013, at 6:51 AM, Jerald Darow wrote: > Hi, > > I am seeing segementation faults when trying to automate a two node drbd > cluster via kickstart %post. > > NOT initializing bitmap > Writing meta data... > initializing activity log > New drbd meta data block successfully created. > NOT initializing bitmap > Writing meta data... > initializing activity log > New drbd meta data block successfully created. > /tmp/ks-script-e59ci6: line 140: 31195 Segmentation fault (core dumped) > drbdadm create-md all > /tmp/ks-script-e59ci6: line 141: 31206 Segmentation fault (core dumped) > drbdadm up all > > CentOS 6: 2.6.32-279.19.1.el6.x86_64 Unless I miss something, drbd kernel module is not included in RHEL6, so kernel which is running anaconda doesn't have DRBD support. I usually only install appropriate kernel module rpm in kickstart and then initialize DRBD in the first-time boot script. Cheers, Vadym