Search results

  1. M

    Solved rsync missing libcrypto

    how to remove all references to openssl12?
  2. M

    Update to Freebsd 14, not able to install portupgrade/bd5/cmake-core

    Update: I installed FreeBSD on another server and copied /usr/include/c++ folder from new server to old system, and then C++ compiler starts working!
  3. M

    Update to Freebsd 14, not able to install portupgrade/bd5/cmake-core

    I thought about that. But server has lots of data (>10T).. The last choice is that I build a brand new Freebsd 14 server and transfer data there, and then rebuilt the problem server..
  4. M

    Update to Freebsd 14, not able to install portupgrade/bd5/cmake-core

    I can't as build will failed. Use pkg to install package is one option, but pkg will remove mysql and php. As this is prod server, I can't take the risk...
  5. M

    Update to Freebsd 14, not able to install portupgrade/bd5/cmake-core

    Still the same error. I think the issue is not related with php or any other packages. I tried to remove everything in make.conf and only leave ruby as you suggested, but when try to install cmake-core, got the same error. CMake 3.28.3, Copyright 2000-2023 Kitware, Inc. and Contributors...
  6. M

    Update to Freebsd 14, not able to install portupgrade/bd5/cmake-core

    yes, it's web server. I tried to upgrade nginx, but due to cmake issue, I'm not able to install the new version.
  7. M

    Update to Freebsd 14, not able to install portupgrade/bd5/cmake-core

    Thanks for your reply. I think Perl/php/python version shouldn't have any impact on system. I just updated to FreeBSD14, need to update them as well. But before I fixed cmake-core/bd5 issue, I won't try to update these ports as after I remove the old one I may not able to install the new...
  8. M

    Update to Freebsd 14, not able to install portupgrade/bd5/cmake-core

    root@r:~ # pkg -v 1.20.9 root@r:~ # pkg prime-origins devel/autoconf devel/autoconf-switch devel/automake ftp/axel ports-mgmt/bsdadminscripts2 security/ca_root_nss ftp/curl ports-mgmt/dialog4ports textproc/expat2 print/freetype2 devel/git devel/gmake devel/google-perftools net-mgmt/iftop...
  9. M

    Update to Freebsd 14, not able to install portupgrade/bd5/cmake-core

    When try to update portupgrade got below error checking dynamic linker characteristics... freebsd14.0 ld.so checking how to hardcode library paths into programs... immediate checking SOSUFFIX from libtool... .so checking MODSUFFIX from libtool... .so checking JMODSUFFIX from libtool... .so...
  10. M

    Can't boot from ZFS after upgrade to FreeBSD 14

    Update: I found out why I'm not able to boot. Looks like due to I'm using a HBA card (Dell H330), the default mfi driver in the livecd is not stable enough. When I tried to copy the efi file, even though there is no error after copy, and no error when I run sha256, but if I run `sync`, then...
  11. M

    Can't boot from ZFS after upgrade to FreeBSD 14

    I used the livecd to boot the system, and then copied loader.efi to two locations via below command I also checked the sha256 of the copied efi files to make sure that they are good. Then I reboot the system. And then system just complaint Boot Failed: FreeBSD Looks like system could not...
  12. M

    Can't boot from ZFS after upgrade to FreeBSD 14

    Thanks for your reply. But unfortunately, change from EUFI to BIOS didn't work.
  13. M

    Can't boot from ZFS after upgrade to FreeBSD 14

    I made a mistake that I didn't read the release note before I upgrade to FreeBSD. I paste here to remind other people don't make the same mistake. https://www.freebsd.org/releases/14.0R/relnotes/ So I updated zpool as usual, and also updated bootcode, and then reboot. Now I'm not able to...
  14. M

    ZFS how to make "zfs list" show all snapshots by default?

    Then it's interesting. I started to use freebsd since 8.0, I though "zfs list" will list all snapshots by default, and my server is also working in this way... I checked my .cshrc file, there is no alias. Then the question is, why on my old server I can use "zfs list " to list all snapshots..
  15. M

    ZFS how to make "zfs list" show all snapshots by default?

    Hi all, Just build a new server running FreeBSD 13, looks like zfs list won't show all snapshot. But zfs list -t snapshot works. I remember on FreeBSD 12 or before zfs list will list all snapshots by default. Is this because FreeBSD 13 moved to OpenZFS? Is it possible to show ZFS snapshots by...
  16. M

    After change from openssl to openssl111, can't upgrade cmake

    Hi All, In order to use TLS1.3, I changed default ssl port to openssl111. And then I found that I can't upgrade cmake, and got following errors: Installing the project stripped... ld-elf.so.1: Shared object "libcrypto.so.9" not found, required by "libarchive.so.13" *** Error code 1 Stop...
  17. M

    Security logging on FreeBSD

    Hi getopt Did you fix your issue? I have the same issue now..
  18. M

    crontab not working after upgrading to FreeBSD 12.0-RELEASE

    I updated two of my server to 12.0, both have the cron issue: Feb 5 16:45:00 r430 /usr/sbin/cron[80795]: (root) CMD (/usr/libexec/atrun) Feb 5 16:46:00 r430 /usr/sbin/cron[80796]: in try_dlopen(): /usr/lib/pam_nologin.so.6: (null): Undefined symbol "fstat@FBSD_1.5" Feb 5 16:46:00 r430...
  19. M

    why pkg upgrade will install new packages?

    Thanks for this information. Now I understand that I should not use pkg upgrade if I installed software via ports. If I prefer to use port to install/upgrade software, after major version upgrade, I need to use "portupgrade -af" not pkg upgrade, right?
  20. M

    why pkg upgrade will install new packages?

    Thanks for your quickly response.. Do you mean I need to install these packages first, then run the command to check why it's installed? And then I remove it..
Back
Top