Search results

  1. Aaron_VanAlstine

    FreeBSD patch vs kernel patch level

    I saw something about a ping vulnerability on Twitter and immediately upgraded my headless box. It sounded like a serious vulnerability.
  2. Aaron_VanAlstine

    How to add "/usr/local/include" to my $PATH?

    Yep, adding that to my Makefile was the easiest solution
  3. Aaron_VanAlstine

    How to add "/usr/local/include" to my $PATH?

    I have some C code that includes this header file: #include <json-c/json.h> I'm getting fatal error: 'json-c/json.h' file not found because my path variable doesn't include /usr/local/include/json-c where the json.h header exists. Of course it compiles using a #include...
  4. Aaron_VanAlstine

    Solved Disruptive messages from syslogd(8) and ntpd(8) in conlose

    I get a lot of error: kex_exchange_identification: Connection closed by remote host on my physical monitor (running FreeBSD 13.1) but I never see them on a remote terminals. I figured they are random scans because I'm forwarding port 22 on my router.
  5. Aaron_VanAlstine

    Xen Hypervisor on FreeBSD 11?

    I'm running FreeBSD 11 on a Dell PowerEdge R610 with the following specs: $ sudo sysctl hw.model hw.machine hw.ncpu hw.model: Intel(R) Xeon(R) CPU E5506 @ 2.13GHz hw.machine: i386 hw.ncpu: 8 Looking at the Xen Hypervisor 4.7.0_2 on FreshPorts, it says the architecture is nil...
  6. Aaron_VanAlstine

    List of consumer electronics embedded OS's

    Great information! Let me add that there a some firewalls that run FreeBSD, including the Netgate SG-100 microFirewall. I suppose those count as embedded systems?
  7. Aaron_VanAlstine

    ram usage

    I've never seen a server with that amount of RAM. What's their mission?
  8. Aaron_VanAlstine

    List of consumer electronics embedded OS's

    Is there a web site that lists the embedded OS that hardware (TV's, speakers, refrigerators, DVRs, toasters, etc.) are running? I'm mainly interested in learning which consumer items are running FreeBSD, but also interested the hardware running Linux, embedded Windows, etc.
  9. Aaron_VanAlstine

    What happened with Nas4free site

    Still available from Washington State. Whew, you had me worried there for a second.
  10. Aaron_VanAlstine

    Ethernet over power line compatibility?

    No kidding, I hadn't realized that routers had become so inexpensive. I see some on eBay for ~$10US. Do you know a supported USB WiFi dongle?
  11. Aaron_VanAlstine

    Ethernet over power line compatibility?

    Cost, mainly. Plus I don't want to daisy-chain wireless routers. It's an older motherboard and I want to get a cable to it as cheaply as possible without tearing up drywall or purchasing another router.
  12. Aaron_VanAlstine

    Ethernet over power line compatibility?

    @SirDice, That is what I thought, they should be OS independent. The reviews are all over the map: some people seem to have excellent speed while others see sluggish connections. I think some of it might have to do with the building's wiring, too. Not necessarily the age but the quality and RF...
  13. Aaron_VanAlstine

    Ethernet over power line compatibility?

    Has anyone had success using FreeBSD and Ethernet over power line? If so, what hardware are you using? I've heard that some of the kits are Windows-only. I'm not sure what it would be OS-specific but that is what I have heard. I'm planning on setting up a FreeBSD box and don't like the idea of...
  14. Aaron_VanAlstine

    physical box configuration

    Very good. The Sturmtiger is a nice touch. :e
  15. Aaron_VanAlstine

    Do wi-fi dongles work properly?

    I have a box running 9.1; however, the router resides in my wife’s office so I have cat cable strung between rooms. I’m wondering if one of those wi-fi USB dongles would work with 9.1? If someone has experience with them I'd be interested to hear about it.
  16. Aaron_VanAlstine

    How to stop laptop from sleeping when lid is closed

    Well, looks like it already is. [root@ /etc]# sysctl hw.acpi.lid_switch_state hw.acpi.lid_switch_state: NONE
  17. Aaron_VanAlstine

    How to stop laptop from sleeping when lid is closed

    Thanks. However, I didn't install X Windows since it's a server.
  18. Aaron_VanAlstine

    How to stop laptop from sleeping when lid is closed

    The only line I found in devd.conf is below: # Lid: Lid state (0 is closed, 1 is open) However, I don't see anywhere I can edit to modify the lid state. Perhaps that is referring to something in the kernel?
  19. Aaron_VanAlstine

    How to stop laptop from sleeping when lid is closed

    I have an old laptop that I'd like use as a web server; however, it likes to sleep/hibernate when the lid is closed. Can I edit /etc/sysctl.conf so the laptop will stay awake 24/7?
Back
Top