Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jun 2014 13:53:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 188350] Package repository is missing nrpe-ssl
Message-ID:  <bug-188350-13-IjdbXBBTFs@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-188350-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-188350-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188350

teixeira@broadinstitute.org changed:

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

--- Comment #2 from teixeira@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@foo /]# pkg search nrpe
mcollective-nrpe-agent-20130805
mnrpes-2014041501
nrpe-2.15_3

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

[root@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-188350-13-IjdbXBBTFs>