Search results for query: raspberry-pi

  1. The following words were not included in your search because they are too short, too long, or too common: pi
  1. SirDice

    Cattle mortality: why is everything dying at once?

    300 SIM servers, those aren't the typical 1U "pizzabox" servers you might be thinking off. The devices in the picture look like one of these: https://www.discoverytelecom.eu/catalog/5683.htm That's a SIM server, there's 8 of them in the picture. Edit: Weird, link suddenly leads to a 404. Lets...
  2. blackbird9

    Cattle mortality: why is everything dying at once?

    Something doesn't add up. It says they found "300 servers". Suppose they found 300 1U servers (assuming the "servers" weren't raspberry pi's!) .... say 20 to a rack... that's 10 full height racks. Then you need power distribution, power supplies, network switches, network cabling, KVM's...
  3. S

    Defunct (non-GPL) open source: BSD, Solaris & BSD-like based operating systems

    I didn't know about FabBSD, which was a command line BSD for CNC machining, automation and instrumentation. It's been around until 2018, and was from Canada. It was based on 4.4BSD and OpenBSD. BeOS was a single user operating system which was independently developed. It was created by a former...
  4. Y

    Solved Internet connection going up and down constantly

    Hi sko. Thank you for your comment. Deleting offloading settings The USB Ethernet adapter I'm using only has the following options when I run ifconfig, so unfortunately there are no offloading settings to disable: net0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu...
  5. S

    What if Oracle hadn't bought Sun ?

    That's because hardly anyone realizes that ARM includes Raspberry Pi's. When SBC's take off, there will be more. A lot of BSD's except NetBSD understand the importance of GPU drivers for ARM. They use drivers for VideoCore. We're still stuck with the assumption that everything uses Nvidia...
  6. blackbird9

    What if Oracle hadn't bought Sun ?

    Well, I can see what you're getting at, but supporting multiple instruction sets and hardware architectures rapidly becomes a major burden in production; it's bad enough having to support multiple iterations of x86 itself, just ask microsoft! :) Java was yet another attempt to obviate that...
  7. R

    What if Oracle hadn't bought Sun ?

    No, it is not. Where do you get your compiled binary packages from? Some automated web site. You simply say "pkg install foo" (on a Linux machine you say "apt install foo"). When running on an Intel machine (architecture=amd64), the pkg command will download the appropriate pkg for this...
  8. R

    What if Oracle hadn't bought Sun ?

    Indeed. That included a mass-market Unix based OS and stuff like that. It was a direct follow-on to all the "big" computer companies getting into the personal computer market, famously starting with IBM's PC (sic). In the case of IBM, it took them about 20 years to figure out that given their...
  9. S

    Amiga vs Atari ST

    Maybe the IBM PS/2. I grew up on IBM's, but not sure if that's the model I used at home. By the mid 90's, around the time of the Pentium, the brand went away for home PC's. I wondered where it went. The company was still successful, just in other computer markets it seemed. Used a Zenith PC...
  10. astyle

    Xorg metaport extremely bloated with linux crap

    How about building that Beowulf cluster out of those Amigas? 😂
  11. S

    Xorg metaport extremely bloated with linux crap

    If anyone wants to use retro hardware, NetBSD is fine for that. Maybe you meant the original OS's. As for modern OS's, this is where 32bit SBC's (RISC & ARM [Raspberry Pi]) come in. While those are 8bit or additional 16bit computers, there needs to be no issue with running open source OS's...
  12. bvdw78

    MySQL/MariaDB in jail on ARM64 fails

    Right, I'm stumped. I got a Raspberry Pi4B with FreeBSD 14.3-RELEASE on it. I'm hoping to use this for a few workloads that I'd like to separate into their own jails. This works fine on my AMD64 server elsewhere, but not on the Pi: test { host.hostname = "test.area536.com"...
  13. S

    Nature of opensource non-BSD & non-Linux providers

    FreeDOS reminded me of Public Domain OS. What's interesting about PDOS is: it comes under public domain license, it has a 32bit version which has compatibility with programs which are fullscreen intended for Windows in 32bit. It also has a download for ARM SBC's (ie Raspberry Pi), this is likely...
  14. S

    Xorg metaport extremely bloated with linux crap

    You'll like this: https://blog.netbsd.org/tnf/entry/x_org_on_netbsd_the X.org on NetBSD - the state of things - May 2024 NetBSD uses its own build system with BSD make files, instead of GNU tools for building its implementation of X. Though, not everything is upstreamed to X. There is some...
  15. wb7odyfred

    Booting Pi 4b

    I changed the EEPROM vaue to boot from the USB flash drive stick first, then the microSD card 0xF41 ?? don't quote me , from my dull memory. could be wrong EEPROM value. Has anyone taken source code and recompiled to a binary to work under FreeBSD. I used the Raspberry Pi Linux OS microSD...
  16. covacat

    Raspberry pi 4 installation problem

    there is a known problem with boards with 8gb https://wiki.freebsd.org/action/login/arm/Raspberry%20Pi#Known_RPi_4_Issues
  17. wb7odyfred

    Raspberry pi 4 installation problem

    Identify What RPI system are you trying to boot FreeBSD in? How much DRAM memory does this RPI model have? You have 8GB dram, consider trying booting the virtual machine image of FreeBSD in a QEMU running on the Raspberry Pi O/S debian Linux. Boot problems that report Mountroot> Here is my...
  18. neilms

    Raspberry pi 4 installation problem

    I have downloaded freebsd 14.3 aarch64-RPI.img.xz and verified the checksum. I have created a bootable image with the Raspberry Pi imager. I have also created one with Disks in linux mint. On startup I am getting the same error having tested two brand new sd cards: mmcsd0: Error indicated. It...
  19. P

    Linux distro hopping

    Not much. My biggest "hop" was from Solaris to FreeBSD about 7 years ago. My Linux use is fairly insignificant compared to macOS and FreeBSD (and even illumos). At home I've used Kubuntu a little bit, SUSE and OpenSUSE a fair but but almost all of my home Linux use has been Fedora. Mainly cos...
Back
Top