Date: Mon, 8 Sep 2014 17:30:52 +0700 From: Victor Sudakov <vas@mpeks.tomsk.su> To: freebsd-pkg@freebsd.org Subject: "pkg search" gives different results, or host does not see a package Message-ID: <20140908103052.GA12090@admin.sibptus.tomsk.ru>
next in thread | raw e-mail | index | archive | help
Colleagues,
There are two boxes running FreeBSD 9.3 using the same repository
(built with poudriere). However, the output of "pkg search" is
different:
[root@admin ~] pkg search postgre
postgresql92-client-9.2.9
postgresql92-server-9.2.9
root@pg02-sibptus ~] pkg search postgre
postgresql90-client-9.0.18
postgresql90-server-9.0.18
postgresql92-client-9.2.9
postgresql92-server-9.2.9
"pkg -vv" reports the same repository on both hosts. I have already
tried "pkg update -f" on the host "admin", which did not improve the
situation. Still:
[root@admin ~] pkg install -n postgresql90-server
Updating sibptus repository catalogue...
sibptus repository is up-to-date.
All repositories are up-to-date.
pkg: No packages available to install matching 'postgresql90-server'
have been found in the repositories
[root@admin ~]
[root@pg02-sibptus ~] pkg install -n postgresql90-server
Updating sibptus repository catalogue...
sibptus repository is up-to-date.
All repositories are up-to-date.
The following 2 packages will be affected (of 0 checked):
New packages to be INSTALLED:
postgresql90-server: 9.0.18
postgresql90-client: 9.0.18
The process will require 14 MB more space.
3 MB to be downloaded.
[root@pg02-sibptus ~]
What gives?
--
Victor Sudakov, VAS4-RIPE, VAS47-RIPN
sip:sudakov@sibptus.tomsk.ru
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140908103052.GA12090>
