Mike Gerdts wrote:
Yesterday I was trying to "pkg image-update" for about 3 hours and it
never completed downloading packages.  It was making progress, just
slowly.  I needed to shut down, then restarted the process this
morning.  It spent about 40 minutes creating a plan before continuing
with the download.

In the process of looking into why it was so slow, I noticed a TCP
state that I've not seen before:

# netstat -f inet -P tcp | grep 72.5.123.21
192.168.1.101.58792  72.5.123.21.80       49640      0 49640      0 LAST_ACK
192.168.1.101.53478  72.5.123.21.80       49640      0 49640      0 LAST_ACK
192.168.1.101.53874  72.5.123.21.80       49640      0 49640      0 LAST_ACK
...

# netstat -f inet -P tcp | grep 72.5.123.21 | nawk '{print $NF}' |
sort | uniq -c
  78 LAST_ACK

Are there pkg server or firewall issues that are preventing the
connections from being closed in a timely manner?  I can't help but
think that this is causing significant problems on the server side if
connections take too long to fully close.

We're currently investigating some issues on pkg.opensolaris.org. Please bear with us as we get things sorted out.

Cheers,
--
Shawn Walker
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to