Re: Fwd: pkg_add not working

2016-10-30 Thread Saurav Sachidanand
On Sun, Oct 30, 2016 at 9:32 AM, Tom Sweet  wrote:
> What is the verbose output,  pkg_add - v?

No change. Same output as above.


Re: Fwd: pkg_add not working

2016-10-30 Thread Tom Sweet
What is the verbose output,  pkg_add - v?
On Oct 27, 2016 10:43 AM, "Saurav Sachidanand" 
wrote:

> Does'nt work with http either. Also, I'm running NetBSD on VirtualBox
> on OS X El Capitan, if that's relevant.
>
> On Thu, Oct 27, 2016 at 9:04 PM,   wrote:
> > On Thu, Oct 27, 2016 at 08:51:12PM +0530, Saurav Sachidanand wrote:
> >> I've set my $PKG_PATH to
> >> ftp://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/x86_64/7.0.1/All
> >>
> >> Every time I run pkg_add git, I get,
> >>
> >>   pkg_add: Can't process
> >> ftp://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/x86_64/7.0.1/All/git*:
> >>   pkg_add: no pkg found for 'git', sorry.
> >>   pkg_add: 1 package addition failed
> >>
> >> How do I fix this?
> >> Thanks.
> >
> > A workaround should be not using ftp (it's a server issue with the number
> > of packages), https should work.
> >
> > (I thought this problem was resolved...)
>


Re: Fwd: pkg_add not working

2016-10-27 Thread Swift Griggs

On Thu, 27 Oct 2016, Saurav Sachidanand wrote:

Does'nt work with http either. Also, I'm running NetBSD on VirtualBox
on OS X El Capitan, if that's relevant.


I'm not sure why you are having the issue with pkg_add, but I can say I've 
had lots of intermittent problems along the same lines a long time ago. It 
worked occasionally, but was just too flakey and I just gave up started 
using 'pkgin' (pkgsrc/pkgtools/pkgin) as soon as it came out.


The bonus is that you will be able to use 'pkgin' to search for packages 
after doing an update with it.


Thanks,
  Swift


Fwd: pkg_add not working

2016-10-27 Thread Saurav Sachidanand
Does'nt work with http either. Also, I'm running NetBSD on VirtualBox
on OS X El Capitan, if that's relevant.

On Thu, Oct 27, 2016 at 9:04 PM,   wrote:
> On Thu, Oct 27, 2016 at 08:51:12PM +0530, Saurav Sachidanand wrote:
>> I've set my $PKG_PATH to
>> ftp://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/x86_64/7.0.1/All
>>
>> Every time I run pkg_add git, I get,
>>
>>   pkg_add: Can't process
>> ftp://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/x86_64/7.0.1/All/git*:
>>   pkg_add: no pkg found for 'git', sorry.
>>   pkg_add: 1 package addition failed
>>
>> How do I fix this?
>> Thanks.
>
> A workaround should be not using ftp (it's a server issue with the number
> of packages), https should work.
>
> (I thought this problem was resolved...)