-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating the list of repositories does not update the packages summary info #3
Comments
+1 in our case force update doesn't seem to do anything to the local database (as seen by opening it with a sqlite client), and it requires the deletion of the local db file for it to actually set up the correct data. |
Same issue. After scouring the code base the only hypothesis I have left is that the command to insert the packages into the database is failing silently. The message |
Hi all, could you please provide pkgin version, repository address and OS used? Thanks a lot for the feedbacks |
We're using: The repository however is a private repository running on our internal network. |
As a clarification, we saw this when switching to the private repo as well as switching from the private repo. Testing was done on smartOS and Mac OS. If we deleted the database or broke it so the pkgin db validation failed, pkgin would update. No matter what repo it was pointed at. |
These hosts (100+ SmartOS non-global zones) are using the older version from pkgin from the pkgsrc 2012Q2 quarterly. [root@wellington (ord) ~]# pkgin -v Still working on a 2013Q2 upgrade solution since Joyent renumbered all the UID/GID's from installed packages. |
We have found that trashing the db file tends to do the trick of forcing an update if it doesn't work other wise.
|
@iMilnb wgetting a pkgin.db file in the statethat works over the original pkgin.db works better than a clean one that does not update. Let me know what your ssh key is and skype id and we can chat and you can take a look at some boxes. |
Hi everyone, I changed the way packages are listed when multiple repositories are declared in |
Going to build and test. |
No news from reporter for 6 months+, closing. |
pkgin update after updating /opt/local/etc/pkgin/repositories.conf
Manually force -f (sometimes a few times for it to actually update):
The text was updated successfully, but these errors were encountered: