Slashdot Mirror


OpenBSD 3.7 Released

pgilman writes "It's official: OpenBSD 3.7 has been released. There are oodles of new features, including tons of new and improved wireless drivers (covered here previously), new ports for the Sharp Zaurus and SGI, improvements to OpenSSH, OpenBGPD, OpenNTPD, CARP, PF, a new OSPF daemon, new functionality for the already-excellent ports & packages system, and lots more. As always, please support the project if you can by buying CDs and t-shirts, or grab the goodness from your local mirror."

69 of 325 comments (clear)

  1. How's the install? by m50d · · Score: 5, Interesting

    Manually creating a BSD disklabel is not to be taken lightly. If you're experienced you can do it, but it's very far from friendly. Anyone know if they've done anything to make it easier?

    --
    I am trolling
    1. Re:How's the install? by Anonymous Coward · · Score: 5, Insightful

      buy the CD. Dedicate 1 HDD to OpenBSD. Then follow the printed instructions. i avoided OpenBSD for a lond time because of FUD like this. Found out that it is probably one of the best *nix distros there is. Simple, well documented, and WORKS. Also the pors tree is clean and smooth. Almost as easy as apt-get.

    2. Re:How's the install? by ignorant_coward · · Score: 4, Informative


      Yes, people who say OpenBSD is hard because of the non-GUI installer just end up making themselves look lame. OpenBSD really is not that hard to install, and I actually prefer it to Red Hat's do-as-we-want-you-to-do installer.

    3. Re:How's the install? by Caligari · · Score: 3, Informative
      Its really not hard, especially after you read the excellent documentation.

      The installer might not have shiny graphics, but its actually extremely simple. It fits on a single floppy and can be used remotely. Same goes for upgrading.

      --
      The moving cursor writes, and having written, blinks on.
    4. Re:How's the install? by Homology · · Score: 4, Informative
      Manually creating a BSD disklabel is not to be taken lightly. If you're experienced you can do it, but it's very far from friendly. Anyone know if they've done anything to make it easier?

      It is confusing when you come from i386 and have used Linux. It was, at least for me, quite confusing the usage of the word "partition".

      To simplify, on Linux on i386 for each file system there will be a partition (DOS type). On BSD you commonly create a primary DOS parition using fdisk, and then use disklabel to create different filesystems on that particular DOS partition. "Primary" beacuse BSD may only boot from a primary DOS partition (at most four of those).

      Now, when you enter fdisk you are asked to "parition" your harddisk(s). Then you enter disklabel and are asked to create new partitions. WTF? I just did that! Enter the term "slice" that is not quite the same across the BSD. Erh, you won't see the word "slice" in the man pages, though.

      Not sure if OpenBSD 3.7 still have this usage of partition, though.

      In any case, I'm a happy user of OpenBSD since 3.2/3.3.

    5. Re:How's the install? by DrSkwid · · Score: 2, Informative

      aw come off it

      partitioning HD's is Computer Building 101

      spend an evening to understand it and it will put in good stead for the rest of your life

      --
      There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
    6. Re:How's the install? by maita · · Score: 2, Funny
      Don't worry, it is just another added security layer for your safety. Now, you have to agree, it works well!
      The installation lures you into thinking all is going well until it hits you with OpenBSD's most reliable security method: the Dumb Sysadmin Prevention System . In short, OpenBSD's install is so hard that you need to be genius to complete it, thus eliminating the cause of the majority of security issues -- dumb sysadmins.
    7. Re:How's the install? by Homology · · Score: 2, Insightful
      aw come off it partitioning HD's is Computer Building 101 spend an evening to understand it and it will put in good stead for the rest of your life

      Perhaps you should widen your experience beyond i386 and Linux. It's confusing because the same word partition (on i386) is used to refer to both DOS partion (fidsk) and filesystem (disklabel).

    8. Re:How's the install? by TheRealMindChild · · Score: 3, Informative

      The boot sector must be loaded from a primary partition, this is true. The bios first looks at the MBR, then the boot sector of Primary Partition 0 on disk 0, and so on...

      Now, booting an OS that resides on a non-primary partition requires what is called a two-stage boot loader, and it does exactally what you think it would. Both NTLDR and lilo (among most others) work this way. The boot sector contains JUST ENOUGH code to find the second stage boot loader (reading a file, looking on the root of all partition, whatever), load it, and set the execution point.

      Hope this helps

      --

      "When life gives you lemons, don't make lemonade. Make life take the lemons back!" -- Cave Johnson
    9. Re:How's the install? by arete · · Score: 3, Informative

      You're right that these are i386 limitations (although not all BIOS's are actually limited like this) But you're overstating how big of a limitation it is.

      I think the way you said that is misleading, because it sounds like you're saying "OpenBSD must be installed in a primary DOS partition to be bootable"

      That is definitely not true. OpenBSD does not necessarily have to touch a primary partition to be bootable.

      The limitation is really "SOMETHING has to pick what boots" usually (but not always) the i386 BIOS is pretty dumb about this, so something somewhere has to be on a primary partition.

      One of the primary partitions on the first drive must be marked active, and that partition must contain a bootable OS OR boot loader that can find your OS - but that's trivial these days. - THE BOOT LOADER DOESN'T HAVE TO MATCH YOUR OS -

      So you could have OpenBSD in a logical partition and have a linux boot loader in a primary partition that lets you select on boot which partition - primary or logical, on any drive - gets booted. You could also have this selection be automatic. You could have it boot OpenBSD if it's Thursday, if you wanted. Except for that last part, this is all very, very common freeware.

      http://pclt.cis.yale.edu/pclt/BOOT/PARTITIO.HTM

      --
      Looking for freelance Actionscript (Flash/Flex) or ColdFusion work and/or freelance developers. Email me, put Slashdot
    10. Re:How's the install? by m50d · · Score: 3, Insightful

      It's not FUD. There are plenty of cases where dedicating a HDD is not an option, requiring a separate disk is unacceptable. I installed slackware from zero non-windows experience, hadn't used any disk partitioners at all, ever. When I nuked that (that was my learning not to run as root stage, but that's another story) I had an openbsd cd around, so I tried to install it. Had a windows partition on the disk I couldn't get rid of, but enough free space if I could figure out how the hell to partition it. Never managed to.

      --
      I am trolling
    11. Re:How's the install? by rpdillon · · Score: 3, Funny

      Someone mod this offtopic; we're talking about OpenBSD, not FreeBSD. =)

    12. Re:How's the install? by SquadBoy · · Score: 2

      Did you read the install docs? Can't speak to back then but now they cover that scanario in *detail*. All you have to do is read and think. Oh wait that'll never be mainstream.

      --

      Cypherpunks: Civil Liberty Through Complex Mathematics. Those who live by the sword die by the arrow.
    13. Re:How's the install? by someonehasmyname · · Score: 2, Funny

      Like, OMG. You're so right. I bet back in the day, more people would have been running DOS if they didn't have to know what fdisk was.

      How do they expect us to use this super advanced UNIX if we can't figure out how to install it?!

      It's not like we're computer geeks or anything!1!!1

      --
      Common sense is not so common.
    14. Re:How's the install? by Caligari · · Score: 2, Insightful

      It's only "hard" if you don't understand what you are doing.

      Of course, OpenBSD is not for people who don't understand what they are doing.

      Read the docs so you understand properly, and it is no longer hard :)

      --
      The moving cursor writes, and having written, blinks on.
    15. Re:How's the install? by scatters · · Score: 2, Funny

      Pah! Real men don't click!

      --
      A One that isn't cold, is scarcely a One at all.
    16. Re:How's the install? by m50d · · Score: 2

      It won't be. It won't even be popular non-mainstream. A program that requires reading the docs to use is a flawed program. If you're doing something really complex, sure, one should expect to read the documentation, but installing alongside an existing partition is not complex.

      --
      I am trolling
  2. Yay! by Anonymous Coward · · Score: 2, Funny

    I can't wait to install this on all my servers with Adaptec RAID cards! Oh yeah... Damn dirty Adaptec! How's Theo's battle with them going, by the way?

  3. Growl by iamdrscience · · Score: 4, Funny
    OpenBSD, OpenSSH, OpenBGPD, OpenNTPD, CARP, PF, OSPF
    Do BSD-folk have some strange aversion to pronouncable acronyms? Only 1 out of 7!
    1. Re:Growl by fr2asbury · · Score: 3, Funny

      Sure they're pronouncable:
      Open-bee-ess-dee
      Open-ess-ess-aitc h
      Open-bee-jee-pee-dee
      Open-enn-tee-pee-dee
      Car p
      pee-eff
      oh-ess-pee-eff

      No problem. ;-)

    2. Re:Growl by TheRealMindChild · · Score: 2, Insightful

      Pronounceable acronyms are rediculous (almost as much so as the multitude of worthles acronyms).

      I want to MURDER people who say "Sequel" instead of S-Q-L, "Say-Taa" instead of S-A-T-A, and especially "ERRRRRK" instead of I-R-C.

      If the acronym was intended to be pronounced, the author would have done something like the SAMBA project, where SMB was the acronym, but they filled in the blanks to actually MAKE it a word.

      --

      "When life gives you lemons, don't make lemonade. Make life take the lemons back!" -- Cave Johnson
    3. Re:Growl by someonehasmyname · · Score: 2, Funny

      Tell me about it... I have a client that tries to pronounce _every_ acronym. It makes me crazy. I can't tell you how many times I've heard "da-nis" instead of D-N-S, or "fipt" instead of F-T-P.

      --
      Common sense is not so common.
    4. Re:Growl by Waffle+Iron · · Score: 2, Funny
      Pronounceable acronyms are rediculous

      Actually, acronyms are supposed to be pronounceable:

      Initialism originally referred to abbreviations formed from initials, without reference to pronunciation, but during the middle portion of the twentieth century, when acronyms and initialisms saw more use than ever before, the word acronym was coined for abbreviations which are pronounced as a word, like "NATO" or "AIDS". The term initialism is now typically taken to refer to abbreviations which are pronounced by sounding out the name of each constituent letter (e.g. HTML).

      What you are really saying is you don't like people using initialisms as acronyms.

    5. Re:Growl by SolusSD · · Score: 3, Informative

      well as far as SQL goes, the original project name WAS sequel. it is a predecessor to SQL. Also, I advise you to stay away from gnu/linux if you hate pronouncing acronyms. Heck The unix community actually finds names for programs that contain the letters of the acronym to give them more pronouncable names. eg SAMBA for the unix SMB implementation.

    6. Re:Growl by DavidBurns · · Score: 5, Informative

      Expanding on a previous comment: A 1970's IBM project, System/R, developed "Structured English Query Language" shortened to "SEQUEL", and later changed to SQL. The CORRECT pronunciation of "SQL" is still "sequel". Saying "ess kew ell" is the sign of a newbie. Not that there's anything wrong with newbies, until they get fresh about things they don't know about. See e.g. http://www.faqs.org/docs/ppbook/c1164.htm

    7. Re:Growl by ThJ · · Score: 2, Insightful

      Reasonable people actually mix the two. I'd never say "sequel" instead of "ess-que-ell", but everyone I know will say "eerrk" (not "erk", I live in Norway where we actually pronounce the letters properly, i.e. roughly like the Romans did). "Koomm port" for "COM port" is pretty common. "Ledd" for "LED" as well, or "Mooss-fett" for "MOSFET". I find that people generally treat pronouncable initialisms as acronyms, and I find it perfectly acceptable. I'd want to strangle someone if they went "dunaah" instead of DNA or "hittippp" instead of HTTP, but people don't do that, so I'm content.

  4. Try the Torrent! by cjsnell · · Score: 5, Informative

    Check out the Unofficial OpenBSD Bittorrent Page. If the torrent isn't here, it will be, soon!

  5. Re:iso image Torrent by Anonymous Coward · · Score: 3, Informative

    Maybe yes

  6. That's irony, right? by Medievalist · · Score: 3, Funny



    Fanboy.

  7. Re:Good! by MightyMartian · · Score: 4, Funny
    BSD is direct Unix herritage, Linux is the bastard COPY.

    William the Conqueror was a bastard too, and you'll notice that you don't have anyone on the English throne named Ethelbert or or Athelstan.

    --
    The world's burning. Moped Jesus spotted on I50. Details at 11.
  8. I hope by Knights+who+say+'INT · · Score: 3, Interesting

    .. the song is good.

    "Systemagic" and "E-railed" are still my favorite ones. They went sillier after that. "The Ballad of Puffy Hood" is okay-ish, anyway.

    "Systemagic" is really a nice song to chant, drunk, with nerd friends."Cracking the bedroom, HEY, cracking the vault, cracking the bedroom HEY SECURE BY DEFAULT. CAAAAAAAAAAAAAN'T FIIIIIIIGHT THE SYSTEMAGIC. ÜBER TRAGIC. CAAAAN'T FIGHT THE SYSTEMAGIC! SYSTEMAGIC!.

    1. Re:I hope by Rylz · · Score: 2, Informative

      The song is already out... http://www.openbsd.org/lyrics.html

      --
      Sometimes you've gotta roll the hard six.
  9. Decent firefox port ? by DrSkwid · · Score: 2, Interesting

    3.6 is stuck on 0.8

    does my head in

    I know a page where one can get a patchset against 1.01 and compile but I like my systems and vanilla as possible, ports & packages only, then I can reliably install a new box via script

    --
    There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
    1. Re:Decent firefox port ? by dolmant_php · · Score: 4, Informative

      3.7 comes with 1.01. Current version is 1.0.4.

  10. Getting closer by Anonymous Coward · · Score: 3, Funny

    Soon it will reach the crucial watershed version 3.11

  11. Intel Wireless by Anonymous Coward · · Score: 2, Interesting

    One of the new features is Intel Wireless support. I think that's very significant.

    I must say that OpenBSD is a joy to work with. It is much cleaner and more consistently designed than everything else out there, including Linux. I have an old OBSD box that acts as a router and wireless access point, hasn't been updated in years, and I know I'll be giving it 3.7 to keep it up to date.

    Now that it has Intel Wireless support, I might just switch to OBSD from Debian on my laptop.

  12. Re:But, but... by hobbesx · · Score: 4, Funny
    Is OpenBSD a better choice?


    Maybe. What color is your mouse?

    --
    This rating is Unfair ( ) ( ) Fair (*) Funny
    Sigh... If only. Modding would be so much more fun.
  13. Re:Where did the devil put the .iso images... by Anonymous Coward · · Score: 3, Informative

    If you want to know how to install OpenBSD, then you will *gasp HAVE TO READ!

    http://www.wbglinks.net/pages/openbsd/installation .html

  14. Hmm by rsax · · Score: 4, Interesting
    I wonder what's the reason for not signing the checksums.

    ftp://mirror.sg.depaul.edu/pub/OpenBSD/3.7/i386/

  15. Re:Where did the devil put the .iso images... by grub · · Score: 3, Informative

    http://www.openbsd.org/faq/faq3.html#ISO

    You can't get them (officially). If it's that much trouble to do that once for an OS that is truly a joy to work with then you're priorities are screwed up.

    Buy the official CDs and support the project, roll up your sleeves and make your own or use another OS. It's a free world.

    --
    Trolling is a art,
  16. SMP by Ritz_Just_Ritz · · Score: 2, Interesting

    I haven't followed openBSD in quite some time and the answer wasn't apparent from the "features" link...but... Did Theo get around to supporting SMP yet? Given the avalanche of "cheap" multicore processors coming down the pike, SMP support sure would be nice.

    1. Re:SMP by Anonymous Coward · · Score: 3, Funny
      OpenBSD has supported SMP since 3.6 (i386 and amd64 platforms.) Here's the page confirming this.

      SMP in OpenBSD is slightly different to normal implementations for security reasons. Generally when one processor is in use, the other suspends itself to avoid race conditions. That way you get the full advantages of SMP, not wearing out a single CPU for instance, without the possibility of race conditions causing some kind of security hole.

    2. Re:SMP by Geekboy(Wizard) · · Score: 2, Informative

      smp on i386 and amd64 is in-tree. smp for macppc is on a developers box, but hasn't made its way to the real tree. I do not know the status of any other architecture.

  17. Re:Good! by Skye16 · · Score: 2, Funny

    Why was William the Conquerer standing on your ancestor?!?

  18. OpenBSD clusters make my heartbeat faster... by Yannic · · Score: 4, Interesting

    Here's the plan:
    1. Set up High Availability router with pfsync. (using computers rescued from the trash)
    2. Set up a HA Network RAID system using DRBD or something similar. (using more computers rescued from the trash)
    3. Build a Kerrighed or OpenSSI Single System Image cluster. (using the latest and greatest computers one can rescue from the trash)
    4. ???
    5. Profit! (and thus, have enough money to actually buy equipment)

    I've already set aside Tuesday evening to upgrade my bandwidth throttling OpenBSD router. I set it up the day before 3.6 came out, so I didn't feel like upgrading until now. I'm tired of the typical hardware failures you tend to get out of computers people throw out (maybe that's why they threw them out in the first place) but mostly I'm looking forward to getting a learning experience hundreds of times more valuable (personally) than getting my MCSE 2003.

    \/\/\/

  19. Re:Where did the devil put the .iso images... by aschlemm · · Score: 2, Informative

    Download the appropriate files from a trusted source and make an ISO yourself. I would never download a premade ISO without knowing who created it.

    http://www.webengr.com/development/tools/openbsd/t ips/cdrom/

  20. Re:Neither irony nor sarcasm by Anonymous Coward · · Score: 5, Insightful
    The first trollish reference was to the fact that OpenBSD is much more secure by default then any distro Linux. The second was to the fact the OpenBSD is much more stable then any disto of Linux.
    How is this a troll? It's true. Anyone who is suffuciently familiar with the innards of both will tell you that, no question.

    I'm primarily a Linux user who does some OpenBSD on the side. I don't use GUIs that much, I configure everything by hand, and I do a lot of coding. I've written kernel stuff.

    I can tell you that it is clear that OpenBSD is simpler, more consistent, and just plain makes more sense than Linux. Coming from Linux, OpenBSD is more than a joy to work with.

    Linux is very ad-hoc. It just sort of "grew." It was developed in many places by many people, few of them working together with the big context of "the Linux system" in mind. The pace of development is very rush-rush-rush, and for example many times, the approach of the kernel developers is "let's shove this out to userland and let distributors worry about writing a script to make sense of it."

    OpenBSD is the opposite. People working on OpenBSD core packages have a specific kernel, userland, config script, etc., etc. in mind. There is a concept of "the OpenBSD system" and it is fairly consistent. People are working together to acheive that goal. The pace of development is more relaxed, and the people working on the userland are some of the same folks writing the kernel. So you don't get the sort of ad-hoc interfaces that make no sense to anything but a shell script (i.e. iptables), you get something which at every level, the user can get an idea how it works (i.e. pf).

    Or take wireless. Until recently I had a Linux box set up as a wireless access point. To do that I had to play around with different kernel modules, some of them shipping with the kernel, some of them not, ad nauseum until something worked. This was very annoying.

    Awhile ago I put the very same wireless card in an OpenBSD box whose software had not been updated in a few years. The card just worked! Without rebuilding or changing any config files, the card was detected.

    Then, I put a 2-line file in /etc, made some changes to the DHCPD config file, and much to my surprise, it functioned as a wireless access point. Effortlessly. Having struggled with this in Linux (where it is much more painful to do), I had much appreciation for this.

    The fact is, OpenBSD just does things the Right Way. People say OpenBSD's big strength is security, but that's slightly missing the point. OpenBSD's strength is correctness. From correctness yields stability, security, and all around ease of use.

    You can call me a fanboy, but I say OpenBSD wins hands down against any Linux distribution, with the only exception being that Linux generally supports more hardware, quicker.
  21. Re:Neither irony nor sarcasm by guitaristx · · Score: 3, Insightful

    MOD PARENT UP!!! The parent makes a very good point. Correctness is an often-overlooked quality that should exist in every piece of widely-accepted FOSS. I hope for the day that high muckety-mucks in the FOSS community actually start caring about correctness.

    --
    I pity the foo that isn't metasyntactic
  22. T-Shirts? No thanks! by YetAnotherName · · Score: 3, Funny

    please support the project if you can by buying CDs and t-shirts, ...

    I would love to, except Puffy the logo fish is horribly disfigured.

    Linux shirts are out, too: Tux is overweight. No, I can't buy a FreeBSD T-shirt either: I live in Texas.

  23. Re:DHCP? by compass46 · · Score: 2, Informative

    The DHCP client included has always worked. There was a problem in some Comcast markets including my own though. What you probably saw has been fixed, I believe as of 3.5 or 3.6. Essentially some markets were sending back DHCP responses out of spec causing the hosts client to disregard the information.

  24. Re:How long is each release officially supported? by shking · · Score: 3, Informative
    ...knowing how long a release is supported is still important to me

    Then why didn't you go to the website and read the FAQ's? http://www.openbsd.org/faq/faq5.html#Flavors

    The two newest releases are supported and a new "stable" version of the OpenBSD is released every 6 months. So, each release of OpenBSD is supported for one year.

    --
    -- "At Microsoft, quality is job 1.1" -- PC Magazine, Nov. 1994
  25. Great for your firewall, but... by Dammital · · Score: 3, Insightful
    My home firewall is an (aging) OBSD 3.3 box that I really ought to upgrade one of these days... but it just runs and runs and runs. The pf stateful packet filter is compact and fast.

    But OBSD is more problematic on my web/mail server. The ports collection is nowhere near as comprehensive as FreeBSD's (or Debian & Gentoo for that matter) and so you'll likely scrounge for upstream versions of more obscure packages.

    Worse, OBSD's Apache is stuck at version 1 (Theo has issues with the Apache 2 license) and more and more software wants Apache 2. I guess you can fix that, but it's back upstream you go me bucko. Oh, and OBSD's default Apache installation is chrooted, which you'll probably defeat after your first CGI integration experience.

    I like OBSD a lot, and I don't mean to suggest that it's only good for embedding in a router. But if your application requirements are remotely bleeding edge (and you want to save yourself some work at the risk of some unquantifiable security exposure) then you might want to look elsewhere.

    1. Re:Great for your firewall, but... by Krunaldo · · Score: 2, Insightful

      Ummm? What problems do you have with CGI integration? Just simply do _all_ cgi stuff in the chroot enviroment? Well it isn't apache anymore, it's more like "OpenBSD über-secure-patch-set apache". Do you need anything apache 2 specific?

      All the "widely" used mailingprograms are available for OpenBSD, what's your problem with them?
      Sure there is some stuff missing in ports/packages but they're getting fewer by the day. If you miss something go a head an make a port of it.

      --
      God,root what's the difference? I read slashdot, there for I errr... am stupid?
    2. Re:Great for your firewall, but... by Nimrangul · · Score: 2, Informative
      If you need Apache 2, grab it, it's in ports.

      Ports are often behind the most recent releases of things, which is kinda bothersome, but if you want to fix that then get involved and start talking on the ports mailing list. Take over the unmanaged ones and add your own.

      That's the best part about a system like this, if you want to, you can change things.

      --
      I'm sick of following my dreams - I'm just going to ask them where they're going and hook up with them later.
  26. Since you insist. by Medievalist · · Score: 2, Funny


    You can call me a fanboy, but I say

    OK, you're a fanboy.

  27. Better yet, don't! (Re:Try the Torrent! by algae · · Score: 2, Informative

    Selling CDs is one of the ways that the OpenBSD project is able to make money, and as far as I know, they don't provide checksums for the general public to verify the integrity of downloaded .iso's.

    So by all means feel free to download some J. Random bitTorrent ISO of OpenBSD, but keep in mind that you have no way of knowing if it's been trojaned, root-kitted, or otherwise compromised If you really need a free install, just use the freakin network floppy. It's super easy, and you download directly from official OpenBSD mirrors.

    --
    Causation can cause correlation
  28. Re:OpenBSD for a linux user by ArbitraryConstant · · Score: 2, Informative

    My setup: I use OpenBSD 3.6 (no upgrade for me yet, mirrors are totally) as a firewall and server (NFS, web, SSH, DHCP, that sort of thing). I use Debian-testing as a desktop on a different machine.

    The documentation is second to none. That includes all the Linuxes I've tried as well as the BSDs. The fact that it's actually worth reading the docs means you do it early and often, which is nice.

    Installing things out of ports is about as easy as any of the other good package managers I've used on Linux. The one thing to be aware of is that pkg_add can take a filename argument in the form of a URL to the FTP site. It's better to do that because it can resolve dependencies from the FTP site instead of you having to download them manually.

    DO NOT ROLL A CUSTOM KERNEL. The generic one supports virtually everything that has been tested properly. If you have a problem with generic, report the bug because they'll want to fix it.

    The firewall, PF, rocks. It's easy to set up and very powerful.

    Overall, the differences between distros are as big as the differences with OpenBSD. I had to go through a lot of distros before I found the one I was happy with, and if you can wrap your brain around, say, both Slackware and Suse, you'll be fine.

    --
    I rarely criticize things I don't care about.
  29. Re:Where did the devil put the .iso images... by Alioth · · Score: 3, Informative

    It is very easy to install OpenBSD without any official ISOs.

    Method 1:
    Download the boot ISO (there is a boot ISO available for download), burn to CD, boot, set up your hard disk, then tell it to do an FTP install.

    Method 2:
    Download the boot ISO, and also download all the basic packages (the ones in the form of base37.tgz etc.) Burn the boot ISO to one CD, then create a normal CD containing all the packages.
    Boot the bootable CD, swap the CDs over, then tell it to install from CD.

    Using the two CD method, I can go from a blank computer to a working OpenBSD system in less than 15 minutes.

  30. SAMBA couldn't use the name SMB by parvenu74 · · Score: 2, Informative

    Back when SAMBA was in 2.0 or thereabouts I looked at the samba.org site for the first time and found a bit on how the name "samba" came to be. The original intention was to simply call it SMB but there was concern about using a registered name so the name SAMBA was arrived upon by grepping a dictionary file based on the letters SMB in that order.

    It was certainly not the result of an attempt to come up with some cute name for the software.

  31. making themselves look lame by xtermin8 · · Score: 2, Insightful

    I think the point is to get "lamers" (MSCs maybe?) to be willing to install OpenBSD. They have to be willing to try it first, then you can criticize them.

  32. Re:OpenBSD for a linux user by n3v · · Score: 2, Interesting

    I _was_ a [Slackware] Linux user for quite some time between around 1995-2001. I discovered OpenBSD because all my 'elite' friends were using it or FreeBSD. I did my homework and chose OpenBSD for my firewall, web, dhcp, nntp, db, app server.. I started to use it at home and was instantly impressed. The 1st time I ever touched it I had my server up in 30 minutes!! It seems more to be more mature and consistant. It is well documented and works great! I haven't used Linux since ;p Not to say Linux doesn't have it's place, but it's not with me right now. One thing you'll find though, you usually won't we using '0day' software. This is because it takes time to create something of quality, that has been checked and balanced.

    We use it at my work now, we have about 10 OpenBSD servers at different locations all over North America, we don't need the newest software, we have no problem waiting a few months sometimes. We need something that is easy to manage and works consistantly.

    OpenBSD!

  33. Re:How long is each release officially supported? by tim_mcc · · Score: 3, Informative

    OpenBSD always supports the current release, and the previous one. This means it now supports versions 3.7 and 3.6

    You should note however that the OpenBSD systems are very easily upgraded from the install media. Simply choose the upgrade option and then follow the simple instructions to make other changes.

    Remember though that only sequential updates are supported. Example 3.6 -> 3.7, if you're upgrading from 3.5 you'd need to: 3.5 -> 3.6 -> 3.7

    Hope that helps you,

    Tim

  34. Seriously, its amazing by alexhmit01 · · Score: 3, Insightful

    The first time I installed it, it took a few attempts. Had to figure out the networking, etc. (I had problems with Redhat 6.2 as well, the installer was great, but no tools that I could find to edit them until I learned my way around the text files).

    However, after 3 attempts when we got the hang of it, I looked at my partner (it was our first webserver for our little company) and we were like COOL. Once you get the handle of the installer and ports, its a DREAM, much EASIER than the Redhat what do I want and where is it problem.

    That said, RHEL 4 is pretty slick, but nowhere near as impressively simple as OpenBSD + Ports. The installed OpenBSD system is SO FUCKING clean its not funny, and then you add the few ports, nice and customized, that you want.

    One day I build 4 OpenBSD machines. Build the (customized) packages on one and distributed, and it was REALLY, REALLY, REALLY nice).

    It's a great system, but you gotta really be a Unix-lover. If you want the click-click install, the Linux distros are great, but with OpenBSD I understand what is going on with my system.

    That said, you can just TRY to get my OS X Powerbook away from me... :)

    Alex

  35. Re:Yes, you are a fanboy by Anonymous Coward · · Score: 4, Informative
    This is the typical response of a BSD fanboy when comparing his/her BSD with "Linux", not with a Linux distro. Let's do a real comparison. I'll use RedHat Linux and Debian in most examples.
    If you'll look at my post I said I'm primarily a Linux user. I use Debian mostly. I like it a lot. It's much better than most Linux offerings. But it's no OpenBSD. Part of the reason is because it inherits the problems of its upstream sources, including some of the design decisions of the Linux kernel.
    You can say EXACTLY THE SAME about the Linux distros I mentioned. Both RedHat and Debian have their own "generic kernels", core pkgs, etc.
    This is not the same. Red Hat and Debian mostly pull from upstream sources which do not develop together. For most of OpenBSD userland, the upstream is the same as the package maintainer.

    Even the packages that ARE from external sources are better integrated.

    (By the way: for every Linux distro I've used, the default kernel always lacks something or doesn't work in some way, and I always end up building a custom one. With OpenBSD, the default kernel is much better than any default Linux kernel I've seen.)

    If you disagree with my accessments on integration, I encourage you to look at a base OpenBSD system, and a Debian base system, compare the two, and I think it will be very clear which is better integrated. Look, particularly, at the headers, and the interfaces between kernel and userland, some of the manpages for kernel features, and this is easily apparent.

    And remember, I'm writing this all as a Debian user. I use Debian much more often than I use OpenBSD.

    As for your last argument, about how many people use Linux: This proves nothing. I can just as easily say, "Look how many people use Microsoft Windows! Obviously, it must be better!"
  36. Mod Parent DOWN by Anonymous Coward · · Score: 2, Insightful

    He didn't bother to check what the torrents are. They are a mirror of what is on the official ftp sites. I just downloaded them and verified their MD5 checksums with the MD5 file on a second level mirror.

  37. Re:Crazy by trewornan · · Score: 2, Informative
    Yes I *am* a elitist asshole and damn proud of it

    But you don't speak for everybody. I've found no problem with getting help for OpenBSD (I recommend www.bsdforums.org). I think you just need to make some effort to solve the problem yourself first. I can quite understand why people get annoyed with newbs who ask facile questions because they can't be bothered to try the most basic steps themselves. That's hardly unique to OpenBSD users though.

  38. I can't hear you very well through that hat by Anonymous Coward · · Score: 4, Informative

    I don't know if you are really aware of it, but note that the link you gave mentions the story behind the acronym SQL, which certainly used to be SEQUEL before and had to be changed for legal reasons, but doesn't mention the pronunciation of SQL at all. Actually it _is_ "Es Queue El": http://en.wikipedia.org/wiki/SQL.

    If you read the documentation of popular relational databases, it's quite possible that you find a paragraph regarding the pronunciation, and in that case you'll find they follow the ANSI convention. [1] [2]

    I know when I started using RDBMs years ago I read about it, and ever since whenever I see someone pronouncing SQL as "sequel" the first thing that comes to my mind is "newbie". I suspect from now on one more thing will come to mind: a prick who wants to sound clever when he's actually an ignorant.

  39. At least the fish is open about it now by MrSmithers · · Score: 3, Funny

    See? I told you. I told all of you. I told you FOUR YEARS AGO but nobody believed me.

    Now take a look at the OpenBSD web page. Just try and tell me the fish didn't finally come out of the closet with this release. The raised eyebrow, the pouty lips, the rainbow background. I told you.

    Sigh, I hate people.

  40. Re:Disco Stu doesn't advertise by DashEvil · · Score: 2, Insightful

    I don't even understand why you're fighting with this guy. I use OpenBSD, you use OpenBSD, we both think it's great. If they want to troll in OpenBSD related slashdot threads that's their social problem, not ours. I'd prefer if the trolling/negative crap went ignored and got modded into oblivion.

    --
    -If God wanted people to be better than me, he would have made them that way.