pkg

  1. uchman

    Recommended upgrade method for jails, moving to pkgbase.

    Hi! I have a system running FreeBSD 15.0-RELEASE. The machine was upgraded to 15.0 using traditional freebsd-update procedure and then pkgbasified using pkgbasify and some modifications to the lua script. Now I want to upgrade a number of jails on that machine that are running 14.3-RELEASE-p6...
  2. uchman

    Changed behavior for pkg using proxy

    Hi! I updated pkg today and its configuration of proxy settings seems to have changed. pkg[55503]: pkg upgraded: 2.3.1_1 -> 2.4.2 Before I had this in my pkg.conf pkg_env: { HTTP_PROXY: "http://proxy:8888" HTTP_PROXY_AUTH: "basic:*:user:pass" } But after the update things seems to have...
  3. nxjoseph

    Solved pkg segfaults when 'install'ing a local pkg file

    IIRC i could do the same without issues before. It seems you must only use pkg add for .pkg files. # pkg install moor-2.9.2.pkg Updating Poudriere repository catalogue... Poudriere repository is up to date. All repositories are up to date. Child process pid=21113 terminated abnormally...
  4. Z

    I get 15.0-RC2 before it's officially available

    After I pkgbasified my 15.0-BETA5 system, I checked with freebsd-version -kru and uname -a, they both confirmed that I am running 15.0-RC2: 15.0-RC2 15.0-RC2 15.0-RC2 FreeBSD fbsd-pc 15.0-RC2 FreeBSD 15.0-RC2 releng/15.0-n280961-7bd80d8ee020 GENERIC amd64 I even checked with pkgs' versions...
  5. Marco Soijer

    pkg 2.3.1 problem with upgrade to specific version

    We test binary pkg upgrades locally before deploying them across the network by running pkg upgrade on a central machine. If a new package version does not seem to break production, we upgrade all other systems using the pkg upgrade pkg-name-version to ensure the tested version only is upgraded...
  6. B

    pkg latest and quarterly not available on ppc64le?

    https://pkg.freebsd.org/FreeBSD:14:powerpc64le/ 404 in latest and quarterly since a couple of days i can't get pakcages via pkg, i tested 14.1/2/3 and 15 beta no pkgs 64 bytes from 142.251.209.131: icmp_seq=838 ttl=117 time=29.293 ms 64 bytes from 142.251.209.131: icmp_seq=839 ttl=117...
  7. thierry@

    Solved Problem with poudriere and packages fetch

    Hello, I have updated a poudriere jail to 15-CURRENT, and when I try to run `poudriere testport -b latest' it fails with this error: [00:00:06] Package fetch: Looking for missing packages to fetch from pkg+http://pkg.freebsd.org/${ABI}/latest Updating FreeBSD repository catalogue... pkg-static...
  8. fel1x

    FreeBSD packages dashboard

    TL;DR: This website is in alpha stage and is not stable yet. FreeBSD package dashboard, Source code. A few days ago, CachyOS released its package dashboard (Phoronix article). Although FreeBSD has FreshPorts, I never liked its UI and speed. So I built a FreeBSD package dashboard that mimics...
  9. Espionage724

    Does FreeBSD have a plan like Linux Flatpak + FlatHub?

    I keep up with a couple Linux distros, and have the impression that Flatpak + FlatHub at the base is a goal vs traditional rpm/deb/etc packaging. Does FreeBSD have anything like that going on or planned?
  10. victort

    pkg-base, upgrading, and jails

    It seems that pkg-base will soon be the standard on FreeBSD systems, but there seems to be no documentation concerning jails. So I’ll ask a few questions. How does one create a jail using pkg-base? Do we still fetch the .txz files? How does you update and upgrade a jail? How do you convert a...
  11. Jim L.

    pkg: unable to update repository FreeBSD

    Is there maybe something I can delete under /var/db/pkg/ that might fix this? # cat /etc/pkg/FreeBSD.conf # # To disable a repository, instead of modifying or removing this file, # create a /usr/local/etc/pkg/repos/FreeBSD.conf file, e.g.: # # mkdir -p /usr/local/etc/pkg/repos # echo...
  12. gpw928

    More grief with pkg 2.1.4

    My hate/hate relationship with pkg continues. Any suggestions on how to reduce the package count below from 123 to about 3 would be appreciated: [strand.184] # freebsd-version -kru 13.5-RELEASE 13.5-RELEASE 13.5-RELEASE-p1 [strand.185] # pkg --version 2.1.4 [strand.186] # pkg delete...
  13. kupereal

    How to use ports and packages system together?

    Preamble. I installed utility sudo from ports system. Everything is fine! In my version of the OS the package manager (pkg) is already installed. I enter pkg info, and see sudo in the list of applications. It turns out that now I can perform any operations with this software through the package...
  14. D

    Slow Download Speeds in FreeBSD

    Hello FreeBSD Forum, This is my second attempt at installing FreeBSD, and I'm experiencing very slow download speeds for packages. Both attempts were conducted within a virtual machine (VM). Interestingly, when I tried GhostBSD (also in a VM), the download speeds were significantly better...
  15. E

    pkg upgrade sometimes reinstalls packages

    Sometimes when I run `pkg upgrade` I'll see X number of packages that will be upgraded, but Y number of packages that will be reinstalled. Why is that? Why does pkg sometimes reinstall (actually removes package and then installs new package) instead of upgrade? It's causing me problems because...
  16. mro

    pkg: 1.21.3 -> 2.1.0 packages to be REMOVED

    on 14.2 Quarterly I get a slightly scary $ doas pkg upgrade ... Installed packages to be REMOVED: filezilla: 3.68.1 gnuplot: 5.4.10_2 libgepub: 0.6.0_5 signal-desktop: 7.36.1 surf-browser: 2.1_4 thunar: 4.20.1 thunar-archive-plugin: 0.5.3 tor-browser: 14.0.7...
  17. R

    Solved pkg in jail not working

    Hi, I can't install a package in a jail with pkg, it blocks on the installation message. # jexec test # pkg install nano The package management tool is not yet installed on your system. Do you want to fetch and install it now? [y/N]: y Bootstrapping pkg from...
  18. rcbsdpge

    PubGrub solver for file systems, ports, and packages

    Has anyone thought about implementing pubgrub versioning solver for FreeBSD (BSD) base system(s)? I was going to save this for my stealth project but I gift it to the BSD community. PubGrub versioning solver is a key algorithm that makes uv (written in Rust) so fast. It is used for package...
  19. N

    Solved 'missing or size mismatch' when pkg tracking latest

    Version and Architecture: 14.1-RELEASE amd64 Note: For both pkg and ports, I am currently using a third-party mirror - one that's neither listed in the FreeBSD handbook, nor hosted under any FreeBSD domain. The specific mirror I am on is located at https://mirrors.ustc.edu.cn. This choice is...
  20. bileslav

    Solved pkg autoremove does not do its job

    Please, what am I missing here? root@theos ~# pkg set -A 1 vscode Mark vscode-1.95.3 as automatically installed? [y/N]: y root@theos ~# pkg autoremove Checking integrity... done (0 conflicting) Nothing to do. root@theos ~# pkg info --locked vscode vscode-1.95.3 no root@theos ~#...
Back
Top