* Hillel Lubman (shtetldik at gmail.com) wrote: > I get the same problem trying to install Sun Studio update 12 on OpenSolaris > snv_118. > > I did: pfexec pkg install -v sunstudio12u1 > > It downloaded around 180+Mb when download failed. I retried to install > it again, and it pretty fast repeated the download of that part (it > was probably cached). But afterward it started to behave strange. When > it reaches 186 Mb it falls back to 181 Mb (and the number of files > jumps back to 6630 from 6631). And this pattern repeats itself many > times until it fails. Here is the part of the output:
Try: export PKG_CLIENT_TIMEOUT=900 If 900 doesn't work, try a higher value. Cheers, -- Glenn