<?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 make_medialif - missing scripts on CD in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/make-medialif-missing-scripts-on-cd/m-p/3109477#M517048</link>
    <description>I've created an ignite CD, but the additional scripts that I've included aren't accessible.&lt;BR /&gt;&lt;BR /&gt;I used this command to generate the LIF header:&lt;BR /&gt; make_medialif -a -r B.10.20 -C "My config" \&lt;BR /&gt; -f mycfg1.cfg -f mycfg2.cfg \&lt;BR /&gt; -s /var/opt/ignite/scripts/myscript1 \&lt;BR /&gt; -s /var/opt/ignite/scripts/myscript2 \&lt;BR /&gt; -l mylif&lt;BR /&gt;I then combined this with my fs_image and burnt my CD (HFS).&lt;BR /&gt;&lt;BR /&gt;The problem is that when the client starts to build from the CD I get the following error:&lt;BR /&gt;...&lt;BR /&gt;       * Loading_software:  Begin&lt;BR /&gt;&lt;BR /&gt;ERROR:   source_read failed: Invalid argument (errno = 22).&lt;BR /&gt;ERROR:   source_read failed: Invalid argument (errno = 22).&lt;BR /&gt;ERROR:   directory checksum error&lt;BR /&gt;ERROR:   directory checksum error&lt;BR /&gt;ERROR:   Missing script "/var/opt/ignite/scripts/myscript1".&lt;BR /&gt;ERROR:   Missing script "/var/opt/ignite/scripts/myscript2".&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;All my scripts from the /var/opt/ignite/scripts directory are reported as missing.&lt;BR /&gt;&lt;BR /&gt;If I use the -S option on make_medialif instead of the individual -s's, that doesn't work either, but I get a slightly different error message:&lt;BR /&gt;...&lt;BR /&gt;      * Loading_software:  Begin&lt;BR /&gt;&lt;BR /&gt;ERROR:   source_read failed: Invalid argument (errno = 22).&lt;BR /&gt;ERROR:   source_read failed: Invalid argument (errno = 22).&lt;BR /&gt;ERROR:   Tar: error! blocksize changed&lt;BR /&gt;ERROR:   File: . not found.&lt;BR /&gt;NOTE:    Retrying loadfile command...&lt;BR /&gt;ERROR:   Tar: error! blocksize changed&lt;BR /&gt;ERROR:   File: . not found.&lt;BR /&gt;... (more retrys) ...&lt;BR /&gt;ERROR:   Could not load scripts from the tape.&lt;BR /&gt;ERROR:   Missing script "/var/opt/ignite/scripts/myscript1".&lt;BR /&gt;ERROR:   Missing script "/var/opt/ignite/scripts/myscript2".&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;Anyone got any ideas?  The Ignite version I'm using is 4.4.30, on HP-UX 11.11.&lt;BR /&gt;&lt;BR /&gt;I've done this before using a tape and it worked fine, but this is the first time I've tried to put my ignite configs onto CD.&lt;BR /&gt;&lt;BR /&gt;I checked the LIF file with and without the scripts, using lifls -l to check the size of the SCRIPTS file, and it does look as though my scripts are being included.</description>
    <pubDate>Tue, 04 Nov 2003 04:25:30 GMT</pubDate>
    <dc:creator>Heather Keen</dc:creator>
    <dc:date>2003-11-04T04:25:30Z</dc:date>
    <item>
      <title>make_medialif - missing scripts on CD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-medialif-missing-scripts-on-cd/m-p/3109477#M517048</link>
      <description>I've created an ignite CD, but the additional scripts that I've included aren't accessible.&lt;BR /&gt;&lt;BR /&gt;I used this command to generate the LIF header:&lt;BR /&gt; make_medialif -a -r B.10.20 -C "My config" \&lt;BR /&gt; -f mycfg1.cfg -f mycfg2.cfg \&lt;BR /&gt; -s /var/opt/ignite/scripts/myscript1 \&lt;BR /&gt; -s /var/opt/ignite/scripts/myscript2 \&lt;BR /&gt; -l mylif&lt;BR /&gt;I then combined this with my fs_image and burnt my CD (HFS).&lt;BR /&gt;&lt;BR /&gt;The problem is that when the client starts to build from the CD I get the following error:&lt;BR /&gt;...&lt;BR /&gt;       * Loading_software:  Begin&lt;BR /&gt;&lt;BR /&gt;ERROR:   source_read failed: Invalid argument (errno = 22).&lt;BR /&gt;ERROR:   source_read failed: Invalid argument (errno = 22).&lt;BR /&gt;ERROR:   directory checksum error&lt;BR /&gt;ERROR:   directory checksum error&lt;BR /&gt;ERROR:   Missing script "/var/opt/ignite/scripts/myscript1".&lt;BR /&gt;ERROR:   Missing script "/var/opt/ignite/scripts/myscript2".&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;All my scripts from the /var/opt/ignite/scripts directory are reported as missing.&lt;BR /&gt;&lt;BR /&gt;If I use the -S option on make_medialif instead of the individual -s's, that doesn't work either, but I get a slightly different error message:&lt;BR /&gt;...&lt;BR /&gt;      * Loading_software:  Begin&lt;BR /&gt;&lt;BR /&gt;ERROR:   source_read failed: Invalid argument (errno = 22).&lt;BR /&gt;ERROR:   source_read failed: Invalid argument (errno = 22).&lt;BR /&gt;ERROR:   Tar: error! blocksize changed&lt;BR /&gt;ERROR:   File: . not found.&lt;BR /&gt;NOTE:    Retrying loadfile command...&lt;BR /&gt;ERROR:   Tar: error! blocksize changed&lt;BR /&gt;ERROR:   File: . not found.&lt;BR /&gt;... (more retrys) ...&lt;BR /&gt;ERROR:   Could not load scripts from the tape.&lt;BR /&gt;ERROR:   Missing script "/var/opt/ignite/scripts/myscript1".&lt;BR /&gt;ERROR:   Missing script "/var/opt/ignite/scripts/myscript2".&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;Anyone got any ideas?  The Ignite version I'm using is 4.4.30, on HP-UX 11.11.&lt;BR /&gt;&lt;BR /&gt;I've done this before using a tape and it worked fine, but this is the first time I've tried to put my ignite configs onto CD.&lt;BR /&gt;&lt;BR /&gt;I checked the LIF file with and without the scripts, using lifls -l to check the size of the SCRIPTS file, and it does look as though my scripts are being included.</description>
      <pubDate>Tue, 04 Nov 2003 04:25:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-medialif-missing-scripts-on-cd/m-p/3109477#M517048</guid>
      <dc:creator>Heather Keen</dc:creator>
      <dc:date>2003-11-04T04:25:30Z</dc:date>
    </item>
  </channel>
</rss>

