<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Groundworks RPM in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/groundworks-rpm/m-p/5155696#M50362</link>
    <description>Hi Ivan&lt;BR /&gt;&lt;BR /&gt;Thanks for the tip.&lt;BR /&gt;You can earn additional 10 points if you show me step by step how to do that:)&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Peter&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 09 Feb 2009 15:36:20 GMT</pubDate>
    <dc:creator>Piotr Kirklewski</dc:creator>
    <dc:date>2009-02-09T15:36:20Z</dc:date>
    <item>
      <title>Groundworks RPM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/groundworks-rpm/m-p/5155694#M50360</link>
      <description>wget &lt;A href="http://superb-east.dl.sourceforge.net/sourceforge/gwmos/groundwork-monitor-os-5.1.3-3.rhel5.i386.tar.gz" target="_blank"&gt;http://superb-east.dl.sourceforge.net/sourceforge/gwmos/groundwork-monitor-os-5.1.3-3.rhel5.i386.tar.gz&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This file: groundwork-foundation-pro-1.6.1-67.noarch.rpm contains a GWCollageDB.sql file which has a bad syntax so the creation of tables in the database fails during the installation.&lt;BR /&gt;&lt;BR /&gt;There are two problems with this file:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1.It has -- signs instead of ##  so the lines are not commented and mysql doesn't know what to do with them and is coming with syntax error.&lt;BR /&gt;&lt;BR /&gt;2. after you substitute all -- with ## you must decide which line to remove starting at line 439:&lt;BR /&gt;&lt;BR /&gt;438 CREATE TABLE HostStatus&lt;BR /&gt;    &lt;BR /&gt;439 (&lt;BR /&gt;440         HostStatusID INTEGER NOT NULL,&lt;BR /&gt;441         HostStatusID INTEGER NOT NULL AUTO_INCREMENT,&lt;BR /&gt;&lt;BR /&gt;Otherwise mysql will complain about duplicated column name.&lt;BR /&gt;&lt;BR /&gt;I've done all of that and when I run the file manually then everythink works fine.&lt;BR /&gt;&lt;BR /&gt;The question is how to replace/edit the file in the rpm package.&lt;BR /&gt;&lt;BR /&gt;Please advice&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Peter &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Feb 2009 15:16:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/groundworks-rpm/m-p/5155694#M50360</guid>
      <dc:creator>Piotr Kirklewski</dc:creator>
      <dc:date>2009-02-09T15:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Groundworks RPM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/groundworks-rpm/m-p/5155695#M50361</link>
      <description>You need the src.rpm package and there you can make the modifications. Then build again with rpmbuild.</description>
      <pubDate>Mon, 09 Feb 2009 15:27:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/groundworks-rpm/m-p/5155695#M50361</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-02-09T15:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Groundworks RPM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/groundworks-rpm/m-p/5155696#M50362</link>
      <description>Hi Ivan&lt;BR /&gt;&lt;BR /&gt;Thanks for the tip.&lt;BR /&gt;You can earn additional 10 points if you show me step by step how to do that:)&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Peter&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Feb 2009 15:36:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/groundworks-rpm/m-p/5155696#M50362</guid>
      <dc:creator>Piotr Kirklewski</dc:creator>
      <dc:date>2009-02-09T15:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Groundworks RPM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/groundworks-rpm/m-p/5155697#M50363</link>
      <description>So I extracted the files:&lt;BR /&gt;&lt;BR /&gt;rpm2cpio your_package_rpm.rpm | cpio -idmv&lt;BR /&gt;&lt;BR /&gt;Edited GWCollageDB.sql and want to turn it into rpm again.&lt;BR /&gt;&lt;BR /&gt;Anyone knows how ?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Mon, 09 Feb 2009 18:38:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/groundworks-rpm/m-p/5155697#M50363</guid>
      <dc:creator>Piotr Kirklewski</dc:creator>
      <dc:date>2009-02-09T18:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Groundworks RPM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/groundworks-rpm/m-p/5155698#M50364</link>
      <description>Shalom&lt;BR /&gt;&lt;BR /&gt;rpmbuild&lt;BR /&gt;&lt;BR /&gt;You need to install the rpmbuild rpm and dependencies or use yum install to build the rpm.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 09 Feb 2009 19:10:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/groundworks-rpm/m-p/5155698#M50364</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-02-09T19:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Groundworks RPM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/groundworks-rpm/m-p/5155699#M50365</link>
      <description>Hi &lt;BR /&gt;So I don't need the spec file to create the package ?&lt;BR /&gt;Regards&lt;BR /&gt;Peter</description>
      <pubDate>Mon, 09 Feb 2009 19:31:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/groundworks-rpm/m-p/5155699#M50365</guid>
      <dc:creator>Piotr Kirklewski</dc:creator>
      <dc:date>2009-02-09T19:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Groundworks RPM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/groundworks-rpm/m-p/5155700#M50366</link>
      <description>You do need the spec file, search here &lt;A href="http://archive.groundworkopensource.com/groundwork-opensource/branches" target="_blank"&gt;http://archive.groundworkopensource.com/groundwork-opensource/branches&lt;/A&gt; or ask on a groundwork developer mailling list.&lt;BR /&gt;&lt;BR /&gt;Cheers.</description>
      <pubDate>Tue, 10 Feb 2009 13:45:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/groundworks-rpm/m-p/5155700#M50366</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-02-10T13:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Groundworks RPM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/groundworks-rpm/m-p/5155701#M50367</link>
      <description>Yes I know it by now.&lt;BR /&gt;I drooped it and went to groundworks 5.3 which is so much better.&lt;BR /&gt;Regards&lt;BR /&gt;Peter</description>
      <pubDate>Tue, 10 Feb 2009 13:50:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/groundworks-rpm/m-p/5155701#M50367</guid>
      <dc:creator>Piotr Kirklewski</dc:creator>
      <dc:date>2009-02-10T13:50:16Z</dc:date>
    </item>
  </channel>
</rss>

