Slashdot Mirror


NetBSD 1.5ZB

Dahan writes: "I just saw that the development branch of NetBSD is now at version 1.5ZB. A change log is available for those interested. Note that although the title of the page says it's a list of changes from NetBSD 1.5 to 1.6, NetBSD 1.6 is not out yet--the page lists changes that will be in 1.6 whenever it's released. (And when will that be? "When it's ready," of course.) Standard caution about not running development kernels on mission-critical systems applies, although I've been running 1.5ZA on my DEC^H^H^HCompaq Alpha PC164 web/mail/DNS/whatever server for a few months now, and it's been great. And for those of you used to the Linux version numbering scheme and are wondering what all these letters mean, here's an explanation of NetBSD's version numbering."

73 comments

  1. NetBSD Concurrency Model by Jeb+Beckman · · Score: 1

    Anybody care to explain the NetBSD threading model in 60 words or less?

    Specifically, for concurrency, is there a default inter-thread communication protocol or is it standard synchronization events? Our company has the OS under consideration.

    1. Re:NetBSD Concurrency Model by perry · · Score: 3, Informative

      Not entirely clear what you're asking. We implement POSIX pthreads (the really good version of that, which uses scheduler activations, is on a branch pending the cut of 1.6 -- it will be integrated into -current shortly.)

      Anyway, pthreads, which is pretty much the Unix standard, has a set of mechanisms available for synchronizing the multiple threads.

      Inter-process communication between threads, processes, etc. happens pretty much the way you want it to -- message passing via sockets, shared memory, whatever you like. It is pretty much the way any POSIX style system works.

      The advantages of NetBSD are not primarily in the API, which it shares with most POSIX systems, but in the license and the quality of the implementation.

    2. Re:NetBSD Concurrency Model by Anonymous Coward · · Score: 0


      The more important question, which remains unanswered by the highly rated response, is whether or not the kernel is thread aware i.e. whether or not the kernel's scheduler can work on a thread basis vs. the old unix way of scheduling processes (and having one giant kernel lock surrounding non-premptible code).


      In other words, does NetBSD or any other open source OS have kernel theads as yet? No. They all use user-land threads and cannot take advantage of SMP machines (except linux, which fakes threads using clone() to create processes and is in no way posix compliant in this area [FreeBSD can do something similar with rfork() as can other unix OSes such as IRIX]).


      This is no big deal, since they are not reentrant enough otherwise (big lock, non-premptible) to use SMP anyway! Thats the main difference between the free and non-free unix OSes IMO.

    3. Re:NetBSD Concurrency Model by perry · · Score: 2, Informative

      Er, you seem to be confusing userland and kernel threads. The two are not connected. The way you implement pthreads in users space and whether you have a preemptable kernel and such aren't connected at all.

      In terms of pthreads, NetBSD has chosen the approach used in Solaris, Digital Unix (now Tru64) etc. of using Scheduler Activations. On an MP system, two threads will indeed run on different processors if you like.

      It is true that NetBSD does not yet have a preemptable kernel and that our SMP support is not incredibly stunning yet. We're working hard to fix that.

  2. NetBSD is more secure than OpenBSD. by Jeb+Beckman · · Score: 0, Troll

    NetBSD is SECURE.

    OpenBSD is easier to hack, more vulnerable than a Windows OS. Too bad because a secure OS could be one advantageous feature over a Microsoft OS.

    OpenBSD is unsafe and unsecure. And that is undesireable.

    1. Re:NetBSD is more secure than OpenBSD. by Anonymous Coward · · Score: 0

      OpenBSD is easier to hack, more vulnerable than a Windows OS.

      I think you should pull the plug ...

  3. Re:NetBSD stopped being useful once I forked OpenB by Snowfox · · Score: 3, Insightful
    Frankly, I think that NetBSD has reached its endgame. There are only so many platforms you can port to until you have it running on your toaster. And frankly, I think its unprofessional to let things like SMP support or a decent packaging system slide while focusing on porting to platform after deficient platform.
    When comparing BSDs, extreme portability is the one thing that's always listed with NetBSD's positive assets. Being able to port quickly is indeed a valuable thing when bootstrapping new or custom hardware, and if NetBSD is uniquely positioned in this regard, it's got some value yet.

    Out of curiosity, how real is this advantage? Are there things that make NetBSD more portable than OpenBSD?

  4. OpenBSD is UNSECURE by Jeb+Beckman · · Score: 0, Troll

    OpenBSD is UNSECURE.

    This is a real concern with some of our customers. So we have to hack, I mean add, our own security encrytions which tends to be patchwork.

    How come somebody cannot make a secure OS? The Intel Pentium architecture allows for good security.

  5. Where are the Free ISO images of OpenBSD? by gillham · · Score: 1

    Theo,

    I think you're here bashing NetBSD because you can't handle the competition. If you were truely confident in your position that "NetBSD has reached its endgame" you wouldn't need to preach to the Slashdot community, you would just sit quietly and wait. Instead you're here bashing NetBSD since, in my opinion, you're AFRAID to lose.

    For all your talk of security, your product seems to have just as many holes, or more, as anyone else's product. While you're busy beating your... chest, NetBSD is busy beating OpenBSD.

    You won't make ISO images available apparently because you don't want to lose your only source of income. Meanwhile NetBSD makes ISO images available for many ports, and also creates ISO images of tons of prebuilt packages for NetBSD/i386. How is that for competition?

    Oh, and I think I even coined the term "OpenBSD" for you. Look it up on the original NetBSD (port-sparc) mailing lists if you don't believe me.

    1. Re:Where are the Free ISO images of OpenBSD? by Tuzanor · · Score: 1

      lol, you really think the real theo wastes his time on /.? lol...

    2. Re:Where are the Free ISO images of OpenBSD? by Anonymous Coward · · Score: 0

      lol, ur vary gay, plz fix thx

    3. Re:Where are the Free ISO images of OpenBSD? by Theo+DeRaadt · · Score: 1
      I think you're here bashing NetBSD because you can't handle the competition.

      You are mistaken here. There isn't really a competition here, per se. OpenBSD is just the logical evolution of NetBSD. NetBSD has already served its purpose in history. Only zealots like yourself would term any two open source projects as being in "competition" with each other. It is obvious to the clearer-thinking among us that two free projects, by their very nature, can't compete with each other. To say anything else is simply measuring the length of your penis with the popularity of your OS of choice.

      You won't make ISO images available apparently because you don't want to lose your only source of income.

      Take a good look at the BSD license, you fucking moron. Exactly where in there does it say that someone can't make a derivative work and sell it on his own terms? If you're so interested in depriving programmers of income, why don't you spout your foul little grease-hole off in favor of the GPL?

      Meanwhile NetBSD makes ISO images available for many ports, and also creates ISO images of tons of prebuilt packages for NetBSD/i386.

      Yet another thing that you fail to notice is that most of the useless platforms NetBSD gets ported to don't support booting off of CD-ROM images. Yes, that's right. It's entirely useless to make a CD-ROM image for the PDP-11 port.

      --

      --
      Theo DeRaadt
      Founder, OpenBSD project.
    4. Re:Where are the Free ISO images of OpenBSD? by Anonymous Coward · · Score: 0

      suckage is bad ...

    5. Re:Where are the Free ISO images of OpenBSD? by Anonymous Coward · · Score: 0

      You are right, NetBSD has served and serves it's purpose, thanks for compliment. Hopefully it will continue to do as well as it does in future too.

      I'm not sure what you call "useless" port. Obviously, no port is useless if it's used, which it is otherwise it would not be integrated and maintained.

      Which _the_ PDP-11 port? IIRC those beasts take like 20000W current to run, so it's not bloody likely anyone would even switch it _on_ nowadays :)

    6. Re:Where are the Free ISO images of OpenBSD? by Anonymous Coward · · Score: 1, Informative

      Nope.

      You do what I did the first time I installed NetBSD. It was my old Toshiba Laptop, which doesn't have a CD drive.

      I copied the files onto another box with an NFS server running and used a boot disk to install over NFS. There are other network methods of installing. A CD-ROM is just a handy bandwidth boosting method of distributing a lot of binaries and tarballs.

      You're not going to tell me there isn't networking available on the PDP-11 are you?

    7. Re:Where are the Free ISO images of OpenBSD? by Anonymous Coward · · Score: 0

      There are bunches of types of PDP-11 boxes.

      Some are quite small. The one done with 'LSI' comes to mind.

      Hell, I remember at University, they had the PDP-11 in the physics lab and everybody used it.

      I settled for the PDP-8 in another part of the Physics building that nobody else ever used.

      That was very, very late in the life of any PDP-8, it was in 1978. But I'd used PDP-8's for years before that, we had them integraged into our Microfilm cameras at Northwest Microfilm (NMI) and used them to shoot microfiche.

    8. Re:Where are the Free ISO images of OpenBSD? by Anonymous Coward · · Score: 0
      Yet another thing that you fail to notice is that most of the useless platforms NetBSD gets ported to don't support booting off of CD-ROM images. Yes, that's right. It's entirely useless to make a CD-ROM image for the PDP-11 port.


      Speaking of platforms that *aren't* useless (and NetBSD really does tease, at times- I'd love a few DNARDs/Sharks, but where the hell can you get them?), has anyone @OpenBSD looked into the upcoming bPlan Pegasos and Eyetech AmigaOne open PowerPC boards? It's a bit of a shame that the powerpc port was just renamed macppc, considering that they should be able to share a good bit of code (and that, if Mai's chipset line gets more popular, there'll be a lot more open PPC and MIPS designs to choose from)...

      It's obvious that the OpenBSD team is limited to 1. the hardware they have, and 2. the hardware they like. It sounds like there's a good bit to like about the AmigaOne (pretty close to Mai's Teron CX reference board)- it'll be vaguely price-competetive to x86, comes with a 600MHz G3(+?) soldered on the base model, won't require active cooling, and won't suffer the PCI faults a Via C3 solution might have, while being rackable a hell of a lot easier than an iMac- and the bPlan design isn't bad either, even if they're shooting for G4s, which might need a CPU fan.

      Yeah, I'm a damn Amiga nut, but this is the sort of hardware I'd love to be using in the places where x86 doesn't make sense. It'd be nice not to have to worry about your firewall/IPSEC box *catching fire* if the fans fail..
  6. Re:NetBSD stopped being useful once I forked OpenB by perry · · Score: 2, Insightful

    I presume that someone is just forging Theo's name as I doubt Theo would be foolish enough to put up a post like that.

    However, just to set the record straight, I will point out that:

    0) NetBSD is very much alive and vibrant. If you look at the sheer number of commits per day to the NetBSD tree, one will see that pretty quickly. There are a lot of NetBSD developers and users, and the developers are very active.
    1) Multi-platform portability is pretty damn useful in the embedded systems world. Maybe running on a StrongARM or a low power MIPS design isn't interesting to you, but it is very interesting to people building things like routers and set top boxes. We pay our bills at Wasabi thanks to this. How many platforms will we ultimately port to? Well, people keep paying Wasabi to port to new things, and there are people outside of Wasabi doing NetBSD ports, too. As long as people keep designing new computers, I don't think NetBSD will stop adding ports.
    2) NetBSD is successful enough in terms of design wins to support our company fairly nicely. It is also successful enough in terms of developer resources that I'm proud to say we've got a damn good operating system and it keeps getting better all time. There are a couple hundred very good engineers who commit to the NetBSD tree, and a cast of thousands submitting patches and updates.
    3) Generally speaking, the OpenBSD guys are smart and nice people -- I get along with a lot of them very well. Guys like Todd, Niels and Angelos (to name a few) are fine engineers and I have plenty of respect for them.

  7. Excuse me?! by Starship+Trooper · · Score: 2, Interesting
    I'm not sure who you are or why you feel yourself qualified to talk about the history and focus of the NetBSD project, but I have a few things to tell you, mister. I have real life experience working with Linux, Solaris and all three *BSD flavours, and I can tell you that NetBSD is by far my favourite environment. It's not just portability or adaptability that make the platform special, it's the homogeneity of it.

    When moving between Linux distributions or Free/OpenBSD architectures, there is always an adjustment period where you must learn the intricacies of the new environment. Not so with NetBSD.

    • NetBSD works exactly the same, whether you run it on an old Atari ST or a 2GHz Pentium 4.
    • Linux works slightly differently on every platform, because the core operating system tools aren't perfectly portable from architecture to architecture. There is also a different set of distros available for each platform, which adds to the confusion of moving from, say, an old PPro workhorse to an IBM RS4000 workstation.
    • FreeBSD is not portable at all, and the two platforms it does support (x86 and alpha) are so horribly different in so many ways that FreeBSD/x86 and FreeBSD/alpha may as well be different operating systems.
    • OpenBSD may be nearly as portable as NetBSD, but it's nowhere near as comfortable. The anal-retentive "security first" philosophy forces the user to jump through an incessant number of hoops to get anything done. The only reason OpenBSD is secure is because you can't do anything with it. I have no idea what the authors were thinking when they wrote it.
    I bet you're just another whining Slashdot teenage kiddy, and that you've never had a real job in your life. You talk about OpenBSD and NetBSD as if you wrote them! I hope for your sake you're not this full of yourself in real life.
    --
    Loneliness is a power that we possess to give or take away forever
    1. Re:Excuse me?! by Tuzanor · · Score: 3, Informative
      I'm assuming this is a flame, but...

      Theo de Raadt is the FOUNDER and LEADER of the OpenBSD project. He was kicked out of the NetBSD (for which he was also a founder) for what they said were "behavioral" problems (which is somewhat true, but it was really more politics). So you may have real life experience (wow, so important you had to BOLD) with all those UNIXes, but he has real life experience CODING them.

      Second, that isn't the real Theo. He didn't even spell the name right. Its Theo de Raadt, not Theo DeRaadt.

      Thirdly, OpenBSD is just as good at what it does as Net/FreeBSD. Bind, Apache, and almost everything else compile just as fine on OpenBSD as they do on Net/FreeBSD and Linux. As for "comfortable"...well....thats a matter of opinion. NetBSD tries to port to everything first and works on other projects second (theres nothing wrong with it, its just what they do). OpenBSD works more on the practical side. You'll never see an (official) dreamcast port simply because it not practical for what OpenBSD does. Lets not also forget that the OpenBSD's "anal-retentive" security policy has brought us free versions of SSH. Also, just because freeBSD doesn't have other ports, doesn't mean its not portable. They just chose to focus on two architectures for what they see as practicality.

      You are right on one thing. That was just another /. whiner kiddie.

    2. Re:Excuse me?! by fsdb · · Score: 1

      >> FreeBSD is not portable at all, and the two >> platforms it does support (x86 and alpha) are >> so horribly different in so many ways that >> FreeBSD/x86 and FreeBSD/alpha may as well be >> different operating systems. Please provide details on why you feel this way.

    3. Re:Excuse me?! by Anonymous Coward · · Score: 0

      You should also point out that there is now smp support for sun4u in freebsd

  8. When 1.6 will branch.... by perry · · Score: 2, Informative

    As someone involved in NetBSD release engineering, I'm guessing 1.6 is going to branch "soon", likely within weeks (though no promises.)

    Our hope is to pick up the pace of releases now that we have a lot more infrastructure for doing fast release engineering. A lot of that was developed only in the last six months.

    1. Re:When 1.6 will branch.... by Anonymous Coward · · Score: 0


      The more important question, which remains unanswered by the highly rated response, is whether or not the kernel is thread aware i.e. whether or not the kernel's scheduler can work on a thread basis vs. the old unix way of scheduling processes.




      In other words, does NetBSD or any other open source OS have kernel theads as yet? No. They all use user-land threads and cannot take advantage of SMP machines (except linux, which fakes threads using clone() to create processes and is in no way posix compliant in this area [FreeBSD can do something similar with rfork() as can other unix OSes such as IRIX]). This is no big deal, since they are not reentrant enough otherwise to use SMP anyway!

    2. Re:When 1.6 will branch.... by Anonymous Coward · · Score: 0

      Sorry, wrong thread.....

  9. Re:NetBSD stopped being useful once I forked OpenB by WasterDave · · Score: 2

    While a fine beginners troll, you missed some finer points. Theo DeRaadt isn't this polite, for one. Secondly, the real Mr DeRaadt would probably PGP sign even a slashdot post. And thirdly, since OpenBSD also lacks SMP support, I really don't think he'd be attracting attention to the fact.

    But, I mean, not bad - and I eagerly await future works.

    Dave

    --
    I write a blog now, you should be afraid.
  10. Re:NetBSD stopped being useful once I forked OpenB by Anonymous Coward · · Score: 0, Interesting

    My company uses several Unices... SCO serves up our accounting soft. We use
    Linux+Samba as a fileserver. We use OpenBSD as our Internet Firewall & mail
    server. Each choice was made for a particular reason, and we chose OpenBSD
    for its task because of its dedication to security. This choice was made
    after a NetBSD system was cracked. (at the time, 1.4 release)

    I'm sure that a lot of people will give this reason and that reason why
    NetBSD is just as secure as OpenBSD, or why OpenBSD is more secure than
    NetBSD. While this can probably be argued back and forth until the end of
    time, I can tell you that Theo DeRaadt, head of development for OpenBSD, was
    very responsive to my questions, and also explained to me how our NetBSD
    system was cracked. (which it would be stupid to repeat in a public forum,
    to those who don't know)

    Overall, OpenBSD is a useable product, as evidenced by the numerous
    commercial products that have it integrated. NetBSD, on the other hand,
    lives in a dreamworld somewhere between theory and practice. I'll stick to
    OpenBSD for any practical, mission critical purposes

    -Anonymous for obvious reasons

  11. Ya know its fake..... by Anonymous Coward · · Score: 0

    And frankly, I think its unprofessional to let things like SMP support or a decent packaging system slide

    Think about it Perry......

    Is OpenBSD known for SMP or its wealth of packages/ports?

  12. Re:NetBSD is dying by ozzmosis · · Score: 1

    uhm, was sed broken when you posted this?

  13. Good job... by LiquidPC · · Score: 1, Flamebait

    making sure to notify slashdot that just because there are lists of changes on a web site IT ISNT OUT, because frankly we've already gone through fake posts like that before. They expect money by subscriptions yet they cant even check story authenticy. Disturbing.

    1. Re:Good job... by gillham · · Score: 1

      It is the "development release", also known as "-current" and it is available as source code from the CVS repository. You will also be able to get it shortly from ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-current/tar _files/ as source tarballs.

      There will be binary snapshots on ftp.netbsd.org soon. They are always in ftp://ftp.netbsd.org/pub/NetBSD/arch/{alpha,i386,s parc,etc}/snapshot/

    2. Re:Good job... by Dahan · · Score: 2

      WTF are you talking about? 1.5ZB most certainly is out. Please try to be less clueless in the future. I'd also appreciate it if you wrote comprehensible sentences.

    3. Re:Good job... by LiquidPC · · Score: 2

      I was referring to the FACT that 1.6 IS NOT out. Which is like when slashdot posted FreeBSD 4.5 _was_ out, when it wasnt. I know how difficult the english language is, but please try to understand the grouping of words as sentences is a simple concept, i'm sure thats difficult for you.

    4. Re:Good job... by Dahan · · Score: 2

      Who said that 1.6 was out? Seriously, you need to take some remedial reading and writing classes. Thanks in advance!

    5. Re:Good job... by LiquidPC · · Score: 2

      Ok, i'll try to break this down for you, so your tiny little brain can comprehend, ok? First, slashdot put on the front page that FreeBSD 4.5 was out, WHEN IT WASNT. That was about a month ago. Then in THIS VERY ARTICLE, the guy that submitted the article said: "Note that although the title of the page says it's a list of changes from NetBSD 1.5 to 1.6, NetBSD 1.6 is not out yet--the page lists changes that will be in 1.6 whenever it's released." Then I posted that it was a good job that (s)he clarified that so slashdot authors don't get confused. I hope you understand and I didn't confuse you with any big words like "the" and "that". Yeah, thanks for the random stupidity, as well.

    6. Re:Good job... by Dahan · · Score: 2
      Like I said, you need to read... I submitted this article. You know how it says, "Dahan writes ..." at the top of the story? That's me. I'm Dahan.

      I was referring to the FACT that 1.6 IS NOT out. Which is like when slashdot posted FreeBSD 4.5 _was_ out, when it wasnt.

      This implies that slashdot (or someone) claimed that 1.6 was out, when it wasn't. Only problem is that it's not like when slashdot posted that FreeBSD 4.5 was out--nobody is claiming that NetBSD 1.6 is out.

      Yeah, thanks for the random stupidity, as well.

      No prob, glad to have been of assistance.

    7. Re:Good job... by LiquidPC · · Score: 2

      Dude, you sure are on slashdot alot. Are you one of those guys that hits refresh on his user page to see if his comment got any replies, 500 times a day? But anyways, I never said 1.6 was out or that anyone did.

    8. Re:Good job... by great+throwdini · · Score: 1

      Funniest ... exchange ... ever.

    9. Re:Good job... by Anonymous Coward · · Score: 0

      Grow up, open sauce hippies! \:-=|

    10. Re:Good job... by sedawkgrep · · Score: 2

      Agreed...I actually laughed out loud at this.

      --
      Is that a salami in my pants or am I just happy to be me?
    11. Re:Good job... by Dahan · · Score: 2
      Dude, you sure are on slashdot alot.

      PKB!!!

      Actually, /. has this feature that lets you know when someone's replied to one of your comments. It's sort of like the difference between interrupts and polling. Sounds like you're still using the polling method.

      anyways, I never said 1.6 was out or that anyone did.

      If so, you're -1, Redundant for repeating what I said with an awkardly-structured sentence. Looks like someone gave you -1, Flamebait instead though. Heh

    12. Re:Good job... by LiquidPC · · Score: 2

      Excuse me for not caring enough about slashdot to have it send me useless emails that would clutter up my already filled inbox. Also, pardon me for trying to set the record straight for someone who obviously didnt have the capability to comprehend a comment on their own.

  14. Re:NetBSD stopped being useful once I forked OpenB by HypodermicEyes · · Score: 1

    Man, can't you even spell your own name right?! It's Theo de Raadt, not Theo DeRaadt.

    Good job though. Plenty of folks can now consider themselves trolled.

  15. Re:NetBSD stopped being useful once I forked OpenB by Anonymous Coward · · Score: 0

    What exactly makes you think (cited) "NetBSD lives in dreamworld", whereas (cited) "OpenBSD is more practical" ?

    AFAIK OpenBSD is just as secure as other operating systems. As far as I'm aware, for all major security flaws found, OpenBSD has always been vulnerable too (or, no less times than e.g. NetBSD).

    Don't let yourself be fooled by marketing!

  16. rc system by Fweeky · · Score: 4, Interesting

    NetBSD's got a very nice rc (startup) system; as opposed to the monolithic (Open|Free)BSD approach, NetBSD's is a highly modular dependancy based model; no more giving scripts esoteric names like "000.wibble" to try to get it executed before "001.wobble"; just add a dependency in wobble on wibble and the rc system will make sure wibble is executed first.

    There's an interesting PDF paper on the design and implimentation, some conciderably more terse and less interesting official documentation and a Daemon News article, and for those uber geeks, the CVS repository where you can compare with the other BSD's.

    You'll note FreeBSD -CURRENT is looking at adopting it, while Open sticks with the tried and tested BSD4.4-type setup

  17. Re:NetBSD stopped being useful once I forked OpenB by CoolVibe · · Score: 2
    Right, I'll bite (hey, I actually USE NetBSD, can't let this slide :)

    If NetBSD is so obsolete, why are other projects like say, FreeBSD importing NetBSD code? Oh, and they are intending to use the NetBSD startup rc scripts too... How's that for an 'obsolete' system?

    Ah well, you are probably a troll and an imposter... Back to getting a make build done on my rickety SparcStations... I just upgraded them to 1.5ZA... And those things aren't speed demons... Now I can do it all again.. Sheesh :-)

  18. Re:NetBSD stopped being useful once I forked OpenB by Anonymous Coward · · Score: 0
    Truthfully, NetBSD is suffering more than the other *BSDs. OpenBSD is more or less holding steady with neither growth nor decline. FreeBSD is in decline in terms of market share. BSD/OS is probably not worth mentioning.

    Although NetBSD claims to be portable, in truth it is mostly portable between various forms of Motorola 68000 family systems--Amiga, Atari, VME, and so on--but only if an MMU is available. What most disappointed me in NetBSD was its inability to run on some really standard embedded architectures, with the Intel i960 being a glaring ommission on the part of NetBSD. I don't see how you can claim portability and relevance in embedded systems and ignore the i960, since it is the most widely deployed 32 bit embedded architecture for at least the last dozen years. If you want to play with the big boys, you've got to use what the big boys use.

  19. Re:*BSD is dying by infernalC · · Score: 1

    Only if you do not consider MacOS to be a *BSD.

  20. What next? by infernalC · · Score: 1

    DEC [doh] ^H^H^H Compaq [doh] ^H^H^H^H^H^H HP

  21. Eleetness by Anonymous Coward · · Score: 0

    I've been running 1.5ZA on my DEC^H^H^HCompaq
    Be honest with yourself, do you really think you distinguish yourself as a 'geek' with these '^H' stuff ?

  22. Re:NetBSD stopped being useful once I forked OpenB by Anonymous Coward · · Score: 0

    *cough* the fact that OpenSBD and FreeBSD regularly take code (and whole ports) from NetBSD should make you rather wonder what good the latter two are. :)

  23. Re:NetBSD stopped being useful once I forked OpenB by Snowfox · · Score: 2
    *cough* the fact that OpenSBD and FreeBSD regularly take code (and whole ports) from NetBSD should make you rather wonder what good the latter two are. :)
    The better project will know when something's good enough to steal, rather than insisting on spending limited manpower developing every last thing from scratch.

    I'm sure NetBSD does the same?

  24. I wish I could get FreeBSD to work by God_Retired · · Score: 1

    Seriously. I installed it. Set up everything I want and use from my linux drive. I love how clean the directory structure is compared to linux. I really want to use it exlusively for a couple months and see how I like it. I've written and compiled programs on it. But I can't for the life of me get it to mount a ext2 partition. Yes, I recompiled the kernel with ext2fs support. I ended up just burning everything that I wanted from linux on a cdrw, mounting it under FreeBSD and thought that I would be able to work it out. But all my ogg files are in three different ext2fs partitions. I need to have access to those. Until I can get FreeBSD to do this, I can't use it. And that's a shame to me. One of my partitions is /dev/hdb3 under linux. I tried every combination I could find under mailing lists and web pages. /dev/wda2s3 or whatever (this was a couple weeks ago and I can't remember now). Nothing worked. And I got very frustrated with the whole thing. Maybe I'll check back in a year or so and see how it's progressed.

    1. Re:I wish I could get FreeBSD to work by pschmied · · Score: 2
      This is more appropriately addressed to the freebsd-questions mailing list, and you seem like you've already made up your mind that this won't work.

      But, I'll bite. Check the device naming conventions. They really make (for my mind anyway) a lot more sense.

      Your linux /dev/hdb3 (what does this this stand for? Hard Disk Controller B partition 3? What if it was on the SCSI chain?) is, infact, /dev/ad1s3 (ata contoller 2, third slice) under FreeBSD.

      Try mount -t ext2fs /dev/ad1s3 /mymountpoint

      Hope that works for you. If not man mount_ext2fs(8). Also, you shouldn't have to recompile the kernel explicitly with ext2fs support either. Usually the system will auto load these modules if it needs them.

      Also, check out the handbook and the FAQ

      Let me know if it works.


      -Peter

    2. Re:I wish I could get FreeBSD to work by God_Retired · · Score: 1

      Thanks for the pointers. I searched through the mailing list archives and had seen my question asked many times with many different answers. It seemed like the naming convention had changed. I tried a bunch of different ways.

      Hope I didn't come across like an ass, I just got very frustrated with the several times I tried to get it working.

      I haven't completely given up, just close. I'll give this a try before hanging it up for awhile.

    3. Re:I wish I could get FreeBSD to work by Anonymous Coward · · Score: 0

      Yeah, the naming convention changed back before 3.0? WTF? get out of your cage much troll?

    4. Re:I wish I could get FreeBSD to work by God_Retired · · Score: 1

      Not trolling, there's just a lot of very outdated info out there. I can recognize it as such with linux, but I don't have the experience yet to do so with FreeBSD. And in my defense, at least I post with my name.

    5. Re:I wish I could get FreeBSD to work by Anonymous Coward · · Score: 0

      Your linux /dev/hdb3 (what does this this stand for? Hard Disk Controller B partition 3? What if it was on the SCSI chain?) is, infact, /dev/ad1s3 (ata contoller 2, third slice) under FreeBSD.

      Just to clarify, this is, in fact, ATA *device* 2, partition 3. For the newbie, BSD adds a second layer of 'slicing' atop the partitioning layer, since not all systems (e.g., the PDP-11 that BSD was born on) have Wintel-style partitioning.
      Thus, your ext2fs will reside on, say, /dev/ad1s3, while FFS's 'slices' (soft-partitions) get referenced by the physical partition they're on, and then by letter: ad1s4a, ad1s4b, ad1s4c, etc, assuming your BSD partition is the 4th on the drive.

      Occasionally, you'll run across a device that doesn't use physical partitioning; for instance, I have a magneto-optical drive; the disks can be partitioned, but for general use, they're formatted with a 'flat' filesystem, just like the platters for that old PDP-11. In this case, I just call mount_msdos with /dev/da2 for the device- there's no partition table. Technically, a whole hard drive can be done up like that, if you're crazy enough.

      ((BTW, if anyone knows who FreeBSD's MO guru is, could you reply and point me to him, or send the info to greatwhitesatan(at)unitedstates.com? I've been struggling to find the right newfs_msdos parameters to use with my drive. :/))

  25. Best. Troll. Ever. by Anonymous Coward · · Score: 0

    Sure, it had some shortcomings (name misspelling is the big one), but overall, that was the best troll I've seen in a _very_ long time.

    Thankyou for making my day :)

  26. Re:*BSD is dying by Anonymous Coward · · Score: 0

    It is truly amazing that people still respond to this, the oldest troll in the book.

  27. Re:NetBSD stopped being useful once I forked OpenB by T-Punkt · · Score: 1

    Maybe you could dump a few i960 evaluation boards/single board computer with the necessary documentation on some NetBSD developers or invent a clever way how you do virtual memory on CPUs without MMU...

  28. If you want to do anything with IPv6, you NEED BSD by germanbirdman · · Score: 1

    I'm talking about SERIOUS stuff like IPv6 multicast routing, Alternative queuing etc. True, you need the KAME patch, but at least it is there.

    Linux (even with USAGI patches) doesn't even do IPv6 multicast routing.

    There is even a project on Sourceforge for Netbsd to support XCAST(+), which is the main reason why I am using netbsd as the router OS for my thesis project.

    (Xcast is a method of multicasting a packet to a FEW destinations, unlike standard multicasting using multicast trees with rendez-vous points which can flood whole networks)

    I love linux, and when you know linux moving to Netbsd can sometimes be a little awkward. Linux is just so much more userfriendly.

  29. Re:NetBSD is dying by Anonymous Coward · · Score: 0

    right sed fred.

  30. Someone please explain... by Anonymous Coward · · Score: 0

    Someone please explain how the dude drawing art for DaemonNews can so consistently get progressively worse instead of better?

  31. Re: I am TROLLING for your INSECURE *BSD by TiggerStripe · · Score: 1

    Suggestions: 1) tell your mom (er - i meant 'customer') that it's SUPPOSED to look like that.. the "readable arcane text all over da place" instead of familiar Start Button does *not* expose secret information 2) anything you 'hack' will ever be a patchwork, for you will not understand the difference 'tween hard- and soft-ware. you don't know that "hacking" (generally) doesn't refer to cutting out cardboard "GUI with Secure Widget Technology" so that mom and little sis don't have to see those ugly internal details... 3) i like your trolls! got no pointers there.. not top notch, of course, but funny in a delinquent canine fashion :O) BTW what is an 'encrytion' and how does one add that to the Pentium architecture? I'd like your input on a project i'm buildin too if you don't mind ..

    --
    --you have been trolled--