I did other tests and these are the result: 1. Tried to telnet to localhost at port 10002 and i have that result:
Trying ::1 ... telnte connect to address ::1: connection refused Trying 127.0.0.1 telnet connect to address 127.0.0.1: connection refused It seems that other commands can correctly translate localhost. Now following tha guide on the wiki to create a local software repository : http://wiki.openindiana.org/oi/Making+a+LAN+mirror+of+global+package+repositories I just created the service dev and enabled it, but when i try the command pkgrepo info -s http://localhost:10002 I have the following error: pkgrepo: Framework error: code 7 reason: couldn't connect to host. The values that i used are: setprop pkg/inst_root = astring: "/export/pkg/dev/" setprop pkg/port = count: 10002 setprop pkg/proxy_base = astring: http://localhost:10002 So what is the problem? My network configuration or my repository configuration? Or both? Thanks, Ivan On 8 September 2012 00:05, Ivan Gualandri <[email protected]> wrote: > Ok i just tried to ping the ipv6 address ::1 and it worked. (It says is > alive). > > The problem is that ping localhost still doesn't work. I alsto tried to > remove the ipv4 line from /etc/hosts > > Ivan > > > On 7 September 2012 23:02, Ivan Gualandri <[email protected]>wrote: > >> >> >> On 7 September 2012 22:43, James Carlson <[email protected]>wrote: >> >>> Ivan Gualandri wrote: >>> > I tried both: >>> > >>> > ping localhost >>> > >>> > ping 127.0.0.1 >>> >>> Try "ping -sn 127.0.0.1". That at least gets name service (which might >>> be misconfigured) out of the way. >>> >> >> Same error >> >> >>> > and an ifconfig -a shows that lo0 is up and running. >>> >>> What do "netstat -ni" and "netstat -nr" say? >>> >> It says: >> >> Routing Table: IPV4 >> Destination: Gateway: FLAGS REF Use >> Interface >> 127.0.0.1 127.0.0.1 UH 2 132 >> lo0 >> >>> >>> > Is that normal? There is a way to ping localhost using NoNet profile? >>> >>> No, that's not normal. It should work fine without external network >>> interfaces. >>> >>> >> Actually on Network preferences panel i have the following values: >> Enabled Connections: (empty) >> >> Network profile: Automatic >> Location: NoNet >> network Modifiers: None Active >> >> Ivan >> >>> -- >>> James Carlson 42.703N 71.076W <[email protected]> >>> >>> _______________________________________________ >>> OpenIndiana-discuss mailing list >>> [email protected] >>> http://openindiana.org/mailman/listinfo/openindiana-discuss >>> >> >> >> >> -- >> "elen sila lumenn omentielvo" >> > > > > -- > "elen sila lumenn omentielvo" > -- "elen sila lumenn omentielvo" _______________________________________________ OpenIndiana-discuss mailing list [email protected] http://openindiana.org/mailman/listinfo/openindiana-discuss
