From: Jamie C. <jca...@we...> - 2023-08-29 01:46:01
|
Wait, so does the command : make search 'key=.*' | grep glib Not output anything? On 28/Aug/2023 10:48 Dave Overton via webadmin-list wrote .. Before the grep, it returns: The search target requires INDEX-13. Please run make index or make fetchindex. So, since the index isn’t really necessary to the pkg system, not a useful answer. But for fun… # make fetchindex# grep glib 12,300 lines returned. Dave OvertonOwner SYIX.COM530.755.1751 From: Jamie Cameron Sent: Friday, August 25, 2023 10:23 PM To: da...@sy...; Webmin users list Subject: Re: [webmin-l] Webmin and Freebsd pkg upgrade You may be right about the version number. If you SSH in as root and run : cd /usr/ports && make search 'key=.*' | grep glib What does it output? On 25/Aug/2023 18:06 Dave Overton via webadmin-list wrote .. Using webmin on FreeBSD 13.2System Info (Dashboard) says there is a package update.Click it, there are none listedRefresh using the button, still none listed.SSH into the machine: #pkg upgradeUpdating FreeBSD repository catalogue...FreeBSD repository is up to date.All repositories are up to date.Checking for upgrades (18 candidates): 100%Processing candidates (18 candidates): 100%The following 1 package(s) will be affected (of 0 checked):Installed packages to be UPGRADED: glib: 2.76.4,2 -> 2.76.4_1,2Number of packages to be upgraded: 13 MiB to be downloaded.Proceed with this action? [y/N]: y[1/1] Fetching glib-2.76.4_1,2.pkg: 100% 3 MiB 1.2MB/s 00:03I suspect its the "," in the version number breaking thingsDave Overton, Own...@sy...530-755-1751 |