[Bug 188350] Package repository is missing nrpe-ssl

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jun 19 13:53:19 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188350

teixeira at broadinstitute.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Issue Resolved              |Open
         Resolution|Works As Intended           |---

--- Comment #2 from teixeira at broadinstitute.org ---
I guess this may then be a problem with the package system on my server then. 
I ran pkg2ng and then followed all the directions from
https://wiki.freebsd.org/pkgng to add the repository to the system.  I was then
able to add any packages that I needed.  I originally tried to install
"nrpe-ssl", but the package was not found in the repository.  I then went to
the freshports site as you suggested to make sure I was typing the right
command, and that page confirmed it.  Below are some examples of my attempts to
find that package on my systems:

[root at foo /]# pkg search nrpe
mcollective-nrpe-agent-20130805
mnrpes-2014041501
nrpe-2.15_3

[root at foo /]# pkg install nrpe-ssl
Updating repository catalogue
pkg: No packages matching 'nrpe-ssl' available in the repositories

[root at foo /]# pkg install net-mgmt/nrpe-ssl
Updating repository catalogue
pkg: No packages matching 'net-mgmt/nrpe-ssl' available in the repositories

Any other package that I have looked for, including "nrpe" all seem to be there
and are easily installable, so it seems a little strange.  My repository file
is exactly as the documentation recommends:

/usr/local/etc/pkg/repos/FreeBSD.conf:
FreeBSD: {
  url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
  mirror_type: "srv",
  enabled: yes
}

I have now done this conversion on 4 separate systems, and all of them work
completely fine except for the nrpe-ssl package.  Therefore, unless the URL in
the above configuration points to an old repository and has changed but was not
updated in the documentation, I don't see what I could possibly be doing wrong.

Potentially, this is not a problem with the port itself, but rather with the
repository system, which may require a different bug ticket.  If that is the
case, then I apologize for re-opening this ticket and would request that you
just let me know where it may be more appropriate to file this bug report.

Any further assistance would be greatly appreciated.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list