Search results

  1. nsayer

    general/other Network driver for ARM parallels?

    I managed to get 13.0 installed in an ARM parallels VM, but the network interface doesn’t seem to be supported. I used ISO images to copy the parallels-tools source and managed to build if_pvmnet.ko, but it doesn’t want to attach. Has anyone gotten this working yet?
  2. nsayer

    Boot failure: zfs: "WARNING: can't open objset 54, error 5"

    I've got a VM over at rootbsd (NetActuate now), and it's been running fine forever. Today, they had an emergency maintenance, and since then booting has failed with repeated lines of "Solaris: WARNING: can't open objset 54, error 5" followed by "Mounting from zfs:tank failed, error 5." and then...
  3. nsayer

    Ruby flavors not functioning ?

    So everyone who has Ruby 2.7 installed sees this? Really?
  4. nsayer

    Ruby flavors not functioning ?

    Ok. Well, how do I fix the problems in the pkg version output?
  5. nsayer

    Ruby flavors not functioning ?

    I have my ruby default version explicitly set to 2.7 in make.conf: DEFAULT_VERSIONS+=ruby=2.7 pkg version -vIL= says: ruby-2.7.1_1,1 > succeeds index (index has 2.6.6_1,1) ruby27-bdb-0.6.6_8 ? orphaned: databases/ruby-bdb ruby27-gems-3.0.6...
  6. nsayer

    Fix orphaned port?

    The previous name was sendmail+tls+sasl2+db5. Using your name fixed it. Thanks!
  7. nsayer

    Fix orphaned port?

    Nope. I am using “latest”
  8. nsayer

    Fix orphaned port?

    It actually had a qualified name at one point. I flattened it with pkg set as one attempt at fixing this. I can put it back, but either way it still claims to be orphaned.
  9. nsayer

    Is FreeBSD "pkg" command pointing to latest repository?

    Why is it preferred to make a local conf file instead of just editing /etc/pkg/FreeBSD.conf? Not questioning it... you wouldn't have suggested if it there wasn't a good reason - just want to understand why.
  10. nsayer

    Fix orphaned port?

    [quack:ports/mail/sendmail] nsayer% pkg version -vIL= ... sendmail-8.15.2_10 ? orphaned: mail/sendmail ... [quack:ports/mail/sendmail] nsayer% ls /usr/ports/mail/sendmail/ Makefile bsd.milter.mk distinfo files/ pkg-descr pkg-message pkg-plist I've...
  11. nsayer

    RTL8188EU chipset support in 10.1?

    This is confirmed. I tried an 8188CU dongle (pid 0x8176), and it works much, much better.
  12. nsayer

    10.1-RELEASE on Raspberry Pi - no video console?

    I don't know for certain, but I'm fairly confident this isn't a problem with the Raspberry Pi firmware itself. The video console works, and forcing the HDMI hotplug should result in the video always being selected. But something about the FreeBSD boot code that's layered on top seems to be...
  13. nsayer

    RTL8188EU chipset support in 10.1?

    FWIW, this driver/dongle combination is really, really slow. In terms of latency and bandwidth it's almost exactly on a par with v.90.
  14. nsayer

    Solved Raspberry Pi console spills off screen on TV (video)

    I believe the configuration of the frame buffer in this regard is the same on all Pi platforms. config.txt, I believe, is a set of parameters for the firmware (the files loaded from the FAT partition). So I think your solution will be found in config.txt, at least if it's the text console screen...
  15. nsayer

    Solved USB drives' GPT partitions won't show in Raspberry Pi

    Have you tried to kldload geom_part_gpt.ko? If that doesn't work, then there's probably either an endian or word-size bug in the code.
  16. nsayer

    10.1-RELEASE on Raspberry Pi - no video console?

    I've got 10.1-RELEASE running on a Raspberry Pi B+, and things are coming along reasonably. But one issue is confounding me a bit. The serial port is being used as the console. I've got hdmi_force_hotplug=1in config.txt, and with an HDMI monitor hooked up I can plainly see the kernel probing...
  17. nsayer

    10.0-RELEASE -> 10.1-RELEASE on Raspberry Pi?

    The question wasn't about ports, it was about upgrading the base from 10.0 to 10.1 without having to just wipe the SD card and start over again. Which is what I wound up doing in the meantime.
  18. nsayer

    10.0-RELEASE -> 10.1-RELEASE on Raspberry Pi?

    I'm going to take a wild guess that freebsd-update isn't going to support ARM. Is there any reasonable path other than just downloading a 10.1 image and starting from scratch?
  19. nsayer

    RTL8188EU chipset support in 10.1?

    I'll take that to the bank. I was able to find some driver source out on the net somewhere that showed the right values in the usbdevs entry and reference to that entry in a table in if_urtwn.c, so... yay! :D
Back
Top