pkg

  1. hern42

    how to install a software with specific options? via poudriere or ports (but using already pkg installed deps)

    ok so i'd like to use darktable as i liked it muchly when on linux.debian... the pkg crashes due to my images being in the .dmg format and thumbnails requiring ImageMagick or some other whatnots (which are installed on my system via pkg). as far as i got from the log it needs to be compile with...
  2. S

    Solved Need help with Aquantia ethernet device.

    I obtained an ASUS XG-C100F a machine I installed a while back. (v14.0) It had to be that particular one because it is the only one available that uses 4 PCI-E lanes. I updated pkg and installed the package: [FBSD14.0][root ~] > pkg info | grep Atl aquantia-atlantic-kmod-0.0.5_3 Aquantia AQtion...
  3. serjei_mikailov

    Best way to host my own PKG mirror?

    Which is the best way to host my own pkg mirror? I have a home server and thinking about host a mirror.
  4. A

    Package glusterfs not available on FreeBSD 13.4

    Unfortunately I cannot find the glusterfs package with the pkg command. # freebsd-version 13.4-RELEASE-p1 # pkg search -g gluster\* For example, I can install vim or something like that. So it is not an access problem. Am I the only one with this problem? Thank you
  5. byrnejb

    Solved Excessive disk i/o consumption (pkg)

    tldr; on a heavily loaded system the daily running of neggrpperm by periodic on multiple jails generated excessive disc i/o and brought the host system to a crawl. Disabling neggrpperm on the jails and restricting its run on the host to monthly resolved the issue. OP Recently (the last two...
  6. nxjoseph

    Solved remove/install loop with tcl86 pkg

    Hi. When I do pkg autoremove, it removes lang/tcl86 and after pkg upgrade, it tries to install it again. I did pkg check -ad but it seems like it's not required. It's not a big problem for me but I'd like to know why that loop happens. Thanks. # pkg autoremove Checking integrity... done (0...
  7. S

    unable to do pkg update

    Hallo Thats happend after pkg update pkg update Updating FreeBSD repository catalogue... pkg: An error occured while fetching package pkg: An error occured while fetching package repository FreeBSD has no meta file, using default settings pkg: An error occured while fetching package pkg: An...
  8. Cath O'Deray

    Hints: using script(1) or vidcontrol(1) when scrollback is insufficient

    With (for example) a virtual terminal such as ttyv1, it's sometimes impossible to see what's required. A command like this, following a major upgrade to base, might summarise a number of (port) packages to be removed, without allowing you to see the name of any such package: pkg upgrade...
  9. J

    Solved DNS in jail but not for pkg

    Hi, I have networking and DNS working from inside a jail (14.1 host and 14.1 jail). But DNS does not work for the pkg command. # cat /etc/pkg/FreeBSD.conf FreeBSD: { url: "pkg+https://pkg.FreeBSD.org/${ABI}/quarterly", mirror_type: "srv", signature_type: "fingerprints", fingerprints...
  10. A

    pkg bootstrap error in aarch64 (raspberry pi)

    Hello! FreeBSD 14.1-RELEASE-p2 pkg shows this error when I try to bootstrap: Certificate verification failed for /CN=pkg.freebsd.org 0020E11B77610000:error:0A000086:SSL routines:tls_post_process_server_certificate:certificate verify failed:/usr/src/crypto/openssl/ssl/statem/statem_clnt.c:1890...
  11. R

    Solved Repository FreeBSD has a wrong packagesite, need to re-create database

    Hi, I upgraded from version 14.0 p6 to 14.1 release. Currently I can still browse the internet, work with the machine, do pings to Freebsd.org. No problem with network connections or my data. But I cannot upgrade any packages anymore: root@vm1:~ # pkg upgrade Updating FreeBSD repository...
  12. K

    Need a second opinion on possible pkg(8) bug?

    Hi, I'm looking for a second opinion on whether I've run into a bug in pkg regarding local repositories. I currently build a small handful of packages locally from ports and also manually install them, but I wanted to try using a local pkg repository to handle that instead. On one of my...
  13. I

    jails How to install a pkg offline into a jail?

    I'm trying to install a downloaded package (bhyve-firmware-1.0_2.pkg, and its dependency) into a jail. In the host, all I did as "pkg add bhyve-firmware-1.0_2.pkg" and it worked. However, to try to get in into a jail, I've tried: pkg -j jailname add bhyve-firmware-1.0_2.pkg pkg -j jailname...
  14. itsme

    vbox pkg: Host does not resolve

    After a fresh install of FreeBSD 14.0-RELEASE(on virtual box in windows), unable to update/install packages. The physical machine(desktop) is inside my office network. The same setup works on my office laptop(windows + virtualbox) when connected to office network via VPN without any addtional...
  15. rbranco

    C Testers wanted for new "ps" command for pkg(8)

    I added functionality to list processes using deleted binaries & libraries after a system update. As this feature is present in openSUSE's zypper and Debian's apt (through the needrestart plugin), I decided to add it to pkg(8). https://github.com/freebsd/pkg/pull/2290 To test: git clone...
  16. helmet1080

    pkg not working

    pkg-static: sqlite error while executing PRAGMA user_version; in file pkgdb.c:2380: database disk image is malformed When I got out of power, my computer turned off. When I powered my laptop, I got into problems. I was put to the root prompt. I had a disk problem. I solved it, fsck fixed all my...
  17. apprentice

    Strawberry, ogg & Extreme difficulty removing packages

    I installed the strawberry-qt6-1.0.22_1 package Using the command I learned: pkg install strawberry-qt6-1.0.22_1 But it is not playing .ogg ../ext/ogg/gstoggdemux.c(5021): gst_ogg_demux_loop ()...
  18. F

    Updating system

    In which order should one update/upgrading the FreeBSD components [freebsd (components, world and kernel), pkg, ports] to preserve the integrity of the system?
  19. byrnejb

    pkg starves other processes

    This A.M. I discovered that our imap service was experiencing some sort of performance issue. When I looked into this I discovered this situation at about 08:31: # ps -auwx | grep pkg root 56759 0.0 0.0 11804 2856 - IJ 07:01 0:00.00 /bin/sh -...
  20. illegalcoding

    ld-elf.so.1: /usr/sbin/pkg: Undefined symbol "fetchDebug"

    I'm not sure what happened, but suddenly any attempt to run pkg says ld-elf.so.1: /usr/sbin/pkg: Undefined symbol "fetchDebug". I tried reinstalling it from ports, and I got this error ld-elf.so.1: /usr/bin/fetch: Undefined symbol "fetchRestartCalls", but I managed to download the file it wanted...
Back
Top