LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris
User Name
Password
Solaris / OpenSolaris This forum is for the discussion of Solaris, OpenSolaris, OpenIndiana, and illumos.
General Sun, SunOS and Sparc related questions also go here. Any Solaris fork or distribution is welcome.

Notices


Reply
  Search this Thread
Old 01-12-2018, 04:41 AM   #1
your_shadow03
Senior Member
 
Registered: Jun 2008
Location: Germany
Distribution: Slackware
Posts: 1,466
Blog Entries: 6

Rep: Reputation: 51
Unable to get Solaris distro constructor working


Hello,

I am trying to build Sol 11.3 ISO based out of the latest SRU using distro_const command but facing the below error:


Code:
41  130k/s07:13:06    Error occurred during execution of 'transfer-ips-install' checkpoint.
07:13:06    'transfer-ips-install' checkpoint failed
07:13:06    Framework error: code: 60 reason: SSL certificate problem: certificate is not yet valid
URL: 'http://pkg.oracle.com/solaris/release/solaris/file/1/38391f5d09e6e857f59c8ea2f6974eaf77c46dfa'
07:13:06    Please check the log for additional error messages.
Log: /rpool/dc/livecd/logs/detail-log.2014-01-20.07:05
root@sru26:~#
Is there any alternative way to build this ISO?
I ran the below command:

Code:
distro_const build dc_livecd.xml
The dc_livecd.xml content is below:
Code:
root@sru26:~# cat dc_livecd.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE dc SYSTEM "/usr/share/install/dc.dtd.1">
<!--

  Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved.

  XML specification for building an Oracle Solaris installer iso image
