<?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: init_script error during cluster creation - 101: Network is unreachable in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/init-script-error-during-cluster-creation-101-network-is/m-p/24121#M16744</link>
    <description>&lt;P&gt;Hi @Sergii Ivakhno​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like the outbound connection could not be established. Please check the outbound access in the security group and egress traffic in the route table. &lt;/P&gt;</description>
    <pubDate>Sun, 03 Apr 2022 19:01:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-04-03T19:01:41Z</dc:date>
    <item>
      <title>init_script error during cluster creation - 101: Network is unreachable</title>
      <link>https://community.databricks.com/t5/data-engineering/init-script-error-during-cluster-creation-101-network-is/m-p/24119#M16742</link>
      <description>&lt;P&gt;When I run the init_script during cluster creation&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;apt-get update &amp;amp;&amp;amp; apt-get install -y ffmpeg libsndfile1-dev&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I get an error in cluster logs &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;E: Failed to fetch &lt;A href="http://archive.ubuntu.com/ubuntu/pool/universe/o/openal-soft/libopenal1_1.19.1-1_amd64.deb" target="test_blank"&gt;http://archive.ubuntu.com/ubuntu/pool/universe/o/openal-soft/libopenal1_1.19.1-1_amd64.deb&lt;/A&gt;  Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::16). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::19). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1562::15). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1562::18). - connect (101: Network is unreachable)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Any suggestions how to fix it would be most appreciated&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 21:56:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/init-script-error-during-cluster-creation-101-network-is/m-p/24119#M16742</guid>
      <dc:creator>Serhii</dc:creator>
      <dc:date>2022-03-30T21:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: init_script error during cluster creation - 101: Network is unreachable</title>
      <link>https://community.databricks.com/t5/data-engineering/init-script-error-during-cluster-creation-101-network-is/m-p/24120#M16743</link>
      <description>&lt;P&gt;Please check routing in managed vpc. It seems that traffic out is blocked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also, in the notebook, run that command to diagnose connection issues as maybe it is only during init scripts:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;%sh
nc -zv archive.ubuntu.com 443&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 22:56:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/init-script-error-during-cluster-creation-101-network-is/m-p/24120#M16743</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-03-30T22:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: init_script error during cluster creation - 101: Network is unreachable</title>
      <link>https://community.databricks.com/t5/data-engineering/init-script-error-during-cluster-creation-101-network-is/m-p/24121#M16744</link>
      <description>&lt;P&gt;Hi @Sergii Ivakhno​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like the outbound connection could not be established. Please check the outbound access in the security group and egress traffic in the route table. &lt;/P&gt;</description>
      <pubDate>Sun, 03 Apr 2022 19:01:41 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/init-script-error-during-cluster-creation-101-network-is/m-p/24121#M16744</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-03T19:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: init_script error during cluster creation - 101: Network is unreachable</title>
      <link>https://community.databricks.com/t5/data-engineering/init-script-error-during-cluster-creation-101-network-is/m-p/24122#M16745</link>
      <description>&lt;P&gt;Thanks for reply - strangely I only notice this error with apt-get. For example pip install works correctly so not sure if it's networking issues (unless pip works with Databricks-hosted mirror).&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 09:13:41 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/init-script-error-during-cluster-creation-101-network-is/m-p/24122#M16745</guid>
      <dc:creator>Serhii</dc:creator>
      <dc:date>2022-04-04T09:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: init_script error during cluster creation - 101: Network is unreachable</title>
      <link>https://community.databricks.com/t5/data-engineering/init-script-error-during-cluster-creation-101-network-is/m-p/24123#M16746</link>
      <description>&lt;P&gt;Hi @Sergii Ivakhno​&amp;nbsp;Could you please check if outbound TCP access for port 80 is allowed in the security group.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 09:58:39 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/init-script-error-during-cluster-creation-101-network-is/m-p/24123#M16746</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-04T09:58:39Z</dc:date>
    </item>
  </channel>
</rss>

