From: Gordan B. <go...@bo...> - 2007-10-10 10:36:03
|
Hi, I've recently started playing with the shared-root idea, and I've discovered a few bugs. How do I report them and/or submit patches? 1) Python libraries assume python 2.3. RHEL5 (CentOS5 in my case) uses python 2.4. That means that if this is intended for RHEL5, the libraries should end up in /usr/lib/python2.4/site-packages/comoonics At the moment, they end up in /usr/lib/python2.3/site-packages/comoonics, which means they don't work. 2) When making the initrd: 2.1) Extracting rpms...Cannot find rpm "comoonics-cs". Skipping. Cannot find rpm "GFS". Skipping. Cannot find rpm "ccs". Skipping. Cannot find rpm "dlm". Skipping. Cannot find rpm "fence". Skipping. Cannot find rpm "magma". Skipping. Cannot find rpm "magma-plugins". Skipping. Cannot find rpm "OpenIPMI-tools". Skipping. Where can these be found, and where should they be put for this step to find them? 2.2) Retrieving dependent files.../opt/atix/comoonics-bootimage/boot-scripts/etc/chroot-lib.sh: line 333: [: !=: unary operator expected found 3545 What is actually causing this? I looked at the script, and I have a feeling it's caused by the '#' comparison, but I'm not sure. 3) iSCSI - this doesn't appear to get included on the initrd. This is kind of important. How do I add it, so that I can mount the SAN being used for the shared GFS root? Many thanks. Gordan |