-->
<dc>
  <!--
    add_timestamp controls if the iso/usb should have a timestamp
    appended to it. Useful if the intent is to do serial builds and to keep
    all the incremental images around
  -->
  <distro name="Oracle_Solaris_Live_X86" add_timestamp="false">
  <!-- Uncomment if http_proxy needs to be set
  <distro name="Oracle_Solaris_Live_X86" add_timestamp="false"
      http_proxy="http://example.com">
  -->
    <distro_spec>
      <img_params>
        <media_im>
          <!--
            Boot menu modifications to be applied to the image.

            Optional attributes that can be specified here are:
            title   - title for the specialized boot entry
                      Default is to use the first line of /etc/release

            timeout - boot loader timeout value before the default boot entry
                      is automatically activated.
          -->
          <!-- Sample boot_mods with title and timeout attributes.
               Uncomment and replace un-attributed boot_mods entry below
               before using.
          <boot_mods title="myentry" timeout="5">
          -->
          <boot_mods>
            <!--
              Boot entries to add to the default boot menu in the image. Each
              entry is either prepended or appended sequentially to the boot
              menu in order of listing based on each boot entry element's
              "insert_at" attribute value ("start" or "end").

              Optional attributes:
              default_entry - If the boot_entry has this attribute set to
                              "true" then it will be the default boot entry
                              activated by the boot loader.
                              Note that if more than one boot entry has this
                              attribute set to "true", the last entry defined
                              as such will override preceeding default
                              boot_entry elements set to "true".

              insert_at     - Optional attribute indicating the desired
                              insertion point relative to the existing list of
                              boot entries.
                              Valid values are "start" or "end" only. If
                              omitted the default action is to append the entry
                              to the end of the list.

              Required sub-elements:
              title_suffix  - Text string appended to this specific entry's
                              title.

              Optional sub-elements:
              kernel_args   - Optional kernel arguments passed to the kernel by
                              the boot loader.

              NOTE: It is strongly suggested that any entries to be added
                    must be specified *before* the "with magnifier" entry
                    below.
            -->
            <boot_entry>
              <title_suffix>with magnifier</title_suffix>
              <kernel_args>-B assistive_tech=magnifier</kernel_args>
            </boot_entry>
            <boot_entry>
              <title_suffix>with screen reader</title_suffix>
              <kernel_args>-B assistive_tech=reader</kernel_args>
            </boot_entry>
          </boot_mods>
        </media_im>
      </img_params>
    </distro_spec>

    <!--
      Target Section: defines zfs build dataset to be used for the build.
      Filesystem name should not include the name of the zpool.
    -->
    <target name="desired">
      <logical>
        <zpool name="rpool" action="use_existing">
          <filesystem name="dc/livecd" action="preserve"/>
        </zpool>
      </logical>
    </target>

    <!--
    Software section: defines the payload for the transfer checkpoints.
    -->
    <!--
      Sofware node names should match a corresponding Execution node
      checkpoint name.

      The values of '{PKG_IMAGE_PATH}' and '{BOOT_ARCHIVE}' are replaced by
      distro_const during execution with <ZFS Dataset>/build_data/pkg_image and
      <ZFS Dataset>/build_data/boot_archive, respectively.
    -->
    <software name="transfer-ips-install" type="IPS">
      <destination>
        <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
            href="/usr/share/distro_const/lang_facets.xml"/>
      </destination>
      <source>
        <publisher name="solaris">
          <origin name="http://pkg.oracle.com/solaris/release"/>
          <!--
            If mirrors for this publisher need to be set, specify them here.
          -->
          <!-- Uncomment before using
          <mirror name="mirror.example.com"></mirror>
          -->
        </publisher>
        <!--
          If additional publishers need to be set, they can be set here
        -->
        <!-- Uncomment before using
        <publisher name="solaris">
          <origin name="http://example.com"></origin>
          <mirror name="mirror1.example.com"></mirror>
          <mirror name="mirror2.example.com"></mirror>
        </publisher>
        -->
      </source>
      <!--
        List of packages used to form the installed image

        By default the latest build available in the specified
        IPS repository is installed. If another build is required,
        the build number has to be appended to the 'entire' package
        in the following form:

        <name>pkg:/entire@0.5.11-0.build#</name>
      -->
      <software_data action="install">
        <name>pkg:/entire@latest</name>
        <name>pkg:/group/system/solaris-desktop</name>
        <name>pkg:/system/install/gui-install</name>
        <name>pkg:/system/install/media/internal</name>
      </software_data>
    </software>
    <!--
      The default publisher to be set on the system after it has been installed.
    -->
    <software name="set-ips-attributes" type="IPS">
      <destination>
        <image img_root="{PKG_IMAGE_PATH}" action="use_existing"/>
      </destination>
      <source>
        <publisher name="solaris">
          <origin name="http://pkg.oracle.com/solaris/release"/>
          <!--
            If mirrors for this publisher are desired, they can be set here
          -->
          <!-- Uncomment before using
          <mirror name="mirror.example.com"></mirror>
          -->
        </publisher>
      </source>
    </software>
    <!--
      Items below this line are rarely configured
    -->

    <!--
      This section defines the contents of the boot_archive
    -->
    <software name="ba-init" type="CPIO">
      <destination>
        <dir path="{BOOT_ARCHIVE}"/>
      </destination>
      <source>
        <dir path="{PKG_IMAGE_PATH}"/>
      </source>
      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
          href="/usr/share/distro_const/boot_archive_contents_x86.xml"/>
      <software_data action="uninstall">
        <name>etc/gconf</name>
        <name>etc/brltty</name>
        <name>etc/gtk-2.0</name>
        <name>var/sadm/pkg</name>
      </software_data>
    </software>

    <!--
      Execution section: This section lists the checkpoints that are run to
      create an image. The checkpoints listed below are run in order.
    -->
    <execution stop_on_error="true">
      <checkpoint name="transfer-ips-install"
          desc="Transfer pkg contents from IPS"
          mod_path="solaris_install/transfer/ips"
          checkpoint_class="TransferIPS">
          <kwargs>
            <arg name="show_stdout">true</arg>
          </kwargs>
      </checkpoint>
      <checkpoint name="set-ips-attributes"
          desc="Set post-install IPS attributes"
          mod_path="solaris_install/transfer/ips"
          checkpoint_class="TransferIPS"/>
      <checkpoint name="pre-pkg-img-mod"
          desc="Pre package image modification"
          mod_path="solaris_install/distro_const/checkpoints/pre_pkg_img_mod"
          checkpoint_class="LiveCDPrePkgImgMod">
          <!--
            root user/role password in the image.
          -->
          <!--
            The default hostname for images is 'solaris'.  Setting
            the hostname here will override the default.
          -->
          <kwargs>
            <arg name="root_password">solaris</arg>
            <arg name="is_plaintext">true</arg>
            <!-- uncomment before using
            <arg name="hostname">hostname</arg>
            -->
          </kwargs>
      </checkpoint>
      <checkpoint name="ba-init"
          desc="Boot Archive Initialization"
          mod_path="solaris_install/transfer/cpio"
          checkpoint_class="TransferCPIO"/>
      <checkpoint name="ba-config"
          desc="Boot Archive Configuration"
          mod_path="solaris_install/distro_const/checkpoints/boot_archive_configure"
          checkpoint_class="LiveCDBootArchiveConfigure">
      </checkpoint>
      <checkpoint name="ba-arch"
          desc="Boot Archive Archival"
          mod_path="solaris_install/distro_const/checkpoints/boot_archive_archive"
          checkpoint_class="BootArchiveArchive">
          <!--
            compression_type/compression_level to be used in compressing the
            boot_archive. Valid types are gzip and none.

            size_pad(in MB) is added to the default free space computed for
            the boot_archive ramdisk. This additional free space comes at the
            expense of available memory on the booted system.

            bytes_per_inode is used to control the 'nbpi' used in sizing up
            the boot_archive
          -->
          <kwargs>
            <arg name="compression_type">gzip</arg>
            <arg name="compression_level">9</arg>
            <arg name="size_pad">0</arg>
            <arg name="bytes_per_inode">0</arg>
          </kwargs>
      </checkpoint>
      <checkpoint name="boot-setup"
          desc="Setup LiveCD boot menu"
          mod_path="solaris_install/boot/boot"
          checkpoint_class="LiveCDISOImageBootMenu"/>
      <checkpoint name="pkg-img-mod"
          desc="Pkg image area modification"
          mod_path="solaris_install/distro_const/checkpoints/pkg_img_mod"
          checkpoint_class="LiveCDPkgImgMod">
          <!--
            compression_type controls the compression algorithm to be used in
            compressing solaris.zlib, solarismisc.zlib, and varpkg.zlib. Valid
            values are gzip and lzma.
          -->
          <kwargs>
            <arg name="dist_iso_sort">/usr/share/distro_const/sort/livecd.sort</arg>
            <arg name="compression_type">lzma</arg>
          </kwargs>
      </checkpoint>
      <checkpoint name="create-iso"
          desc="ISO media creation"
          mod_path="solaris_install/distro_const/checkpoints/create_iso"
          checkpoint_class="CreateISO">
      </checkpoint>
      <checkpoint name="create-usb"
          desc="USB media creation"
          mod_path="solaris_install/distro_const/checkpoints/create_usb"
          checkpoint_class="CreateUSB">
      </checkpoint>
    </execution>

    <!--
      SMF service profiles to be applied to the boot_archive.

      These profiles are applied in the order they are specified.
    -->
    <configuration name="pre-pkg-img-mod" type="sysconf"
        source="/etc/svc/profile/generic_limited_net.xml">
      <validation path="/usr/sbin/svccfg" args="apply -n"/>
    </configuration>
    <configuration name="pre-pkg-img-mod" type="sysconf"
        source="/usr/share/distro_const/profile/generic.xml">
      <validation path="/usr/sbin/svccfg" args="apply -n"/>
    </configuration>
    <configuration name="pre-pkg-img-mod" type="sysconf"
        source="/usr/share/distro_const/profile/livecd.xml">
      <validation path="/usr/sbin/svccfg" args="apply -n"/>
    </configuration>
    <configuration name="pre-pkg-img-mod" type="sysconf"
        source="/etc/svc/profile/ns_files.xml">
      <validation path="/usr/sbin/svccfg" args="apply -n"/>
    </configuration>
  </distro>
