Earlier quoted context omitted.
If you need the portability of Linux coupled with a license that lets you freely redistribute in order to sell an appliance you will be hard pressed to get around NetBSD. It's perfectly legal to sell an appliance with Linux, people do it all the time.
You can't "freely redistribute" it though. You have to comply with the viral decidedly non-freeing provisions.
BSD vs. Linux (2005)
61–70 of 371 posts
Re: BSD vs. Linux (2005)
#62Earlier quoted context omitted.
I'm inclined to agree that there probably aren't any great reasons why you would benefit from FreeBSD rather than Debian, but just to correct one misconception: I don't have GBs of free memory for ZFS In the early days of ZFS it required many GB of memory -- it was developed for Solaris, and designed for servers with lots of memory. But it has improved dramatically since it first came to FreeBSD, and people run it wi…
How much RAM is required these days?
Re: BSD vs. Linux (2005)
#63Earlier quoted context omitted.
Whenever I hear "BSD" I always think: "if you want to use BSD you have to build a machine for it". This isn't really based on any real world experience, but whenever BSD comes up as a topic only thing that sticks with me is: "it only likes very specific hardware" which makes me very hesitant to ever consider trying it. I've had so many hardware incompatibility problems with Ubuntu, which is suppose to support almost…
Hardware can actually be a mixed bag between BSD and Linux. In my experience (which is several years dated by now), BSDs seemed to do better with various less popular WiFi chipsets.
Re: BSD vs. Linux (2005)
#64Re: BSD vs. Linux (2005)
#65Re: BSD vs. Linux (2005)
#66Earlier quoted context omitted.
If you need the portability of Linux coupled with a license that lets you freely redistribute in order to sell an appliance you will be hard pressed to get around NetBSD. It's perfectly legal to sell an appliance with Linux, people do it all the time.
You can't "freely redistribute" it though. You have to comply with the viral decidedly non-freeing provisions.
Re: BSD vs. Linux (2005)
#67Earlier quoted context omitted.
I don't want that separation in a consistent and coherent system. User vs base is artificial. What I care about is the end result the overall system accomplishes and base vs non-base doesn't really factor into that. What does it matter to me if nginx is part of the base system or not? I need a web server. Arbitrarily choosing apache/httpd vs nginx to include as part of the base system is incidental complexity where I…
> User vs base is artificial. No. It's not. If nginx releases an update, do you also need to update your OS? No, because the user dependency graph isn't shared with the base OS. If you update your OS, do you also need to update nginx? No, because there's backwards ABI compatibility. The split is not artificial.
Only for minor versions. How is that different from any other package that promises ABI compatibility?
Why are FreeBSD OS components split up at a low granularity, so you can't install the stuff you want without the stuff you don't?
Why are there two separate sets of tools to update them and other packages?
edit: Why separate non-base packages from base packages on the filesystem, but not from each other? If the advantage of separating /usr/local is the ability to copy the non-base configuration/apps without the base stuff, wouldn't it be more useful to be able to copy any given individual package or set of packages? Or if that is possible already (by asking the package manager for a list of files or whatnot), wouldn't that obviate the need to separate base from non-base?
Re: BSD vs. Linux (2005)
#68Earlier quoted context omitted.
Too much. I've got a 700-800 MB system. It's unfortunate, as I'd love to have a versioned FS
Wow, with RAM costing something like $5 a gigabyte these days....do you want us to take up a collection to help you out? I'm not above a little charity, I'll send you a fiver to help you get a real computer!
Re: BSD vs. Linux (2005)
#69I was a long-time FreeBSD user. Started using it in college and continued for a long time. I started using Linux because I had bought myself a new laptop and BSD didn't recognize the wifi card. I continued using FreeBSD at home for a few more years on my webserver before ultimately moving to dreamhost (I just didn't have the time to keep maintaining my own server). I like using Linux, but I still miss the predictabil…
> you know where things are, and where they are supposed to be Does this not depend on the distro you're using?
Re: BSD vs. Linux (2005)
#70Earlier quoted context omitted.
Too much. I've got a 700-800 MB system. It's unfortunate, as I'd love to have a versioned FS
VMS could run a versioned FS in <128MB of RAM, so there's really nothing conceptually in the way. I bet with dedup off and some tweaking you can get ZFS to run in very little memory.