Search results

  1. ykla

    Other What needs to happen to get a newer version of Intellij on FreeBSD

    In 2025Q1, I was able to compile successfully, but it seems that the corresponding files were not installed. root@ykla:/usr/ports/java/intellij # pkg info -l intellij intellij-2024.3.3: /usr/local/share/licenses/intellij-2024.3.3/APACHE20...
  2. ykla

    Other What needs to happen to get a newer version of Intellij on FreeBSD

    I failed to compile. See the error log at https://gist.github.com/ykla/6b8dd4fff37251b08184694b19582383. Due to its length, the default page will not fully display. Please click "View the full file" at the top.
  3. ykla

    How to Set NetBeans to Use an Interface Language Other Than English

    How to Set NetBeans to Use an Interface Language Other Than English Modifying /usr/local/netbeans-17/etc/netbeans.conf and adding -J-Duser.country=CN has no effect.
  4. ykla

    Other What needs to happen to get a newer version of Intellij on FreeBSD

    It's already 2025, yet it's still the 2020 version; I hope someone can maintain it.
  5. ykla

    Is it possible to boot FreeBSD 14.2 (UEFI + ZFS + GPT) using GRUB2-EFI?

    Sorry, I didn't make myself clear. What I meant was not using chainloader +1, but instead trying to boot FreeBSD's kernel directly, just like the Ubuntu example mentioned above.
  6. ykla

    Is it possible to boot FreeBSD 14.2 (UEFI + ZFS + GPT) using GRUB2-EFI?

    Is it possible to boot FreeBSD 14.2 (UEFI + ZFS + GPT) using GRUB2-EFI? # grub-install --target=x86_64-efi --efi-directory=/boot/efi/efi/ --bootloader-id=grub --boot-directory=/boot/ --modules="part_gpt part_msdos bsd zfs" grub-install: error: relocation 0x4 is not implemented yet. root@ykla:~...
  7. ykla

    A book is worth a thousand tutorials

    What's about https://book.bsdcn.org ? But Maybe you need Google translate.
  8. ykla

    could not load binary firmware /boot/firmware/ in FreeBSD 14.2

    root@ykla:~ # pkg -vv | sed -n '/^Repositories:/,$ p' Repositories: FreeBSD: { url : "pkg+https://pkg.FreeBSD.org/FreeBSD:14:amd64/latest", enabled : yes, priority : 0, mirror_type : "SRV", signature_type : "FINGERPRINTS", fingerprints...
  9. ykla

    Solved freebsd kde6 Plasma 6 Does Not Display Time

    freebsd kde6 Plasma 6 Does Not Display Time in bar Does your KDE6 status bar display the time and date? I can't display the time on both VMware 17 virtual machine and physical machine (Intel processor using Port drm-61-kmod). # pkg install xorg sddm kde plasma6-sddm-kcm wqy-fonts...
  10. ykla

    could not load binary firmware /boot/firmware/ in FreeBSD 14.2

    root@ykla:~ # pkg info drm-61-kmod drm-61-kmod-6.1.128.1402000 Name : drm-61-kmod Version : 6.1.128.1402000 Installed on : Wed Feb 12 23:30:00 2025 CST Origin : graphics/drm-61-kmod Architecture : FreeBSD:14:amd64 Prefix : /usr/local Categories : kld...
  11. ykla

    could not load binary firmware /boot/firmware/ in FreeBSD 14.2

    I used the latest source to obtain the pkg file. pkg download wifi-firmware-rtw89-kmod The paths inside also point to /boot/modules. You can verify this in the image. I believe it might be more appropriate for fwget or https://reviews.freebsd.org/D43555 to use /boot/modules instead of...
  12. ykla

    could not load binary firmware /boot/firmware/ in FreeBSD 14.2

    By https://reviews.freebsd.org/D43555 , FreeBSD will install firmware while you are installing system. But it not work by my network. So I install gpu-firmware-intel-kmod-alderlake, gpu-firmware-intel-kmod-tigerlake, wifi-firmware-rtw89-kmod-rtw8852b by Ports. You can try fwget : root@ykla:~...
  13. ykla

    Solved How to change the FreeBSD logo which appears as soon it boots with that of the little devil.

    The PNG images I tried didn't work. What are the specific requirements for the images?
  14. ykla

    Some problem Under FreeBSD 13.2 with Xorg and Lumina Desktop...How to solve?

    The same issue in FreeBSD 14.2 RELEASE with VMware. And I test others desktops are all fine.
  15. ykla

    Solved Question about FreeBSD Handbook 17.5.1. Creating a Thin Jail Using OpenZFS Snapshots

    First of all, thank you to the author for the article. However, I noticed some inconsistencies and points of confusion. https://docs.freebsd.org/en/books/handbook/jails/#thin-jail root@ykla:/home/ykla # zfs create -p zroot/jails/templates/14.2-RELEASE root@ykla:/home/ykla # fetch...
  16. ykla

    SDDM login screen with KDE: change language?

    Write the following in /etc/rc.conf: lightdm_env="LC_MESSAGES=zh_CN.UTF-8"
  17. ykla

    general/other Debian/Ubuntu jail encounters GPG error in FreeBSD 14.0

    Is it caused by different APT versions?
Back
Top