[csw-users] Odd problem installing pkg-get

Dennis Clarke blastwave at gmail.com
Tue Feb 28 15:29:53 CET 2006


On 2/28/06, Krist van Besien <krist.vanbesien at gmail.com> wrote:
> Hello.
>

Perhaps try to find the offending files first.

I don't know how large these systems are but perhaps you can run a

find /etc -type f -name pkg-get.conf

and

find /opt -type f -name pkg-get.conf


Then remove every file you find.

Then create a file /opt/csw/etc/pkg-get.conf with the following contents :

url=http://blastwave.informatik.uni-erlangen.de/csw/unstable
# To disable use of gpg or md5, uncomment these
#use_gpg=false
#use_md5=false


Then cd /var/pkg-get

rm cat* des*

Then try the following .. just to test connection :

/opt/csw/bin/pkg-get -s
http://blastwave.informatik.uni-erlangen.de/csw/unstable -a


Let's see what you get from that.  It sounds like you have a
pkg-get.conf file sitting somewhere on these identical systems.

Somewhere other than /opt/csw/etc

Dennis


More information about the users mailing list