</dc>

Last edited by your_shadow03; 01-12-2018 at 04:44 AM.
 
Old 01-12-2018, 10:28 AM   #2
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
You should fix the OS clock: 2014-01-20.07:05
 
Old 01-16-2018, 04:18 AM   #3
your_shadow03
Senior Member
 
Registered: Jun 2008
Location: Germany
Distribution: Slackware
Posts: 1,466

Original Poster
Blog Entries: 6

Rep: Reputation: 51
Thanks for the comment. I have fixed the OS clock. Restarted it again. Will keep you posted.
 
Old 01-16-2018, 05:19 AM   #4
your_shadow03
Senior Member
 
Registered: Jun 2008
Location: Germany
Distribution: Slackware
Posts: 1,466

Original Poster
Blog Entries: 6

Rep: Reputation: 51
It failed again at package no. 440/945.

Code:
root@sru26:~# distro_const build dc_livecd.xml
04:36:28    Build datasets successfully setup
04:36:28    Simple log: /rpool/dc/livecd/logs/simple-log.2018-01-16.04:36
04:36:28    Detail Log: /rpool/dc/livecd/logs/detail-log.2018-01-16.04:36
04:36:28    Creating IPS image
04:42:09    Installing packages from:
04:42:09        solaris
04:42:09            origin:  http://pkg.oracle.com/solaris/release/
04:44:07    The following licenses have been accepted and not displayed.
04:44:07    Please review the licenses for the following packages post-install:
04:44:07      consolidation/osnet/osnet-incorporation
04:44:07      release/evaluation
04:44:07      runtime/java/jre-7
04:44:07    Package licenses may be viewed using the command:
04:44:07      pkg info --license <pkg_fmri>

