OpenBSD Going SMP, NetBSD Getting There 32
Silmaril writes "OpenBSD started a CVS branch to add SMP to the kernel." Meanwhile, over on the NetBSD side of the fence, Bill Sommerfeld has committed his i386 MP spinup work. See both those links for more details.
SCORE!!! (Score:2)
Its in progress, as the note says, so we've got to wait a little longer. Now I have a 'good' excuse to get a dual processor box!
While your around, check out the OpenBSD T-shirts and stuff:
Script Kittie [openbsd.org]
Other T-shirts [openbsd.org]
and the OpenBSD 2.6 CD-ROM [openbsd.org]
The Reason... (Score:3)
Re:??? (Score:2)
It was my call.
There's not a lot of detail in the story as is at the moment. SMP support isn't in OpenBSD yet, all that's happened is a CVS branch has been created in preparation for the work. Unless I'm mistaken, it's little more than a statement of intent at the moment. Similarly, the NetBSD work is very prelimenary.
If these were first forays in to new areas in general (like, say, USB would have been a year or more back) then this would have been front page material (IMHO). As it is, however, various other OSs, commercial and open source already have SMP support, so I didn't think it was as important.
Keep in mind that the front page has room for about 15 stories at a time, and one of the reasons for the creation of the BSD (and other sections) is so that stories that shouldn't make the front page still get an airing.
Of course, at the end of the day it's just one person's judgement. I'm not going to get it right all the time. So I rely on feedback like this to let me know what sort of job I'm doing.
N/p
Re:??? (Score:2)
I know, I just critized Slashdot. I'm about to loose some karma points. Oh well. But my question still stands, why not a few more stories each day?
Re:The Reason... (Score:2)
Re:The Reason... (Score:1)
how to make icq work on openbsd (Score:1)
pass in quick on ne3 proto tcp/udp from any port = 4000 to any port > 1024
use your network interface instead of ne3 and put this line in /etc/ipf.rules /etc/ipf.rules to restart the firewall.
then, ipf -Fa -f
Re:yes! (Score:1)
OpenBSD fan here (Score:2)
This will be nice for both web and ftp servers. I'd also use it for DB backend machines. Any backend machine to web servers needs to be seriously locked down too. It would be great for OpenBSD to be useable in situations requiring greater processor crunching than a single CPU can provide.
I became an OpenBSD fan when I got tired of the breakins to my locked down RedHad based web server. I even had it properly placed behind a well setup firewall. As soon as I installed OpenBSD the breakins stopped. At this point I'm seriously considering using OpenBSD or FreeBSD on my main box, and the wearable I'm also making.
Re:SCORE!!! (Score:2)
Two words: Abit BP6! (Is BP6 a word? :-) It's a dual socket 370 (celeron) mainboard with Ultra ATA/66 support and so much more. Check out the "explicit freebsd support for abit bp6" story from a few days ago.
Remember Celerons are generally very overclockable, and this board is great for that. I have two 400s running [stable] at 500MHz, and I could push it to 550 if heat weren't a problem. $150 for the board plus $90 for two processors is not bad at all. ;-)
Just beware the heat problems. Read my post in the previously mentioned FreeBSD/Abit BP6 story.
If Celerons aren't your bag, maybe try to find an SMP Pentium Pro board. Either way, I think you'll be pleasantly suprised -- SMP BSD is a lot of fun.
Yeah, it really is amusing... as much traffic as the stories on the main page get, you'd really expect there to be more than 30 posts in the average BSD-section story. Oh well... maybe it's for the best.
I am the Lord.
Re:how to make icq work on openbsd (Score:1)
# allow ICQ
#pass in quick on ne3 proto udp from icq.mirabilis.com to any port 1024 >
5000
Not that different. I went out and retrieved the ICQ server IPs and inserted them manually (*slap* bad bad!) and limited incoming connections to 1024-5000 because of some document I had read on the ICQ site.
When I installed RedHat, I put a forwarding rule in:
$PORTFW -a -P tcp -L $LOCALIP 4000 -R 192.168.1.29 4000
$PORTFW -a -P udp -L $LOCALIP 4000 -R 192.168.1.29 4000
...so that all ICQ traffic goes to her box. She probably would have had a better experience if my firewall had a less restrictive rule and I just sent all ICQ to her machine.
Chris
fsking slashdot (Score:2)
Re:??? (Score:1)
And a good choice was made too. This is interesting to me as a BSD fan, but it is still in the curiosity stage. If NetBSD would announce instead some break-through that allowed them to impliment SMP in 3 days that could run a single process 2x as fast on two proccessors as one, that would be front page worthy. (And most of us would wonder when the person who achived that is going to show the e!=mc^2, which should be about as easy a task)
I just wanted to post this so that it is known that not everyone thinks a bad decision was made.
Funny thing... (Score:1)
The branch still seems to be as empty as when it was created, though. For anyone wanting to find some code, see http://www.netbsd.org/Changes/#i386smp2.
- Hubert
Re:Funny thing... (Score:1)
It's no secret that OpenBSD takes from FreeBSD and NetBSD. Look at their source commit messages; they have mentions of code from NetBSD and FreeBSD all over the place. Personally, I think this is a good thing. They are not so stuck on themselves that they when they see good code that they wouldn't use it for pride reasons.
There are different people in each of the BSD projects that have their values, their history, and their reasons for what they contribute and incorporate into the project they choose to spend time and effort with.
Unfortunately, there are those (see comments on daily.daemonnews.org when a similar story was announced) that seem more focused on driving a wedge between the particular BSDs. To them, get a clue and wake up. NetBSD chose to release there code and under the BSD license; people using/taking/borrowing the code _is what happens_ and is inherent in the BSDs.
And it's not like the practice of borrowing code does not go the other way. The security revisions that the FreeBSD project has been focusing on may be, if one was so focused on splitting hairs, to the increase in media coverage for OpenBSD. Any OS that uses OpenSSH is borrowing the OpenBSD, and OpenBSD from the original SSH code.
Oh, btw, if you were so focused on the "when" and "whys" of OpenBSD and SMP, they have been looking at it for a while. Their current push was reinvigorated when a reader saw on the donations page requests for SMP equipment. That reader then sent email to the www email list/address, and soon thereafter an OpenBSD smp list was started.
Anyone with a clue will see that when you increase interest in this manner, someone is going to look, very naturally at NetBSD and FreeBSD. NetBSD code seems more cited by OpenBSD folks (probably again given that OpenBSD split from NetBSD) and was more likely to be brought in than FreeBSD code. So when the NetBSD code came around, of course the developers are going to use it. And that's a damn good thing (tm).
Re:NetBSD SMP (Score:1)
If those are plural Sun 670MPs you could always lend one to Theo and gang. :-)
Re:??? (Score:1)