Search results

  1. ykla

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

    I pulled the source code and built the system, and now I can build Debian successfully. However, the initial problem still persists. root@ykla:/# apt update Hit:1 http://mirrors.ustc.edu.cn/debian stable InRelease Hit:2 http://mirrors.ustc.edu.cn/debian stable-updates InRelease Err:1...
  2. ykla

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

    Give me some time to upgrade to the latest current and take a look.
  3. ykla

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

    root@ykla:~ # truss -fa debootstrap bullseye . http://deb.debian.org/debian 2>&1 | grep exec 65776: execve("/usr/local/bin/grep",[ "/usr/local/bin/grep", "--perl-regexp", "." ],0x27ddf18f0000) EJUSTRETURN 65777: execve("/usr/local/bin/grep",[ "/usr/local/bin/grep", "-qs"...
  4. ykla

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

    I use my script: https://book.bsdcn.org/debian.sh https://book.bsdcn.org/ubuntu.sh Running debootstrap separately will also get stuck. debootstrap bookworm /compat/debian root@ykla:~ # ps udxww USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND root 0 0.0 0.0...
  5. ykla

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

    Oh. This isn't pkg getting stuck at parsing; it's the Debian/Ubuntu generation tool bootstrap that's been stuck there the whole time. It's unrelated to pkg.
  6. ykla

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

    The problem isn't that the key can't be found, it's that it's stuck in Resolving dependencies of required packages... . Ubuntu with a key is also stuck here in latest FreeBSD Current.
  7. ykla

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

    But it seems like I've encountered a new problem, stuck below. root@ykla:~ # uname -a FreeBSD ykla 15.0-CURRENT FreeBSD 15.0-CURRENT amd64 1500000 #0 main-9c80d66ec: Sat Sep 9 14:41:10 CST 2023 root@ykla:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64...
  8. ykla

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

    I'm sorry, I'm not very familiar with the debugging tools you mentioned. I've only been writing some simple Linux compatibility layer build scripts with the help of others. Could you please elaborate on what I should do?
  9. ykla

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

    Unfortunately, the malfunction still exists. FreeBSD ykla 15.0-CURRENT FreeBSD 15.0-CURRENT amd64 1500000 #0 main-165234d55: Wed Sep 6 08:01:29 CST 2023 root@ykla:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64
  10. ykla

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

    I tested the Ubuntu 22.04 script on FreeBSD 15, and I encountered the same GPG issue. see also https://book.bsdcn.org/ubuntu.sh https://book.bsdcn.org/debian.sh
  11. ykla

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

    It seems unrelated to the fix mentioned by the developers in the bug. I tested it on FreeBSD 15, and it still doesn't work, and I've always been using the root user.
  12. ykla

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

    "I upgraded to FreeBSD 15 and tested the script again, but this time encountered another issue. Installing gnupg didn't resolve it either." root@ykla:/# apt update Hit:1 http://mirrors.ustc.edu.cn/debian stable InRelease Hit:2 http://mirrors.ustc.edu.cn/debian stable-updates InRelease Err:1...
  13. ykla

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

    I am using the same build script to create a Debian Bookworm jail compatibility layer. Everything works fine in 13.2, but in 14.0, I repeatedly encounter the error 'The repository InRelease' is not signed,' even when switching to official sources. I attempted to manually run 'apt --fix-broken...
  14. ykla

    general/other FreeBSD Linux compatibility layer with multiple network cards cannot automatically switch networks

    Linux QQ https://im.qq.com/linuxqq/index.shtml And any man or handbook about sysctl compat.linux.use_real_ifnames ?Thanks.
  15. ykla

    general/other FreeBSD Linux compatibility layer with multiple network cards cannot automatically switch networks

    FreeBSD Linux compatibility layer with multiple network cards cannot automatically switch networks. If you have wlan0, em0, or more network cards on your host, the corresponding networks in the Linux compatibility layer are eth0 and eth1. This applies to machines with multiple Ethernet cards as...
  16. ykla

    Solved Both FreeBSD 13.2-RELEASE and 14-CURRENT are unable to boot on the Raspberry Pi 4B 8GB v1.5.

    Both FreeBSD 13.2-RELEASE and 14-CURRENT are unable to boot on the Raspberry Pi 4B 8GB v1.5.The firmware is up to date.I am using a USB flash drive.The official Raspberry Pi OS is running normally. I have tested the following systems with an external HDMI monitor, but none of them can boot...
  17. ykla

    jails jail / linuxator /gentoo

    Now I test everthing is fine just # fetch http://book.bsdcn.org/gentoo.sh # sh gentoo.sh
  18. ykla

    general/other [jail/linuxator] Ubuntu/Archlinux Compatibility installing Shell Script

    see also https://book.bsdcn.org/arch.sh https://book.bsdcn.org/ubuntu.sh # fetch http://book.bsdcn.org/arch.sh && sh arch.sh # fetch http://book.bsdcn.org/ubuntu.sh && sh ubuntu.sh
  19. ykla

    jails jail / linuxator /gentoo

    Yes, but it with some issues likes portage not work. mkfifo: cannot set permissions of '/var/tmp/portage/app-misc/screenfetch-3.9.1/temp/multijob.rbwYPC': Bad file descriptor See also https://book.bsdcn.org/di-5-zhang-shu-ru-fa-ji-chang-yong-ruan-jian/di-5.5-jie-linux-jian-rong-ceng.html...
  20. ykla

    Solved WINE on FreeBSD ver 13.1

    see also https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265273
Back
Top