DOWNLOAD                                PKGS         FILES    XFER (MB)   SPEED
library/python/pip-26                440/945  52812/129134     526/1341  130k/s05:42:57    Error occurred during execution of 'transfer-ips-install' checkpoint.
05:42:57    'transfer-ips-install' checkpoint failed
05:42:57    1: Framework error: code: 56 reason: Recv failure: Connection reset by peer
URL: 'http://pkg.oracle.com/solaris/release/solaris/file/1/4112d6bf26df438df7d32efdf3fad147cfa428a6'
2: Framework error: code: 56 reason: Recv failure: Connection reset by peer
URL: 'http://pkg.oracle.com/solaris/release/solaris/file/1/cb73af97341c347a20d1246cce906250c17eadf7'
3: Invalid contentpath usr/lib/python2.6/vendor-packages/pip/_vendor/distlib/t32.exe: chash failure: expected: 2bf37ceabe5241195c15b260154c3a8a88931753 computed: 6aaf4e736ed3b9a095af875ebb405bd4faa4fb04. (happened 3 times)
4: Invalid contentpath usr/lib/python2.6/vendor-packages/pip/_vendor/distlib/w32.exe: chash failure: expected: 94ce934fb6f1fcb4a84cf99dca7f03258dd29092 computed: 3fda5c3d15e2d6cc020f572560f79645186999bb. (happened 3 times)

05:42:57    Please check the log for additional error messages.
Log: /rpool/dc/livecd/logs/detail-log.2018-01-16.04:36
I checked the logs:

