OpenDarwin.org Releases Darwin With Fixes
An anonymous reader writes "OpenDarwin released a 'fixed' version of the Darwin 6.0.2 ISO (the OpenDarwin-20030213 Binary Release) for both x86 and PPC. It is currently installing, so I can't tell you all what works now, etc. Hopefully I can use my old PC box as a server with this..." Apparently, it is mostly a recompile, without local OpenDarwin modifications. It doesn't include perl, pending integration of perl 5.8 ... could this mean Mac OS X will finally have a current perl in the next Mac OS X release?
MacOS X has always supported mice with multiple buttons.
Way to ask a stupid question that should be obvious. Why don't you email Strongbad and ask him how he types with boxing gloves on?
-----
jonathan barket
MacOSX support any number of button mouse and scroll wheel out of the box. It is just Apple mouse that has only one button.
Actually, Apple has recently announced that they will only support Zero-Button Mice in the future.
"You know, we're all so sick and tired of the same old one-button-mouse joke, so we'll get rid of that damn button once and for all", an apple representative stated.
Free as in mason.
Alison
"It is a miracle that curiosity survives formal education." - Albert Einstein
Which is better? Darwin x86 or BSD?
Karma: The shiznight, mostly because I am the Drizzle.
Darwin is composed of the Mach kernel and the BSD subsystem.
Hopefully I can use my old PC box as a server with this
And if that doesn't work, you might want to take a look at FreeBSD, Linux, NetBSD, amongst others. I understand they're fairly popular.
Sig: I can't understand why people who hate Linux and Apple read slashdot.
Microsoft pays them to. It's called astroturfing or sandbagging
Now where's my tinfoil hat, I'm going to miss my bus.
Trolling is a art,
Actually, I think it means that they are about to do a sensible thing and remove Perl from the base, just like FreeBSD has.
Is the latest kernel included ? The one included with 10.2.4 is the following:
uname -a
Darwin computername.local. 6.4 Darwin Kernel Version 6.4: Wed Jan 29 18:50:42 PST 2003; root:xnu/xnu-344.26.obj~1/RELEASE_PPC Power Macintosh powerpc
However, the darwin kernel you download from Apple is only version 6.0. Does anyone know where to fetch the latest kernel ?
Now you don't even need to build perl yourself. Get Fink Macos X version of Apt-get and get a perl binary. (I'm pretty sure one is available). Fink is a great tool for keeping all the gnu/opensource software up to date.
Take the mach microkernel, then take FreeBSD and put it on top of that and add what amounts to a central registry (NetInfo) and essentially you've got darwin. Apple essentially took UNIX, made it more like modern graphical OSes by adding functionality (not removing) and out came darwin. OS X is one hell of a sleek OS; insanely modular, everything is XML and embedded PDFs yet you can still run most (read: 99.9%) *nix programs with minor makefile modifications. It's BSD for the 21st century ;)
I direct you to, no pun intended, /Applications/Utilities/Directory Access.
/etc/groups.
Authenticate and check "BSD Configuration Files". Now you can start using the BSD flat files, like
If I'm missing something, it's because it's early and even though I'm at my desk, I'm still at home in bed.
-/-
Mikey-San
Mikey-San
Karma: +Eleventy billion (mostly affected by watching Celebrity Jeopardy)
First, open up your case. Look for a jumper labeled JP3 or JP27, it's usually somewhere near the IDE bus connectors. Check next to it and you'll see a capacitor.
If the capacitor has a code on it beginning with a letter X, then unplug the internal speaker and the CDROM from the soundcard. If it doesn't, leave well alone.
Once you've done that, remove the entire motherboard, replace it with one from a modern PowerMac, plug everything back in, and install Mac OS X.
Couldn't be simpler!
You are not alone. This is not normal. None of this is normal.
I downloaded this but never installed it because it installs to the /opt directory. I was really hoping for a package that would replace the the perl integrated into OS X (/usr/bin, /Library/Perl, etc.)
sig != null
Then just use these instructions, provided by Apple, for installing Perl 5.8 in Mac OS X's default location for perl.
I think you are missing the point. Darwin is not about competing with Linux/FreeBSD/OpenBSD... It is about Apple being able to port OS X to x86 if they wanted. I know there is tons of controversy over whether or not this will happen, but it is a possibility. This would not be hard to do either - as long as they keep Darwin updated. Dell selling systems with either OS X or XP pre-installed? Ha, unlikely, but Darwin is what makes it unlikely instead of impossible.
Maybe if you weren't a retarded troll you'd realize that Apple has fixed NetInfo so it checks /etc now. Any changes made in /etc (related to stuff that NetInfo knows about anyway) are reflected by NetInfo. I realize that trolling must take up a good portion of your day, but Apple fixed this with 10.2.
Do I think you are Informative, Interesting, or Funny? NO WAY!
Those instructions note that you'll get an error during "make test" because of the old, buggy version of Berkeley DB included with Mac OS X. If you plan on using perl's DB functionality, upgrade to a more recent version. You can either use fink ("fink install db41") to get 4.1.24, or compile from source (available here) to get 4.1.25. If you compile from source, you'll need to link /usr/local/BerkeleyDB->/usr/local/BerkeleyDB.4. 1
I hold it, that a little rebellion, now and then, is a good thing. -- Thomas Jefferson
Does this sound like a good license to you?
Wow, you do a fantastic job of taking text completely out of context. Try reading and understanding the entire licence next time. Section 2.2 clearly indicates that you may publicly deploy your code so long as the source is also made available.
Before anyone falls for nonsense like what was posted above, I would encourage you to read the licence yourself.
The APSL is an open source licence. A major difference between it and a BSD-style licence is that you have to make your changes publicly available if you distribute binaries. But hey, there are lots of licences like that... the GPL for instance.