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...)


Re: pkg_add not working

2016-10-27 Thread coypu
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...)


pkg_add not working

2016-10-27 Thread Saurav Sachidanand
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.


Re: What are the codes that are responsible for velocity of sysctl machdep.est.frequency.target and cpu speed changing dependend on system load?

2016-10-27 Thread Martin Husemann
On Thu, Oct 27, 2016 at 11:09:57AM -0200, SOUL_OF_ROOT 55 wrote:
> What are the codes that are responsible for velocity of sysctl
> machdep.est.frequency.target and cpu speed changing
> dependend on system load?

See pkgsrc/sysutils/estd.

Martin


What are the codes that are responsible for velocity of sysctl machdep.est.frequency.target and cpu speed changing dependend on system load?

2016-10-27 Thread SOUL_OF_ROOT 55
What are the codes that are responsible for velocity of sysctl
machdep.est.frequency.target and cpu speed changing
dependend on system load?