From: Marc G. <gr...@at...> - 2007-10-10 12:24:01
|
Hi Gordan, On Wednesday 10 October 2007 12:35:52 Gordan Bobic wrote: > 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. There should be a rhel5 channel available. It's not yet official but it proves to be quite stable. We are right now in the last steps before qa-ing. Use the following yum.repositories. [comoonics-preview] name=Packages for the comoonics shared root cluster baseurl=http://download.atix.de/yum/comoonics/redhat-el5/preview/noarch/ enabled=1 gpgcheck=1 gpgkey=http://download.atix.de/yum/comoonics/comoonics-RPM-GPG.key [comoonics-preview-i386] name=Packages for the comoonics shared root cluster baseurl=http://download.atix.de/yum/comoonics/redhat-el5/preview/$arch enabled=1 gpgcheck=1 gpgkey=http://download.atix.de/yum/comoonics/comoonics-RPM-GPG.key [comoonics-addons] name=Addon Packages for utilities baseurl=http://download.atix.de/yum/comoonics/redhat-el5/addons/noarch/ enabled=1 gpgcheck=1 gpgkey=http://download.atix.de/yum/comoonics/comoonics-RPM-GPG.key That will be anounced recently on www.opensharedroot.org. > > 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? Follow the instructions on http://www.opensharedroot.org/documentation/rhel5-gfs-shared-root-mini-howto > > 2.2) Retrieving dependent > files.../opt/atix/comoonics-bootimage/boot-scripts/etc/chroot-lib.sh: line > 333: [: !=: unary operator expected you can ignore that. > 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. We are aware of that *warning* but you can savely ignore it. > > 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? We did not implement it yet. Feel free to do it. Use the latest rpms and adapt the code. Please edit against them. And send either patches or the changed files directly to me. Find more information here: http://www.opensharedroot.org/Members/marc/blog/comoonics-bootimage/concept-of-integrating-iscsi-support-to-latest-bootimage You should be able to add comments or just send me an email on what you think. If you need more bins or rpms included in the initrd (which I expect to be) have a look at /etc/comoonics/bootimage/files.initrd.d and /etc/comoonics/bootimage/rpms.initrd.d. Have fun and thanks (hope you'll enjoy the open-sharedroot concept as much as we do) Marc. > > Many thanks. > > Gordan > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Open-sharedroot-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/open-sharedroot-devel -- Gruss / Regards, Marc Grimme Phone: +49-89 452 3538-14 http://www.atix.de/ http://www.open-sharedroot.org/ ** Visit us at LinuxWorld Conference & Expo 31.10. - 01.11.2007 in Jaarbeurs Utrecht - The Netherlands ATIX stand: Hall 9 / B 005 ** ATIX Informationstechnologie und Consulting AG Einsteinstr. 10 85716 Unterschleissheim Deutschland/Germany Phone: +49-89 452 3538-0 Fax: +49-89 990 1766-0 Registergericht: Amtsgericht Muenchen Registernummer: HRB 168930 USt.-Id.: DE209485962 Vorstand: Marc Grimme, Mark Hlawatschek, Thomas Merz (Vors.) Vorsitzender des Aufsichtsrats: Dr. Martin Buss |