pkg

  1. U

    Requesting info on Capsicum specifically intergration with programs E.G. Firefox

    I have been reviewing the documentation and have not been able to find anything relating to how capsicum is integrated into the OS nor how one needs to configure the program. When installing Firefox/Firefox-esr, I received a message from the pkg (line 9 is what I am referring to), 4 ##...
  2. poorandunlucky

    Problem upgrading jails (pkg, freebsd-update)

    So I have these jails now, and I want to install Samba on my www jail. I've upgraded to 12.2-p6, pkg -vv shows kernel 120200. I've upgraded my jail with freebsd-update -b /jails/www There was an error, some directories for the certificates under /usr/share/[certs]/[trusted/blacklisted] didn't...
  3. S

    Solved Pkg on FreeBSD 13

    In FreeBSD 13.0 there's two things about packages. When installing new packages, for a newly available system, are latest and quarterly the same, until the next quarter comes out? Because it's too new, that it has only 1 set of pkg build on a new system? I changed my /etc/pkg/FreeBSD.conf from...
  4. F

    Solved Pre-installed packages in FreeBSD

    So I want to build an FreeBSD iso with hexedit preinstalled. I'm doing that to understand how to build custom iso's. I don't have so much idea about custom kernel build. I mean I don't know how can I do that. I take a look to GhostBSD-src and FreeBSD-src over github and see some tutorials to...
  5. F

    Package version mismatch - grub2-bhyve

    Hi everyone, First post here - so I'm hopeful I'm for some help! I have two FreeBSD servers running Rel 12, following output is identical on both: # uname -a FreeBSD <server-name> 12.0-RELEASE-p3 FreeBSD 12.0-RELEASE-p3 GENERIC amd64 # freebsd-version 12.0-RELEASE-p3 Both systems have the...
  6. Remy

    Solved When will quarterly 2021Q2 be available in pkg?

    Hi all, I was wondering when quarterly 2021Q2 will be available in pkg. My 12.2-RELEASE-p6 machine is still showing packages from 2021Q1 quarterly, although the 2021Q2 branch is created a while ago. Any thoughts? Thanks, Remy
  7. M

    pkg: No signature found // Unable to update repository

    Dear FreeBSD-community! While upgrading the packages in my jails as usual, I ran over this problem: $ for i in `jls jid` ; do sudo pkg -j $i update ; done Updating FreeBSD repository catalogue... [jailA] Fetching meta.conf: 100% 163 B 0.2kB/s 00:01 [jailA] Fetching packagesite.txz...
  8. vaskark

    pkg wants to reinstall over port

    Hello. New user here. I recently switched to the latest branch of 12.2-RELEASE-p4 and updated all my installed pkgs. Then, I installed the port system because I wanted a version of berry (x11-wm/berry) with my own patches applied. All of it worked exactly as planned and installed fine. However...
  9. dch

    Solved process with pid 49 still holds the lock

    Sometimes, pkg gets confused and thinks a process that has long since disappeared, still holds the lock on the package database. $ sudo pkg install -yr FreeBSD net/ipxe Updating FreeBSD repository catalogue... FreeBSD repository is up to date. All repositories are up to date. process with pid...
  10. gotnull

    Solved pkg Log

    Hi, A new guy to FreeBSD world here well I could just say to the BSD world :/ So I've installed FreeBSD-13.0-RC1 and I use it since then, I've upgraded it and now I am on RC3, no problem so far. Well of course not everything is setup as I would like yet but I am working on it but before going...
  11. nbari

    Solved host and jail version are the same but differ from pkg OSVERSION

    The output of uname -K in both host and jail is the same, currently 1202505, but when I run pkg -vv | grep OSVERSION inside the jail I get a different version: OSVERSION = 1201512; Any idea of what I could be missing within the pkg within the jail is returning a different version? When trying...
  12. kkretsch

    C search for up to date pkg plugin examples

    Using freeBSD 12.2 I try to program a pkg plugin. So far it is found by the pkg tool and gets triggered by the install operation. To be able to compare with best practices I'd like to see some source code for a pgk plugin which is triggered just before the installation of a new package. I'm...
  13. D

    Segmentation Fault GPU

    Hello, whenever I run clinfo or clpeak I get this error: clpeak: Platform: Clover Device: AMD CEDAR (DRM 2.50.0 / 12.2-RELEASE-p3, LLVM 10.0.1) Driver version : 20.2.3 (FreeBSD) Compute units : 2 Clock frequency : 650 MHz Segmentation fault (core dumped) clinfo; ... ICD...
  14. D

    Solved DRM Module Kernel Panic with pkg

    Hello, I have been trying to get OpenCL working and found out I needed graphics/drm-fbsd12.0-kmod in order to get OpenCL recognize my GPU. The problem is, that module only works if it's built from ports and crashes when it's installed from pkg. The other issue is for number of reasons I can't...
  15. D

    Solved Cannot Install pkg

    Hello, I wanted to check for updates on my server and ran pkg update but the output was: The package management tool is not yet installed on your system. Do you want to fetch and install it now? [y/N]: y Which I replied yes Bootstrapping pkg from...
  16. C

    PKG ERROR

    When trying to run pkg update && pkg upgrade -y I get this error: I tried several methods to solve this and none of them worked out... I'm kinda lost here. Unable to update repository FreeBSD Error updating repositories! root@:/usr/ports/ports-mgmt/pkg # root@:/usr/ports/ports-mgmt/pkg #...
  17. D

    Solved Issue with building the port in Jail

    Hello, I have been trying to build graphics/drm-fbsd12.0-kmod inside a Jail with make package but there I am having an issue: ===> radeonkmsfw/verde_smc (install) install -T release -o root -g wheel -m 555 radeon_verde_smc_bin.ko...
  18. Spity

    Pkg slow to download

    I'm doing some clean FreeBSD installs and pkg is very slow to download packages (400/500 kb/s). Is there any way to choose another mirror for faster installation?
  19. T

    Solved how do you tell pkg upgrade to do "all installed packages" with ansible?

    I would like to use ansible also to upgrade all installed packages on a host. Checking ansible's documentation for pkgng, it looks easy enough, so I created this little playbook: tingo@kg-core2$ cat fbsd-pkg-upgrade.yml # upgrade all installed packages - hosts: all roles: - fbsd-upgrade...
  20. G

    pkg update; Operation timed out; dnsmasq

    I have a similiar behavior like mentioned in an older post. Whenever I try to run pkg update I receive a timeout: Updating FreeBSD repository catalogue... pkg: http://pkg.freebsd.org/FreeBSD:12:amd64/quarterly/meta.txz: Operation timed out...
Back
Top