Code:
2018-01-16 05:37:42,687   InstallationLogger.transfer-ips-install DEBUG      Download:  45985/129134 items   486.8/1341.9MB  36% complete (62.5k/s)
2018-01-16 05:37:47,723   InstallationLogger.transfer-ips-install DEBUG      Download:  46002/129134 items   487.2/1341.9MB  36% complete (49.3k/s)
2018-01-16 05:37:52,730   InstallationLogger.transfer-ips-install DEBUG      Download:  46002/129134 items   487.8/1341.9MB  36% complete (88.1k/s)
2018-01-16 05:37:57,730   InstallationLogger.transfer-ips-install DEBUG      Download:  46002/129134 items   488.3/1341.9MB  36% complete (112k/s)
2018-01-16 05:38:02,770   InstallationLogger.transfer-ips-install DEBUG      Download:  46014/129134 items   488.7/1341.9MB  36% complete (106k/s)
2018-01-16 05:38:08,089   InstallationLogger.transfer-ips-install DEBUG      Download:  46018/129134 items   488.8/1341.9MB  36% complete (87.5k/s)
2018-01-16 05:38:13,110   InstallationLogger.transfer-ips-install DEBUG      Download:  46022/129134 items   489.0/1341.9MB  36% complete (52.2k/s)
2018-01-16 05:38:18,131   InstallationLogger.transfer-ips-install DEBUG      Download:  46029/129134 items   489.2/1341.9MB  36% complete (43.0k/s)
2018-01-16 05:38:23,310   InstallationLogger.transfer-ips-install DEBUG      Download:  46029/129134 items   489.2/1341.9MB  36% complete (38.9k/s)
2018-01-16 05:38:28,561   InstallationLogger.transfer-ips-install DEBUG      Download:  46029/129134 items   489.4/1341.9MB  36% complete (26.1k/s)
2018-01-16 05:38:33,610   InstallationLogger.transfer-ips-install DEBUG      Download:  46043/129134 items   489.6/1341.9MB  36% complete (28.4k/s)
2018-01-16 05:38:38,630   InstallationLogger.transfer-ips-install DEBUG      Download:  46043/129134 items   489.7/1341.9MB  36% complete (32.4k/s)
2018-01-16 05:38:43,650   InstallationLogger.transfer-ips-install DEBUG      Download:  46049/129134 items   490.0/1341.9MB  36% complete (37.4k/s)
2018-01-16 05:38:48,696   InstallationLogger.transfer-ips-install DEBUG      Download:  46049/129134 items   490.5/1341.9MB  36% complete (65.0k/s)
2018-01-16 05:38:53,711   InstallationLogger.transfer-ips-install DEBUG      Download:  46050/129134 items   491.1/1341.9MB  36% complete (108k/s)
2018-01-16 05:38:59,121   InstallationLogger.transfer-ips-install DEBUG      Download:  46050/129134 items   491.5/1341.9MB  36% complete (109k/s)
2018-01-16 05:39:04,306   InstallationLogger.transfer-ips-install DEBUG      Download:  46204/129134 items   491.6/1341.9MB  36% complete (45.3k/s)
2018-01-16 05:39:09,390   InstallationLogger.transfer-ips-install DEBUG      Download:  46484/129134 items   491.8/1341.9MB  36% complete (33.4k/s)
2018-01-16 05:39:14,413   InstallationLogger.transfer-ips-install DEBUG      Download:  46752/129134 items   492.2/1341.9MB  36% complete (56.7k/s)
2018-01-16 05:39:19,457   InstallationLogger.transfer-ips-install DEBUG      Download:  47029/129134 items   492.5/1341.9MB  36% complete (65.5k/s)
2018-01-16 05:39:24,499   InstallationLogger.transfer-ips-install DEBUG      Download:  47805/129134 items   492.9/1341.9MB  36% complete (78.1k/s)
2018-01-16 05:39:29,537   InstallationLogger.transfer-ips-install DEBUG      Download:  48098/129134 items   493.2/1341.9MB  36% complete (72.6k/s)
2018-01-16 05:39:34,707   InstallationLogger.transfer-ips-install DEBUG      Download:  48373/129134 items   493.4/1341.9MB  36% complete (52.9k/s)
2018-01-16 05:39:39,722   InstallationLogger.transfer-ips-install DEBUG      Download:  48839/129134 items   493.9/1341.9MB  36% complete (74.1k/s)
2018-01-16 05:39:44,722   InstallationLogger.transfer-ips-install DEBUG      Download:  48994/129134 items   494.3/1341.9MB  36% complete (87.4k/s)
2018-01-16 05:39:49,751   InstallationLogger.transfer-ips-install DEBUG      Download:  49122/129134 items   495.7/1341.9MB  36% complete (168k/s)
2018-01-16 05:39:54,781   InstallationLogger.transfer-ips-install DEBUG      Download:  49216/129134 items   497.6/1341.9MB  37% complete (330k/s)
2018-01-16 05:39:59,798   InstallationLogger.transfer-ips-install DEBUG      Download:  49218/129134 items   498.6/1341.9MB  37% complete (330k/s)
2018-01-16 05:40:04,838   InstallationLogger.transfer-ips-install DEBUG      Download:  49218/129134 items   499.0/1341.9MB  37% complete (213k/s)
2018-01-16 05:40:09,857   InstallationLogger.transfer-ips-install DEBUG      Download:  49242/129134 items   499.5/1341.9MB  37% complete (98.5k/s)
2018-01-16 05:40:14,974   InstallationLogger.transfer-ips-install DEBUG      Download:  49378/129134 items   500.4/1341.9MB  37% complete (142k/s)
2018-01-16 05:40:20,097   InstallationLogger.transfer-ips-install DEBUG      Download:  49459/129134 items   500.8/1341.9MB  37% complete (156k/s)
2018-01-16 05:40:25,164   InstallationLogger.transfer-ips-install DEBUG      Download:  49467/129134 items   501.2/1341.9MB  37% complete (91.6k/s)
2018-01-16 05:40:30,180   InstallationLogger.transfer-ips-install DEBUG      Download:  49525/129134 items   501.6/1341.9MB  37% complete (72.2k/s)
2018-01-16 05:40:35,181   InstallationLogger.transfer-ips-install DEBUG      Download:  49846/129134 items   502.4/1341.9MB  37% complete (108k/s)
2018-01-16 05:40:40,182   InstallationLogger.transfer-ips-install DEBUG      Download:  50103/129134 items   503.4/1341.9MB  37% complete (173k/s)
2018-01-16 05:40:45,481   InstallationLogger.transfer-ips-install DEBUG      Download:  50240/129134 items   504.2/1341.9MB  37% complete (196k/s)
2018-01-16 05:40:50,484   InstallationLogger.transfer-ips-install DEBUG      Download:  50240/129134 items   504.4/1341.9MB  37% complete (158k/s)
2018-01-16 05:40:55,849   InstallationLogger.transfer-ips-install DEBUG      Download:  50246/129134 items   504.7/1341.9MB  37% complete (44.1k/s)
2018-01-16 05:41:00,850   InstallationLogger.transfer-ips-install DEBUG      Download:  50458/129134 items   505.3/1341.9MB  37% complete (90.0k/s)
2018-01-16 05:41:05,892   InstallationLogger.transfer-ips-install DEBUG      Download:  50695/129134 items   506.1/1341.9MB  37% complete (145k/s)
2018-01-16 05:41:10,901   InstallationLogger.transfer-ips-install DEBUG      Download:  50921/129134 items   507.4/1341.9MB  37% complete (211k/s)
2018-01-16 05:41:16,039   InstallationLogger.transfer-ips-install DEBUG      Download:  51110/129134 items   508.3/1341.9MB  37% complete (223k/s)
2018-01-16 05:41:21,109   InstallationLogger.transfer-ips-install DEBUG      Download:  51268/129134 items   508.8/1341.9MB  37% complete (140k/s)
2018-01-16 05:41:26,160   InstallationLogger.transfer-ips-install DEBUG      Download:  51341/129134 items   509.7/1341.9MB  37% complete (123k/s)
2018-01-16 05:41:31,165   InstallationLogger.transfer-ips-install DEBUG      Download:  51351/129134 items   510.4/1341.9MB  38% complete (144k/s)
2018-01-16 05:41:36,288   InstallationLogger.transfer-ips-install DEBUG      Download:  51369/129134 items   510.8/1341.9MB  38% complete (118k/s)
2018-01-16 05:41:41,401   InstallationLogger.transfer-ips-install DEBUG      Download:  51471/129134 items   511.9/1341.9MB  38% complete (133k/s)
2018-01-16 05:41:46,425   InstallationLogger.transfer-ips-install DEBUG      Download:  51543/129134 items   512.9/1341.9MB  38% complete (185k/s)
2018-01-16 05:41:51,546   InstallationLogger.transfer-ips-install DEBUG      Download:  51546/129134 items   513.9/1341.9MB  38% complete (205k/s)
2018-01-16 05:41:56,891   InstallationLogger.transfer-ips-install DEBUG      Download:  51642/129134 items   514.2/1341.9MB  38% complete (139k/s)
2018-01-16 05:42:02,048   InstallationLogger.transfer-ips-install DEBUG      Download:  51642/129134 items   514.4/1341.9MB  38% complete (79.6k/s)
2018-01-16 05:42:07,080   InstallationLogger.transfer-ips-install DEBUG      Download:  51643/129134 items   514.6/1341.9MB  38% complete (64.6k/s)
2018-01-16 05:42:12,133   InstallationLogger.transfer-ips-install DEBUG      Download:  51736/129134 items   515.0/1341.9MB  38% complete (47.9k/s)
2018-01-16 05:42:17,140   InstallationLogger.transfer-ips-install DEBUG      Download:  51737/129134 items   515.3/1341.9MB  38% complete (53.6k/s)
2018-01-16 05:42:22,174   InstallationLogger.transfer-ips-install DEBUG      Download:  51930/129134 items   515.7/1341.9MB  38% complete (69.9k/s)
2018-01-16 05:42:27,175   InstallationLogger.transfer-ips-install DEBUG      Download:  52171/129134 items   517.3/1341.9MB  38% complete (192k/s)
2018-01-16 05:42:32,201   InstallationLogger.transfer-ips-install DEBUG      Download:  52362/129134 items   519.5/1341.9MB  38% complete (381k/s)
2018-01-16 05:42:37,230   InstallationLogger.transfer-ips-install DEBUG      Download:  52473/129134 items   522.5/1341.9MB  38% complete (525k/s)
2018-01-16 05:42:42,248   InstallationLogger.transfer-ips-install DEBUG      Download:  52475/129134 items   524.7/1341.9MB  39% complete (546k/s)
2018-01-16 05:42:47,430   InstallationLogger.transfer-ips-install DEBUG      Download:  52478/129134 items   525.4/1341.9MB  39% complete (416k/s)
2018-01-16 05:42:52,435   InstallationLogger.transfer-ips-install DEBUG      Download:  52614/129134 items   525.8/1341.9MB  39% complete (104k/s)
2018-01-16 05:42:57,632   InstallationLogger.transfer-ips-install DEBUG      Download:  52811/129134 items   526.7/1341.9MB  39% complete (131k/s)
2018-01-16 05:42:57,813   InstallationLogger.transfer-ips-install DEBUG      Cleaning up
2018-01-16 05:42:57,814   InstallationLogger ERROR      Error occurred during execution of 'transfer-ips-install' checkpoint.
2018-01-16 05:42:57,815   InstallationLogger DEBUG      progress: transfer-ips-install, reported 100, normalized 0, total=100
PROGRESS REPORT: progress percent:100 None
2018-01-16 05:42:57,816   InstallationLogger INFO       'transfer-ips-install' checkpoint failed
2018-01-16 05:42:57,816   InstallationLogger INFO       1: Framework error: code: 56 reason: Recv failure: Connection reset by peer
URL: 'http://pkg.oracle.com/solaris/release/solaris/file/1/4112d6bf26df438df7d32efdf3fad147cfa428a6'
2: Framework error: code: 56 reason: Recv failure: Connection reset by peer
URL: 'http://pkg.oracle.com/solaris/release/solaris/file/1/cb73af97341c347a20d1246cce906250c17eadf7'
3: Invalid contentpath usr/lib/python2.6/vendor-packages/pip/_vendor/distlib/t32.exe: chash failure: expected: 2bf37ceabe5241195c15b260154c3a8a88931753 computed: 6aaf4e736ed3b9a095af875ebb405bd4faa4fb04. (happened 3 times)
4: Invalid contentpath usr/lib/python2.6/vendor-packages/pip/_vendor/distlib/w32.exe: chash failure: expected: 94ce934fb6f1fcb4a84cf99dca7f03258dd29092 computed: 3fda5c3d15e2d6cc020f572560f79645186999bb. (happened 3 times)

