Search results

  1. J

    Routing between FIBs

    Hi All, It has been a long time since I last dropped in here, but I have a question about using multiple "fibs". Sorry I haven't been more active as of late. Is it possible to route between fibs without traffic flowing out of a FreeBSD node? Something like: ifconfig bge0 fib 1 ifconfig bge1...
  2. J

    Solved RockPro64 network adapter...

    Hi Hazz, It was a mostly a two step process: Get FreeBSD booting from the device and getting a link-state, and the next was to update to the latest version. To reproduce: Download the RockPro64 image from here: RockPro64 SD card image (13.0) onto a Freebsd host that has an SD card reader...
  3. J

    MariaDB iconv issue...

    Well, got to the bottom of it (for mine and others reference): When I copied the USES line (which has an iconv statement in) from databases/mariadb106-server to the databases/mariadb-connector-odbc and had "WITH_LIBICONV_COMPAT" in /etc/make.conf the issue went away, after rebuilding all...
  4. J

    MariaDB iconv issue...

    Hi All, Got an issue when trying to insert data through isql part of databases/unixODBC. I am trying to insert a row, nothing complicated, or so I thought... # /usr/local/bin/isql -v Database_ODBC_Name +---------------------------------------+ | Connected! | |...
  5. J

    ProFTPD in 8.2 gives incorrect password

    Very late on this one, but I had the same problem. Found that the defaults of proftpd changed over time, and I had to set RequireValidShell off in /usr/local/etc/proftpd.conf The system users created with the shell set to /usr/sbin/nologin fails the proftpd authentication tests even if the...
  6. J

    Solved RockPro64 network adapter...

    Aha! Just updated to 13.0-RELEASE-p6 and now dwc0 works without setting the media type. Thought I would leave this here for others use, as without setting the media type manually, I could not run freebsd-update fetch. (Thanks to those who made aarch64 Tier 1!!!) Is there a man page for dwc...
  7. J

    Solved RockPro64 network adapter...

    Hi Peoples, I have a RockPro64 and have used the aarch64 RockPro64 image for FreeBSD 13.0. The network adapter is being picked up as dwc0, where I was expecting re0 or ue0. I had a bit of bother with getting the network adapter to detect a carrier signal, as out of the box it was not detecting...
  8. J

    GIT Client in base?

    Hi All, This may have sailed past me, but what GIT client is in the FreeBSD base akin to /usr/bin/svnlite please? Or does one need to install a port based client first to grab the FreeBSD source code? Just want to confirm the official approach please! Kr, James
  9. J

    Help please: Building arm image on amd64 using release(7) results in core dump...

    Having read the manual again, I have worked out why this is happening, and my mistake. While the running a 12.1 kernel as well as source in /usr/src being version 12.1-p10, and that was where the release.sh -c xxx was run from, the release.sh command downloads a separate copy into (by default)...
  10. J

    Help please: Building arm image on amd64 using release(7) results in core dump...

    Hi All, I need a bit of help please. I have an amd64 system running 12.1-RELEASE-p10 that I am trying to create an embedded arm image using the release(7) mechanism rather than crochet. I am getting a compile error when attempting to compile the arm image on this amd64 box when following the...
  11. J

    Solved ZFS not importing all pools at startup

    Fixed it. What follows is my ramblings which resulted in getting it to work. Others milege using this approach may vary. As the ufs usb boot drive contained the correct content on load (checked in single user mode on another machine), it occurred to me that /boot/zfs/zpool.cache hosted on the...
  12. J

    Solved ZFS not importing all pools at startup

    Can confirm I have zfs_enable="YES" in /etc/rc.conf.
  13. J

    Solved ZFS not importing all pools at startup

    Hi Peoples! I have an odd scenario with a zpool. On a node reboot I am having to re-import the second and subsequent pools manually using zpool import xyz_pool. The pool imports without issue and is OK once manually imported. The zroot pool always mounts OK. As background The boot partition...
  14. J

    GPIO Interupts on AllWinner H3

    Hi All, Am I correct in thinking that Rising Edge Interupts on All Winner H3 GPIO lines are not supported in FreeBSD yet, and hence an attempt to get a /dev/pps0 is futile at this point in time please? I am trying to assign PG11 (pin 91) to be a PPS device and have updated the FDT to include...
  15. J

    Freebsd stable/12 on Raspberry Pi (1) Model B

    Hi All, Quick Q: Has anyone had any sucess compiling stable/12 (r354277) on an original Model B by chance? Have built and installed new kernel but does not get past the EFI loader; Can still boot the old kernel (r341666) without issue... Not sure how to debug at this level, can anyone provide...
  16. J

    Error opening terminal: screen.

    Just for my own reference in future: Had this issue when using JuiceSSH client to connect to a FreeBSD box but fine when launching screen from the local directly attached console. It turned out to be the terminal emulation mode of my client causing the above error message and the above error...
  17. J

    freebsd-update: Public Keys for 12.0-RELEASE not found for arm64

    Hi All, Having trouble with using freebsd-update upgrade -v debug -r 12.0-RELEASE: src component not installed, skipped Looking up update.FreeBSD.org mirrors... 3 mirrors found. Fetching public key from update1.freebsd.org... fetch: http://update1.freebsd.org/12.0-STABLE/arm64/pub.ssl: Not...
  18. J

    Nanobsd: Which part of the boot processes the /cfg mount and copy please?

    Hi All, Quick Q: Which part of the boot processes the /cfg mount and copy into /etc when using NanoBSD builder? I have seen that /etc/rc.initdiskless handles copy items from /conf understandibly but cannot find any reference to /cfg... Any pointers please! Kr, James
  19. J

    QEMU mailing list?

    Hi All, Is there a mailing list for QEMU client or hosting discussion to anyones knowledge please? James.
  20. J

    Support for QEMU USB Tablet device

    Or put another way can a /dev/uhid0 device be seen as a /dev/sysmouse, and if so how please?
Back
Top