freebsd-update

  1. NapoleonWils0n

    Freebsd 14.1 p4 is out

    just a heads up that Freebsd 14.1 p4 is out a little tip when you do a pkg update and see freebsd-release-manifests listed its a good time to check if there is a an update for freebsd freebsd-update fetch sudo freebsd-update fetch create a new boot environment with beadm sudo beadm create...
  2. K

    13.2-RELEASE-p11 to 13.3-RELEASE?

    I have a FreeBSD 13.2 box; [FreeBSD-root@me:~]# freebsd-version -kru 13.2-RELEASE-p11 13.2-RELEASE-p11 13.2-RELEASE-p12 [FreeBSD-root@me:~]# uname -a FreeBSD me 13.2-RELEASE-p11 FreeBSD 13.2-RELEASE-p11 GENERIC amd64 I'd like to upgrade it to 13.3-RELEASE. However these both look scary...
  3. DaLynX

    freebsd-update has been running for 4 days

    Hi, I am looking for help trying to understand what is taking to so long. I started a jail upgrade from 12.2 to 14.1 on Sunday. Previous ones have been long already, like one day. Okay. This one has been running for four days already. Here's the status: The following files will be updated as...
  4. julien40

    freebsd-update fetch does not say that my version 13.2 is soon out of date

    Hi, the output of the commands on my server gives me: # freebsd-version -kru 13.2-RELEASE-p11 13.2-RELEASE-p11 13.2-RELEASE-p11 # freebsd-update fetch src component not installed, skipped Looking up update.FreeBSD.org mirrors... 3 mirrors found. Fetching metadata signature for 13.2-RELEASE...
  5. 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...
  6. dbdemon

    "freebsd-update fetch" says files have been modified locally

    When I run freebsd-update fetch, it says I have modified some files locally: The following files are affected by updates. No changes have been downloaded, however, because the files have been modified locally: /etc/defaults/rc.conf /var/db/mergemaster.mtree I don't remember modifying these -...
  7. B

    Can't update from 13.2-RELEASE-p5 to 13.2-RELEASE-p10

    Dear amazing FreeBSD Community, I have never encountered the following problem: I wanted to update my testmachine which is running an older patchlevel of FreeBSD 13.2-RELEASE namely 13.2-RELEASE-p5 to the newest patchlevel which is currently 13.2-RELEASE-p10. When issuing the command sudo -E...
  8. ivanov

    Solved thin jail mixup between 13.2 and 14.0 caused ld-elf.so.1: Shared object "libcap_dns.so.2" not found, required by "ping"

    I was following the handbook when creating a thin jail and ended up with a jail where ping reports the following error: ld-elf.so.1: Shared object "libcap_dns.so.2" not found, required by "ping" The fault is probably mine, but I wanted to understand better what happened. My host is...
  9. decuser

    Solved do I need to do bectl create updates prior to freebsd-update fetch install

    I'm cleaning up my notes now that I'm committed to running FreeBSD on my desktop full-time. I noticed that when I run freebsd-update it creates a snapshot of the environment? So, in theory, I shouldn't need to create one prior to running the command. Is what freebsd-update doing sufficient if...
  10. S

    In Simple Terms: How do I Merge During [freebsd-update -r]

    Hello everyone, The FreeBSD Handbook, chapter 26, concerning my question is presently still using jargon beyond my level of learning; searching the forum, the Internet, YouTube, etc. did not yield an explanation for my rather basic question. I hope I do not disturb the quality of the forums by...
  11. K

    Upgrading ZFS/zpool under FreeBSD 14?

    Hello there. Just upgraded from 13.2 to 14.0 RELEASE, via freebsd-update tool. I guess I manually need to execute command for ZFS update/upgrade, after FreeBSD upgrade from 13.2 to 14, right? I'd like to be careful on this step because this is a remote dedicated server with no physical access...
  12. K

    After update: Server refused to allocate pty

    Hi, after freebsd-update fetch install and a reboot, I now cannot connect to my remote server. My ssh client on Windows says: End of keyboard-interactive prompts for server - Server refused to allocate pty. I tried to clean my known_hosts ssh file on Windows, then tried to reconnect, nothing...
  13. D

    [FreeBSD 13.1p7] : my sys/signal.h is not conforming

    Hi everybody, that's strange. I've discovered that the line : ADD_SIGCODE(SIGFPE, 8, FPE_FLTIDO, 9, "input denormal operation"); is missing in my sys/signal.h... while $ freebsd-version 13.1-RELEASE-p7 WTF ! I've just run : # freebsd-update fetch # freebsd-update install But sys/signal.h is...
  14. byrnejb

    Solved Upgrade to 12.4 from 12.3 - sshd_config file trashed

    I have a number of special settings in /etc/ssh/sshd_config. When I tried to upgrade from 12.3 to 12.4 the config merge process removes everyone of them including the ListenAddress which disables sshd altogether. I do not recall having this difficulty with previous upgrades. Is my memory going...
  15. dave

    FreeBSD-Update: files have been modified locally

    Hello, I recently ran freebsd-update on a FreeBSD 13.1-RELEASE machine and got the following message... The following files are affected by updates. No changes have been downloaded, however, because the files have been modified locally: /var/db/etcupdate/log (END) I will not post the entire...
  16. B

    Broken Upgrade from 13.0-RELEASE to 13.1-RELEASE

    I recently upgraded my server from FreeBSD 13.0 RELEASE to 13.1 RELEASE. I followed the instructions in the handbook, but I'm having issues, especially with iocage. When I attempt to run iocage, I get this error: # iocage ld-elf.so.1: /lib/libc.so.7: version FBSD_1.7 required by...
  17. S

    freebsd-update fetch & install, reverted my patch level from p4 to p3, but reports it's p5?

    Something very odd just occurred on my laptop when I performed a freebsd-update fetch & install. When I did the fetch it reported that there was a new patch (I was already on p4), so I then performed the "freebsd-update install" as usual and then did a reboot. When I checked it using uname -a...
  18. Del.Mar

    Solved No updates needed to update system

    Hi mates! Try to update my vpn box from 13.1-RELEASE-p3 to 13.1-RELEASE-p4 with freebsd-update tool and I see strange behavior root@vpnbox:/usr/src # uname -srm FreeBSD 13.1-RELEASE-p3 amd64 root@vpnbox:/usr/src # freebsd-update fetch Looking up update.FreeBSD.org mirrors... 2 mirrors found...
  19. dave

    Solved freebsd-update to 13.1-RELEASE Fails to Boot

    I was using freebsd-update to upgrade a box to 13.1-RELEASE. Here is the command I used to start the process... freebsd-update upgrade -r 13.1-RELEASE I followed the usual process and when prompted to reboot the first time, rebooted. Now I get this... | \ ______ ____ _____...
  20. Scribner

    Updating FreeBSD With ZFS Boot Environments (beadm)

    (Disclaimer: I'm a noob. Structure your replies accordingly.) I installed FreeBSD 13.0-RELEASE last fall with the help of this forum. I haven't updated the computer since then, and have basically just ensured that, with my current install, the OS and KDE work and I am able to use Firefox...
Back
Top