2018-01-16 05:42:57,817   InstallationLogger ERROR      Please check the log for additional error messages.
Log: /rpool/dc/livecd/logs/detail-log.2018-01-16.04:36
Traceback (most recent call last):
  File "/usr/lib/python2.7/vendor-packages/solaris_install/distro_const/__init__.py", line 531, in main
    pause_checkpoint)
  File "/usr/lib/python2.7/vendor-packages/solaris_install/distro_const/__init__.py", line 247, in execute_checkpoint
    "messages. \nLog: " + log)
RuntimeError: Please check the log for additional error messages.
Log: /rpool/dc/livecd/logs/detail-log.2018-01-16.04:36
 
Old 01-17-2018, 01:08 AM   #5
your_shadow03
Senior Member
 
Registered: Jun 2008
Location: Germany
Distribution: Slackware
Posts: 1,466

Original Poster
Blog Entries: 6

Rep: Reputation: 51
jlliagre, can you suggest?
 
Old 01-18-2018, 03:32 AM   #6
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
That's a network issue, use a local repository.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Help Me: gcc constructor / destructor is not working dayalan_cse Programming 2 04-07-2016 11:01 AM
Python (seleniumrequests)Class, Constructor, Method Not Working metallica1973 Programming 6 08-27-2015 03:14 AM
Constructor takes string => constructor not called...? (C++) JohnGraham Programming 4 02-16-2012 12:37 PM

LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris

All times are GMT -5. The time now is 09:26 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration