Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Debian NetBSD

Posted by CmdrTaco on Sun Jan 20, 2002 12:15 AM
from the thats-something-different dept.
bXTr writes "Interesting project over at SourceForge. Quoting from the website, 'Debian NetBSD is a port of the Debian Operating System to the NetBSD kernel. It is currently in an early stage of development and cannot currently be installed from scratch. Instead, a tarball of the current envionment is available and can be extracted into a handy directory on a NetBSD system.' Check out the reasons why they're doing it and some interesting commentary at DailyDaemonNews on this."
This discussion has been archived. No new comments can be posted.
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • kaboom (Score:1)

    by magicslax (532351) <frank_salim@@@yahoo...com> on Sunday January 20 2002, @12:17AM (#2871127)
    Two open source minorities combine in a brilliant flash of light Because we can. .
    • Re:kaboom by erlenic (Score:3) Sunday January 20 2002, @12:22AM
    • 4 replies beneath your current threshold.
  • Eh... why not? (Score:1)

    by 1155 (538047) on Sunday January 20 2002, @12:19AM (#2871132)
    I don't see why not, we have lindows, and now deb-bsd, so it shouldn't be bad.
  • debian netbsd port (Score:1)

    by ralian (127441) on Sunday January 20 2002, @12:21AM (#2871135) Homepage
    I thought NetBSD's motto was to port to anything and everything with a CPU (viz. NetBSD Dreamcast), not to get another operating system ported to it ;)

    Disclaimer: Yes, yes, I know what they did and it's not porting an OS. I just found it sort of funny, in a 'tables-have-been-turned' sort of way.
  • I would prefer the other way around (Score:5, Informative)

    by horster (516139) on Sunday January 20 2002, @12:24AM (#2871144)
    personally, I would like to see a BSD distro with ports and all, but with a linux kernel.

    I just installed FreeBSD recently and have to say i was blown away with how professional the installer was, very simple and powerful - not to mention the ports system.
    debian is nice, apt-get is a great program and the net install is awesome, but I can't say I have much love for dselect. I think debian shows the most promise of any linux distro right now, but in terms of polish, I have to give it to FreeBSD so far.
    • Re:I would prefer the other way around by legend (Score:1) Sunday January 20 2002, @12:27AM
    • Gentoo linux (Score:4, Informative)

      by metalhed77 (250273) <andrewvc@nOSPAm.gmail.com> on Sunday January 20 2002, @12:37AM (#2871198) Homepage
      Gentoo Linux has that, www.gentoo.org , it uses a ports style system, i'm not sure if it's a direct port of ports, or their own deal.
      [ Parent ]
      • Re:Gentoo linux by horster (Score:1) Sunday January 20 2002, @12:45AM
      • Re:Gentoo linux by Anonymous Coward (Score:1) Sunday January 20 2002, @12:48AM
      • gentoo.org not available by horster (Score:1) Sunday January 20 2002, @12:56AM
        • works for me by metalhed77 (Score:1) Sunday January 20 2002, @01:05AM
      • Re:Gentoo linux by krogoth (Score:2) Sunday January 20 2002, @01:44AM
        • Re:Gentoo linux (Score:4, Informative)

          by cymen (8178) <(moc.oi-war) (ta) (givc)> on Sunday January 20 2002, @03:54AM (#2871577)
          Ports is a collection of applications that can easily be compiled for your operating system. Basically for FreeBSD you have /usr/ports. That directory contains various subdirectories dividing applications into www (apache, mod_php4, etc), lang (ruby, etc), mail (mutt, exim, etc), and so forth. Each directory for a specific application contains a number of files. Some of these are patch files that are applied to the source code of the port. See the ports tree doesn't contain the actual code of the application - it only contains enough logic to get the regular .tar.gz release (usually from the developers home site) and the patches to build it properly (particular distribution preferences on file structure, libraries, etc).

          Every couple days I use cvsup to suck down the modifications to the ports tree to my FreeBSD box. Then I happen to use a relatively new tool not in the base system (portupgrade, written in ruby) to check if my currently installed packages are up to date. If they aren't, I can instruct portupgrade to upgrade them or go to each directory individually and do a "make install". Oh yeah, each directory has a Makefile :).

          It's sort of like why distribute the source code if it is just going to get out of date (plus you'll be getting the source for all kinds of crap you never end up using). Of course now each application must be compiled but if you don't want to do that you can use the packages (precompiled binaries that can be added with pkg_add, etc).

          Another benefit is ports can be on any version of the operating system because it is independent of the base system. Look at RedHat and you'll see compiled packages for RedHat 6.2, 7.2, etc (of course, before someone knee jerks a reply, RPMS are out there but I'm trying to make a point here). Ports avoids this. The price is compilation. A trade off. You make the call.

          Hope that helps. Here is the FreeBSD handbook section for ports: ports-using.html [freebsd.org] (it contains a better description of what files are in a ports directory).
          [ Parent ]
        • ports (Score:5, Insightful)

          by lightfoot jim (441918) on Sunday January 20 2002, @04:03AM (#2871597) Homepage
          What exactly is the ports system?

          More like, what are rpm users missing out on? With rpm -i package.rpm the user may or may not be able to install the intended software. There could be real dependency problems, as in kde2 needs qt2. There could also be bogus dependency problems since you may have compiled qt2 from source but rpm wouldn't know about it.

          Enter FreeBSD and ports. A typical FreeBSD install creates a directory called /usr/ports which is a whole tree of makefiles. So to install something, you just cd /usr/ports/category/WhateverYouWantToInstall/ && make && make install. All dependencies are taken care of automagically. The makefiles in these directories are smart enough to download whatever you need and then compile the source on your machine. So installing a new package doesn't take several hours of trolling newsgroups and searching for rpms.

          But you don't have to take my word for it. Check this [freebsd.org] out.

          My experience is limited to Mandrake, Slackware, FreeBSD and OpenBSD. They each have their strengths and weaknesses, but when I need to get sh*t done, BSD, espescially FreeBSD is my first choice just because the ports tree contains nearly any software I'd want to run, eliminating the bottleneck that software installation sometimes turns into and letting me get to the task at hand.

          As an aside, it seems like everything that Mandrake tries to be to "joe sixpack" who is just getting into trying linux on the desktop, BSD is to the sysadmin or programmer who needs to get a *nix platform up and running for a certain task. Compiling a custom kernel, installing software, modifying the init process, etc are at least as easy for the sysadmin on BSD as adjusting the screen fonts and changing the wallpaper are for a newbie in Mandrake.

          [ Parent ]
          • Re:ports by damiam (Score:1) Sunday January 20 2002, @09:12AM
            • Re:ports by lightfoot jim (Score:1) Sunday January 20 2002, @10:32AM
              • Re:ports by Anonymous Coward (Score:1) Sunday January 20 2002, @03:38PM
              • Re:ports by krogoth (Score:2) Monday January 21 2002, @10:11PM
              • 2 replies beneath your current threshold.
            • Re:ports by Arandir (Score:2) Sunday January 20 2002, @09:41PM
              • Re:ports by damiam (Score:1) Sunday January 20 2002, @10:04PM
              • Re:ports by CatherineCornelius (Score:2) Sunday January 20 2002, @11:32PM
              • Re:ports by Arandir (Score:1) Monday January 21 2002, @12:36AM
              • Re:ports by damiam (Score:1) Monday January 21 2002, @08:06AM
              • Re:ports by Arandir (Score:1) Monday January 21 2002, @01:26PM
          • Re:ports by SpinyNorman (Score:2) Sunday January 20 2002, @11:23AM
            • Re:ports (Score:4, Insightful)

              by scrytch (9198) <chuck@myrealbox.com> on Sunday January 20 2002, @12:34PM (#2872421)
              > How is this any more convenient than apt-get which is also available for RPM based systems?

              Because ports does not require packages. Example, if I want to install a KDE app, it does not require that I have the qt package installed. It searches for libqt.so. If it's a gtk package, it runs gtk-config, if it's apache, it runs apxs, and so forth. Now debian's a little better than RPM, which ends up making you force-install just about everything (defeating dependency checking) because you installed something from source, but you still have to intervene when a dependent package isn't present. Ports assumes you know what you're doing, and if the lib is there, it's there, it doesn't need a package manifest to tell you. It does check for the package first, and ports does build a package, so you get a package-based system that degrades gracefully when you don't religiously use the package system.

              THAT is why I use ports. Because no sysadmin I know of takes the builds out of the box, they keep their source trees around to tweak and recompile as needed. Oh, and ports lets me do that doo, I just "make get" the port, cd work/packagename, and there's the source tree as if I'd untarred it myself. I can configure && make install it from there, or cd ../..; make install from there and it builds as a package.
              [ Parent ]
              • 1 reply beneath your current threshold.
          • 1 reply beneath your current threshold.
        • 1 reply beneath your current threshold.
      • Re:Gentoo linux by iceburn (Score:1) Sunday January 20 2002, @07:31PM
    • Try these (Score:4, Informative)

      by Arker (91948) on Sunday January 20 2002, @01:08AM (#2871289) Homepage
      Slackware, the daddy of em all - still alive and kicking. Very BSDish install, similar package handling, BSD init. No ports system last I checked :( but a very friendly system otherwise for compiling from source. http://www.slackware.com

      Gentoo, a newcomer, to oversimplify a little the idea seems to be Slack+Ports. Haven't used it yet, heard some great things, sure looks promising. http://www.gentoo.org

      Also another similar project that was just recently reported here - sorcerer linux. Don't know enough about it to differentiate it from gentoo, the ideas seem very similar unless I'm missing something (quite possible, haven't had the time to try either.) http://sorcerer.wox.org/
      [ Parent ]
      • Re:Try these by horster (Score:1) Sunday January 20 2002, @01:21AM
    • Re:I would prefer the other way around by ignorant_newbie (Score:1) Sunday January 20 2002, @01:34AM
    • Re:I would prefer the other way around by Dahan (Score:3) Sunday January 20 2002, @04:31AM
    • Re:I would prefer the other way around by haggar (Score:1) Sunday January 20 2002, @09:27AM
    • Re:I would prefer the other way around by Pseudonym (Score:2) Monday January 21 2002, @12:49AM
    • Re:I would prefer the other way around by dublin (Score:3) Monday January 21 2002, @12:01PM
    • An alternative to dselect by _Laban_ (Score:1) Monday January 21 2002, @02:05PM
    • Re:the kernel? my god man (Score:4, Informative)

      by tao (10867) on Sunday January 20 2002, @12:40AM (#2871207) Homepage
      Why on earth why would you want a linux kernel in BSD userland? Do you really want a horribly broken VM system and every yahoo who can type hello world submitting patches? Thats why I like BSD. Theres a core group in charge of what goes and what stays. Who has the final say so in the linux kernel?

      Ever heard of Linus Torvalds? Oh, and for the v2.4 kernel it's Marcelo Tosatti, for v2.2 it's Alan Cox. For v2.0, it's yours truly. It's hardly like anyone can get their code into the kernel. Anyone is free to submit patches though. That doesn't mean it'll get in.

      As for the VM, yes, there have been problems (mostly with corner-cases, though), but v2.0.xx has a stable VM, v2.2.xx has a stable VM now, v2.4.xx has a stable, if somewhat unoptimal VM now, and v2.6 will hopefully have Rik van Riel's VM, which shares a lot of similarities with the VM from FreeBSD, but with some Linux-specific adaptments.

      So please, don't spread FUD.

      [ Parent ]
    • Re:the kernel? my god man by jelle (Score:1) Sunday January 20 2002, @01:02AM
    • 7 replies beneath your current threshold.
  • Well... (Score:1, Flamebait)

    by Anonymous Coward on Sunday January 20 2002, @12:25AM (#2871151)
    At least Enron isn't the only group of people jumping off of sinking ships! About time Debian started moving to an operating system that doesn't have VM problems every other release. Go ahead! Mod this one down!
  • Cooperation (Score:3, Insightful)

    by awgy (315261) on Sunday January 20 2002, @12:32AM (#2871182) Homepage
    To me, this is promising. I like to see cooperation between the Linux world and the *BSD world. Both have their advantages, and it'd be great if both would learn from each other more often. Perhaps this is an instance where some exchange of ideas could come about? Those responsible deserve a pat on the back.
  • Since 1999 (Score:2, Informative)

    by kenneth_martens (320269) on Sunday January 20 2002, @12:38AM (#2871202)
    If you check out the mailing list archives [debian.org], you can see the project has been ongoing (or at least discussed) since May 1999. It just until now to get it to the point where it actually sort of works.
  • So how long... (Score:1)

    by nrc (112633) on Sunday January 20 2002, @12:51AM (#2871236) Homepage

    So how long before they declare that we have to start calling it GNU/NetBSD?
  • hmm (Score:1, Funny)

    by Enrico Pulatzo (536675) on Sunday January 20 2002, @01:05AM (#2871282)
    How's that for your hardcore, commie conspiracy?
  • Mac OS X will unify the *BSDs (Score:2, Interesting)

    by Anonymous Coward on Sunday January 20 2002, @01:15AM (#2871297)

    Really, the convergence of Debian package management, GNU utils and NetBSD kernel isn't all that special and WILL NOT create a stronger, unified, easy-to-use UNIX variant.



    Please, try Mac OS X; there's every advantage to it without all the traditional UNIX disadvantages.



    • Simplified installation - OS X installs easily
    • Easy-to-use interface - A yummy GUI interface that a first-time user can grok, with an excellent command shell for advanced users.
    • Powerful inexpensive yummy hardware - G4 PowerMacs trump x86 by a long margin and cost much less than underperforming but expensive SPARC, MIPS and the PeeCee user's Holy Grail of DEC Alpha, which was intended to run WinBlows from the beginning and is dying anyways.
    • Best design - look at the new iMac! Complete Apple Goodness from the small footprint to the sharp LCD display, all surrounding a powerful G4 processor.
    • Open Source, even though GNU zealots will not agree. Fellow BSD'ers will soon recognize the errors of their ways and join ranks with the Apple crowd.
    • Mac's ain't PeeCee's ;-)


    My hope is that OS X will unify the BSDs into its proper place - at the top of the OS food chain. Many Free/Open/NetBSD users are coming to that conclusion as are many Linux users, beset with flaky kernels and horrible OS packaging.



    Apple OS X and the *BSDs will be our answer to WinTel/Linux obsolescence.

  • by mrbnsn (24209) on Sunday January 20 2002, @01:19AM (#2871302)
    Right now if you need any sort of third-party application support (Oracle, etc.) or kernel threads (Java Hotspot, etc.) you need to run a Linux kernel.

    If you don't need third party application support or kernel threads, however, FreeBSD has a much more solid, reliable kernel.

    It would be excellent if you could maintain different machines with different kernels as needed, but have everything on top of that be Debian (both because Debian is excellent, and because supporting a heterogenous OS environment is a pain best avoided if possible).

  • Debian is an OS? (Score:1, Offtopic)

    by CheeseMunkie (469824) on Sunday January 20 2002, @01:20AM (#2871306)
    *blink*

    I thought Debian was a distribution? That is, it's a kernel and assorted utilities. If we want to get right down to it, I always thought the kernel itself was the OS...

    What makes a distribution is its installer and software management. That is, the main difference between SuSE and Debian and Red Hat is yast, apt, and rpm. So... They're porting apt to NetBSD? That's well and good, but is both unnecessary and not worth this fanfare.
  • by xcomputer_man (513295) on Sunday January 20 2002, @01:25AM (#2871324) Homepage
    Finally, it's the GNU/BSD distribution!
  • I don't like it (Score:5, Insightful)

    by znu (31198) <znu@acedsl.com> on Sunday January 20 2002, @01:41AM (#2871365)
    The thing I've always really liked about the BSDs is that they're complete and separate systems that include everything from the kernel to the userland tools, all integrated by one team. Compare with the Linux world, where you have a bunch of different distros that many people pretend are all the same OS (in spite of the fact that file systems are arranged differently, boot sequences are different, configuration is different, package management is different, userland tools are often different, etc.) because they happen to use the same kernel. The BSD way has always seemed a lot cleaner to me. The idea of seeing a myriad of distros based on the BSD kernels really isn't one that I like. I believe it's a step in exactly the wrong direction. Open source Unix needs more standardization, not more fragmentation.
  • by Billly Gates (198444) on Sunday January 20 2002, @01:50AM (#2871381) Homepage Journal
    Linux has some serious issues [slashdot.org]. I like the Freebsd development model better then linux thanks to all the issues with the 2.4 patches. My problem with FreeBSD is that its cripppled after the install is done. Hardly anything is configured. I feel like a kid stuck on a pogo stick when trying to do anything. For example under WindowMaker you need to put every item one by one to the x menu. No config menu's here. Also not even bash or frankly any shells besides the crippled bsh is installed by default. You need to edit all the files yourself assuming your unix literate. All just to learn it. That is crazy. Why? What a pain. Its not FreeBSD per say but unix in general that suffers from this. Linux breaks the mold. Unless you have 5 years expereince or a cs degree you can not really tune it or highly configure it. In Windows you can just point and click and all the items are in the start menu by default. There is an old saying. IF computers were airplaines the unix one would be the best. However you would need to assembly it yourself. I believe Linux took off because the distro's configure everything for you. Don't get me wrong when I say that BSD is a great server OS. I just hope debian *bsd will fix this which actually knowcked unix almost out of the workstation market. I have never used debian linux so I don't know how much is configured by default during installation. I just assume its better then the current netbsd.

  • by pHDNgell (410691) on Sunday January 20 2002, @01:57AM (#2871392)
    For the longest time, people would argue about how Linux isn't an operating system, just a kernel from which an operating system is made. Now people are going out there and taking a complete operating system, pulling a part out of it, and sticking it in the middle of what was normally a Linux distribution.

    Linux is a Kernel without an operating system. NetBSD is a complete operating system where everything is designed to work together seamlessly.

    What's next, DebiaNT?
  • by foonf (447461) on Sunday January 20 2002, @01:58AM (#2871393) Homepage
    Did they just port apt and dpkg, and put up some Debian-packaged NetBSD binaries? Or have they moved to a Sys V init system, ported the Debian administration and configuration tools, and all the other stuff that makes debian distinctive? They explicitly say that NetBSD doesn't support runlevels, and looking at the package list, it doesn't look like much of the debian tools have made it yet.

    If its just a different package system, its pointless. Less work, and more immediately useful results, would be modifying apt to work with the current binary package system (which actually does support dependencies, etc.), and the large number of binaries in this format already available.

    If not, its a more questionable proposition. Arguably, its not really BSD anymore...it runs NetBSD binaries and uses that kernel, but the userland is basically Debian, ie, just like any Linux distribution. And most people who want that should just assume use Debian with the Linux kernel, which is a far more mature combination. Yes, for VAXen, toasters, slide rules and other more arcane platforms this won't exactly work, but Debian-NetBSD doesn't seem to have package for these platforms anyway.
  • Do you care about your kernel? (Score:2, Interesting)

    by BrookHarty (9119) on Sunday January 20 2002, @02:06AM (#2871407) Homepage Journal
    I started using linux because it had the hardware support I needed, and support was 100x better. But it wasnt stable enough for my server, so I ran freebsd. But that was a few years ago. Ive always been able to explain to my friends who run BSD, that I need SMP support, so I run linux. But its also how linux has better configuration utilties and drivers. After using linux for years, I know where everything is, easy to setup and fix.

    Now, Linux is rock solid, and I get to laugh at my friends who cant X setup on thier freebsd boxes. But then, by the time a good bsd distro will be out, newer and better linux kernels will be out, with new vm's and more features.

    -
    The most exciting phrase to hear in science, the one that heralds new discoveries, is not 'Eureka!' (I found it!) but 'That's funny ...' - Isaac Asimov (1920 - 1992)
  • Transition (Score:4, Insightful)

    by tiny69 (34486) on Sunday January 20 2002, @02:10AM (#2871413) Homepage Journal
    Not too long ago, someone made the comment on slashdot about the general progression of Linux users. As a users becomes more experienced with Linux, they tend to shift from:

    Mandrake/RedHat -> Debian/Slackware -> *BSD

    It seems that Debian is going to make that last transition a little easier.
  • quiet you! (Score:1, Troll)

    by gnurd (455798) on Sunday January 20 2002, @02:18AM (#2871434) Homepage
    no linux! please leave bsd alone. we were doing just fine thank you, go make another revolution somewhere else. we dont want microsoft targeting us next. we are much happier having them use our code instead.
    • 1 reply beneath your current threshold.
  • *BSD More Secure? (Score:1)

    by ryanisflyboy (202507) on Sunday January 20 2002, @03:12AM (#2871520) Homepage Journal
    I've heard a lot of talk at the local ISP (who gave up Linux for FreeBSD) that *BSD is some how more secure (which IMHO is relative). Why would an ISP think such a thing? And, if infact it is somehow more secure, then isn't having the wonderful tools of Debian running on it very very good? Regardless, I think it's really neat to see Debian growing in all kinds of interesting directions.
  • Splintering (Score:1)

    by Alcemenes (460409) on Sunday January 20 2002, @03:13AM (#2871522)
    At this rate there will be three independant open source platforms; Linux, *BSD and Debian. I see no real problem with this but I just don't understand the point. One other question; if Debian is the most pure Linux in an open source point of view why are they porting it to a more restrictive licensing scheme?
    • Re:Splintering by cmkrnl (Score:1) Sunday January 20 2002, @09:59AM
    • Re:Splintering by The Ape With No Name (Score:2) Sunday January 20 2002, @04:52PM
    • Re:Splintering by Burnon (Score:1) Sunday January 20 2002, @05:11PM
    • 1 reply beneath your current threshold.
  • Original idea was Debian OpenBSD (Score:3, Interesting)

    by Anonymous Coward on Sunday January 20 2002, @04:39AM (#2871651)
    The original proposal was for Debian OpenBSD:

    Debian OpenBSD topic [abul.org]

    Debian OpenBSD txt [abul.org]
    • 1 reply beneath your current threshold.
  • by 8bit (127134) on Sunday January 20 2002, @08:12AM (#2871819) Homepage
    NetBSD runs on everything, right? Hardware-wise at least.

    Now Debian runs on everything? Kernel-wise at least, and with NetBSD, hardware-wise too? Freaky stuff...
  • by 3seas (184403) on Sunday January 20 2002, @09:25AM (#2871883) Homepage Journal
    I'm a bit confused here. Didn't the GNU community (what is pretty much what debian is) show it's openness to other kernels when it accepted the linux kernel while continuing on with the original GNU Hurd system? Even knowing it would slow down the progress of the Hurd?

    I'm confused because the listy of reasons seem to suggest that it was in accepting the Hurd that states Debian is open to other kernels.

    And even the Hurd is open to different micro-kernels! Mach and L4 are current micro kernel use efforts.
  • What next? (Score:2, Funny)

    by archen (447353) on Sunday January 20 2002, @10:27AM (#2872015)
    Does this mean that the "BSD is dyeing" guy is going to finally update his message to include Linux?
  • by scrytch (9198) <chuck@myrealbox.com> on Sunday January 20 2002, @12:21PM (#2872377)
    I once thought of making a Linux distro -- yeah, everyone has -- but short story shorter, I don't have that itch to scratch anymore, since I have sitting in front of me a box that's running just Win2k. I got cygwin, liked it for a while, and have grown to hate it. Slow, buggy, and now unreliable in config -- make stopped working, some weird interaction with shell quoting. Make is kinda important yunno. The DLL that every last damn cygwin program needs is also GPL'd, which ironically might violate the LGPL for a lot of binutils. Discouraging commercial apps from using cygwin might be A Good Thing anyway, since it's not a paragon of security (it uses a shm segment to keep state like fd's). So I'm switching to MinGW, which is much nicer in many ways, but it has an even worse system of distribution than cygwin's rather unimpressive kludgy installer (which for starters is impossible to use without a mouse)

    So I am wondering, what about porting something like BSD ports or Gentoo's portage or Debian's apt to MinGW? They're all ostensibly architecture-neutral, right? Personally I am leaning toward ports, because it uses the right language for dependency checking (make), it doesn't require packages (great for embryonic distros that don't have everything in packages). Portage OTOH looks like it has transactional features ports does not. I don't want to get mired in trying to design The Package System To End All Package Systems ... I would like to know if anyone else is working on such a thing for cygwin and/or mingw though.
  • Noooooooo! Stay away! (Score:2, Troll)

    by The Ape With No Name (213531) on Sunday January 20 2002, @12:40PM (#2872460) Homepage
    I am not a NetBSD user, but I love FreeBSD like Madonna loves dick. Debian's pkgs are interminably behind the curve relative to the rest of Linux-land and this would only serve to slow down NetBSD's acceptance. As far as BSDs go, NetBSD aims for hardware-indpedence/multiple platform acceptance. It is already behind the curve as far as pkgs go. The Debian "keep it stable at the cost of progress" mentality might hurt NetBSD. Please keep these people away. They might come after FreeBSD and really dick up things. Luckily, OpenBSD has Theo -- who is just plain mean as shit -- to protect the very important security work that is done over there. I don't see Hubbard as such a crusader to stop the "everything-that-is-bad-about-linux" crowd from poking their heads in.
  • So does this mean (Score:1)

    by Cro Magnon (467622) on Monday January 21 2002, @07:54PM (#2879665) Homepage Journal
    that I can use apt-get on my toaster?
  • by p24t (312611) on Sunday January 20 2002, @12:35AM (#2871193)
    Some people truly don't understand the possibilities of things like porting. Or they have no idea what porting is. Porting, in case that is the case, is making software useable to many people on different operating systems and hardware configurations. Say you want to run a program, and you're running Solaris on a SPARC. But the person who originally wrote the program wrote it for Linux, on x86. Its useful, but not to you, since you don't have what it takes to use it. Now someone comes along and ports it to Solaris/SPARC. You can now use that program. Whee!

    That is why Microsoft loses a customer base. Flexability.

    Its also what's great about various *NIX distros. If there's something you don't like about, say Suse (just as an example, I liked Suse) - but like some other things about it. Now someone else comes along with a Suse-based distro, or just another distro altogether, which has more of what you want. Switch. Simple as that. Use whatever you want, however you want. But if you make changes, especially really cool ones, let other people use them, too. That's just being nice.

    Flexability.
    [ Parent ]
    • 1 reply beneath your current threshold.
  • by horster (516139) on Sunday January 20 2002, @12:38AM (#2871201)
    is it just me or is it terribly pretentious to take the work of the NetBSD team, shove some debian/gnu stuff on top of it and call it a GNU-based operating system?
    [ Parent ]
  • by AnimeFreak (223792) <colin@@@afreak...ca> on Sunday January 20 2002, @12:40AM (#2871206) Homepage
    Buddy, the MySQL settings are probably set to a low queue limit and since the queue limit is full it is rejecting all incoming connections until a spot is availble.

    I know this from experience. They probably have set it down to a lower level because the system can't handle a higher queue level.
    [ Parent ]
  • by alfredo (18243) on Sunday January 20 2002, @12:48AM (#2871227) Homepage
    Because we can is the spirit behind all great or not so great endeavors. You can never tell what might come out of it.
    [ Parent ]
  • which piece of news do you think is more insignificant ?

    well, what's significant is that we can run NetBSD on Debian on NetBSD on Debian on NetBSD on Debian on NetBSD on Debian on NetBSD on Debian on NetBSD on Debian on NetBSD on Debian on NetBSD on Debian on NetBSD on Debian on NetBSD on Debian on NetBSD on Debian on NetBSD on Debian on . . . .

    segmentation fault. core dumped.

    Awww, shucks. I was having fun
    [ Parent ]
    • 1 reply beneath your current threshold.
  • by someonehasmyname (465543) on Sunday January 20 2002, @02:00AM (#2871397)
    "I don't think Linux" = "I don't think Linus"
    [ Parent ]
  • by WildBeast (189336) on Sunday January 20 2002, @11:50AM (#2872254) Journal
    heuh? So does Python.
    [ Parent ]
  • 28 replies beneath your current threshold.