Hi
Thank you
Finally I solved the issue by ask to  remove all filters in the firewall,
for that particular server.
The other workaround to use https instead git protocol:
cat ~/.gitconfig
[url "https://github.com/";]
insteadOf = [email protected]:
[url "https://";]
insteadOf = git://

did not work either.

Paolo

On Fri, Jun 29, 2018 at 8:44 PM Rob Seastrom <[email protected]> wrote:

>
> Way out of date in the case of the IPv6 (I used to do it that way too!).
>
>    "nics": [
>       {
>          "nic_tag": "vlan",
>         "ips": [ "192.148.252.18/26", "2610:178:1:1:0:252:18:1/64" ],
>         "gateways": [ "192.148.252.1" ],
>         "vlan_id": 100
>       }
>   ],
>
> cheers,
>
> -r
>
>
>
> > On Jun 27, 2018, at 1:21 PM, Jorge Schrauwen <[email protected]>
> wrote:
> >
> > These are a bit out of date, but mostly still apply.
> > https://docu.blackdot.be/snipets/solaris/smartos-nat
> > https://docu.blackdot.be/snipets/solaris/smartos-ipv6
> >
> > Regards
> >
> > Jorge
> >
> > June 27, 2018 4:47 PM, "Paolo Marcheschi" <[email protected]>
> wrote:
> > Hi
> > I'm trying to build a smartos image following the Building instructions
> > It starts fine but after a while it stops with an error of connection
> timeout:
> > /home/paolo/smartos-live/proto/usr/bin/gcc -o
> build/ia32/mdb_v8_version.o -c -g -Werror -Wall -Wextra -fPIC
> -fno-omit-frame-pointer -g -O -Wno-unused-parameter
> -Wno-missing-field-initializers -Wno-sign-compare -Wno-unknown-pragmas -m32
> -isystem /home/paolo/smartos-live/proto//usr/include
> -DMDBV8_VERS_TAG='"release, from 28f2bfa"' -Ideps/illumos-libavl/include
> build/mdb_v8_version.c
> > git submodule update --init deps/illumos-libavl
> > error: index file
> .git/objects/pack/._pack-d52084469b7d1b24e3f8a9b06c58e14cc89487a8.idx is
> too small
> > error: index file
> .git/objects/pack/._pack-d52084469b7d1b24e3f8a9b06c58e14cc89487a8.idx is
> too small
> > Submodule 'deps/illumos-libavl' (git://github.com/joyent/illumos-libavl)
> registered for path 'deps/illumos-libavl'
> > error: index file
> .git/objects/pack/._pack-d52084469b7d1b24e3f8a9b06c58e14cc89487a8.idx is
> too small
> > error: index file
> .git/objects/pack/._pack-d52084469b7d1b24e3f8a9b06c58e14cc89487a8.idx is
> too small
> > Cloning into 'deps/illumos-libavl'...
> > fatal: unable to connect to github.com:
> > github.com[0: 192.30.253.112]: errno=Connection timed out
> > github.com[1: 192.30.253.113]: errno=Connection timed out
> > Clone of 'git://github.com/joyent/illumos-libavl' into submodule path
> 'deps/illumos-libavl' failed
> > Makefile.targ:159: recipe for target 'deps/illumos-libavl/.git' failed
> > gmake: *** [deps/illumos-libavl/.git] Error 1
> > Makefile:48: recipe for target 'all' failed
> > gmake[2]: *** [all] Error 2
> > gmake[2]: Leaving directory
> '/home/paolo/smartos-live/projects/illumos-extra/mdb_v8'
> > Makefile:150: recipe for target 'mdb_v8' failed
> > gmake[1]: *** [mdb_v8] Error 2
> > gmake[1]: Leaving directory
> '/home/paolo/smartos-live/projects/illumos-extra'
> > Makefile:307: recipe for target '1-extra-stamp' failed
> > gmake: *** [1-extra-stamp] Error 2
> > uname -a
> > SunOS xxx 5.11 joyent_20171221T020409Z i86pc i386 i86pc Solaris
> > I can do a git clone of git://github.com/joyent/illumos-libavl without
> any problem from the same zone.
> > How can I do to solve this problem ?
> > Thank you
> > Paolo
> >
> >
> > smartos-discuss | Archives | Modify Your Subscription
> 
> 



-------------------------------------------
smartos-discuss
Archives: https://www.listbox.com/member/archive/184463/=now
Modify Your Subscription: https://www.listbox.com/member/?member_id=25769125
Powered by Listbox: http://www.listbox.com

Reply via email to