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...
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...
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...
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...
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 ()...
In which order should one update/upgrading the FreeBSD components [freebsd (components, world and kernel), pkg, ports] to preserve the integrity of the system?
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 -...
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...
Hi there
At the moment I'm doing php upgrade by collecting information about existing php packages then deleting them and installing newer versions. Is there a better way to do that ?
A small script that I'm using so far:
#!/bin/sh
cfg_ver_cur="php81"
cfg_ver_new="php82"...
Need help: I have just created a new jail 'ha' with 'iocage' on a new FreeBSD 14.0-REALEASE maschine (metal):
iocage create -r 14.0-RELEASE --name ha ip4_addr="em0|192.168.1.200/24"
Everything worked as expected.
Now I want to install some packages inside the jail. No chance:
root@ha:~ # pkg...
The freebsd-update utility automatically creates Boot Environment snapshots using bectl if the system supports it. I am curious, does pkg upgrade have any similar capability?
I have used beadm and now bectl to create boot environments (then activate them, then update) for a long time, but now...
While discovering FreeBSD, jails & related management tools (ezjail, bastille, pot, etc) there is something I can't figure out:
Why not give pkg the ability to actually create the jail that will contain the packages we install? something like pkg -cj webserverjail install nginx...
I have an old machine (10.4-RELEASE) and I need to install Python 3.8 on it.
This is my pkg.conf file:
FreeBSD: {
url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
enabled: yes
}
This is what...
Users of 13.2-RELEASE⋯, stable/13, 14.0⋯, and 15.0-CURRENT can use HTTPS.
Example
/usr/local/etc/pkg/repos/FreeBSD.conf using HTTPS and latest, /etc/pkg/FreeBSD.conf using HTTPS:
root@freebsd:~ # cat /usr/local/etc/pkg/repos/FreeBSD.conf
FreeBSD: {
url...
https://people.freebsd.org/~grahamperrin/pkg-status/
This brief guide includes:
screenshots
an explanation of why the latest option – not to be confused with packages from the main branch of the ports tree (familiarly known as latest) – is not reliable
a hint about the current requirement to...
Hello all,
After do an pkg update and pkg upgrade to version 1.20.8 my nginx-full got de-installed and not update.
Then tried do pkg install nginx-full or pkg install www/nginx-full and seems this is not on the list.
Error message:
pkg install nginx-full
Updating FreeBSD repository...
I removed the openssl port, and need to update many ports, is there a good way to update all the ports that require the openssl to use the base openssl?
Also, pkg want to install the openssl port back when I do the pkg install, what can I do to tell pkg to use the base openssl?
I am currently not on FreeBSD I recently installed FreeBSD again I had this issue every time I have switched to FreeBSD in the past. I asked this question a couple of months ago but none of the answers worked. I decided to ask again maybe this time I can start using FreeBSD. The download speed...
I'm trying to update the PHP version on my www/nextcloud instance. As I use the web updater from Nextcloud itself, I "just" want to update all php dependencies "around" my Nextcloud.
Basically I want to have a list of all lang/php81 packages required by e.g. nextcloud-php81 - but NOT...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.