On Fri, Dec 12, 2014 at 2:05 PM, Floris van Essen ..:: House of Ancients Amstafs ::.. <[email protected]> wrote: > Is there anyone running i350's and r10,r11 or r12 that would be able to help > out here ? > Would like the igb file, for testing
Hi Floris, You can fetch the file directly from the pkg server, without having any additional publisher URLs configured: $ pkg contents -mr -g http://pkg.omniti.com/omnios/r151012/ driver/network/igb | grep kernel/drv/amd64/igb file a4f79660b1593166be621166e8e1afc9b45af993 chash=c95cbda5496b6643ae331e0a1630eb74b55200c4 elfarch=i386 elfbits=64 elfhash=c10bc6c62e118456093689921d7794ae60684ae1 group=sys mode=0755 owner=root path=kernel/drv/amd64/igb pkg.csize=117774 pkg.size=384592 reboot-needed=true variant.opensolaris.zone=global The second field of the result is a SHA1 hash of the file which is its index in the repo, so you can: curl http://pkg.omniti.com/omnios/r151012/file/1/a4f79660b1593166be621166e8e1afc9b45af993 | gzip -dc > igb.r151012.amd64 and verify: $ sha1sum igb.r151012.amd64 a4f79660b1593166be621166e8e1afc9b45af993 igb.r151012.amd64 Then copy that file into place as Dan described. See http://omnios.omniti.com/wiki.php/FetchIPSFilesWithoutPkg for details. Eric _______________________________________________ OmniOS-discuss mailing list [email protected] http://lists.omniti.com/mailman/listinfo/omnios-discuss
