Just a simple one to start things off. Blastwave is one of the coolest features of Solaris but I recently had a problem where I could not update the version list in the pkg-get program. I got the following error:
ERROR: catalog failed signature check (status 2)
The way to resolve this problem is pretty easy. First, go to the directory that contains 'wget'. This is most likely to be in /usr/sfw/bin and run the following:
cd /usr/sfw/bin
./wget http://www.blastwave.org/mirrors.html
Then go to the location of gpg (this is most likely in /opt/csw/bin). Then run the following:
cd /opt/csw/bin
gpg --import mirrors.html
This should resolve the situation. You should then be able to do the following to update the version list in Blastwave:
cd /opt/csw/bin
pkg-get -U
1 comment:
doesnt work for me. if i wget http://www.blastwave.org/mirrors.htmlit just downloads a html page, looking into this it redirects to http://www.blastwave.org/jir/mirrors.fam wich is a html page about stable and testing trees.. all in all i am confused...
Post a Comment