Search results

  1. NuLL3rr0r

    ZFS Cannot find /boot on ZFS from the Live CD or Shell

    Thank you for your responses, I did contact the support and they moved the instance to a Xeon processor and I booted successfully. Yes, the boot partition is only 512 KB and definitely too small for the kernel stuff. I will try SirDice's suggestion next time.
  2. NuLL3rr0r

    ZFS Cannot find /boot on ZFS from the Live CD or Shell

    OK, here is my situation. I have a 12.3-RELEASE production on Upcloud and built the kernel and world from source with AVX512 instructions enabled, because the CPU was a 2017 Xeon. Now, it seems shutting down and powering on/off the VPS might switch between AMD Epyc and Xeon. My VPS is stuck on...
  3. NuLL3rr0r

    Solved remote delivery deferred: DNS lookup failure: host not found

    OK, I figured out what was wrong. It probably happened during the mergemaster phase. $ cat /etc/mail/mailer.conf # $FreeBSD$ sendmail /usr/libexec/dma mailq /usr/libexec/dma sendmail /usr/local/sbin/sendmail send-mail /usr/local/sbin/sendmail mailq /usr/local/sbin/sendmail...
  4. NuLL3rr0r

    Solved remote delivery deferred: DNS lookup failure: host not found

    And here is the nslookup results: $ nslookup gmail.com Server: 127.0.0.1 Address: 127.0.0.1#53 Non-authoritative answer: Name: gmail.com Address: 172.217.16.133 Name: gmail.com Address: 2a00:1450:4001:808::2005 $ nslookup 172.217.16.133 133.16.217.172.in-addr.arpa name =...
  5. NuLL3rr0r

    Solved remote delivery deferred: DNS lookup failure: host not found

    I upgraded to 13.0-RELEASE and then downgraded to 12.2-RELEASE. But, after this, I have noticed if I send mail through my webmail (SOGo Groupware) or K-9 android app it works. Unfortunately, sending mail through the terminal won't work: $ echo 'ALERT - User Shell Access on:' `date` `who` |...
  6. NuLL3rr0r

    Solved Escaping from 13.0-RELEASE hell and back to 12.2-RELEASE

    OK, I guess now I can safely mark the thread as resolved. I built everything from source using the following /etc/src.conf: WITHOUT_ASSERT_DEBUG=yes WITHOUT_BHYVE=yes WITHOUT_BLUETOOTH=yes WITHOUT_BSDINSTALL=yes WITH_CCACHE_BUILD=yes WITHOUT_CROSS_COMPILER=yes WITHOUT_DEBUG_FILES=yes...
  7. NuLL3rr0r

    Solved Escaping from 13.0-RELEASE hell and back to 12.2-RELEASE

    One more update, I had some linker errors at the beginning of make buildworld (probably because of missing shared libs from LLVM/Clang). So, I replaced the whole /usr from the archive and it's ongoing now: $ cd / $ tar xvJpf /some/path/base.txz usr/ Error exit delayed from previous errors.
  8. NuLL3rr0r

    Solved Escaping from 13.0-RELEASE hell and back to 12.2-RELEASE

    OK, I figured it out. It was a problem with symbolic links I guess. $ cd / $ tar xvJpf /some/path/base.txz usr/bin Error exit delayed from previous errors. $ cc --version FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target...
  9. NuLL3rr0r

    Solved Escaping from 13.0-RELEASE hell and back to 12.2-RELEASE

    Thank you for the detailed response. I did not upgrade from 12.2 to 13.0 using freebsd-update. I usually do it by building from the source. From 13.0 to 12.2 I did it using freebsd-update. I don't understand why I cannot copy cc, cxx, clang, clang++, etc from base.txz file to my /usr/bin/. It's...
  10. NuLL3rr0r

    Solved Escaping from 13.0-RELEASE hell and back to 12.2-RELEASE

    Well, I've just realized this by paying two days' time for it. It seems I do not have a working CC and CXX: $ ls -lah /usr/bin/cc -r-xr-xr-x 6 root wheel 0B Apr 17 18:58 /usr/bin/cc $ cc --version RETURNS NOTHING! I tried to: $ fetch...
  11. NuLL3rr0r

    Solved Escaping from 13.0-RELEASE hell and back to 12.2-RELEASE

    OK, this is the first wall I am hitting 🤨 I have never seen this before.
  12. NuLL3rr0r

    Solved Escaping from 13.0-RELEASE hell and back to 12.2-RELEASE

    OK, for anyone who comes across this. I had a custom build. With some options inside /etc/src.conf (for example disabling freebsd-update). First, as usual I did (except I was downgrading from 13.0 to 12.2 instead of upgrade): cd /usr/src/ && make clean cd /usr/obj/ && rm -rf * cd /usr/src/ &&...
  13. NuLL3rr0r

    Solved Escaping from 13.0-RELEASE hell and back to 12.2-RELEASE

    I guess I also had to test before upgrading. In addition to the same experience from 11.0 to 10.3 release as I mentioned in the previous post, I also experienced some weired behavior from ClamAV on 12.0.
  14. NuLL3rr0r

    Solved Escaping from 13.0-RELEASE hell and back to 12.2-RELEASE

    Well, the funny thing is it seems I have hit the brick wall and repeated the same mistake again. I did a google search and it came up with my own thread downgrading 11.0 to 10.3. 😅 As I mentioned earlier I am not familiar with boot environments and have no idea what is it. I'll look into it...
  15. NuLL3rr0r

    Solved Escaping from 13.0-RELEASE hell and back to 12.2-RELEASE

    Well, 13.0-RELEASE didn't work out for me, I tried the freebsd-update and it seems to work. I am not familiar with boot environments and have no idea what is it. Thanks for mentioning it, I'll look into it.
  16. NuLL3rr0r

    Solved Escaping from 13.0-RELEASE hell and back to 12.2-RELEASE

    Sorry, I had to mention, I have already done this: cd /usr/src/ && make clean cd /usr/obj/ && rm -rf * cd /usr/src/ && make buildworld -j3 && make buildkernel -j3 KERNCONF=CUSTOM make installkernel KERNCONF=CUSTOM reboot The instructions above were after rebooting and booting into the...
  17. NuLL3rr0r

    Solved Escaping from 13.0-RELEASE hell and back to 12.2-RELEASE

    I had a terrible experience upgrading from 12.2-RELEASE to 13.0-RELEASE in a production environment (such as this and this). Basically, part of my mail server, calendar, contacts, and also my git server is broken. Now, I want to downgrade to 12.2-RELEASE and building from the source. In the...
  18. NuLL3rr0r

    C C editor with clang integration

    Sorry to bring this old thread up. But, I feel the non of the answers delivered the justice as there is a decent IDE in FreeBSD ports with an excellent level of support for LLDB. devel/qtcreator does just that (although you require Qt as a dependency). I have done plenty of debugging using it on...
  19. NuLL3rr0r

    Solved ZFS: certain files disappearing after each reboot

    Thank you! Without your help, it wouldn't be possible.
  20. NuLL3rr0r

    Solved ZFS: certain files disappearing after each reboot

    OK, theory confirmed! richardtoohey2 you were right about this. I deinstalled security/libressl and as expected dnssec-signzone failed with the error: $ dnssec-signzone -V ld-elf.so.1: Shared object "libcrypto.so.46" not found, required by "dnssec-signzone" So, and I ran the script and...
Back
Top