Slashdot Mirror


Another Step Towards BSD on the Desktop

linuxbeta writes "DesktopBSD is the latest easy to install BSD aimed squarely at the desktop. Installation screen shots. From their site: 'DesktopBSD aims at being a stable and powerful operating system for desktop users. DesktopBSD combines the stability of FreeBSD, the usability and functionality of KDE and the simplicity of specially developed software to provide a system that's easy to use and install.' DesktopBSD joins the ranks of PC-BSD and FreeSBIE."

536 comments

  1. Can only be a good thing by appleLaserWriter · · Score: 1

    More BSD on the desktop can only be a good thing. Now that OS X is my primary desktop platform, I'm running into more and more BSD-Linux issues.

    1. Re:Can only be a good thing by Anonymous Coward · · Score: 0
      More BSD on the desktop can only be a good thing.

      A product in search of a customer. No one really needs or wants this...

    2. Re:Can only be a good thing by fsterman · · Score: 1

      More like OS X's bizzar ass unix-Linux issues. No, really, OS X is out there. I think what they are doing with, say, launchd is cool. They are moving most of the config files over to XML. But their documentation sucks (yes I know how man pages work) and wtf is up with FreeBSD on top of Mach?

      --
      Is there anything better than clicking through Microsoft ads on Slashdot?
  2. Re:Easy to install? by TheOtherAgentM · · Score: 1, Flamebait

    Yeah, anytime an install is black and white, then it's not easy enough for most people. My friends can't even install XP by themselves when it's NEXT the whole way.

  3. BSD v Linux by Mantus · · Score: 5, Interesting

    Could someone point me to (or post) a lowdown on the potential benefits of BSD has over linux (or vice versa) that doesn't include wild speculation and unfounded cynicism?

    Isn't a BSD distro going to be about the same as a Linux distro? Does the kernel make that big of a difference?

    Note the question marks. I am asking.

    1. Re:BSD v Linux by debilo · · Score: 2, Informative

      Please note that this is not a "distro", it's a plain FreeBSD with the addition of a graphical installer and some other nice tools.

    2. Re:BSD v Linux by wigle · · Score: 2, Interesting

      - easier to use - ports system - init scripts - easy updating with cvsup and make *world - filesystem layout - stable, secure - kernel config - separation between base system and add-on software - license

      --
      ::wigle::
    3. Re:BSD v Linux by Anonymous Coward · · Score: 1, Interesting

      Well....the license is different. (obviously)

      The hardware support generally isn't as good. The software tends to be ported from Linux or just generally cross-platform. Mostly what BSD distros offer are a different methodology, to be finely tuned to one thing(ex. security) rather than, like a Linux distro, just Linux with a roughly adapted kernel.

    4. Re:BSD v Linux by RLiegh · · Score: 1

      Unless there's something linux specific (eg the kqemu modules for qemu) I tend to stay away from Linux in favor of NetBSD. The reason for that is because on my el-cheapo HP Pavilion I can never get the linux 2.6 kernel to boot properly. I either have weird crashes that I can't tell what they relate to, or I have to boot with the usb=off (!) parameter or it will just not boot; period.

      If I use Linux, I use Debian only because it still ships with the 2.4 kernel which I can get to work (but still requires that I turn acpi off).

      Up until 5.4 I had problems with FreeBSD as well, mostly weird mysterious crashes. NetBSD, though, works great (finds my sound, etc, works well with nvidia though there's no accelleration, of course).

      If I'm not using XP then NetBSD and xfce tends to be what I use for my desktop.

    5. Re:BSD v Linux by xlr8ed · · Score: 5, Funny

      that doesn't include wild speculation and unfounded cynicism?

      You must be new here...

    6. Re:BSD v Linux by mrchaotica · · Score: 1

      And that's different from Gentoo how? ; )

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    7. Re:BSD v Linux by saleenS281 · · Score: 0, Redundant

      Well... the kernel is a good place to start.

      Although you do bring up a good point (and I'm sure I'll get modded down for pointing it out) gentoo did a great job of copying freeBSD. I personally think it was a great idea, but I'd still rather be running FBSD. I'm sure gentoo has changed since I last used it, but it was a "bad" copy of FBSD about 2 years ago when I gave it a shot.

    8. Re:BSD v Linux by Anonymous Coward · · Score: 1, Interesting

      BSD has some nice features, but I think the plethora of Linux distributions have caught up in many cases. Documentation is still far and away better organized on BSD, at least IMNSHO.

      The main difference from my POV, though, is that a lot of open source software is written for Linux first and maybe almost exclusively, using Linux-only features which promptly break on BSD without going to heroic efforts to add portability layers. It's my main pet peeve, *nix software which isn't portable. Who would have thought the OSS crowd would have forgotten that lesson so easily, now that Linux has conquered all. It's not a problem for the major packages, but the little programs that people write almost invariably port poorly.

      Just as an example, take MythTV. OK, the TV driver stuff, sure, that's clearly Linux-specific. Fine. But there's this kitchen sink approach which makes it a major undertaking to recompile the frontend on any other platform, even when the codecs themselves are portable. I think the MythTV project could use some more thought into how the different parts can be isolated into reusable components, rather than striving to integrate everything seamlessly first. But the MythTV guys are focusing on making a neat living room appliance, so I suppose it's understandable. And the underlying software architecture seems OK. I'd just like to see, you know, like a separate video server, capture server, and a scheduler server, rather than a single massive backend server.

    9. Re:BSD v Linux by fwitness · · Score: 2, Informative

      I'm not quite sure why you picked Myth as your example. Myth uses Qt, SQL, XML, and is written mostly in C++. I always thought of Myth as a wonderful example of what using standards can do. I can rarely find a good Linux program that doesn't require KDE or gnome, and requires some obscure library I've never heard of. Myth, on the other hand, runs on X alone, and a few sane dependencies.

      As to seperating the server, Myth already has seperate backend/frontend modules. It even supports multiple backends at the same time, distributing recording and plackback in a whole m->n relationship.

      I agree with all your other points, just not using Myth as an example. It ain't perfect by any stretch of the imagination, but it's an excellent example of using Linux and standards to produce something completely useful and unique.

      --
      -- I have fans? Wow.
    10. Re:BSD v Linux by alcmaeon · · Score: 2, Interesting
      "The hardware support generally isn't as good."

      I have never understood this criticism. I have never had a problem installing and using FreeBSD on any hardware I have tried it on. By contrast, I have NEVER gotten sound to work in any Linux distro on any hardware I own.

      "The software tends to be ported from Linux or just generally cross-platform."

      You must have something confused. I think the porting is in the other direction. However, FreeBSD can run Linux binaries.

    11. Re:BSD v Linux by Amiga+Trombone · · Score: 2, Interesting

      Isn't a BSD distro going to be about the same as a Linux distro? Does the kernel make that big of a difference?

      Well, since this article concerns a desktop implementations, I'd be inclined to say no, not much difference. It's probably more relevant to ask about the benefits of KDE vs, Gnome. Your average Joe user will rarely if ever open a command shell, and even if he does, most of the commands are very similar if not identical. Now for specialized applications and servers, there are probably some (marginal) advantages of one over the other, but if, like me, you only use your desktop PC as a desktop PC, KDE still looks and acts like KDE, regardless of what's running under the hood.

      On a PC I usually use Linux, because I'm used to it, and on a Mac, I use OS X, which is based on BSD. For my purposes, both are adequate. But does one have any inherent advantage over the other? None that I can tell. YMMV.

    12. Re:BSD v Linux by Anonymous Coward · · Score: 0

      Tell you what, break Python and see how well all of the FreeBSD inspired Gentoo features work.

    13. Re:BSD v Linux by Anonymous Coward · · Score: 1, Informative

      uhhh, just to let you know they are stil ditro's. There are linux distro's that only come with the kernal, a graphical installer, a GUI and some other nice tools. Not all distro's have to come with everything and anything. Yes, there are people who hate bloat, which Linux distro's are famous for them.

    14. Re:BSD v Linux by rbullo · · Score: 5, Informative
      --
      OH NOES!!! IT APPEARS YUO DO NOT HAVE ENOUGH MONEY TO PAY FOR DIS HERE PIZZA! WAHT EVER ARE YOU GOING TO DO!?!?
    15. Re:BSD v Linux by Anonymous Coward · · Score: 1, Informative

      You should try Slackware, it still ships with 2.4 and doesn't use ACPI by default.

    16. Re:BSD v Linux by Anonymous Coward · · Score: 1, Funny

      BSD is cooler because not as many people use it.

    17. Re:BSD v Linux by RLiegh · · Score: 1

      slackware's what I started on, originally. I can't stop crying when it asks me for cd #2.

    18. Re:BSD v Linux by guacamole · · Score: 1

      Where did you get the idea than ports system is easier to use than say up2date or apt-get?

    19. Re:BSD v Linux by pluggo · · Score: 1

      You haven't been able to get sound working on Linux? I remember when I had that problem, but that was in 2.0 kernel days, long before coldplug and such.

      You should try booting Knoppix. If your sound works, you know there's a driver in Linux (and there probably is). You can look at lsmod's output to see what's being loaded (your sound card module will be used by sound), then manually load the module if you don't like coldplug.

      If you can't even get it working in Knoppix, there's probably not a driver... though I have yet to run across that problem since before kernel 2.4, so if that's the case, you must have some pretty obscure/new hardware.

      --
      Pulling together is the aim of despotism and tyranny. Free men pull in all kinds of directions. It's the only way to mak
    20. Re:BSD v Linux by pluggo · · Score: 2, Informative

      Actually, in this particular case, you can fix things pretty easily. Corrupted Pythuon? Here's two fixes:

      # wget http://python.org/python-source.tar.gz
      # tar xzf python-source.tar.gz*
      # cd python-source/ && ./configure && make && make install

      -or-

      # export ROOT="/mnt/gentoo"
      # emerge -C python
      # emerge python

      * Not real URL

      --
      Pulling together is the aim of despotism and tyranny. Free men pull in all kinds of directions. It's the only way to mak
    21. Re:BSD v Linux by Anonymous Coward · · Score: 1, Informative

      > Tell you what, break Python and see how well all of the FreeBSD inspired Gentoo features work.

      Well, duh. Break *any* part of *any* library or tool that your software depends on, and see how well it works.

      What's your point? That broken software doesn't work? You're a friggin' genius, Clyde.

    22. Re:BSD v Linux by Mekanix · · Score: 2, Informative

      Could someone point me to (or post) a lowdown on the potential benefits of BSD has over linux (or vice versa) that doesn't include wild speculation and unfounded cynicism?

      I've been using FreeBSD exclusively on my Desktop for years. And I like it over any Linux-distro I've come across. Why?

      * The FreeBSD Handbook. Most (common) issues you'll ever encounter are addressed here.
      * Ports. It just works.
      * Stable. Haven't had a crash in ages that wasn't caused by overheated HW.
      * Logic. If something doesn't work out of the box and you need to go under the hood, I find FreeBSD much nicer to work with than any linux-distro I've come across.

      Now, FreeBSD isn't perfect and it's certainly not point'n'click friendly. You'll have to edit tons of config-files. And then there are some small issues that are having me looking at linux again.

      I'm "old" and tired, got a slow PC and don't really find it all that fashinating anymore to be building my own packages. It is possible to do binary upgrades on FreeBSD, but I'm always running into issues with updated ports and available binary packages are out of sync. Alas I've got to build those darn ports myself anyway. In this regard apt-get is so much better.

      Attaching mp3-player, cameras, usb-sticks, usb-harddrive have become a nightmare. For starters I can't get usb2 to work, so I can't really use my usb-harddrive. Since FreeBSD doesn't automagically make attached devices available for the users, so you'll have to dig into config-files and there I have no less than 3 different to fiddle around with (usbd.conf, devfs.conf, devd.conf). In usbd.conf it would look something like this.

      #MP3 Player
      device "MP3 Player"
          devname "umass[0-9]+"
          product 0x0301
          attach "/bin/sleep 5; rm -f /dev/mp3player; /bin/chmod a+rw /dev/da0; ln -s /d
      ev/da0 /dev/mp3player"
          detach "rm -f /dev/mp3player"

      Problem here is if I attach my mp3-player AFTER I've attached eg. my camera, /dev/mp3player would be linked to my camera instead. I've haven't been able to figure out a smart way to attach my usb-devices yet and the documentation is lacking. So right know I can only attach one device at a time.

      I think must linux-distro handles usb-devices better.

    23. Re:BSD v Linux by Aeiri · · Score: 1

      I have never understood this criticism. I have never had a problem installing and using FreeBSD on any hardware I have tried it on. By contrast, I have NEVER gotten sound to work in any Linux distro on any hardware I own.

      On my ghetto hardware (a power surge fried my surge protector, part of my motherboard, processor, and RAM, simultaneously, MemTest86 goes bonkers on it, I left it on for a week once and it still was finding errors in my RAM!), only one OS installs, period. NOT "type of" OS like GNU/Linux, but complete OS, which is Slackware Linux.

      Windows XP/2K (the only two I've tried) bluescreen during initial setup preparation. Ubuntu, KUbuntu, Fedora Core, etc all corrupt immediately, forcing me to format because the kernel doesn't boot. FreeBSD/NetBSD both freeze before the setup screen starts up. I booted into MEPIS Live CD, and copied the files to the hard drive, but after about 10 minutes of usage the entire thing crashed and burned because my computer couldnt handle the big text file the currently installed packages' information are stored in.

      Yet every time I install Slackware (a total of 8 or so times since said incident), not a single problem occurs, every program is installed perfectly, and everything runs fine.

      I guess my point is, that FreeBSD doesn't support every peice of hardware, damaged hardware isn't supported, unlike in Slackware.

      You must have something confused. I think the porting is in the other direction. However, FreeBSD can run Linux binaries.

      I think programs like KDE, Gnome, Fluxbox, XFCE, GAIM, etc are designed on Linux first, not on FreeBSD. That's why the software repository for FreeBSD is called "ports"...

    24. Re:BSD v Linux by Anonymous Coward · · Score: 1, Interesting

      That's easy. BSD is a real operating system. ;-)

      In all seriousness. Gentoo can never acheive the quality of a BSD system. Why? Because ultimately, Gentoo will always be a bunch of GNU packages plus extras hacked together with band-aids.

      BSD is the real deal. They have a whole userland tree that gets worked on specifically for it. They don't have to rely on the behavior of some twenty thousand hackish "configure scripts", because guess what? They control the rules of the game.

      While a Linux distributor would spend all day tracking patches from upstream sources, with BSD, the distributor is upstream. More often than not, that leads to better quality and integration.

    25. Re:BSD v Linux by themonkman · · Score: 1

      "I have never understood this criticism. I have never had a problem installing and using FreeBSD on any hardware I have tried it on. By contrast, I have NEVER gotten sound to work in any Linux distro on any hardware I own."

      I'm not too sure what distro's you've ran lately, but I've tested out Mandriva, Debian (Sarge), Ubuntu (Hoary), and also Suse (9.1-.3) and each and everyone detected my sound card without a hitch. It's an SB Audigy. KDE uses ARTs as it's sound management, and I've never had to fiddle with a .conf file to get it working. Old Linux distro's, of course, had issues with just about anything. The landscape has changed quite a bit since the last time you've tried it, I believe.

    26. Re:BSD v Linux by aliquis · · Score: 1

      I haven't got any problem at all installing FreeBSD on anything either, Microsofts, what are they called? Explorer mouse? Those who was red beneath, didn't worked in XFree86 for us many years ago but I don't think that have anything to do with FreeBSD.
      And also of course my Canon printer have no real drivers for it but it hasn't in Linux either (cups and turboprint can use it but I don't think any of the solutions are great.)

      ArchLinux was the last Linux dist I tried, still sucked. Can't figure out why everyone runs Linux, "piece of shit as it is" is what I'd wanted to say but I guess it's not the right thing to say here :)

    27. Re:BSD v Linux by JonnyCalcutta · · Score: 4, Informative

      You are missing the point. Linux is a kernel and each distro is a Linux based OS. FreeBSD is _not_ a kernel - it is a full operating system. DesktopBSD is not just the FreeBSD 'kernel', with a 'graphical installer' and a 'gui'. It is the full FreeBSD OS with a few extra desktop-friendly tools added (I'm not judging it, just stating what it is).

    28. Re:BSD v Linux by rpbailey1642 · · Score: 1

      You probably already know this, but on FreeBSD, in /usr/ports/emulation/qemu, if you type: make WITH_KQEMU=true install clean, it'll make the kqemu system work on FreeBSD. Unfortunately, we're still stuck on Qemu 7.0, but that'll probably change as soon as the ports freeze is over.

    29. Re:BSD v Linux by RLiegh · · Score: 1

      I recently found out that there were kqemu modules for windows and FreeBSD; but I hadn't tried the FreeBSD one out yet. How well does it seem to work?

    30. Re:BSD v Linux by eclectic4 · · Score: 1

      "On a PC I usually use Linux, because I'm used to it, and on a Mac, I use OS X, which is based on BSD. For my purposes, both are adequate. But does one have any inherent advantage over the other? None that I can tell. YMMV."

      You may be right. You and the other .01 % of the computer using populace that are in your field are probably right about that. For all "other" users, however, OS X would be a far more useful desktop environment, obviously. You see, to the other 99.9% of the computer using base, Linux is still unusable, and Windoze is still "clunky" (as a previous poster summarized)/virus/ad-ware filled, and missing an iLife like suite of free apps. So, the "the rest of us", there absolutely is an advantage of one over the other. But, thanks for your opinion nonetheless.

      --

      "The greatest obstacle to discovery is not ignorance - it is the illusion of knowledge." - Daniel Boorstin
    31. Re:BSD v Linux by The+Warlock · · Score: 1

      Or a USB sound card. It took hours of fucking with ALSA and ESD to get my Audigy 2NX working in Ubuntu, and even now, Flash crashes from time to time.

      Of course, this is more Creative Labs's fault than Ubuntu's, but meh.

      --
      I've upped my standards, so up yours.
    32. Re:BSD v Linux by theOnlyTPC · · Score: 1
      Could someone point me to (or post) a lowdown on the potential benefits of BSD has over linux (or vice versa) that doesn't include wild speculation and unfounded cynicism?

      This page has a good description of the differences between (Free)BSD and Linux: http://www.over-yonder.net/~fullermd/rants/bsd4lin ux/bsd4linux1.php. If you see those differences as benefits (I do), then give a BSD a try. If the differences just differences (i.e., they're not benefits) to you, then stick with whatever you've got now.

    33. Re:BSD v Linux by rpbailey1642 · · Score: 1

      I think it works fairly well. I run Windows 2000 inside it on a 1.4 Ghz Pentium M chip with 256 M RAM and while it does lag in places, it is more or less functional for me to use IE for my workplace's tracking system. There was an article a few weeks ago about making Windows 2000 work in low-powered machines, coupled with the QEMU Accelerated, things kicked along just fine. I wish I had some definite numbers I could give you. Pound for pound, it seems about as fast as VMWare on FreeBSD and was far less of a headache to set up.

    34. Re:BSD v Linux by Anonymous Coward · · Score: 0

      > BSD is cooler because not as many people use it.

      "So don't use BSD, kids. It will only serve to make it less cool."

      "Please, think of the kittens."

    35. Re:BSD v Linux by Junior+J.+Junior+III · · Score: 1

      The kernel may or may not make a big difference, but the licensing scheme for BSD might make a difference.

      If a big company can modify a *BSD and keep the changes proprietary and sell the closed binaries by virtue of the BSD license allowing that, do you think they'll bother with Linux, where they're forced to publish the source code for what they likely consider to be "trade secrets" and "intellectual capital"? I don't.

      BSD on the desktop could be a big threat to Linux on the desktop.

      --
      You see? You see? Your stupid minds! Stupid! Stupid!
    36. Re:BSD v Linux by rbanffy · · Score: 2, Insightful

      We could think of them as both distros. A Linux distro uses a Linux kernel and a bunch of other tools while a BSD "distro" uses a BSD base system (analogous to the GNU+Linux combo) and a little smaller bunch of user-friendly GUI tools.

    37. Re:BSD v Linux by snakeplissken · · Score: 1

      Problem here is if I attach my mp3-player AFTER I've attached eg. my camera, /dev/mp3player would be linked to my camera instead. I've haven't been able to figure out a smart way to attach my usb-devices yet and the documentation is lacking. So right know I can only attach one device at a time.
      er AFTER I've attached eg. my camera, /dev/mp3player would be linked to my camera instead. I've haven't been able to figure out a smart way to attach my usb-devices yet and the documentation is lacking. So right know I can only attach one device at a time.


      does bsd not have /proc or something similar, so you can grep for the device file?
      in linux i have a little script that parses /proc/scsi/scsi and looks for the model name of my usb stick and works out the scsi device it is assigned, this is not supposed to be necessary with newer distros using udev and hal but i've been doing this ever since i had a usb stick and a usb camera and they would get mounted in different places depending on which was plugged in first

    38. Re:BSD v Linux by shawngarringer · · Score: 1

      You're shitting me... right?

      Come on man, buy some new components. Shit, some times people on here amaize me with their stupididty. How much is your time worth? Fuck, even if you worked at Burger King you make $7 an hour. How long has it taken you to try all these different OSes? At least 10 hours, I'd be willing to bet -- 7*10=$70. So just go to work, and buy yourself a new f'ing motherboard.

      -Shawn

    39. Re:BSD v Linux by jimmyjim · · Score: 1

      I dont kno of any that are good but I do reccommend maybe googling you question.

    40. Re:BSD v Linux by bluGill · · Score: 1

      Right. Though don't assume the big company will keep the changes proprietary. Some will, but many are using BSD because they need some OS, and they don't want to deal with sending source to every slashdot fool who insists they want their exact version, nevermind it is just like what you can download elsewhere.

      We use FreeBSD here, but our changes get back into the main kernel. We are not a company in the business of selling OSes, we include the OS with our product because we need one. If we need an OS change it is because of bugs, and it is easier for us to upgrade latter if those bugs are fixed in the next version.

    41. Re:BSD v Linux by discogravy · · Score: 1

      you may want to take a look at http://www.freebsdwiki.net/index.php/USB_storage and consider giving your mountpoint a more generic name if you're going to put different devices on it (assuming that this is your problem with /dev/mp3player pointing to a camera instead of a real mp3player.)

    42. Re:BSD v Linux by naelurec · · Score: 1

      Isn't a BSD distro going to be about the same as a Linux distro?

      In the fact that the majority of the same software runs on both platforms and if you know one system you can get up to speed on the other quickly, yes, they are about the same.

      The difference (for me) comes in the execution. Here are a few things I really like about FreeBSD:

      1. FreeBSD is an operating system, not a kernel. As a result, there is a userland and tools that are apart of a base FreeBSD system that you can expect to be there on ALL FreeBSD systems.

      2. Clean separation of the OS and applications. There is a very clear distinction of what is apart of the OS and what is an application. This keeps binaries, configuration files and other elements separated on the file system and easy to find.

      3. Consistently followed file hierarchy. This ties into #2 -- the entire ports collection (over 13,000 apps last time I checked) follows the default file hierarchy of FreeBSD. As a result, everything loads and places files on the system in a consistent manner.

      4. Package management. The use of ports, portupgrade, portaudit and the pkg_* commands makes it easy to maintain, be notified of security vulnerabilities and update the applications on a given system. If an upgrade is not straight forward, the ports team will include documentation (/usr/ports/UPDATING) on the correct procedure to ensure a working system.

      5. ipfw/ipfilter .. I have never really understood iptables. ipfw and ipfilter seem much more logical and straight forward to me and as a result, as an admin, I fully understand how the firewall works and is configured -- which is important.

      6. Great documentation. The FreeBSD handbook, Absolute BSD, man pages, etc are comprehensive and straightforward. As a result, I was able to get to a point of feeling empowered with FreeBSD faster than Linux and *generally* can find answers to my problems very quickly (instead of resorting to forums or google searches). This documentation is augmented with sites such as O'Reilly's BSD site and the FreeBSD Diary.

      7. Generally pretty good hardware support. It supports what I need but my hardware requirements are pretty modest.

      8. Easy kernel config .. generally speaking, it is pretty easy to configure the kernel and update the system (within the same version (ie 4.x series)). The kernel config is a documented text file where you can comment out items you don't need, add items that you need. If you foobar your kernel (non-bootable system) it is possible to boot from your old kernel (it is auto renamed to "kernel.old") or you can keep as many kernels as you want (ie for testing purposes). If you don't want to mess with the kernel, I believe you can load all optional features as modules.

    43. Re:BSD v Linux by phoenix_rizzen · · Score: 1

      Hardware support depends on the hardware.

      For instance, the Atheros drivers are developed on Linux, yet the FreeBSD support is far superior (one ifconfig program for all wired and wireless configuration, WPA supplicant in the base system, drivers ship with the OS, etc). Getting sound working on system in FreeBSD was as simple as "kldload snd_driver; cat /dev/sndstat (to see which driver it actually uses); edit /boot/loader.conf to have it load the correct driver at boot time". Getting sound to work on Debian 3.1 required installing a newer version of the kernel, a newer version of the discover scripts, a newer version of ALSA, running through a bunch of module configure scripts, editing a bunch of files, and finally running alsaconf.

      I've also had much better luck with hardware RAID controllers (3Ware Escalade and LSI MegaRAID) under FreeBSD.

      So, it all depends on the hardware you use.

    44. Re:BSD v Linux by TheLink · · Score: 1

      "MemTest86 goes bonkers on it, I left it on for a week once and it still was finding errors in my RAM"

      Wow. A classic.

      It's called memtest86 not memfix86, fixing your RAM is not one of its features, even if you run it for a month.

      --
    45. Re:BSD v Linux by Khashishi · · Score: 1

      and that differs from a distro, how?

    46. Re:BSD v Linux by Mekanix · · Score: 1

      Thanks, but the the link doesn't help my problem.

      The problem is that the various usb-devices will have /dev/da0 /dev/da1 etc. assigned to them according to the order they are being attached.

      If I want to give non-root users rw-permission to the device, I'll have to run chmod on the device, and in usbd.conf I have (to my knowledge) no other option than to name eg. /dev/da0 explicitly. So if the device gets assigned to /dev/da1 because another device is attached, I'm out of luck.

    47. Re:BSD v Linux by Mekanix · · Score: 1

      BSD do have /proc, I just don't know how i works or whether it can be utilized.

    48. Re:BSD v Linux by MrCopilot · · Score: 1
      I must take this comment to say thank you. That was +5 informative. Cleared it all up for me.

      No thanks. I gotta compile all of my own source, I don't wanna compile everybody else's too.
      I know binary packages are available, just not as many as debian.
      Nvidia card wasted.

      I guess I still need one of those some-linux-done-me-wrong songs to play out before I'll jump in bed with the devil. Plus I dig cumpulsory sharing, It reminds me of kindergarten, teachers forcing the bullys to share their toys with the meek.

      --
      OSGGFG - Open Source Gamers Guide to Free Games
    49. Re:BSD v Linux by Aeiri · · Score: 1

      "MemTest86 goes bonkers on it, I left it on for a week once and it still was finding errors in my RAM"

      Wow. A classic.

      It's called memtest86 not memfix86, fixing your RAM is not one of its features, even if you run it for a month.


      Yeah, obviously. But it STOPS once it's finished scanning, giving you an "overall errors found". It didn't finish after a week of scanning, still finding errors.

      Not once in my post did I say "fix".

    50. Re:BSD v Linux by Aeiri · · Score: 1

      Come on man, buy some new components. Shit, some times people on here amaize me with their stupididty.

      I did, I bought a brand new laptop.

      I do 100% of my stuff on my laptop, and have my ghetto computer running Azureus 24/7 downloading shows and games using the TV out on its graphics card. It has no problems with doing that at least.

      My "stupidity" was only assumed by you, I didn't add the other facts because I didn't think they were relevant. Oh, and testing those OSs? A few clicks and the torrents are added to Azureus, and a burn to CD-RWs to see if the OS works on it. I did that because I needed something for my fingers to do while waiting on different tasks to perform on my laptop.

    51. Re:BSD v Linux by TheLink · · Score: 1

      But then why were you running it for a week when it was "still finding errors"?

      I don't know about you, but even if memtest just detects one error that is enough for me to start working towards getting the RAM replaced.

      --
    52. Re:BSD v Linux by shawngarringer · · Score: 1

      If you baught a brand new laptop, why isn't this old junker in the trash bin? Maybe you love living with piles of outdated/broken crap around. Personaly, me, I have one computer (DP G5) in my house and thats it. Wouldnt have it any other way.

    53. Re:BSD v Linux by Aeiri · · Score: 1

      Personaly, me, I have one computer (DP G5) in my house and thats it. Wouldnt have it any other way.

      Some people are different I suppose. I prefer to have a desktop style PC for all my server/media needs, so I wouldn't need to leave my laptop on 24/7.

      Plus, my laptop doesn't support TV out (or it does, and I have to buy some sort of add-on to make it work).

    54. Re:BSD v Linux by alcmaeon · · Score: 1
      Mandrake 10.x, Fedora core 2, SuSE 9.x, Gentoo (forget the version)

      I tried all these on the box and could not get sound working. On the other hand, I was able to install FreeBSD 5.x, Windows XP, and eComstation 1.2 (OS2) on the machine and have the sound work fine with all of them.

    55. Re:BSD v Linux by themonkman · · Score: 1

      How incredibly odd. What sound device are you using?

    56. Re:BSD v Linux by alcmaeon · · Score: 1

      It's a card with an AC95 sound chip. I also tried the onboard sound (also AC95) on the Shuttle motherboard, but that didn't work either. I don't recall the exact brand of the card right now and I am 500 miles from the computer.

  4. Please Take The Time to READ by Anonymous Coward · · Score: 0

    Note that in the screenshot where they ask you to take the time to read all the instructions, they didn't even take the time to read all the instructions.

    PROOF READ! TYPOS ON THE FIRST SCREEN ARE BAD!

    1. Re:Please Take The Time to READ by krunoce · · Score: 1

      I totally agree. At least proof read the instruction that says to "carefully" read "through all texts and explanations because improper settings can cause data loss." Horrible. At first I thought it was a joke.

    2. Re:Please Take The Time to READ by Anonymous Coward · · Score: 0

      I completely agree. How unprofessional is it that the very first screen I see is missing the VERB of the most important instruction. "READ". Totally turned me off right from the start.

      Not to go on a tangent, but is it just me, or does proper language communication take a backseat to pumping out crapcode? I really honestly truly though that was Microsoft's territory. Now even the OSS guys don't give a fat crap.

      "When I hit I need an object
      (Verb, hit! Hit the ball!)
      When I see, I see the object
      (Do you see that furthest wall?)

      If you can see it there, put the ball over the fence, man!
      Go ahead. Yeah, alright.
      What?! He hit it. It's going, it's going, it's gone!
      (What!)

      I get my thing in action.
      (Verb, that's what's happenin')
      To work, (Verb!)
      To play, (Verb!)
      To live, (Verb!)
      To love... (Verb!...)"

    3. Re:Please Take The Time to READ by Anonymous Coward · · Score: 0

      Now I may eat my own a$$. I misspelled the verb "thought" on the previous post.

      At least I caught it right away.

      Schoolhouse still rocks though.

      (this post brought to you after 20 minutes of intense speel-and-grandma checking)

  5. Wifi by debilo · · Score: 1

    What I'm really looking forward to is the graphical WLAN configuration tool, which apparently will allow for different profiles to be saved (not quite sure on that one, though). Also, the author told me that he'll additionally release most of his stuff as ports, so it can be used on stock FreeBSD installations too. I am very happy with that.

    1. Re:Wifi by WilyCoder · · Score: 1

      If this BSD flavor uses KDE, can't you use KWifiManager to manage your wireless stuff?

    2. Re:Wifi by TerminaMorte · · Score: 1

      KWifiManager, when I used it a few months ago, was pretty buggy. Didn't hold up to boingo or WinXP's default wireless manager. It also has trouble SETTING UP the inital connection (often you'll have to use iwconfig to set it up, and hope kwifimanager doesn't mess up your settings).
       
      It's a sad state when your only real wifi managment in linux is a few BASH scripts in your home diretory.
       
      ./work, ./school, ./home, ./friend1...

  6. Would you like a LiveCD with that? by airjrdn · · Score: 2, Interesting

    Here's to hoping there's a LiveCD version. So far, the only LiveCD that recognizes my wireless card (Broadcom in an HP laptop) is Simply Mepis.

    1. Re:Would you like a LiveCD with that? by Ours · · Score: 2, Informative
      --
      "You superiour intellect is no match for our puny weapons" - The Simpsons
    2. Re:Would you like a LiveCD with that? by airjrdn · · Score: 1

      Tried http://www.freesbie.org/ on my desktop last night. While it doesn't have a wireless card meaning I couldn't test that, I couldn't find a way to change my desktop refresh rate/resolution either. Being pretty much a Linux newbie, I don't want to have to hack up XF86Config files just to change resolutions, so I didn't do much more than check it out for a few minutes

      It did seem fairly fast, but that could have been FluxBox I think. Slax (another distro) allows you to run it entirely in RAM, something all of the LiveCD's should allow IMO. That lets you really see what they can do performance wise.

  7. Necessary? by wigle · · Score: 3, Insightful

    First of all, if you're using FreeBSD chances are you know how to configure an X11 environment. It's easy. Also, you have your choice of window managers; not everyone will choose KDE. Package management is already extremely easy with ports, especially with portupgrade. I definitely agree that FreeBSD with an official GUI would be awesome (the opposite approach of Windows, where the interface would simply be a frontend for scripts), but for a half-hearted attempt there's not much of a demographic.

    --
    ::wigle::
    1. Re:Necessary? by debilo · · Score: 5, Insightful

      What exactly makes you call this a "half-hearted attempt"? As far as I know, the author of DesktopBSD has been working on this project for months now with only little help from a few others, and he's been a victim of flames like yours above trying to ridicule his efforts several times now.

      . Until you've installed and tested it yourself, your post above is nothing more than a half-hearted attempt at a comment.

    2. Re:Necessary? by Anonymous Coward · · Score: 0, Interesting
      FreeBSD has been having big problems for several years now. All of the first tier developers have quit, leaving current development to more or less unqualified hobbyists. Do you remember Mike Smith? He was completely fed up with the monumental problems troubling FreeBSD.

      Mike walked away and never looked back. He wrote about the many problems responsible for the terminal postion which FreeBSD now finds itself. Read below, where Mike Smith gives his reasons for abandoning FreeBSD. It is a real eye-opener, and cuts to the truth (unlike a lot of the fanboy fluff which Slashdot normally publishes):

      When I stood for election to the FreeBSD core team nearly two years ago, many of you will recall that it was after a long series of debates during which I maintained that too much organisation, too many rules and too much formality would be a bad thing for the project.

      Today, as I read the latest discussions on the future of the FreeBSD project, I see the same problem; a few new faces and many of the old going over the same tired arguments and suggesting variations on the same worthless schemes. Frankly I'm sick of it.

      FreeBSD used to be fun. It used to be about doing things the right way. It used to be something that you could sink your teeth into when the mundane chores of programming for a living got you down. It was something cool and exciting; a way to spend your spare time on an endeavour you loved that was at the same time wholesome and worthwhile.

      It's not anymore. It's about bylaws and committees and reports and milestones, telling others what to do and doing what you're told. It's about who can rant the longest or shout the loudest or mislead the most people into a bloc in order to legitimise doing what they think is best. Individuals notwithstanding, the project as a whole has lost track of where it's going, and has instead become obsessed with process and mechanics.

      So I'm leaving core. I don't want to feel like I should be "doing something" about a project that has lost interest in having something done for it. I don't have the energy to fight what has clearly become a losing battle; I have a life to live and a job to keep, and I won't achieve any of the goals I personally consider worthwhile if I remain obligated to care for the project.

      Discussion

      I'm sure that I've offended some people already; I'm sure that by the time I'm done here, I'll have offended more. If you feel a need to play to the crowd in your replies rather than make a sincere effort to address the problems I'm discussing here, please do us the courtesy of playing your politics openly.

      From a technical perspective, the project faces a set of challenges that significantly outstrips our ability to deliver. Some of the resources that we need to address these challenges are tied up in the fruitless metadiscussions that have raged since we made the mistake of electing officers. Others have left in disgust, or been driven out by the culture of abuse and distraction that has grown up since then. More may well remain available to recruitment, but while the project is busy infighting our chances for successful outreach are sorely diminished.

      There's no simple solution to this. For the project to move forward, one or the other of the warring philosophies must win out; either the project returns to its laid-back roots and gets on with the work, or it transforms into a super-organised engineering project and executes a brilliant plan to deliver what, ultimately, we all know we want.

      Whatever path is chosen, whatever balance is struck, the choosing and the striking are the important parts. The current indecision and endless conflict are incompatible with any sort of progress.

      Trying to dissect the above is far beyond the scope of any parting shot, no matter how distended. All I can really ask of you all is to let go of the minutiae for a moment and take a look at the big picture. What is the ultimate goal here? H

    3. Re:Necessary? by nacturation · · Score: 1

      Maybe half-hearted is the wrong word. It's like a kid who toils for hours and pours his heart into trying to draw a portrait of someone. When he's done, it looks nothing like the person and you might call it nice to encourage the kid. But you certainly wouldn't call it a polished job. Judging solely from the screenshots, DesktopBSD looks nice... however, unlike Mac OS X, I wouldn't say it's ready to put in front of mainstream users quite yet.

      --
      Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
    4. Re:Necessary? by dknj · · Score: 1

      i was thinking the same.. all it is is freebsd with kde and x11 preconfigured. that is it. i was hoping for a radical login screen or a completely graphical boot loader. bah.

      A+ for effor though, i may see if i can help on this project.. i've had a really wicked idea for a new os based off of freebsd and this may very well be the starting point.

    5. Re:Necessary? by QuantumG · · Score: 1

      No offense or anything, but if you start a project and you don't get 20 people submitting patches in the first month you might as well stop.

      --
      How we know is more important than what we know.
    6. Re:Necessary? by mcbridematt · · Score: 1

      "Oh, if you installed X you should be abel to configure Y easily".

      "Stop whinging about X and fix the bloody thing!"
      (hint: JWZ and ALSA comes to mind. Not his fault that ALSA is a piece of sh!t to configure)

      "Just login at the terminal and run tar -jxvf reallysimplesoftware-0.54.tar.bz2 and edit the makefile to make sure installing reallysimplesoftware won't prevent you from using HalfDecentWordProcessor1.0".

      No wonder we don't have Open Source Desktop. I don't care if open source environment X is running on BSD, Linux, Windows, whatever, no one seems to be able to think about poor old grandma. Did I mention poor old grandma is on the other side of the planet?

      I'd rather tell people to buy a lousy Dell with preconfigured software and a recovery CD than tell people to do any of the above.

    7. Re:Necessary? by Anonymous Coward · · Score: 0

      I agree. I don't really care what my grandma, my ma, my pa, or anyone else uses. As long as it works for them. In fact, I steer clear of computer topics with relatives and family members. I have enough problems of my own to deal with. I don't want them calling me up with theirs. For most people, going down to Best Buy and picking up one of their cheap preconfigured "disposables" is the way to go.

    8. Re:Necessary? by poot_rootbeer · · Score: 1

      First of all, if you're using FreeBSD chances are you know how to configure an X11 environment. It's easy.

      1. What about people who AREN'T using FreeBSD yet? That seems to be the target market for this new distro.

      2. If configuring an X11 environment is so easy, then make the frickin' computer do it for me. Don't waste my time on it.

  8. FreeBSD spin-off by thanjee · · Score: 1

    Of recent there seem to be a growing number of projects that endeavour to make FreeBSD prettier/easier to install. I personally would like to see this kind of development become part of FreeBSD, and keep everything together and fully integrated. That I believe is one of FreeBSD's greatest strengths.

    --
    Saying your OS is the best because more people use it is like saying MacDonalds make the best food
    1. Re:FreeBSD spin-off by debilo · · Score: 1

      I am sure that if those tools/additions prove to be useful and stable, they'll eventually find their way into the official FreeBSD tree.

    2. Re:FreeBSD spin-off by drmerope · · Score: 1

      Only if you have a plan for incrementally changing FreeBSD. I don't think it likely that they'll accept sweeping changes from someone without a reputation yet.

      One of the consequence of having a reputation for stability is a reluctance to betray the user community with inadequately reviewed ideas.

    3. Re:FreeBSD spin-off by Anonymous Coward · · Score: 0

      make FreeBSD prettier/easier to install. I personally would like to see this kind of development become part of FreeBSD

      Any one who needs this is a beginer and would be probobaly taking his first steps in the BSD world...given time he would either move into FreeBSD itself or just remain a normal user.

    4. Re:FreeBSD spin-off by phpCypher · · Score: 0

      I agree with this wholeheartedly. However, the benefits of having a distro that simplifies installation would be a good ice breaker for Linux only fans, as well as the curious Windows user. The first thing I thought would maybe this would be an integrated port in FreeBSD, as opposed to being a whole different distro. /usr/ports/X11/desktopui or similar ? I'd hate to see Free go the route of Linux distro hell ;)

      --
      ~darkness_falls
  9. Funny installation steps by ReformedExCon · · Score: 2, Insightful

    It's great how the fancy graphical installation screen crashes back to an ugly terminal font in Screen10. It kind of throws off the whole good vibe that I'd been getting during the previous steps. Also, why is there a Next button active when the installation script obviously wants me to press Reboot? Strange, to say the least.

    But when it comes down to it, installation is only the gateway to the system. It isn't the system itself. MacOS could have the world's worst installation system, but the OS itself runs so nicely that people just love to be running it.

    There should be no "Configure my Installation" step. It should choose a default "best-fit" confiuration based on the detected hardware (mostly screen resolution) and leave any further customization to the user to do later. It is more important to have the system up and running than to have it customized just so.

    And in the end, you're still dealing with BSD, which is great if you're running a server, but sluggish (response times to system interrupts is slow, compared to Windows and MacOS) when running in a user-centric scenario.

    I installed FreeBSD previously and didn't have any trouble there. The questions were just as straightforward as this installer and within an hour I had a full BSD installation with graphical interface to boot. It wasn't "ready for the desktop" in any sense of the term, though, unfortunately.

    --
    Jesus saved me from my past. He can save you as well.
    1. Re:Funny installation steps by vga_init · · Score: 4, Informative
      It's great how the fancy graphical installation screen crashes back to an ugly terminal font in Screen10.

      That's the bootloader, you nut. Even Fedora Core's bootloader uses that "ugly terminal font," just with different colors. Windows NT/2000/XP's bootloader looks like that too (and if you push the right buttons while booting your Mac, you'll get (you guessed it) a text-mode command prompt/boot loader (ie openfirmware). As with OpenFirmware, the FreeBSD bootloader can be configured silent so as not to display that menu). Sheesh. We give you KDE and you give us this hogwash about our installer. >:(

    2. Re:Funny installation steps by ReformedExCon · · Score: 1

      quote
      We give you KDE and you give us this hogwash about our installer. /quote

      I thought I also gave some other opinions besides that.

      But if this is "Desktop BSD", why would you want your users to see the bootloader? Jump as quickly as possible to the GUI and let your users have at it. When I boot my WinXP box I don't see a long string of boot messages, I see a splash screen. Yes, I can get Windows to boot to the Safe Mode selection screen, and if I was so inclined I could even have the bootloader come up with multiple OS boot options. But I don't need that because I am running as a single user on this Desktop Machine.

      Let me figure out what I want to do. Just dump me to the OS in a usable state and I can figure out what to do from there.

      --
      Jesus saved me from my past. He can save you as well.
    3. Re:Funny installation steps by Fweeky · · Score: 4, Interesting
      "And in the end, you're still dealing with BSD, which is great if you're running a server, but sluggish (response times to system interrupts is slow, compared to Windows and MacOS) when running in a user-centric scenario."
      I'm sorry? I run both Linux, FreeBSD and WinXP desktops on a variety of hardware; "sluggish" isn't what I'd call FreeBSD. It plays a mean game of UT2004 too.
    4. Re:Funny installation steps by Fweeky · · Score: 2, Interesting

      Funny, when I'm booting Windows, I often find myself wishing it was more like *nix in booting, so I could actually, you know, *see* whatever the hell it does while booting up. Make slow bootups and breakages that bit easier to debug. Given that it's about the most fragile time in any OS, I like a bit of commentary.

    5. Re:Funny installation steps by Anonymous Coward · · Score: 0

      It's great how the fancy graphical installation screen crashes back to an ugly terminal font in Screen10.

      That's the bootloader, you nut.

      No, that's not the bootloader...

      Let me guess - IT major?

    6. Re:Funny installation steps by Chordonblue · · Score: 1

      "Funny, when I'm booting Windows, I often find myself wishing it was more like *nix in booting, so I could actually, you know, *see* whatever the hell it does while booting up."

      Uh, you can - simply F8 and read the options at boot time. You can watch a lot of that going on in Safe Mode - more if you enable boot logging. The idea behind MacOS and Windows is that 95% of the users out there could care less about the technical side of things. Command line scares the crap out of techno-phobic people.

      --
      "...Well, there's egg and bacon; egg sausage and bacon; egg and spam; egg bacon and spam; egg bacon sausage and spam..."
    7. Re:Funny installation steps by toadlife · · Score: 1

      I agree. My desktop is FreeBSD. I don't see this "sluggishness" mentioned.

      I even benchmarked a couple of games in FreeBSD and Windows...and FreeBSD ran some of them *faster*.

      http://toadlife.kicks-ass.net/bsdvswindows/

      --
      I don't always use unix-like operating systems; but when I do, I prefer FreeBSD.
    8. Re:Funny installation steps by Kjella · · Score: 1

      Funny, when I'm booting Windows, I often find myself wishing it was more like *nix in booting, so I could actually, you know, *see* whatever the hell it does while booting up.

      You're the kind of person who just *has* to watch the creepy part of horror movies, even though you know it'll give you nightmares, aren't you? Anyway, there's a time and place for it. When I'm not "debugging" it, I don't want to see it. For 95% of the people, that's 100% of the time. For 5% of the people, that's 95% of the time. And those few times you can hit some button, or set some setting to make it show the boot log, yes?

      Kjella

      --
      Live today, because you never know what tomorrow brings
    9. Re:Funny installation steps by ReformedExCon · · Score: 1

      Sluggishness is not a speed issue, it's a response time issue.

      The specific thing I can point to is how it takes a moment before the mouse pointer starts reacting to the mouse movement interrupt. Also, keystrokes are slow within the GUI.

      On the CLI, there is no significant delay, but within the GUI (KDE or Gnome) there is a split second delay before things start reacting to user input. Contrast that with either Windows or MacOS where the response time to device events is unnoticeable.

      It's not a matter of running things faster, which I'm sure BSD is able to do. It's a matter of handling interrupts quickly enough that there is no perceived sluggishness.

      You can blame the window manager for FreeBSD all you want, but if you consider the GUI to be part of a "Desktop OS", then this is an issue that should be dealt with.

      --
      Jesus saved me from my past. He can save you as well.
    10. Re:Funny installation steps by value_added · · Score: 1

      Funny, when I'm booting Windows, I often find myself wishing it was more like *nix in booting, so I could actually, you know, *see* whatever the hell it does while booting up.

      Add the /SOS switch to your boot.ini. You'll get a some screen output. Hardly informative or useful, but it's something, I guess.

    11. Re:Funny installation steps by Fweeky · · Score: 1
      "On the CLI, there is no significant delay, but within the GUI (KDE or Gnome) there is a split second delay before things start reacting to user input."
      Nope, sorry, I don't see that; FreeBSD's as responsive as any other system I've used, even under load. Unless you're running a debug kernel on a 386 with a software mouse pointer, or have some freakish superhuman reaction times that makes 100fps look like a slide-show, your experience seems somewhat baffling. If FreeBSD were this slow to service interrupts, things like disk IO and network latency would suffer too; instead I get sub-1ms response times over GigE, and my mouse pointer is smooth as silk.
    12. Re:Funny installation steps by fnj · · Score: 1

      Dude, I'm afraid your installation didn't work out very well (it happens). Nobody else is seeing this "delay". What is your hardware? Are you sure you haven't enabled some unsatisfactory visual "effects"? Do you maybe have a battery operated wireless mouse? I do, and if you haven't touched it in a while, yes, it takes a split second to wake up and respond.

    13. Re:Funny installation steps by toadlife · · Score: 1

      You we're probaly just missing Option "RenderAccel" "true" in your X config file.

      --
      I don't always use unix-like operating systems; but when I do, I prefer FreeBSD.
    14. Re:Funny installation steps by ReformedExCon · · Score: 1

      It's a USB mouse routed through a USB keyboard, if that makes any difference. I thought it might be visual effects, so I removed any that were set.

      Nothing helped. So I went back to Windows, old reliable, so to speak.

      --
      Jesus saved me from my past. He can save you as well.
  10. Convince me by sabio · · Score: 1, Interesting

    I am open to trying new technologies and I wouldn't mind playing with the new mac os. However I need some more convinceing to go after an opensource BSD distro. I think I'd rather try other flavors of linux before taking BSD for a spin, we all know there's plenty to choose from.

    1. Re:Convince me by Elshar · · Score: 2, Insightful

      No, noone is going to convince you. This isn't a sales pitch. (Why was that moded interesting? Its not).

      Also, BSD is NOT linux. Read for yourself what they do. Here they are.

      http://www.freebsd.org/
      http://www.openbsd.org/
      http://www.netbsd.org/

    2. Re:Convince me by sabio · · Score: 1

      I didn't say BSD was linux, I said I'd rather play with other flavors of linux than look at BSD. You should try to tone it down a bit, I was just trying to get some insight from the BSD users of the group as to why they felt BSD was better than linux.

    3. Re:Convince me by nacturation · · Score: 1

      I didn't say BSD was linux, I said I'd rather play with other flavors of linux than look at BSD. You should try to tone it down a bit, I was just trying to get some insight from the BSD users of the group as to why they felt BSD was better than linux.

      You effectively said "I'd much rather go look at other Linux distros, but maybe... if someone convinced me enough... I just might try your operating system." BSD has a strong culture of RTFM. The comparisons between Linux and BSD have been made time and time again -- just go back and read a bunch of the BSD section stories where the comparisons are made. And if you still want to be sold, go and check our the respective BSD websites... after all, what better objective source is there? :)

      --
      Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
    4. Re:Convince me by Anonymous Coward · · Score: 0

      Well yes BSD does have a strong culture of RTFM, but so does linux. For your information, sites like PC-BSD and DesktopBSD are trying to change that. They are trying to create a nice and relaxed community that wants to help people get into BSD. Lets face it, reading the Man pages is like smashing your head against the blade of an axe, i.e. very painful. That goes for Linux and BSD and this guy sound like he hasn't used either of them. He's new to this whole thing so why don't you cut him some slack.

  11. This is what they got right... by bogaboga · · Score: 1, Flamebait
    ...Just one thing and that is KDE! You may take this as a troll but as things stand now KDE offers a better Desktop Experience and with KDE 4.0 along the way with its superkaramba and improved performance, that experience can only get better. You have my compliments DesktopBSD.

    The DesktopBSD pot would be better if they adopted autopackage so that all those packages can be fully portable.

    1. Re:This is what they got right... by fracex · · Score: 1

      Saying that KDE is a better desktop experience than Gnome (okay you didn't mention it, but it's implied) is a bunch of crock. It's all relative to who's using it. I'll take Gnome as the better desktop experience anyday, but that's just me, opinions differ. But I don't make statements implying that gnome is the end all and be all.

    2. Re:This is what they got right... by RLiegh · · Score: 1

      On a low memory system I wouldn't touch either one. I only have 256 megs of ram so I stick to lighter enviroments (right now I'm using xfce4).

      Mind you, that's just me, and all of the desktops have varying merits and someone should try all of them before settling on one.

    3. Re:This is what they got right... by fracex · · Score: 1

      Maybe, I'm a masochist (however I *really* don't think I am) but I use gnome on 256 megabytes of ram quite happily. Not to mention a 600 MHz processeur . On top of that, I've had friends who are your usual Windows XP user, with a machine that easily trumps mine in specs, comment on how fast it is.

    4. Re:This is what they got right... by bogaboga · · Score: 1

      I wrote that comment but I agree that it depends on the user. Everything is relative,. I will just mention some problems I find with KDE.

      =>> I cannot have my devices mounted and unmounted on the fly in KDE without some form of hack!

      =>> Getting my fonts correct without manually editing the configuration file of X11 is not possible. Before you draw conclusions on this one, keep in mind that to get my fonts the way I need them, I must tell the system my monitor size manually. KDE is always picking the wrong one.

      =>> Konqueror has all these tool-bars by default! Why? They eat up my real estate.

    5. Re:This is what they got right... by evilviper · · Score: 1

      Yes, everything is relative. Even on top-of-the-line systems, I use Blackbox (or one of the improved clones) and still try to stick with GTK1 apps, because GTK2 is just so heavy.

      Unlike most, I get a lot done, and don't wait for applications (Firefox being the sole exception).

      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    6. Re:This is what they got right... by Anonymous Coward · · Score: 0

      Why is this insightful

    7. Re:This is what they got right... by Kethinov · · Score: 2, Interesting

      Well I know you're opening up the whole KDE vs. GNOME can of worms, but I don't think you're a troll. I think it's actually worth discussing again, and again, and again... :)

      Anyway, I'd tend to disagree with you. I think right now GNOME is the better of the two, however I would have agreed with you last year.

      Basically as it stands, all the best apps are GTK apps. If you want to run a fully native desktop, you're only gonna do that in GNOME. Whenever I use KDE, I find myself enjoying it as a desktop, but hating it as a toolkit. And I always find myself running GTK apps, like Firefox, GAIM, X-chat, Evolution/Thunderbird, the list goes on.

      Now I do like a lot of QT apps. I personally think Konqueror is very nice, even though I hate the defaults. I also *love* k3b and some of the smaller KDE apps like kdf.

      That said, neither is perfect. But I think GNOME is improving faster than KDE. KDE is bloated, it has poor defaults, and QT is uglier than GTK (QT has too many borders! too many borders!). And GNOME is too lacking in features. Well, each release of GNOME goes a long way towards solving its features problem. Each release of KDE does little to solve its bloat, poor defaults, and ugly QT.

      Given that GNOME is cleaner, better looking, better defaults, is constantly tackling its weak spots, and most good apps are GTK, I can easily see why most distros push GNOME.

      But again, it's all personal preference. Both GNOME and KDE are fantastic projects and I wish distros didn't push one or the other but supported them equally. I use Fedora and personally I think Fedora's KDE support is excellent even though it defaults to GNOME.

      Anyway, I'll get back to coding in Kate and chatting on GAIM whilst browsing with Firefox in GNOME while burning a dvd with k3b... Unix desktops are not as simple as one DE, one toolkit, one kernel.

      --
      You're right, I wouldn't steal a car. But if it were possible, I sure as hell would download one!
    8. Re:This is what they got right... by Anonymous Coward · · Score: 0

      =>> I cannot have my devices mounted and unmounted on the fly in KDE without some form of hack!

      Try using the 'media:/' kio-slave. For me it will allow me to mount and umount my devices (even external usb drives like my H320). You may need udev for this to work though.

      =>> Getting my fonts correct without manually editing the configuration file of X11 is not possible. Before you draw conclusions on this one, keep in mind that to get my fonts the way I need them, I must tell the system my monitor size manually. KDE is always picking the wrong one.

      Can't help you with this one, I've never had any experience with having to edit font stuff. I'm not sure how that relates to KDE.

      =>> Konqueror has all these tool-bars by default! Why? They eat up my real estate.

      Thats only the default, you can edit it all you want. I think in KDE 3.5 or maybe even in 3.4.2 they have reduced the amount of icons on the toolbars.

    9. Re:This is what they got right... by Anonymous Coward · · Score: 0
      Firefox can be built with GTK1 too, just add
      ac_add_options --enable-default-toolkit=gtk
      to your mozconfig. Unfortunately, it doesn't offer much of a speed improvement.
    10. Re:This is what they got right... by bogaboga · · Score: 1
      > And I always find myself running GTK apps, like Firefox, GAIM, X-chat, Evolution/Thunderbird, the list goes on.

      Since when has Firefox been a GTK application? Just because it can be built with GTK support (and sometimes is), does not make it a GTK application. So meny apps can be built with GTK support but this does not make them GTK apps. Got it?

    11. Re:This is what they got right... by OmniVector · · Score: 1

      It means they are rendered with the GTK Toolkit. That makes them GTK apps.

      --
      - tristan
  12. BSD or KDE? by vandan · · Score: 4, Interesting

    Screenshots are great, but only when they're relevant.

    People who are keen enough to be interested in BSD will already know what KDE looks like. It would be far more instructive to show screenshots of things that are unique to this particular distribution of BSD. How about showing the GUI tool for software installation, or samba configuration, or something.

    All I know now is that BSD runs KDE ... and I knew that before I looked at the screenshots.

    I like the KDE background, though ;)

    1. Re:BSD or KDE? by setagllib · · Score: 1

      Well, actually, they did show their configuration and installation tools. Stop trolling. Don't just assume that every 'Screenshots' page is the same.

      --
      Sam ty sig.
  13. Re:Mirror by Anonymous Coward · · Score: 0

    stfu. mod parent and grandparent down. that's just sick.

  14. Re:Why Linux? by Anonymous Coward · · Score: 0

    Why would you want to run this stuff when you can run OpanBDS Open Source? OpanBDS lets you change the programs to do whatever you want: web browser doesn't support cookies? easy fix.

    Every morning when I'm rebooting my OpanBDS system I thank Theo for writing these good programs.

  15. Been there, done that, got the T-shirt by Neo-Rio-101 · · Score: 1, Insightful

    I tried FreeBSD as a desktop OS for a while until I realized:-

    * My GPU isn't going to get supported on BSD in this lifetime.
    * Recompiling KDE from ports when a new version comes out is not fun.

    It's OK I suppose if you use packages for everything and don't really need any graphics capabilities.

    --
    READY.
    PRINT ""+-0
    1. Re:Been there, done that, got the T-shirt by Elshar · · Score: 1

      1) depends on your video card. I do believe that nvidia does release drivers every 6 months, and I could've swore I heard that the newer radeons just got supported as well.

      2) pkg_add -r

    2. Re:Been there, done that, got the T-shirt by Anonymous Coward · · Score: 0

      * Recompiling KDE from ports when a new version comes out is not fun.

      pkg_add -r portupgrade
      portupgrade -PPa

    3. Re:Been there, done that, got the T-shirt by TrekCycling · · Score: 1, Flamebait

      The killer for me was installing OpenOffice from ports. Talk about painful. Between that and the lack of Java support, I didn't last long on FreeBSD. Nice idea. Pretty nice kernel (minus the threading issues). But overall not for me.

  16. Stop it! by vga_init · · Score: 1

    We don't need anymore forks of our favorite BSD projects. They're complete and perfect on their own, thank you! One of the classic benefits of BSD was that there were very few systems to choose from. The uniformity of the systems and cooperation within the projects was legendery (with some exception). All of these spinoffs of FreeBSD are making me nervous. I don't want it to go all linux on me. :-/ I have a hard enough time as it is distro hopping. When will the madness end?

    1. Re:Stop it! by mrscorpio · · Score: 1

      It doesn't seem to be a "fork", just a bundle of good stuff for an existing base (FreeBSD). Kinda like Texstar packages for Mandrake, before Texstar started his own distro and before Mandrake was Mandriva, of course :)

    2. Re:Stop it! by Anonymous Coward · · Score: 0

      hey I know what you mean. I usually use FreeBSD for multiserver purposes, and it does an excellent job over the linux kernel in performance. All the morphing of FreeBSD into other types makes me uncomfortable. It's like it's not the same, especially for the developers and hackers like us who like handling and tweaking the source, and not having a gui covering up the warnings. I guess I am okay with dragonflyBSD (havent tried it), and I like Mac OS X. There is a big difference between the stuff that does the dirty work behind Mac OS X, known as Darwin, and a FreeBSD release, which is why I think OS X has greater preference over using FreeBSD as a desktop.

      MHO.

    3. Re:Stop it! by vga_init · · Score: 1
      It doesn't seem to be a "fork", just a bundle of good stuff for an existing base (FreeBSD).

      Oh, okay. But you recognize my concern, right? ;-) These alternative distribution still give me the heebie-jeebies.

    4. Re:Stop it! by atomic-penguin · · Score: 1

      They're complete and perfect on their own, thank you!

      This must be a definition of "complete and perfect" of which I am unaware.

      --
      /^([Ss]ame [Bb]at (time, |channel.)){2}$/
    5. Re:Stop it! by vga_init · · Score: 1
      This must be a definition of "complete and perfect" of which I am unaware.

      Maybe when you have children, a spouse (maybe both), or a special pet, you will be more aware of this definition. :-)

      I propose no absolute criteria for perfection and offer the title on purely subjective terms. In an absolutist sense, you're right.

    6. Re:Stop it! by saskboy · · Score: 1

      "All of these spinoffs of FreeBSD are making me nervous. I don't want it to go all linux on me. :-/ I have a hard enough time as it is distro hopping. "

      That's what makes me nervous too, and I think stops more widespread adoption of Linux, is that there are too many distributions. People are trained to know that Mac software doesn't run on Windows, and Windows doesn't run on Linux, but when they hear that there are 100 versions of Linux, then they are concerned that a program they get for "Red Hat" might not work for "Mandriva".

      --
      Saskboy's blog is good. 9 out of 10 dentists agree.
    7. Re:Stop it! by vga_init · · Score: 1
      they are concerned that a program they get for "Red Hat" might not work for "Mandriva".

      What makes matters worse is that it's not a clear yes or no. It comes down to terms such as it might work, should work, or probably won't work. Incompatibilities can either be blatant, nonexistent, or sinisterly lurking someplace from which they can leap out and bite us in the bum later.

      We know that basically the same software is available for all of linux, but the packaging and distribution puts some compatibility issues not on the source (which I think stays very true), but on the end product. It is a difficulty of running linux, but, in a sense, FreeBSD also falls into this group. Most of the selfsame software is also available for FreeBSD with similar strings attached.

      With open source, it's both a blessing and a curse, though I personally have always found FreeBSD's ports to be more or less a safe haven from that jungle. Mmmm...ports.

    8. Re:Stop it! by Digital+Pizza · · Score: 1
      Agreed; the situation is very bad - I peronally consider it dire - with commercial software. A lot of commercial apps only support a very short list of distributions, and versions within that distribution; if you wish to use another distro, or even stay up to date with the latest verision, then you'll lose support. That can be a very big deal.

      Were I work there are a lot of Linux boxes, commonly runnng some version of Redhat, with scientific instruments attached. The software for those instruments is closed-source and proprietary, and tied to a specific version of Redhat. Upgrading is a huge gamble and as a result, we have lots of Redhat 7.x - Redhat 9 boxes that cannot be upgraded! The labs are completely at the mercy of the vendors; there's either no competetion, or the competition does the same thing.

      The Sun and Windows boxes don't suffer from this nearly as much; Solaris and Windows have both retained remarkable binary compatability with past versions over the years, so the vendors are willing to support more versions and those systems can be kept up to date.

      Whining about open source instrument software is pointless; it doesn't exist, and the science must be done.

      If Linus & Co. don't get over their aversion to maintaining binary compatability, Linux's growth in the business sector will be stunted.

      --
      We apologize for the inconvenience.
    9. Re:Stop it! by superpulpsicle · · Score: 1

      Out of all the os, it's crazy that you picked solaris and windows as the posterchild for retaining binary compatibility.

      If there is a rpm with no dependencies, it will run on any linux version. For solaris, there would have been a sol8,sol9,sol10 version. For windows, there would have been a XP,2000 version. You might have meant dependencies instead of binary compatibility.

    10. Re:Stop it! by Anonymous Coward · · Score: 0
      If Linus & Co. don't get over their aversion to maintaining binary compatability, Linux's growth in the business sector will be stunted.

      The problem, honestly, is with the glibc folks. They apparently don't care much whether statically linked binaries break or not (even when you "statically link" glibc, the modern versions still depend on dlopen()'ing various .so files, so no, you haven't really "statically linked" anything). It's a tough world on Linux when you can't ask the end user to just relink the application (i.e., if you're trying to sell a proprietary app).

      I work for a company that sells a Linux version of our software (and various other versions for UNIX derivatives) and this has been a constant problem for several years now.

    11. Re:Stop it! by _Sharp'r_ · · Score: 1

      Since this is a FreeBSD thread...

      Have you tried installing a FreeBSD server and then seeing if your proprietary stuff will run ok using Linux Compatibility mode?

      Might be a way for you to stay up to date with your OS and still run compatability for older Linux kernels. It's not like you can't run binary compatible stuff for older versions of FreeBSD and Linux on a current FreeBSD box.

      Might at least be worth a try.

      --
      The party of stupid and the party of evil get together and do something both stupid and evil, then call it bipartisan.
    12. Re:Stop it! by Digital+Pizza · · Score: 1

      Boy, do you have things backwards.

      --
      We apologize for the inconvenience.
    13. Re:Stop it! by aztracker1 · · Score: 1

      Can't speak for desktop bsd, but have used pc-bsd for a while now, and will submit that it *IS* FreeBSD, just with some additional packaging, you can still use ports/packages from the freebsd tree, in fact, that is where it pulls from.

      It's not nearly as much a fork as a different installer.

      --
      Michael J. Ryan - tracker1.info
    14. Re:Stop it! by vga_init · · Score: 1
      Thanks for the reply. I haven't used PC-BSD, but since you have, perhaps you could also tell me of whether or not the base (world + kernel) is 100% FreeBSD compatible?

      Back when I used FreeBSD, I would routinely update my system via CVS. I do not know how one goes about upgrading PC-BSD to new versions, and as far as I am aware CVS was the only way to get the latest version of FreeBSD without reinstalling.

    15. Re:Stop it! by aztracker1 · · Score: 1

      AFAIK it would be the same, basically the PC-BSD takes the base package and adds the x11 & KDE packages on top of it, with a nice installer (nicer than freebsd's imo), and an installer system for precompiled packages (similar to a cross between osx's app folders, and windows add/remove programs system). Works pretty nice, though having a base of java, python, and mono with it would be a nice thing for developers imho.

      --
      Michael J. Ryan - tracker1.info
  17. Re:Too bad, fragmentation of FOSS Desktop efforts by mrchaotica · · Score: 3, Interesting

    It would also help if we worked harder on well-defined and standardized APIs, so that it would be easier to get things working with each other. For example, a standardized hardware configuration API would help make "control center" type apps a lot easier to make, etc.

    --

    "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

  18. Re:Too bad, fragmentation of FOSS Desktop efforts by QuantumG · · Score: 1

    If that's your goal then you should pick up the latest KDE tree, apply styles and change code so that your desktop environment looks 100% like Windows XP short of the logos. Users simply will not learn a new system.

    --
    How we know is more important than what we know.
  19. SMP? by Anonymous Coward · · Score: 0

    Does it support the SMP version of xterm?

  20. Re:Too bad, fragmentation of FOSS Desktop efforts by compass46 · · Score: 5, Funny

    We're all on the same team -- only if we FOCUS our efforts into the OS with the best chance (Linux) can we defeat the DRM-infested, money-grabbing proprietary OSs like M$ Vista and Apple OS X.

    Must start using the one true F/OSS operating system... Oh wait, screw that. I like my BSDs here. Reason #1 why I use FreeBSD over Linux, I just want a Unix-like OS without a revolution packaged with it. Talk about bloat. :)

  21. While we're on the topic... by rdwald · · Score: 1

    Vi or emacs?

    1. Re:While we're on the topic... by RLiegh · · Score: 1

      Nano. ;)

    2. Re:While we're on the topic... by Anonymous Coward · · Score: 0

      No, no, no

      pico!

    3. Re:While we're on the topic... by Creepy+Crawler · · Score: 1

      What?! No edlin through dosemu?

      --
    4. Re:While we're on the topic... by RLiegh · · Score: 2, Funny

      Of course not! It's not the standard text editor!

    5. Re:While we're on the topic... by aurb · · Score: 1
    6. Re:While we're on the topic... by Anonymous Coward · · Score: 0

      nano is pico, but smaller and with more features.

      pico is dead.

  22. Dammit, and I just bought a Mac! by FFFish · · Score: 1

    Does this mean I should have bought a nice little Toshiba Satellite (they're damn near giving them away these days!) and installed DesktopBSD?

    Grr.

    --

    --
    Don't like it? Respond with words, not karma.
    1. Re:Dammit, and I just bought a Mac! by Anonymous Coward · · Score: 0

      You're making the rest of us Mac users look bad.

    2. Re:Dammit, and I just bought a Mac! by Anne+Thwacks · · Score: 1
      No. You should wait for the launch of "LaptopBSD".

      Actually, the perfectly ornery FreeBSD worked fine on my Tosh till I sold it. Perhaps it I had said it was a Mac I would have got more money for it!

      --
      Sent from my ASR33 using ASCII
  23. It's the year... by crimson_alligator · · Score: 0, Flamebait

    ...of BS on the desktop!

  24. Can you say "single point of failure"? by RLiegh · · Score: 1

    Frankly, I'm having one bad experience with Linux after another since 2.6 came out. I think that, just like everything else, a software project hits it's zenith and then "jumps the shark" as it were. I'll keep trying but it's my opinion that Linux made that leap.

    Mind you, as the recent problems with the 5.x FreeBSD series shows, this isn't just a linux problem. So, in my mind, the more choices we have available to us, the better off we are when the OS we use is reduced to chum in the water.

    1. Re:Can you say "single point of failure"? by billybob2 · · Score: 1

      Mind you, as the recent problems with the 5.x FreeBSD series shows, this isn't just a linux problem. So, in my mind, the more choices we have available to us, the better off we are when the OS we use is reduced to chum in the water.

      However, the more OS choices/forks there are, the less likely that all the fixes will get merged into any *single* OS. So users will encounter some errors no matter which OS they use, which is not optimal for the user.

      The best solution is to stick with the FREE OS that has the best chance of survival (Linux), and if you hit a showstopper, help out and fix it :) Even if you're not a programmer, you can still email maintainers, fill bug reports, and offer to test out patches on your machine.

    2. Re:Can you say "single point of failure"? by Anonymous Coward · · Score: 1, Informative

      [i]The best solution is to stick with the FREE OS that has the best chance of survival (Linux), and if you hit a showstopper, help out and fix it :) Even if you're not a programmer, you can still email maintainers, fill bug reports, and offer to test out patches on your machine.[/i]

      Thanks, but if I wanted to stick with a crappy operating system that has 'the best chance of survival' a company in Redmond puts something out that might be construed as an Operating System if you were drunk enough. So I'll just take the risky option of Mac OS X on the 'desktop' and FreeBSD for my servers.

    3. Re:Can you say "single point of failure"? by halber_mensch · · Score: 1

      However, the more OS choices/forks there are, the less likely that all the fixes will get merged into any *single* OS. So users will encounter some errors no matter which OS they use, which is not optimal for the user.

      OK, BSD is another choice for users, and choices and forks are bad things for users. Well obviously Linux must be superior. Let's go install one! The choice should be simple, since Linux apparently follows this theory and there are few or no variations, right? So what should I install?

      A Debian system - Adamantix? Amber? ASLinux? Debian? Gnoppix? Guadalinex? Hiweed? Kanotix? Knoppix? Kurumin? LinEx? Loco? Rays? Skole? Symphony? Ubuntu? Kubuntu?

      An RPM system: aLinux? ALT? Ark? ASPLinux? Blag? Caixa Mágica? cAos? CentOS? Cobind Desktop? Conectiva? EduLinux? Fedora Core? Linux Mobile System? Magic? Mandriva? Novell Linux Desktop? PCLinuxOS? PCQLinux2004? PLD? QiLinux? Red Flag? Red Hat Enterprise? Scientific? SUSE? Tinfoil Hat? Trustix? Turbolinux? Vine? White Box Enterprise? Yellow Dog? YOPER?

      A slackware system - Kate OS? MiniSlack? Plamo? Slackware? Ultima? SLAX? Frugalware?

      Or maybe another - Arch? Foresight? Gentoo? GoboLinux? Heretix? Impi Linux? Jedi GNU/Linux? Linux From Scratch? Lunar? MkLinux? Onebase? Sorcerer? Source Mage? Ututo?

      The best solution is to stick with the FREE OS that has the best chance of survival (Linux), and if you hit a showstopper, help out and fix it :) Even if you're not a programmer, you can still email maintainers, fill bug reports, and offer to test out patches on your machine.

      My, if this isn't a troll... And what metric did you use to compare the longevity of Linux to the longevity of other F/OSS systems?

      --
      perl -e "eval pack(q{H*},join q{},qw{70 72696e74207061636b28717b482a7d2c717b343 637323635363534323533343430617d293b})"
  25. Its not the kernel. by Some+Random+Username · · Score: 4, Interesting

    No, the kernel doesn't make that big of a difference, and the kernel is all that linux is. BSDs are complete operating systems. The reason I don't use linux is because every distro comes with a messy userland full of random assorted crap from various sources, and most of the core utilities are bloated, poorly documented GNU junk.

    The BSDs have sane, useful, documented and functional userlands, which makes them a joy to use. There is no reason that linux distros couldn't be made with a nice userland too, but nobody seems to have done it. It seems like most linux users have never used a nice unix system, so they don't realize what they are missing.

    1. Re:Its not the kernel. by Anonymous Coward · · Score: 0

      Stop posting this crap to Slashdot.

    2. Re:Its not the kernel. by Digital+Pizza · · Score: 3, Insightful
      ...most of the core utilities are bloated, poorly documented GNU junk.

      Thanks for reminding me of something: whoever it is within Gnu that thought it'd be a great idea to deprecate man pages in favor of info documents, even if it's Stallman himself, I seriously want to kick his ass!

      There. That felt better.

      BTW, I agree with the rest of your post as well.

      --
      We apologize for the inconvenience.
    3. Re:Its not the kernel. by TummyX · · Score: 1


      No, the kernel doesn't make that big of a difference


      What about driver support? Not trying to be smart but is the driver support in BSD up to the same level as Linux?

      Curious people want to know!

    4. Re:Its not the kernel. by Anonymous Coward · · Score: 1, Funny

      Yeah, you tool, you're not allowed to make TEHGUHNOOSLASHLINNUCKSZX look bad. This is SLASHDOT, for God's sake!

    5. Re:Its not the kernel. by jmking1 · · Score: 4, Insightful
      Pointing out the Linux is just a kernel, calling the userland utilities "bloated", "random assorted crap", and "GNU junk" without anything to back these claims, and stating that BSD is a "nice" Unix system with a userland that is a "joy" to use aren't legitimate arguments against GNU/Linux, they're dumb insults that add nothing of value to this discussion.

      The documentation issue was the only intelligent point made. However, it was surrounded by a bunch of crap.

      Oh, and your "This is /. you can't post anti-Linux things here" post has been done about 10000 times before. And it still gets modded funny. Wow.

    6. Re:Its not the kernel. by sn00ker · · Score: 4, Interesting
      is the driver support in BSD up to the same level as Linux?
      Mostly, yes. If it's not hardware that's running on the bleeding edge, FreeBSD drivers are often better than Linux drivers - in some cases, FreeBSD drivers exist where Linux is stuck using *shudder* Project Evil drivers.
      If the hardware is a year old, you're reasonably certain that it will be supported well in FreeBSD if it's supported in Linux. The caveat is hardware where there is no open-source driver, such as with nVidia and their persistent non-support of FreeBSD on amd64.

      External storage devices are a joy to use under FreeBSD. Provided you've kept the da and umass drivers, things as diverse as top-end Minolta cameras and cheap USB memory card readers will happily work. Even cheap USB bluetooth adaptors work, though I'm still wrestling with how to get my Palm to use one to connect to the 'net - not that that's any different to XP, which has managed to stop recognising my Palm entirely and has also stopped recognising the bluetooth dongle.

      Short version, if you want to live on the bleeding edge you want to be running Linux. If you're OK with waiting six to 12 months before you get the latest new toy (entirely new technology, not necessarily latest model. eg: NCQ-capable SATA drives), you are almost guaranteed that your FreeBSD box will recognise it, play nice with it, and have good man pages to explain how to use the drivers.

      Personal anecdote: My workstation at work uses the Intel ICH5 chipset for SATA. Three different Linux distros (this is 13 months ago) wouldn't install. Couldn't see the hard drive. FreeBSD 5.1 didn't care, which is good because I've long had a soft spot for the demon. Last night I finished converting my home servers to FreeBSD, from debian. Feels good :)

      --
      "God, root, what is difference?" - Pitr, userfriendly
    7. Re:Its not the kernel. by guacamole · · Score: 1

      Much of the userland utilities are made by GNU project and GNU -was- meant to be one OS. Just because they package things individually, doesn't mean it's not a well thought out system.

    8. Re:Its not the kernel. by Anonymous Coward · · Score: 3, Informative

      I agree with you that man pages should not be deprecated (they serve their purpose damn well, and have a very long tradition).

      That said, texinfo has HUGE benefits for developers and users. It is a breeze for example to generate all sort of formats (pdf, html, text, info ...) for your manual, from the same .texi source. The integration with the autotools is also marvellous (make pdf, make html, make ps, ..).

      I think both man and info should remain, with man helping you when you just need to look at that cmdline option you forgot, and info giving you the full manual with chapters, examples, etc.

    9. Re:Its not the kernel. by astrashe · · Score: 1

      This is sort of off topic, but are USB2 drives more solid under FreeBSD than they are under Linux?

      I find that if I really pound on a USB2 drive under linux, it will fail. It will run pretty well, but if you copy a lot of data to it all at once, it will die. The same drive plugged into the same computer in exactly the same way works fine under windows.

    10. Re:Its not the kernel. by Anonymous Coward · · Score: 1, Interesting

      In many cases, it's better. BSD supports more wireless than Linux. (And seamlessly, too, which is more than I can say about Linux's wireless kernel extensions and hostap software, which I have wrestled with on many occasions.) With BSD, you don't have to rebuild your kernel, because all the drivers are already included in the standard one. Also, BSD supported USB before Linux did.

      OpenBSD supports suspend and suspend to disk on my laptop. I can't say that about Linux.

      One thing BSD is also good at is supporting new hardware while still staying true to the Unix philosophy. Where Linux would invent some crazy new proc interface or syscall or whatever, BSD handles drivers rather gracefully IMO.

    11. Re:Its not the kernel. by chthon · · Score: 1

      What's a nice Unix system ?

      In 1999/2000 I worked on HP/UX. I sorely missed the GNU tools, especially if you e.g. do Ctrl-V in the Korn shell and it says 1989.

      Since 2000 I work on a Solaris system. I had to install the GNU tools again for myself, because of the outdatedness of the standard Unix tools.

    12. Re:Its not the kernel. by Anonymous Coward · · Score: 0

      Last night, I installed Fedora Core 4 on a machine that will ultimatly be a firewall/NAT for my other machines. I wanted it to be as small an installation as possible. I deselected everything I could think of, and specifically deselected "Printing Support".

      Guess what was installed. Go on.

      13Mb of CUPS RPM. Why was CUPS installed, and why can I not simply rpm -e it? Why, because those clever chaps at the Linux Standards Base made /usr/bin/lpr a pre-requisite of every LSB compliant Linux installation, and those clever induhviduals at Redhat Inc. decided that gee, the only way to satisfy that tiny dependency is by installing 13Mb of CUPS that I don't want nor need!.

      That's just one small example. I could go on (Why was sshd installed and running by default? I don't use NFS but I had to manually remove the various NFS junk deamons from /etc/rc.d/ etc. ad nuseum.) Linux distributions are a mess, and the mess is caused by ill-thought out and rushed "standards" (Why is lpr required by LSB? Every Linux machine has a printer, does it?) and crappy software installation combined with even crappier build control (No one thought that making the entire 13Mb CUPS RPM the only way to get /usr/bin/lpr might be a bad idea?) makes it that way. Every single distribution I have ever seen is like this.

      If I knew *BSD better and the box wasn't so critical (I don't want to "play" with *BSD on a box that'd supposed to be secure) I wouldn't be using Linux for the task, but at the moment that's what I know so it's what I have to use.

    13. Re:Its not the kernel. by Octorian · · Score: 1

      Sun's been improving Solaris quite a lot in that area in Solaris 9 and even more so in Solaris 10. (especially if you install the Software Companion CD, but a lot is now even in the base system that didn't used to be)

    14. Re:Its not the kernel. by 10Ghz · · Score: 3, Insightful

      So, does *BSD have a *BSD-GUI that is a "joy to use", or do they use some some "random assorted crap from various sources"? On Linux I use KDE, and I'm toying with Gnome, but apparently those are crap. Could you point me to the *BSD-equivalent?

      What compilers do *BSD's use? Is it "GNU junk" or something else? What about X? X.org would be "crap from various sources", so apparently *BSD uses some uber-leet BSD-Xserver, right?

      --
      Lesbian Nazi Hookers Abducted by UFOs and Forced Into Weight Loss Programs - -all next week on Town Talk.
    15. Re:Its not the kernel. by rpbailey1642 · · Score: 1

      Just a suggestion, if you have some harddrive space, download Qemu and install some *BSD in it. Play with that when you get a moment or two, check the documentation with your BSD of choice (FreeBSD has a very nice handbook) and then, when you feel the time to switch is at hand, you won't have to "play" on your real box, because you'll already know what to do. Or something like that. Good luck!

    16. Re:Its not the kernel. by TrekCycling · · Score: 2, Interesting

      I'd love to use FreeBSD, but then there's that whole messy Java issue. In other words that it's not supported for, nor does it run well on FreeBSD last time I checked. Partly because of the threading model of FreeBSD. I'm not sure if that's changed, but as a Java developer this made FreeBSD a non-starter for me.

    17. Re:Its not the kernel. by andymadigan · · Score: 1

      The reason I don't use linux is because every distro comes with a messy userland full of random assorted crap from various sources While I disagree with you on the GNU part (I think the GNU utilities work great, though I don't know what's so great about info). I agree that most of the linux distros have a lot of crap on top of what could be a good UNIX type system, in fact it seems some of linux's best utilities are stolen right from BSD. Could someone please tell me why we need bloated software like GNOME/KDE? Seriously folks, it should be an offense to compile something like that on any *NIX. Don't get me wrong, GNOME makes good software, but what ever happened to single purpose tools that you could connect together to do whatever you want? Yes I know this is mainly for the console, but the same should apply to GUIs, I don't need a FTP/SMB/NFS client built into my file manager, I want them separate with drag-and-drop so that my file manager doesn't crash when I have a slow FTP connection (happened about a million times so far, then I switched to blackbox/rox-filer). Yes, that was a rant.

      --
      The right to protest the State is more sacred than the State.
    18. Re:Its not the kernel. by elrous0 · · Score: 1
      Is there such a thing as a "Well thought-out system of chaos"?

      -Eric

      --
      SJW: Someone who has run out of real oppression, and has to fake it.
    19. Re:Its not the kernel. by RAMMS+EIN · · Score: 1

      ``Last night I finished converting my home servers to FreeBSD, from debian. ''

      I am interested in how you are going to like the package system a few upgrades down the line. I personally prefer the leanness and high-quality documentation of the BSDs, but Debian's package system is so good and contains so many packages that it's hard to beat. I run Debian, OpenBSD, and OS X, in order of preference.

      --
      Please correct me if I got my facts wrong.
    20. Re:Its not the kernel. by fnj · · Score: 1

      This is sort of off topic, but are USB2 drives more solid under FreeBSD than they are under Linux?

      I find that if I really pound on a USB2 drive under linux, it will fail. It will run pretty well, but if you copy a lot of data to it all at once, it will die. The same drive plugged into the same computer in exactly the same way works fine under windows.


      Thank you! Thank you! Thank you! I found that Firewire drives didn't work reliably on linux either (but perfect on Windows, same machines). I thought maybe I was going crazy. This is with multiple machines, multiple distros, both 2.4 and 2.6 kernels, up to the very latest I could find.

      If you search really hard you will find that this failure has been seen for years. There is no evidence that anyone is doing anything about it. It is really depressing.

      Data to assist in answering your question: in exasperation I installed the very latest FreeBSD a couple of weeks ago and it had the same Firewire flaws.

    21. Re:Its not the kernel. by fnj · · Score: 1

      I am interested in how you are going to like the package system a few upgrades down the line. I personally prefer the leanness and high-quality documentation of the BSDs, but Debian's package system is so good and contains so many packages that it's hard to beat.

      I understand debian sid has 15,420 packages (somewhat dated info). The FreeBSD port system currently contains 13,307 ports. I'd say there isn't a clear advantage on this score. They're both great.

    22. Re:Its not the kernel. by Anonymous Coward · · Score: 0

      You could give m0n0wall a shot, as it's a very nice, lean NAT/firewall package based on FreeBSD.

    23. Re:Its not the kernel. by dglo · · Score: 1

      I'd love to use FreeBSD, but then there's that whole messy Java issue. In other words that it's not supported for, nor does it run well on FreeBSD last time I checked.

      The fact that the developers haven't been able to get Sun to certify them for binary distribution is regrettable, but it certainly doesn't mean that it's not supported.

      I've been developing Java-based web and command-line applications on FreeBSD for at least 6 years and have never had any problems.

    24. Re:Its not the kernel. by Anonymous Coward · · Score: 0

      Unless it uses the EHCI driver in which case most devices wont work.

      My iPod mini is useless in FreeBSD but my thumbdrive does work.

      So I have to disagree that a common device on a common interface causes a kernel panic, and no one has nay interest in fixing it.

    25. Re:Its not the kernel. by phoenix_rizzen · · Score: 1

      KDE, GNOME, X, and GCC are all just applications that run on various operating systems.

      What the post you are responding to is talking about are the CLI userland tools that comprise the base OS (find me a Linux distro that even understands the concept of base OS). For instance, ps, ls, more, grep, awk, and all those other programs that sit under /bin, /sbin, /usr/bin, and /usr/sbin.

      Every Linux distro uses programs from 50+ different projects, each using a different version, each using slightly different programs. Some have standard argument syntax (-option), some have non-standard argument syntax (option), some mix the two, some use long options (--some-long-option-name), some don't. And those options change from version to version, program to program. If the kernel API changes, you have to wait for each individual project to update their tools to work with the new API before the distro packagers will update the distro.

      The BSDs all have a fairly regular commandline syntax (-option), with only a smattering of long-options (thank god). The BSD tools are also generally more POSIX compliant, have more useful options (not always the largest number, but definitely the most useful ones), and are updated in lock-step with the kernel.

      The other big difference is that the BSDs are full-fledged operating systems, and there is a true understanding of the concept of "base OS". ie: every install of the OS has the exact same base set of tools/programs installed. And there's a clear separation between programs installed as part of the OS, from programs installed by the user.

    26. Re:Its not the kernel. by Eivind+Eklund · · Score: 2, Interesting
      I've worked with systems that include info for over ten years now. I still can't get used to it; the info browser (/usr/bin/info) is immensely clumsy, and the use of texinfo tend to make the man page a second thought, making the entire documentation set extremely annoying.

      My conclusion is that texinfo never grew up, and that the niche it tried to fill has been taken by docbook.

      Docbook has one significant technological advantage over texinfo: The omission of a standard command line interface to replace man(1). If you're going to use docbook to maintain documentation that's to be available from the command line - it comes as man pages.

      Eivind.

      --
      Doubting the existence of evolution is like doubting the existence of China: It just shows that you're uninformed.
    27. Re:Its not the kernel. by phoenix_rizzen · · Score: 1

      Depends on the USB2 chipset used, and the USB2 devices you plug into it. There are still a couple of combinations of chipset + device that will lock up a FreeBSD system. They're getting rarer, but there's still a couple niggling issues.

      For the most part, though, you just add the ehci device to your kernel and plug in your devices.

      Been playing with an iPod Shuffle and FreeBSD 6.0-BETA1 connecting to an ATI IXP USB2 chipset without issues.

    28. Re:Its not the kernel. by Eivind+Eklund · · Score: 1
      From what I've seen of it, the upgrade system of Debian is better than FreeBSD's. And I say that after having written (small) parts of the FreeBSD upgrade system.

      There are other advantages to FreeBSDs methods - safe, reproducable builds, full version history, repeated tests of sets of code togher, easy upgrade of *hacked* code, etc - but the plain upgrades for ports are IMO not quite as good as Debian's.

      Eivind.

      --
      Doubting the existence of evolution is like doubting the existence of China: It just shows that you're uninformed.
    29. Re:Its not the kernel. by phoenix_rizzen · · Score: 1

      JDK 1.4.2 works perfectly well on FreeBSD 4.11, 5.4, and 6.0-BETA2. The only "issue" is that the FreeBSD Foundation has not sent Sun barrelsful of cash to certify the BSD JDK, which means they can't ship it in binary form. No biggie, you just compile it yourself using the ports tree.

      The plugin even works in Firefox, Mozilla, and Konqueror.

    30. Re:Its not the kernel. by aclarke · · Score: 1

      You must be GNU around here...

    31. Re:Its not the kernel. by Anonymous Coward · · Score: 0

      They are valid arguments if they are true.
      Once you have used *BSD and linux you will know the truth.

    32. Re:Its not the kernel. by Anonymous Coward · · Score: 0

      You know, joining the appropriate mailing list and providing a detailed description of your problem would do much more towards solving it (not only for yourself, but for other users with the same hardware) than idly bitching about it on slashdot. The difference is that the developers of the code in question read every post on the mailing list, but do not read every post on slashdot.

    33. Re:Its not the kernel. by 10Ghz · · Score: 1
      KDE, GNOME, X, and GCC are all just applications that run on various operating systems.


      Apps like that are referred to as "userland". The original claim was that while Linux uses "messy userland full of random assorted crap from various sources", whereas *BSD uses "The BSDs have sane, useful, documented and functional userlands". So it seems that when Linux uses some userland tools, they are crap, but when *BSD uses the exact same userland-tols, they are somehow magically different? And GCC is not "just" an application. GP even specifically mentioned the "GNU-junk", so apparently GCC is "GNU-junk" as well? Or is it only junk when used by Linux, if *BSD uses it, it's magically transformed in to something better?

      KDE, GNOME, X, and GCC are all just applications that run on various operating systems.


      The GP did not specify CLI-tools, he talked about userland in general. And besides, last time I checked, GCC IS a CLI-tool!

      find me a Linux distro that even understands the concept of base OS


      Debian was already mentioned. How about Ubuntu?

      Every Linux distro uses programs from 50+ different projects


      Yes, thank god that *BSD's write their own X-servers, their own desktops, their own web-servers, their own Samba-servers, their own developement-tools, their own mail-clients etc. etc. Yes, ONLY Linux ships with third-party software, *BSD's write everything in-house!

      Now, if you will excuse me, but I have to go ejaculate on some FreeBSD-CD's.
      --
      Lesbian Nazi Hookers Abducted by UFOs and Forced Into Weight Loss Programs - -all next week on Town Talk.
    34. Re:Its not the kernel. by Profane+MuthaFucka · · Score: 1

      When I read an info page, I type 'info | more' and I get pretty much what I want.

      --
      Fascism trolls keeping me up every night. When I starts a preachin', he HITS ME WITH HIS REICH!
    35. Re:Its not the kernel. by Anonymous Coward · · Score: 1, Informative

      I'm using JDK 1.4.2 on OpenBSD right now, which I built from the ports tree. No problems, but you have to adjust your memory quota in /etc/login.conf so that the JVM can allocate its object heap.

      JDK 1.5 is in -current now, which means it'll be available in 3.8 this fall.

    36. Re:Its not the kernel. by Anonymous Coward · · Score: 1, Interesting

      I recently switched from Debian to OpenBSD. Obviously OpenBSD has fewer packages in ports. But it's been my experience that almost everything I use day-to-day is still there.

      It just lacks a few things here and there and then I'd find it perfect. I can count them on one hand.

    37. Re:Its not the kernel. by sn00ker · · Score: 1
      I am interested in how you are going to like the package system a few upgrades down the line.
      Probably about as much as I love it after running it on my work desktop for the last 13 months. That is, a lot.
      Yes the slow turn-around time on getting binary packages does suck somewhat, but at the same time I can usually get sources and build a package in a shorter period of time than debian can release their binary. I've seen new versions of gaim checked into ports within hours of being announced.
      --
      "God, root, what is difference?" - Pitr, userfriendly
    38. Re:Its not the kernel. by Anonymous Coward · · Score: 0

      Theo, is that you?

    39. Re:Its not the kernel. by chthon · · Score: 1

      Still on Solaris 8 here, and I am not an administrator.

      The administrator's here do not really have a clue about GNU, they find it easier to listen to Sun.

    40. Re:Its not the kernel. by Anonymous Coward · · Score: 0

      Pick two distros and show a comparison of userland tools that have been installed. There is no cosistancy.

      One example: ifconfig or ifupdown

  26. Easy to use BSD desktop by ducomputergeek · · Score: 0, Redundant
    Um....I think that already exists: called Macintosh OS X. Nothing against BSD, runs on most of our white box servers, but to me what is the point? OSX has gained a lot of support from OSS land as well as commerical software packages.

    And in the past, I haven't had any problems setting up FreeBSD 5.x with x11 and KDE for GUI desktop features. Hell I even got my old Aureal Vortex 2 card to actually work in BSD.

    Can we label DesktopBSD -1 for Redundant: see OSX?

    --
    "The problem with socialism is eventually you run out of other people's money" - Thatcher.
    1. Re:Easy to use BSD desktop by snookerdoodle · · Score: 1

      My first thought, too. Any discussion of any "BSD Desktop" must be compared to OSX.

      'Course someone's gonna point out that OSX doesn't use X Windows, as if that made it less BSD. :)

      No Caveats Here: I do NOT own an Apple. I run Fedora Core 3.

      Mark

    2. Re:Easy to use BSD desktop by Anonymous Coward · · Score: 0

      OS X is a closed source, proprietary OS from a monopolistic vendor. Most BSD users I know wouldn't touch OS X with a ten foot pole. We don't need another AT&T/SCO type fiasco, thanks.

    3. Re:Easy to use BSD desktop by KillShill · · Score: 1

      too bad os x doesn't run on any x86 system, then we could decide if we wanted to install it.

      the fact that it runs on bsd is obviously not the reason people use/want it, primarily. to call osx bsd, is to call windows vms or os/2. it may have started that way but a hell of a lot has changed.

      --
      Science : Proprietary , Knowledge : Open Source
    4. Re:Easy to use BSD desktop by dogfull · · Score: 1

      No.

      That is because OS X is not BSD.

      If you look at kernel level, it's a bastard son of BSD with MACH.

      If you look at an application level, it is the successor to NeXTSTEP.

      But it definitely isn't a version of BSD in the same way that DesktopBSD is.

    5. Re:Easy to use BSD desktop by J.+Random+Luser · · Score: 1

      Sorry, OSX doesn't count. Yup. I'm running it right here, and I've had boxen running bare Darwin, and there's a heap of OSS to and fro with OSX. But 1) there's the upfront cost, not free as in beer, and 2) there's a swag of proprietary closed source binaries in OSX that your EULA says: don't touch.

    6. Re:Easy to use BSD desktop by Anonymous Coward · · Score: 0

      Then again, the vast majority of BSD users use Mac OS X. In fact: for most of them it is the only BSD they use.

  27. When will open source OS coders realize... by Anonymous Coward · · Score: 0

    It's not the installation that's preventing adoption of linux or BSD on the desktop -- installation is a one time affair. It's what comes after installation that's preventing widespead use of open source OSs on the desktop, the miserable and inconsistent interface, coupled with a lack of software.

  28. Very simple by Anonymous Coward · · Score: 0

    Linux is "popular" now. This means you no longer get to feel unique and superior if you're using it. BSD, which most people still haven't heard of, restores that.

    Also the BSD kernel has some highly desirable reliability and scalability characteristics that a home/end/medium size business user such as those that typically read slashdot would never, ever, ever get any real use out of.

  29. Re:Boycott Dell, HP, Gateway by in4apenny · · Score: 1
    These OEMs are anti-competitve and anti-consumer-choice. They continue to maintain Microsoft's desktop monopoly.

    Do your homework...

    HP offers nearly every model of their business desktops and a few models of business notebooks with either FreeDOS or Linux:

    Examples:
    http://h10010.www1.hp.com/wwpc/us/en/sm/WF04a/1245 4-64287-89301-321860-f49.html
    http://h10010.www1.hp.com/wwpc/us/en/sm/WF04a/3219 57-64295-89315-321838-f33.html

    And no complaining that these are not "consumer" products - You try and convince Best Buy to carry a product that they won't sell any of.

    Easy to find - Google: "desktop linux site:hp.com"

    Easy to buy - point, click, ship

    I'm pretty sure Dell also has linux models, but their site sucks, so I can't find them.

  30. Too bad, another OSS jihad. by Anonymous Coward · · Score: 5, Insightful

    "Face it, Linux has a head start and is enjoying far more corporate support (due partly to the fact that Linux is licensed GPLv2, which compells big companies to share back their improvements).

    We're all on the same team -- only if we FOCUS our efforts into the OS with the best chance (Linux) can we defeat the DRM-infested, money-grabbing proprietary OSs like M$ Vista and Apple OS X."

    Why must every good thing be turned into some kind of zealot-fest, rally to my agenda? How about we all simply enjoy the damn distro without trying to conquor this, push agenda that, holy-war upon everything that doesn't agree with me?

    1. Re:Too bad, another OSS jihad. by Anonymous Coward · · Score: 0

      A thousand times "Well said."

    2. Re:Too bad, another OSS jihad. by Aeiri · · Score: 2, Insightful

      Why must every good thing be turned into some kind of zealot-fest, rally to my agenda? How about we all simply enjoy the damn distro without trying to conquor this, push agenda that, holy-war upon everything that doesn't agree with me?

      Because essentially, the more support an OS has (especially an open source one), the more usability it creates, the more new ideas flow into it, the more hardware vendors create drivers for it, etc.

    3. Re:Too bad, another OSS jihad. by PingPongBoy · · Score: 1

      Why must every good thing be turned into some kind of zealot-fest, rally to my agenda? How about we all simply enjoy the damn distro without trying to conquor this, push agenda that, holy-war upon everything that doesn't agree with me?

      After seeing the bearded hippies in the Linux World magazine ads, I must be of the opinion free Unix people are risk takers and think little of those who do not dabble in a few idiosynchratic computer procedures. Where else do we see such people? Motorcycle gangsters - and what do motorbike riders do? They ride headlong passing without heed, going somewhere faster than everyone else. A Unix user is born into a world that is just not quite at a somewhere but Unix is a pathway. Car drivers know that we'll all get there soon enough and could care less what a motorcycle can do. It just leaves me to wonder if the thrill of Unix is all in the ride.

      I appreciate Unix for its usefulness in massively parallel systems not to mention widespread scrutiny for security and logic flaws. Aside from this is Linux at all a launching pad for advanced operating system concepts rather than just a popular platform of mainstream goodies? Well, it's just the image of Linux as the domain of people who want more than what is available, not just an OS for people who can't afford Windows. There's a kinship and a resulting defensiveness and recklessness. But will something new develop?

      --
      Know your pads. One time pad: good for cryptography. Two timing pad: where to take your mistress.
    4. Re:Too bad, another OSS jihad. by Bimo_Dude · · Score: 1
      Because essentially, the more support an OS has (especially an open source one), the more usability it creates, the more new ideas flow into it, the more hardware vendors create drivers for it, etc.

      I think the point that the GP was trying to make was that everybody involved in these BSD -vs- Linux flame wars already supports their favorite OS, and one is not likely to convert the other. The important thing here is that they all support something that IS open source (be it BSD or Linux), and not something that is closed source. This energy would be better expended by converting users of closed source OSs to open source, rather than preaching to the converted. IMHO, these "holy wars" are really pointless, as everybody really is on the same side (as pointed out by the OP).

      --
      "Teleporting Rodents with D-Cell Battery Displacement" theory -- IgnoramusMaximus (692000)
    5. Re:Too bad, another OSS jihad. by SilverSun · · Score: 1

      And this is moderated 5,Insightfull... oh my good old /. what have you become!?!?!

      --

      KdenLive/PIAVE - non-linear video editing

    6. Re:Too bad, another OSS jihad. by dfghjk · · Score: 1

      There is no team and there is no "we". RMS is certainly not on the same team as the BSD folks.

      The reason for the Linux head start was that BSD was once threatened with lawsuit. Had the timing been different, Linux may never have gathered mindshare. Relatively few really care about Stallman's revolution.

    7. Re:Too bad, another OSS jihad. by Anonymous Coward · · Score: 0

      I second that.

    8. Re:Too bad, another OSS jihad. by Anonymous Coward · · Score: 0

      Because essentially, the more support an OS has (especially an open source one), the more usability it creates, the more new ideas flow into it, the more hardware vendors create drivers for it, etc.
       
      People have already started getting Debian to run on FreeBSD and Hurd. Plus you can always substitute L4 for Linux and rip out the monokernel. I for one support a non-monoculture to open source kernels as well as the software running on top. Linux may have the focus, but many of the good kernel ideas are not coming from the Linux camp. If you took out the portions of your Linux dist that came from somewhere other than Linux, you would have a non-working dist.

    9. Re:Too bad, another OSS jihad. by Anonymous Coward · · Score: 0

      You have a point. However, the reconized main BSD Distro forks each have their own neiche [sic?]:

      FreeBSD - The standard.
      OpenBSD - Rock-solid security-minded coding
      NetBSD - Can run on a toaster
      Darwin - OSX... 'nuff said.

      ... you can see where I'm going with this. While distro forking does tend to hinder usability, the surviving (and popular) BSD variants all fill a specific roll. With that roll comes the usability from users with the need for that roll, new ideas specifically focused on the roll, hardware vendors with the same business model, etc...

    10. Re:Too bad, another OSS jihad. by brokenarmsgordon · · Score: 0

      This is precisely the same thing as the DRM agenda. "Converting" the unintelligent closed source masses. What makes open source better, just that fact? Performance and reliability are unimportant? Down with corporations, drag the moneylenders into the streets and lynch them?

      Please.

    11. Re:Too bad, another OSS jihad. by immytay · · Score: 1

      There are benefits to both the BSD and GPL license, and I think that BSD, OS X, and Linux feed off another.

      Linux has come a long way and mainly because people's software lives on to be used by others. However, it always seems like it's 90% of the way to being useful by the masses, so it's primarily used by the people who are really "into it" and treat it somewhat as a hobby.

      BSD on the other hand allows companies (like Apple) to come in and pay people to accomplish the extremely difficult and painful final 10% and still keep the result as a competitive edge.

      At the end of the day, OS X, BSD, and Linux are still UNIX and can support various X Window applications. Cygwin is too for that matter. Their similarities and unique strengths help one another become more widely used and eventually improved.

    12. Re:Too bad, another OSS jihad. by Bimo_Dude · · Score: 1
      This is precisely the same thing as the DRM agenda.

      Please explain how you make this connection. Really, I'm curious.

      What makes open source better, just that fact?

      You answered part of that with your next question. Just for S&Gs, I'll point out a few other reasons why FOSS is better:

      1. Free, as in beer.
      2. Faster availability of patches / updates
      3. Availability of source for customization
      4. Applications and OSs written by people out of the love of doing it, rather than fear of being fired, usually leading to better quality
      Performance and reliability are unimportant?

      RTFP. Neither I nor the GGGP said that.

      Down with corporations, drag the moneylenders into the streets and lynch them?

      Get a clue. This has nothing to with the discussion at hand. Who said anything about corporations, or moneylenders?

      Please.

      Finally, something on which we can agree ;)

      --
      "Teleporting Rodents with D-Cell Battery Displacement" theory -- IgnoramusMaximus (692000)
    13. Re:Too bad, another OSS jihad. by brokenarmsgordon · · Score: 1

      I wasn't asking for actual reasons that open source is better, I was poking at the the fact that "open source" is routinely thrown out with all kinds of blanket assumptions attached and exposited.

      By mentioning moneylenders I was referencing the communist manifesto which is quite anti-capitalism, and this relates to a commond agenda of open source -- at the very least open source users -- of being anti-corporate and anti-capitalism. By taking a basic idea to the point of absurdity I was pontificating that it is absurd to throw out blanket ideas like "Microsoft is evil", "your government has your best interests in mind" and "open source is better".

      BSD and Linux need to stop fighting, because they're both open source, and because they really have a common enemy.

      Thank you.

    14. Re:Too bad, another OSS jihad. by arminw · · Score: 1

      ....DRM infested?.....

      What is DRM infested about OSX? Other than music from the iTunes service, I know of no DRM in OSX. You buy a Mac and get the OSX and all its cool iApps with it. Next year you'll even be able to run other OS on the Intel Macs. Is the OSX not based on a BSD heritage?

      --
      All theory is gray
    15. Re:Too bad, another OSS jihad. by Bimo_Dude · · Score: 1
      Oh, sorry. I misunderstood.

      BSD and Linux need to stop fighting, because they're both open source, and because they really have a common enemy.

      That is exactly what I was trying to say too. I guess I could have been more clear. Sometimes, you could hit me upside the head with a brick.... :)

      The problem with these "holy wars"* is that there are seemingly brainwashed people on both sides who think that they can win the other side over by arguing, while only using sweeping generalizations with nothing to back them up.

      * Holy wars in this context:
      - vi -vs- emacs
      - Windows -vs- Linux / BSD
      - BSD -vs- Linux
      - Other stuff which would be OT.

      --
      "Teleporting Rodents with D-Cell Battery Displacement" theory -- IgnoramusMaximus (692000)
  31. You know BSD is dead by bahwi · · Score: 2, Insightful

    When is starts to fracture.

    For awhile there, we only had 3, and life was good. Now we have DragonFly, Darwin, and now DesktopBSD. Any system that splits up so much must be dead or dying!!

    1. Re:You know BSD is dead by sik0fewl · · Score: 1

      Well that explains why we no longer have Linux.

      --
      I remember when legal used to mean lawful, now it means some kind of loophole. - Leo Kessler
    2. Re:You know BSD is dead by Anonymous Coward · · Score: 0

      Typical Slashdot attitude:

      More Linux variants = good;
      More BSD variants = bad.

      Make up your minds, people.

    3. Re:You know BSD is dead by Anonymous Coward · · Score: 0
      Any system that splits up so much must be dead or dying!!

      Actually, from what I hear, it's the married ones who are dead or dying; the ones who keep splitting up still have hope.

    4. Re:You know BSD is dead by Anonymous Coward · · Score: 0

      Hell No. The more forks the merrier. More projects with different focus experimenting in exiting new ways. That is untill the technology becomes stable and is shared with the other *BSD's.

      I use (mainly) FreeBSD, but I've seen what the other projects mean for FreeBSD (5.x series in this case):

      rcNG taken from NetBSD
      dhcp client taken from OpenBSD
      BSD Installer taken from DragonFlyBSD

      and at the moment people are looking at e.g. launchd from Darwin/Mac OS X. Not to mention all the driver code which can be relatively easy adapted from and for all the *BSD's.

      So please, fork and play. If you create something usefull it *will* be used by the other projects.

    5. Re:You know BSD is dead by phoenix_rizzen · · Score: 1

      You need to do some basic research before spouting off nonsense like the above.

      DesktopBSD is nothing more than a custom installer for FreeBSD that also installs X and KDE out-of-the-box. Underneath the already installed GUI, though, is bog-standard FreeBSD. Trying to say DesktopBSD and FreeBSD are different is like trying to say Fedora Core 4 without X is a different OS than Fedora Core 4 with X.

      There are 4 BSD operating systems: FreeBSD, OpenBSD, NetBSD, and DragonFlyBSD.

      There are a handful of other operating systems that are based on BSD, like Darwin, but they are not really BSD systems (more like BSD userland running on different kernels).

      And then there are the customised installs for BSD for embedded systems like PicoBSD, NanoBSD, MicroBSD, m0n0wall, pfSense, MyrBSD, and the like. These are special purpose OSes, though, and are all based off one of the main BSD systems (their more like custom installs and stripped down systems than separate OSes).

      Nothing even close to the craziness over in Linux-land with the more than 200 separate distros, no two of which are binary compatible, and few of which are source compatible.

    6. Re:You know BSD is dead by bahwi · · Score: 1

      "Nothing even close to the craziness over in Linux-land with the more than 200 separate distros, no two of which are binary compatible, and few of which are source compatible."

      Glad you got the joke in the end. :) I'm a FreeBSD user thru and thru.

    7. Re:You know BSD is dead by Anonymous Coward · · Score: 0

      You Have Been Trolled. You Have Lost.

  32. Is this a joke? by Anonymous Coward · · Score: 0

    Is this a joke?

    Operations pending....
    HID configuration?

    LOOK AT OSX. COPY THAT. THAT IS WHAT WORKS. THE END.

  33. I really hope by Omnifarious · · Score: 1, Troll

    That someone makes a commerical distribution of this and hypes the bejeezus out of it and refuses to give any of the source back to the community.

    As a bonus, if it manages to gain popularity, they can introduce I'll kinds of fun little incompatibilities, and eventually DRM. It'll be great, just what the BSD people always wanted. Maybe one of them will even get audited by the BSA for running this commericial distribution they basically created in their workplace. That would be the best. Getting your behind sued off for running your own code.

    Of course, Apple is well along that path already. Hooray for evil.

    1. Re:I really hope by RLiegh · · Score: 1

      So, how's that fanatic thing working out for you?

      If someone did try that, it wouldn't stop the original from being distributed. The BSA angle probably wouldn't get very far either, because Apple (among others) has a vested interest in preventing something like that. (not to mention that the ATT vs BSDI suit would act as precedent).

      As far as "evil" goes, Apple feeds changes back to FreeBSD, so they're a long ways from being "evil" (at least on this front; mea culpa wrt DRM).

      So, long story short; take your GNU-biased fear-mongering and stick it where the sun doesn't shine.

    2. Re:I really hope by Omnifarious · · Score: 1

      Nah, it wouldn't stop the original from being distributed, just stop the one everybody wanted to use from being distributed.

      And if I had an office full of boxes running copies of OS X that I hadn't paid for, you can be sure the BSA would take quite an interest.

    3. Re:I really hope by RLiegh · · Score: 1

      So, your point is that because the BSA would go after people pirating OS X that somehow it means BSD is bad? That strawman don't hunt, chum. Are you going to blame Linux for the actions of SCO next?

    4. Re:I really hope by Flower · · Score: 1
      And this means what? The goals of the BSD license are not the goals of the GPL. There is nothing wrong with that. From everything I can tell people who write BSD licensed code do so because the license is simple and they want the code used. Period. Complex licensing, which for some people the GPL falls under, is a hassle to deal with and just interfers with getting the work done.

      And note that there are circumstances where it is advantageous to use a simpler and less restrictive license than the GPL. Vorbis is a prime example. IIRC, the codec is BSD and the utilities are GPL'd. The developers wanted to promote Vorbis and to succeed at that they asked RMS to approve of the move to a less restrictive license. If it's good enough for RMS...

      Some people might take offense but I can also bring up the need for creating the LGPL. Or how about all those binary drivers in linux. Suuuure the developers won't support them but they aren't frowned upon either because it's practical to have them. Heck, again iirc (I really need to find that cite again. I originally saw it mentioned somewhere while reading some stuff on OpenBSD), there's a SPARC platform supported by linux that uses a closed binary. And quite honestly most of the work I've seen towards getting vendors to open up stuff has been coming from the BSD crowd lately.

      And finally, as has already been mentioned, Apple has been giving source back from Darwin.

      --
      I don't want knowledge. I want certainty. - Law, David Bowie
    5. Re:I really hope by Flower · · Score: 1

      Hrmmm, you mean like Caldera or, yes if you go back to when Y.A.S.T was proprietary, SuSE?

      --
      I don't want knowledge. I want certainty. - Law, David Bowie
    6. Re:I really hope by Anonymous Coward · · Score: 0

      I guess you've never heard of the success of Apache, Perl, Python, Ruby and many other popular non-GPL open source projects.

      I like GPL but idiots like you are making people want to stay clear of it more each day. Thank goodness Linus has enough common sense and practicality to make up for legions of rabbit GPL zealots.

    7. Re:I really hope by Anonymous Coward · · Score: 0

      >That someone makes a commerical distribution of this and hypes the bejeezus out of it and refuses to give any of the source back to the community.

      Didn't your mother teach you not to talk with your mouth full...of Stallman's wang?

    8. Re:I really hope by OmniVector · · Score: 1

      I dont know out the other projects are licensed, but ruby is licensed under the Ruby, BSD, and GPL license.

      --
      - tristan
    9. Re:I really hope by Omnifarious · · Score: 1

      Yeah, that prevented ISOs from being distributed, but at least I could still get all the packages. There's a reason I've largely stuck with RedHat.

      But, I agree, the GPL is not perfect, it's just a lot better than the BSD license in that regard. I'm not sure I'd want a GPL that was perfect either. Too much legalese and too many restrictions won't do much to increase people's freedom.

      Yeah, yeah, the BSD license has even fewer restrictions, so it's more free! Well, possibly in the local sense, but in the global sense, I think the BSD license represents a net loss of freedom. It people to take freedom away as it's simpler and potentially more profitable to distribute BSD licensed proprietary binaries than it is to distribute source code.

    10. Re:I really hope by Omnifarious · · Score: 1

      The goal of having an open media format is a very important one. So it's worth trading people's freedom for that goal. I agree with RMS in this case.

      I don't see any important goals being furthered by having a BSD licensed desktop. Since it uses KDE, unless they get some sort of special dispensation, it's going to be GPL anyway, so I guess it doesn't matter that much. Except that I don't think it's very useful either to promote the widespread adoption of a non-GPL underlying platform.

      Apple only gives back source to get some community good-will and so they don't have to develop an OS all on their own. It's an impressive bit of long-sighted thinking on Apple's part. But, given the current state of copyright law, Apple could change its mind at every moment and start using licensing tactics to start bludgeoning people. I fully expect that if Apple ever reaches a market dominant position that that's exactly what they'll do.

  34. I dont want another bsd distro.. by Suppafly · · Score: 1

    I just want one of the existing bsd's to get a better installer.

    1. Re:I dont want another bsd distro.. by Anonymous Coward · · Score: 1, Informative

      The FreeBSD project is getting a new installer. It is being written as one of the Google Summer of Code projects.

      There is a preliminary preview version (pre-alpha) available for first testing.

      Note, it is based on BSDInstaller, the installer written originally for DragonFlyBSD.

  35. DragonFlyBSD, not FreeBSD by Anonymous Coward · · Score: 0

    Doh! They picked the wrong version of FreeBSD. They should have used the new and exciting DragonFlyBSD fork of FreeBSD.
    Why base a new distribution on an old and creaky base?

  36. Black-widow license. by Anonymous Coward · · Score: 1, Insightful

    "Reason #1 why I use FreeBSD over Linux, I just want a Unix-like OS without a revolution packaged with it."

    You joke but I firmly believe that that's one important difference between the two licenses. One was designed from the start to be some kind of counter-culture, subversive license. The other is elegent in it's simplicity. No hidden traps that you need a lawyer to ferret out. No worry that sometime latter it will be changed to be even tighter (2.0), when it's realized there might be a way out of it's grasp (web apps).

    1. Re:Black-widow license. by Omnifarious · · Score: 0, Flamebait

      If they try to tighten up the license to disallow web-apps without distributing their source, I'll stop using that version and use the older version. But I'll never, ever license anything under a BSD license. Talk about shooting yourself in the foot...

      I don't think they will. I don't see how it increases freedom to force open the source to web applications. Now, forcing the people who have your data (like all your LJ posts or whatever) to give you a copy of it in a standard format would be great, but I don't think you can manage that one with an Open Source license.

    2. Re:Black-widow license. by mrchaotica · · Score: 1

      As far as I can figure out, the intent of the GPL is that if you use the program, you can get the source, because you have the rights to know how it works and to modify it to suit you better. Whether the app is running locally or is a web-app shouldn't matter; you're still using it.

      The fact that the current language of the GPL doesn't protect users when the program they're using is a web-app is just a flaw that RMS didn't think to take into account when he wrote GPL v.1. All they're doing now is fixing it.

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    3. Re:Black-widow license. by Omnifarious · · Score: 1

      *think* That's an interesting balance. To use an analogy, I sort of think of it this way... I should be able to do whatever I want with a car I own. I should be able to look at the engine or whatever. But I do not have the same freedom with a rental car, and I shouldn't.

      Then again, I am worried that if all apps of any importance become web apps that we'll end up in a very similar situation to the one we had before the GPL hit the bigtime (relatively speaking anyway).

      I also think that Amazon (as an example I've had personal experience with) has a rather parasitic relationship to Open Source because of how they suck it all in and maintain it locally but don't spend much effort trying to improve anything outside the company. I think this hurts Amazon greatly, but I also think it hurts everyone else. But I can also see how short-term thinking about profit and competitiveness drives those decisions.

      So, perhaps there's a balance to be struck, and if the new version of the GPL addresses the issue in a way that strikes a balance that doesn't offend me, I might be willing to use it. But a wholesale forcing of web apps to be open source isn't right.

      I will say that my favorite web apps, like LJ and Slashdot _are_ Open Source. And that it hasn't hurt LJ or Slashdot in the least to be that way.

    4. Re:Black-widow license. by Anonymous Coward · · Score: 1, Insightful

      But I'll never, ever license anything under a BSD license. Talk about shooting yourself in the foot...

      Shooting yourself in the foot? Why? Because you fear that someone else could use the code for their purposes leaving you out in the cold? You should have been smarter then. You're sounding pretty insecure there. You might want to see a counselor about that.

      The BSD license ensures that code (good code) is used for not matter what purpose. By nature, the BSD license is a very giving license.

      The only reason I'd not use BSD license and use a GNU license is if a) I was so insecure about myself that I'd think people could pofit from my code, b) I was being a selfish brat (I don't want anyone to have it unconditionally), c) I wanted to be an "indian" giver (you give, but you also take back). That's what GNU licenses, such as the GPL promote.

      Although, really if I did want to "protect" my code so that no one can profit from it then yeah I'd use GPL. Although, if I wanted everyone to benefit from it then I'd use BSD.

    5. Re:Black-widow license. by iamwahoo2 · · Score: 1

      If I develop free code and give it away I am doing it for the benefit of myself or everyone, not any one John Doe. If I develop a simple app and John Doe develops a front-end to my app making it easier to use, then I want to be able to use his front-end for free. I guess that puts me in the "selfish brat" and "indian giver" categories.

    6. Re:Black-widow license. by ninjakoala · · Score: 1

      You say it's shooting yourself in the foot, but GPL isn't always a Good Thing(TM). We all like interoperability, right? I guess most programmers would also like their work to be used as much as possible.

      Take some of the smaller commercial operating systems. Code that is BSD-licensed can be used to help these smaller systems on their way. Sometimes problems pop up when porting to another platform (including bugs in the original code) and if the porter sends these changes back (often coders are surprisingly polite in this regard) the original code gets better. Of course it may also not get sent back and nothing is different really. No holes in the foot.

      In cases where there is a mix of licensed code (former commercial systems or niche commercial systems) GPL can be impossible to use, because it infects the code it touches legally. LGPL is of course also a possible compromise, but really, BSD needn't be shooting yourself in the foot. It just means more people can use your code.

      (And yes, I realize some may also make other products and not send the code back, but it's still in more widespread use which is a good thing generally, right?).

      --
      Against the grain
    7. Re:Black-widow license. by Omnifarious · · Score: 1
      Reason 'a' RedHat can profit from my code all it wants, and so can anybody else. Reason 'b' I don't write Open Source to be charitable. I write it because the standard copyright system of rights doesn't work for software. It leaves a small number of entities in complete control over the entire computing infrastructure, and that's just not a workable system. Reason 'c' This is redundant. It's the same as reason 'b'.

      If the BSD license were completely public domain, or simply required attribution, that would be one thing. But, it isn't. It's just as viral as the GPL. It requires that you attach the license to the distributed code or binaries too. This means that anybody who uses BSD code must either give it away as a charity, or sell it as proprietary. The various forces in the world will always operate so that eventually the latter choice is what will win out.

      You can't effectively build a community that will survive for a long period of time with BSD code. I think most of the communities that have grown up around BSD code exist because of the zeitgeist created by GPL code, and wouldn't naturally exist otherwise.

    8. Re:Black-widow license. by Anonymous Coward · · Score: 0

      Reason 'a'
      RedHat can profit from my code all it wants, and so can anybody else.

      Now, what if that so called "anyone else" wants to protect their IP. GPL code wouldn't be very wise would it? Look, I'm pretty open-minded. I do understand that for certain situations there's the right license, whether it's the BSD license, the GPL, Artistic license, etc. There's a license for every situation.

      I do respect the fact that the GPL does protect the "open-ness" of software. Note that I didn't say freedom, because you're not free to do whatever you want with GPL code without restriction (i.e. you can't take it, close it up and sell your product).

      The GPL protects the software by maintaining that it's open and available. For some situations, that's a necessary license but not for all. When it comes to the issue of the protection of Intelectual Property, then the GPL probably isn't the license to choose.

      I would be bold enough to say that neither the GPL or the BSD license is a "one size fits all" license. It all depends on what the developer intends the software's use is for. Based on the developer's intentions, it's possible that neither are the right choice.

      I must say, if the developer does so choose to want his software to reach a larger audience, then perhaps the BSD license would be a better choice. This is true of course so as long as that developer does not care for what purpose his software is being used for.

    9. Re:Black-widow license. by Anonymous Coward · · Score: 0

      Hey, what do you mean 'slavery is illegal!?' I thought this was a free society, yet I'm not even free to take this, close it up, and use it for my own purposes?

    10. Re:Black-widow license. by Anonymous Coward · · Score: 0
      I think this hurts Amazon greatly, but I also think it hurts everyone else.


      Not benefitting someone is not the same thing as hurting them. As far as I know I do not work on any of the same projects as you do, therefore I contribute zero code, ideas, etc. and yet I am not hurting you.

      Your mentality is as bad as Bush's "If you aren't with us, you are against us."
  37. Wallpaper by tooth · · Score: 1
    I know it's the first thing everyone changes, but I think they chose a bad default wallpaper. It's very noisy behind the icons.

    They could have used one that pimps thier distro. That way when they do screenshots it has the distro type right there easy to see.

  38. License Revoked!! by sabat · · Score: 1

    The *BSD license has been revoked by the UC board of regents.

    You are all fucked.

    --
    I, for one, welcome our new Antichrist overlord.
    1. Re:License Revoked!! by Anonymous Coward · · Score: 0

      Your mother should have revoked your life when you were in the womb.

  39. Re:Too bad, fragmentation of FOSS Desktop efforts by fafaforza · · Score: 5, Insightful

    > Too bad, all that developer talent could have gone into making Linux better suited for the desktop.

    Every annum for the past 6 years, headlines claimed that it was the year of "desktop Linux." Yet nothing came of it save for a bunch of Windows-esque clones with no innovation. Then Apple came along and revolutionized the desktop experience. So maybe it is time for someone else to give it a go.

  40. Guess What Dude... by Enchanted+FP · · Score: 0, Offtopic

    YOUR MOM GOES TO COLLEGE!!!

  41. USB Keyboard by teslatug · · Score: 2, Informative

    Have they fixed the bug where you can't select boot with USB keyboard because you're using a USB keyboard?

    1. Re:USB Keyboard by Anonymous Coward · · Score: 0

      Hah, that is almost as bad as the "No keyboard detected, press F2 to continue" BIOS message.

    2. Re:USB Keyboard by Anonymous Coward · · Score: 2, Informative

      A new keyboard mux is currently being tested for 6.0-RELEASE.

    3. Re:USB Keyboard by KillShill · · Score: 1

      now THAT is shameful. not to insult bsd, it is a fine os, but that it takes till version 6 to rectify such a problem is ridiculous. these little are usually best dealt with first, the big things have a tendancy to be noticed and taken care of.

      --
      Science : Proprietary , Knowledge : Open Source
    4. Re:USB Keyboard by Anonymous Coward · · Score: 0

      Sigh. They are ripping out the existing mux and replacing it with a mux written from scratch.

      these little are usually best dealt with first, the big things have a tendancy to be noticed and taken care of.

      First off, writing a new mux is hardly "little", the fact that you think it is shows how "little" you know :-).

      Secondly, none mission critical stuff like this (one for which numerous work arounds have been published) is best left untill someone has a true solution i.s.o. a band aid. That means that time can be spent chasing mission critical bugs. Remember, this is not a kiddie OS, this is an admin OS.

    5. Re:USB Keyboard by Billly+Gates · · Score: 1

      The FBSD team had 2 fucking years to do it.

      Its flakey, and the mutex with threading, as well as the small locks is too buggy to run on a server.

      I left FBSD about 6 months ago since 5.x became a disaster and the dragonflyBSD project never came out of alpha.

    6. Re:USB Keyboard by someonehasmyname · · Score: 1

      Umm.. I use FreeBSD 5.4 on a number of workstations, some with USB keyboards (I personally use a Mac and a FBSD workstation on a USB KVM) and I never have problems with my USB keyboard.

      I don't even have to select "boot with USB keyboard", I just let the loader timeout and select the normal "boot" option.

      --
      Common sense is not so common.
    7. Re:USB Keyboard by phoenix_rizzen · · Score: 1

      Depends if you have the BIOS configured to treat USB keyboards as PS/2 keyboards or not. And this is an issue with BSD, Linux, and Windows.

      How do you expect to use a USB keyboard if there is no kernel loaded with a USB stack and USB drivers loaded?

      I've yet to find a BIOS that will let me plug in a USB keyboard and use that keyboard to muck around in the BIOS, without enabling PS/2 emulation first, using a PS/2 keyboard.

    8. Re:USB Keyboard by Blakey+Rat · · Score: 1

      So... yes? No? How does this answer the question?

      Hell, I don't even know what a mux is.

    9. Re:USB Keyboard by phoenix_rizzen · · Score: 1

      And how often do you have multiple keyboards plugged into the same system and need to use more than one of them at a time? Not counting laptops, as they have hardware keyboard mux builtin.

      Oh, that many times? Uh huh. And since you use multiple keyboards so often, and it's been such a pain for you all these years, why haven't you developed a software keyboard multiplexor yet?

      Yeah, I didn't think it was that big of an issue.

      Note, the keyboard multiplexor would not help with the BIOS USB keyboard issue the OP is having.

    10. Re:USB Keyboard by teslatug · · Score: 1

      Well, I have Linux on this machine and it works just fine (I can select the FreeBSD boot option in Lilo using this USB keyboard).

    11. Re:USB Keyboard by cortana · · Score: 1

      From Virtual Entity of Relevant Acronyms (Version 1.9, June 2002) [vera]:

          MUX
                    MUltipleXer

  42. Sorry... Next. by minus23 · · Score: 1

    Sigh, Looked through their site... looks like they think "Easy to install Software" means the same thing that every other Open Source Operating system does.

    I don't care if it's apt-get, RPM, Roll your own, or what not.... the difficulty with installing applications on a .nix like OS is what is keeping me from using it as my "Desktop".

    For YEARS (5 years plus now).... I've been saying this. No one WANTS to do anything about it though because of the benefits of the current methods.... yet it is this stuff that will keep it out of the Desktop of you ask me.

  43. Re:Too bad, fragmentation of FOSS Desktop efforts by thephotoman · · Score: 1

    By using a free operating system, you've got a revolution packaged with it. It's the licensing scheme, really.

    --
    Haec merda tauri est. Ceterum censeo Carthaginem esse delendam.
  44. Hmmm.. by dirtsurfer · · Score: 2, Funny

    "Welcome to the DesktopBSD Installation! This wizard will guide you through the process of installing DesktopBSD on your computer. Please take the time to carefully through all texts and explanations because improper settings can cause data loss."

    Always nice when you install a new OS and the first screen you see is a paragraph that has obviously not been proofread.

  45. I really hope they give free in pertuity. by Anonymous Coward · · Score: 0

    "Of course, Apple is well along that path already. Hooray for evil."

    WHAAA! They won't give their hard work away for free. WHAAA! At least the BSD folks are more honest about there license, than the death-trap the GPL is. Read the BSD license? Straightforward. GPL? I have to have my damn lawyer sitting over my shoulder.

    "Nah, it wouldn't stop the original from being distributed, just stop the one everybody wanted to use from being distributed."

    Translation: we can't get our GPL act together so we have to "borrow" to get anything people would want to use (The year of Linux, and still rolling)

    1. Re:I really hope they give free in pertuity. by Anonymous Coward · · Score: 0

      What's complicated about the GPL? It's simple - if you build on GPL code, your changes must also be GPL, and the code to them must be provided to anyone you distribute the binary to. That's it.

    2. Re:I really hope they give free in pertuity. by Omnifarious · · Score: 2, Interesting

      I care about two main things...

      First, the existence of organizations like the BSA indicates a deep and troubling flaw in the legal system. When you have to encourage people to rat on eachother in order to enforce laws you have a system of laws that are broken and wrong.

      The deep and troubling flaw is the extension of copyright beyond commercial reproduction. Commercial reproduction is easy to find and deal with. Controlling it represents no big loss. Controlling copying at a personal level is inherently invasive.

      The second issue is this...

      If you ever look at the Windows platform, the home of proprietary software, the vast majority of programs on it do many things the users of those programs are not aware of, and are things that are not in those user's best interests. Basically, when you run a piece of proprietary software, you are giving control of your computer to someone else. It's no longer your computer.

      If OS X were GPL, I would most likely buy copies of OS X. I do not care if it is free of charge. But I do care that I know what it's doing when it runs, and that it's actions are independently verifiable and auditable. This is likely going to be a real problem when Apple adopts hardware-level DRM.

      Also, the GPL is a simple license. It states its intentions at the beginning in simple language, and the legalese is there to support those intentions in a clear and precise manner. It's the most pleasant to read legal document I've ever read.

  46. oh yea thats right by bxbaser · · Score: 1

    about 5 years ago when I was entering the fray of my own webserver I searched a bit to find what was a good flavour of linux suited to webserving. To my suprise it wasnt a linux flavour but freebsd. Bieng new to the nix stuff I happily setup a bsd box. To my horror i soon learned that bsd was dead. I stopped losing sleep over it after about the 3 year of bsd is dead, now on year 5 any asswipe that says bsd is dead should stand with the same wipes who constantly post whatever stupid saying is going around.
    If you want to be grouped with the same idiots who thought "all your base belong to me" was funny go ahead and keep spouting nonsense.
    I guess maybe you can say bsd dying but in my opinion bsd will take years to die.

    Sorry for the rant as a bsd user it gets tiring listening to the bsd is dead crap.

    1. Re:oh yea thats right by Anonymous Coward · · Score: 0

      Dude. Saying BSD is dead is so dead.

      It became a parody a long time ago; get with the times.

  47. Re:Easy to install? by davidesh · · Score: 1

    geez ya.... what were these freaking people thinking on a v1.0 Release Candidate! pathetic! (sarcastic tone)

  48. Latest Sony all products keygen incl mp3/mpeg plug by Anonymous Coward · · Score: 0

    Latest Sony all products keygen incl mp3/mpeg plugin fix: http://rapidshare.de/files/3667497/sonyproducts-ke ygen.zip.html

    Full version Sony app: http://download.sonypictures.com/current

  49. Re:Too bad, fragmentation of FOSS Desktop efforts by b17bmbr · · Score: 5, Insightful

    can we defeat the DRM-infested, money-grabbing proprietary OSs like M$ Vista and Apple OS X.

    dude, take it easy. turn off the che rhetoric for a bit, tell your poly sci prof to lighten up on the indoctrination, and be thankful that we have money-grabbing corporations or else we'd all be living in mud huts. from each according to their ability doesn't work in the real world. now, i'm no fan of microsoft, but tell me this: how many people do you employ? how much do you pay in taxes? how many people use your software to run their businesses, etc. i own two ibooks, and have run linux on my pc's since '98. however, profit is not a dirty word. people pursue profit and it stimulates innovtion. why is it that people bitch up and down about "evil M$", yet barely say a word about all the hardware companies? eh? aren't they money grabbing? you like your dual core pentium 4's, well, they ain't making them because they're nice people.

    --
    My problem? I was perfectly gruntled, until some numbnuts came by and dissed me.
  50. DON'T PANIC by ari_j · · Score: 2, Funny
    This wizard will guide you through the process of installing DesktopBSD on your computer. Please take the time to carefully through all texts and explanations because improper settings can cause data loss.


    Yep. Grammar notwithstanding, that's totally worry-free and friendly stuff, right there.
  51. vi, and here's why (it rhymes!) by Anonymous Coward · · Score: 0

    The thing is not that vi is the better editor of the two (although it is), it's that you can guarantee that vi will be installed on any Unix-based system you will ever come across. Emacs is not part of the standard Unix installation, though it is frequently found in those distributions aimed at the high end machines which can handle the extra weight of the editor cum lesson in overkill.

    vi is an editor, and it does its job of allowing the user to get his work done quickly without getting in the way. Emacs was once an editor, but has since evolved into an operating environment all its own. It may do some pretty nifty things like play Towers of Hanoi for you, or allow you to read your newsgroups, or even perform programming and debugging without ever having to leave the warm comfort of the application. For all these reasons, it is too bloated to be standard on every Unix system.

    vi, on the other hand, is small, fast, and does what it does very well (better than Emacs). It is standard and available on any Unix system you will run across.

  52. Anything That Uses X-Windows by IAmMaxHarris · · Score: 2, Insightful

    Anything that uses X-Windows will not get widespread user adoption.

    DesktopBSD looks good for a BSD, but it's still at least seven years behind the market.

  53. Re:Why Linux? by Anonymous Coward · · Score: 0

    Everyone know that BSD is not open source, because it is not protected by the GPL if any company edits a file they can charge you for a license.

  54. Link to cache of some naked girls above... by jjn1056 · · Score: 1

    that might make you want to click more or make you less interested, doesn't matter to me. Just FYIing you if you are the type to not check what the status line of a link is.

    It's just some tame lesbo type stuff, no big deal unless you are totally against anything like this.

    --
    Peace, or Not?
  55. Re:Too bad, fragmentation of FOSS Desktop efforts by Anonymous Coward · · Score: 5, Insightful

    Will you quit using the "Royal We"?

    OpenBSD is my main operating system, with some Linux on the side. I don't want BSD to be like Linux. That's why I use it instead of Linux. That's why people use BSD. It does the job for them in a way that they like better. If they wanted Linux, they'd use Linux.

    Both systems have their strengths. BSD is great if you want something lean. Linux is good if you want something very easy to maintain and don't mind a little GNU-bloat.* BSD is great if you want traditional Unix. Linux is good if you're not very philosophical and just want something that works. BSD is great if you don't want to recompile your kernel. Linux is great if you don't want to recompile your userland. BSD seems to consume less memory. Linux supports more binary-only software.

    The point is, they have different goals, different strengths and weaknesses. I'm not in any hurry to see them merge. In fact seeing people advocate that here on Slashdot annoys the hell out of me. And I can tell you, the BSD developers and Linux afficionados out there would find the idea stupid too. If you posted your comment to a developer mailing list, if there'd be any reply at all, it would be along the lines of, "No. That's ridiculous. Stop getting in the way of our work." Though perhaps more polite.

    * Yes, GNU has a noble goal but can be bloated. It's mostly bloated because it tries to be all things to all people. See the infamous GNU echo joke.

  56. Maybe it'll actually work by Anonymous Coward · · Score: 0

    I've wanted to switch from Windows to X for years now, installed BSD on an old 100MHZ piece of crap Pentium, CLI works great, installed X & KDE -- sucks ass. It's so slow it takes almost a full minute to animate the mouse moving from one side of the screen to the other.

    So I buy a new box, 1.9ghz Celron, not my favorite choice but it fit my budget. BSD installs and works great, install X...same goddamn problem. I've just attributed it to X being a piece of crap, several people have told me my on board video card is the problem, which I'll buy for now.

    But the point is X still has a long way to go if it performs the same on a 100mhz machine as a 1.9ghz machine just becuase of the god forsaken on board video card. I mean Windows would run great on this hardware.

    Who knows, maybe this 'DesktopBSD' supports a wider range of video cards, but until I've got some MORE money to shell out so I can get this 'free' OS working, I'll stick to windows for my desktop apps.

    1. Re:Maybe it'll actually work by Anonymous Coward · · Score: 0

      Please return to the snug confines under your bridge. I'm sure it misses you.

    2. Re:Maybe it'll actually work by Anonymous Coward · · Score: 0

      But the point is X still has a long way to go if it performs the same on a 100mhz machine as a 1.9ghz machine just becuase of the god forsaken on board video card. I mean Windows would run great on this hardware.

      Just get a cheap Nvidia card and then your video acceleration issues are solved. You shouldn't have to pay more than 30 US dollars for one.

  57. Re:Why Linux? by Anonymous Coward · · Score: 0
    Why would you want to run this stuff when you can run Microsft Winows? Winows lets you change the programs to do whatever you want: web browser doesn't support web-standards? easy fix.

    Every morning when I'm roboting my Winows system I thank John Tesh for writing these good programs.

  58. Re:Too bad, fragmentation of FOSS Desktop efforts by strider44 · · Score: 1

    Every year though Linux has just gotten more and more powerful. There will be no "year of the desktop", but my prediction is there will be a slow but exponential curve. I don't think Apple however will ever gain the control that Windows has, simply because it can't install on normal PC machines. Even though they're going to x86 it still can't install on a white-box computer. That's the reason Windows won originally, and that's the reason Windows still wins over.

  59. Ya, you-re machine is el-cheapo. by Foinet+Yababble · · Score: 1

    Come on, part of the challenge of OSS is setting it up right. Okay, it is a BAD challenge, but still. You can feel like a real toughguy if you get it to work. Compare that to the M$ foosl [sic] who use a mouse to delete a file. ;)

  60. All users are administrators? by nigham · · Score: 1

    Slide 14 says, "All users created are administrators. You also have to set the system password, which is required to change settings."

    I thought the first thing these days for a Desktop OS should be limited user accounts? Or is it that BSD "administrators" are limited users in fact?

    --
    I don't want to read /. I want to go home and re-think my life.
    1. Re:All users are administrators? by Dan+Farina · · Score: 1

      Although I am also somewhat baffled, I am inclined to believe that they mean that they are putting everyone in the "wheel" group, that is, people who can obtain root and change settings. Generally speaking, without being in wheel you cannot do these things.

      PAM for linux has a setting that mimics this behavior.

    2. Re:All users are administrators? by toganet · · Score: 1

      That is not the same as making them "root". Have you used Ubuntu? It's the same idea.

    3. Re:All users are administrators? by spitzak · · Score: 1

      They are talking about the same thing that OS/X has, where only "administrators" can login/sudo to do things as root. They still have to type their *own* password in order to aquire root privledges. Non-administrators cannot do anything as root.

      I believe the same thing can be achieved on Linux with sudo and removing the root password and useing sudoers to select who is an "administrator". But I'm not sure about that. If so it really should be the default behavior.

  61. Re:Mirror by Anonymous Coward · · Score: 0

    Great, now I'm probably on some frikkin' FBI watch list for clicking that link.

  62. oh yea thats right-RMS Groupies. by Anonymous Coward · · Score: 0

    "Sorry for the rant as a bsd user it gets tiring listening to the bsd is dead crap."

    That's why any code I write is going to be any license other than the GPL. I blame RMS and his groupies for the present state of affairs. Even though the BSD is approved by the FSF. It still remains under attack.

    1. Re:oh yea thats right-RMS Groupies. by Slashcrap · · Score: 1

      That's why any code I write is going to be any license other than the GPL. I blame RMS and his groupies for the present state of affairs.

      Dude, any code you write is probably not going to work anyway. You can't even make sense when you're writing English.

      Even though the BSD is approved by the FSF. It still remains under attack.

      I didn't know the BSD is under attack. Perhaps you should launch every zig for great justice? Or maybe lose the persecution complex? Maybe if you write to Linus he'll tell his army to stop attacking you. We all know that's the only thing keeping BSD down.

      And RMS, while not exactly my favourite person, has one thing that you don't. A name. Maybe you're just posting as an Anonymous Cocktard so those Linux fanatics can't have you assasinated?

  63. Download RC2 Here by LogicX · · Score: 3, Informative

    RC2 is actually out, just not listed on their download page. I found it on the Oregon Mirror, however that mirror is extremely slow -- (20K/sec).

    I'm hosting a mirror of DesktopBSD-1.0-RC2-x86-CD.iso

    --
    May this post be indexed by spiders, and archived for all to see as my Internet epitaph.
  64. you are forgetting that... by Anonymous Coward · · Score: 0
  65. Another Step Towards BSD on the Desktop: NOT! by edwinder · · Score: 1
    I beg to differ!

    The first screenshot that the link brings us to a screen which scares the hell out of any layman trying to install it! I'm not going to complain about technicalities, but more of the user experience which is supposed to bring any unique flavour of linux onto "The Desktop".

    Why in the world do you need to scare someone about "improper settings can cause data loss". It's a given fact that anything you do can and will lead to data loss, but you don't see that the minute you pop in a Windows XP or MacOS X CD!

    Typical users who are non IT literate already have a fear that everything done can and will lead to some kind of destruction, why bother scaring them off?!

    And sliding on to the next few screens, you're talking to me about boodloaders?! Gosh, my dad would have a fit going throught that section! Just load it up! Does Microsoft ever warn you, less give you a choice on how it's going to boot up your OS?

    Am I being too critical?

    (p/s: Not to nitpick, but the grammar on that warning sentence seems odd as well, or is it just me again?)

    1. Re:Another Step Towards BSD on the Desktop: NOT! by toadlife · · Score: 1

      "Why in the world do you need to scare someone about "improper settings can cause data loss". It's a given fact that anything you do can and will lead to data loss, but you don't see that the minute you pop in a Windows XP or MacOS X CD!"

      There are plenty of warnings in the Win2k/XP installers.

      Warning -another version of Windows was detected!
      Warning - are you sure you want to delete this partiton?
      Warning - your hard drive is blank (yes it really does "WARN" you of this)

      --
      I don't always use unix-like operating systems; but when I do, I prefer FreeBSD.
    2. Re:Another Step Towards BSD on the Desktop: NOT! by edwinder · · Score: 1
      Warning -another version of Windows was detected!
      >> Ok, I don't need / need the other Windows, I choose to / not to install another Windows.

      Warning - are you sure you want to delete this partiton?
      >> Yep, I'm sure / No, I'm not.

      Warning - your hard drive is blank (yes it really does "WARN" you of this)
      >> Cool! My hard drive is blank, so, can I install Windoze now?

      "improper settings can cause data loss".
      >> Geez!! What settings do I need to watch out for? Is it that first screen, or that bootloader thingy! I must read everything carefully! Can someone tell me?

      I guess that the 'warnings' are already scary enough, but don't scare everyone away up front telling them funny things can happen if they don't follow instructions.

      These are programmers with engineering background. We take care of things, make sure everyone is informed of anything that remotely might go wrong. (I say "we", because I'm an engineer by training and education) The day the linux as a desktop will take over is the day there's a team that simply will take care of 'marketing'-type needs. Cheers!

    3. Re:Another Step Towards BSD on the Desktop: NOT! by spitzak · · Score: 1

      I would say the warnings are quite equivalent. Both the WIndows and BSD warnings are bad, and like you said they are from engineers who panic that the user may not know something.

      Your Windows warnings are just as bad and I am suprised you think they are clearer to the user.

      Warning -another version of Windows was detected!

      How about "It looks like Windows is already installed. Should I replace it?"

      Warning - are you sure you want to delete this partiton?

      What's a partition? If I don't delete it is the installation going to work? Probably better is "to install Windows a part of your disk will be erased and replaced with Windows. This is what is there now (some info about whatever is on the partion), is it ok to delete and replace this? If not there are (number) other places that Windows can be put..."

      Warning - your hard drive is blank (yes it really does "WARN" you of this)

      A huge number of users are going to say "oh no my hard disk is faulty I need to replace it?"

      I would agree that all these stupid messages (and the BSD ones) should be removed. Especially if there is no alternative.

  66. Re:Mirror by HeroreV · · Score: 1

    Ha, that's what I was thinking. Forget grossing people out, getting people arrested would be a great accomplishment for a troll.

  67. Re:Too bad, fragmentation of FOSS Desktop efforts by Brandybuck · · Score: 2, Informative

    The BSD license isn't a packaged revolution. It's simply a notice of sharing. Sharing has been around even since before the cro magnon realized that a mammoth was too much for one hunter to eat.

    --
    Don't blame me, I didn't vote for either of them!
  68. Too bad, history didn't follow my script. by Anonymous Coward · · Score: 0

    "I don't think Apple however will ever gain the control that Windows has, simply because it can't install on normal PC machines."

    You were saying?

    "Even though they're going to x86 it still can't install on a white-box computer. That's the reason Windows won originally, and that's the reason Windows still wins over."

    And lets completely ignore the findings of the court in the MS trial.

    Plus having the world hasn't been a complete win-win for MS. So no need for Apple to feel inferior.

    ---
    "The "are you a script" word for today is forcast.

  69. Re:Too bad, fragmentation of FOSS Desktop efforts by Brandybuck · · Score: 1

    There's this thing called "freedom". It's intimately connected with a concept called "choice". If you don't have a gun to my head, I'm going to use whatever damned operating system I feel like. If that doesn't fit well into your rigid homogenous copyleft world, tough shit.

    --
    Don't blame me, I didn't vote for either of them!
  70. Re:Why Linux? by HeroreV · · Score: 1

    Why would you want to run this stuff when you can run Slashcode? Slashcode lets you change the scripts to do whatever you want: web pages don't use web-standards? easy fix.

    Every morning when I'm dowloading my 5000th <TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH="99%" ALIGN="CENTER" BGCOLOR="#FFFFFF"><TR VALIGN="MIDDLE"><TD VALIGN="TOP" ALIGN="LEFT"> from Slashcode I thank CmdrTaco and CowboyNeal for writing this good database-driven news and message board.

  71. Re:OS X on Intel boxen? by slickwillie · · Score: 1

    Does Apple plan on releasing it?

    I'd switch in a hearbeat.

    I might even pay.

  72. Broadcom correction? by osssmkatz · · Score: 1

    Any distro that uses the ndis wrapper will be able to run your wireless card.

  73. GNUStep + [Net]BSD. by pschmied · · Score: 4, Insightful
    I keep thinking that the world would be better off if more developers payed attention to GNUStep.

    Why not do it in a sane way such as:
    • Pick your hardware support carefully. NetBSD is good for this as things either work really well (usually the case), or they aren't supported at all. (I can configure NetBSD to use my Atheros wireless card out of the box using ifconfig. In Linux I have to know to download a beta "Mad Wifi" driver.)
    • Concern yourself with building the building block app kits like Apple has done. One of Apple's programming examples is TextEdit, which ships with the OS! Apple is agile because they have all the tinker toys, they just need to glue them together now.
    • Work on the Gui integration bits (i.e. wireless network controls, network profiles, video resolutions, printer management, etc) but do it with a cleanly abstracted design. Make sure that each item works flawlessly with a common set of hardware before expanding hardware support or adding features.
    • Build a community of app developers who like consistent look and feel and adhere to UI guidelines.
    • Take advantage of cross pollination from Apple. Allow app developers to build for StepBSD and Apple reasonably easily.

    This is my hope for a desktop oriented BSD. I'm typing this from OS X on my powerbook, but I think the world still needs a compelling open platform.

    -Peter
    1. Re:GNUStep + [Net]BSD. by Anonymous Coward · · Score: 0
      The cross polination between the BSDs and Apple, being what pray tell? OpenBSM? NetBSD doesn't even use that.

      You jaggoffs need to get this straight, Apple is like a leach, sure, it cleans out some of those nasty infections - but it's there for itself without any care about you.

      Have you also not noticed the GNU in GNUStep? Go back to sleep kid.

    2. Re:GNUStep + [Net]BSD. by Anonymous Coward · · Score: 0

      Once you faggots with Stallman's dick in your mouth realize that nobody gives a shit about your fascist ideology then you'll probably live past 20

    3. Re:GNUStep + [Net]BSD. by api · · Score: 1

      Given that NeXT was BSD based, that certainly would complete the clone...

      I agree with this point given that GNUstep is the "other" GNU GUI next to GNOME but there are a few hangups that need to be resolved:

      1. Apple has added "Objective-C++" to GCC but there appear to be problems using this outside of Darwin. (Ojb-C++ reportedly adds a few handy C++ routeines to Objective-C and it worth looking at.)

      http://www.gnustep.org/resources/documentation/Use r/GNUstep/faq_1.html#SEC10

      2. Problem 1. appears to be preventing Apple's KDE-based WebKit from being supported on GNUstep. Even though the first web browser was written on NeXT, GNUstep does not have one, limiting its functionality to put it mildy. For more info:

      http://home.gna.org/gswebkit/

      From there, it does not appear that OO.o will run on GNUstep, limiting its functionality to say...

      I suggest anyone interested in this to try the GNUstep live cd. http://www.linuks.mine.nu/gnustep/

      At one point the suggestions page included a request to use FreeBSIE... thus seconding your suggestion.

      Michael.

  74. Re:Sorry... Next. by Anonymous Coward · · Score: 0

    I don't know about you, but I'm a total Linux n00b, and yet Synaptic is working great for me on my Mepis partition. I've already installed a bunch of crap (Including an OS upgrade) using only point and click.

  75. Re:Sorry... Next. by Anonymous Coward · · Score: 0

    ...and what is the big difference between "c:\Download\FF-installer.exe" and "/Download/rpm -i ff-installer" ??
    Sorry dude... your arguments sucks... it is like me wife's "I don't want to drive a car with a disel engnine 'cause it is difficult"

  76. Research it yourself. by Some+Random+Username · · Score: 2, Interesting

    Linux is just a kernel, this isn't my opinion, its a fact. How did you want me to back that up exactly? The userland included with every linux distro I know of come from a variety of authors, have far too many useless options, have outdated, incomplete or non-existant documentation in a variety of formats, and have nothing in common besides being lumped into a distro. If that's not "random assorted crap" I don't know what is.

    If you don't know wether or not something is true, find out. Me saying its true in more words isn't going to change anything, learn to think for yourself. Its not hard to install a BSD and check out how EVERYTHING has an accurate and up to date man page. How man pages not being clear enough is considered a bug and is fixed. How the same group of people are responsable for the entire OS, and ensure consistant and sane behaviour from all userland tools. Compare it to your linux distro of choice, its not hard to see the difference.

    1. Re:Research it yourself. by Anonymous Coward · · Score: 0

      One small question, which BSD are you talking about?

    2. Re:Research it yourself. by LurkerXXX · · Score: 1

      FreeBSD, OpenBSD, NetBSD, etc, take your pick. They are all complete systems. They all have well documented man pages for all userland programs included.

  77. You cannot compare any DesktopBSD with Linux by Anonymous Coward · · Score: 0

    nor can you compare FreeBSD or OpenBSD with Linux.

    Linux is a kernel.

    If you want to compare DesktopBSD with Linux, compare it to a Linux distro like MEPIS or Ubuntu or dozens of other fine examples.

    Competition is a good thing. Whether it is with technology or licensing. I welcome both BSD and GPL operating systems and hope they both thrive.

  78. Re:Too bad, fragmentation of FOSS Desktop efforts by poningru · · Score: 2, Interesting

    but unfortunately it allows people to not 'share back' the stuff they took and improved.

    --
    Calm down people, its a religion not an operating system.
  79. Let's be realistic here by timecop · · Score: 0

    The whole point of *BSD's is that the installers are simple to use, the package management (ports) is centralized and automated, and that shit "just works" without having to fuck with it for hours at a time. Oh, and that there is well-written documentation, quality control in both the kernel and userland apps, etc etc etc. That's why there are n't 1000 different "FreeBSD Distros" as there are "Linix Distros". BSD people know what they're doing.
    They don't need some Linux jumper who just found out about FreeBSD last month making a new "distro".

    All the screenshots on that site just show off KDE isntaller/control panel. Big woop. Anyone with half a brain can install KDE on *bsd out of ports.

    Thank you for reading

  80. Re:Too bad, fragmentation of FOSS Desktop efforts by jaypaulw · · Score: 1

    Shouldn't you include dollar signs when speaking about anything to do with any entity that is for profit? Like Apple O$ X or corporate $upport.

  81. Re:Too bad, fragmentation of FOSS Desktop efforts by Brandybuck · · Score: 3, Insightful

    but unfortunately it allows people to not 'share back' the stuff they took and improved.

    Sharing isn't the word your want. Sharing isn't about attaching strings to your generosity. The word you're looking for is "reciprocality". Please don't confuse the two.

    --
    Don't blame me, I didn't vote for either of them!
  82. Re:Too bad, fragmentation of FOSS Desktop efforts by Anonymous Coward · · Score: 3, Insightful

    I suspect Intel and AMD and most companies have much lower profit margins than Microsoft, and don't spend nearly as much time trying to screw the customer. There's a difference between an ordinary profit-seeking company, and a company that tries to squeeze as much money as possible from its customers -- and can get away with it.

  83. Re:Too bad, fragmentation of FOSS Desktop efforts by advocate_one · · Score: 1
    Must start using the one true F/OSS operating system... Oh wait, screw that. I like my BSDs here. Reason #1 why I use FreeBSD over Linux, I just want a Unix-like OS without a revolution packaged with it. Talk about bloat. :)

    So why are you using those items of GPL'd code then??? I'd have far more respect for the BSD trolls in here if they were purist enough to be exclusively using BSD licensed stuff... but from where I'm standing, this desktop BSD looks exactly like my desktop Linux but with a different wallpaper

    --
    Donald 'Duck' Dunn: We had a band powerful enough to turn goat piss into gasoline.
  84. One word: by nusuth · · Score: 1

    Partitioning. You'll just love it.

    --

    Gentlemen, you can't fight in here, this is the War Room!

  85. Re:Too bad, fragmentation of FOSS Desktop efforts by zsau · · Score: 2, Interesting

    Apple began to "come along and revolutionise the desktop environment" before Linux was a spark in Linus' eye. Almost all the technology that is MacOS X was either in the classic Mac operating systems or (for the majority) in NeXTSTEP back in the late 1980s. They just jazzed up its look a bit and switched parts of the kernel. It took NeXTSTEP over a decade to get to the stage it (as MacOS X) was in in 2001. Why should you expect a much more poorly-funded group of programmers to do the same in half that time?

    GNU/Linux, FreeBSD and other similar operating systems, however, have been designed with a different userbase in mind. Clearly, they excel in that domain. More recently (beginning after your six-years-ago date), desktop environments have either attempted either to court a different userbase (e.g. Gnome) or they have become so good that they are able to be attractive to that different userbase (e.g. KDE). Considering where they came from, and where we've suddenly expected them to go, Free desktops have made outstanding progress.

    Aside from that, there will be no 'year of desktop Linux'. It will just be that over time, a relatively large proportion of non-geeks will come to use Free desktops.

    --
    Look out!
  86. OT: Your sig by grammar+fascist · · Score: 1

    Your sig just gained you a fan.

    --
    I got my Linux laptop at System76.
  87. Re:Too bad, fragmentation of FOSS Desktop efforts by i_am_not_a_bomba · · Score: 2, Insightful

    Umm, I think using the word "revolutionised" is probably as over the top as claiming Linux running KDE or Gnome or whatever will "take over" the desktop market.

    My iBook (which is downstairs that i use every night), is no more or less revolutionary, better or worse than my PC that i use everyday that runs KDE.

    Both have things i love and rant about, that are new and different, both have things that shit me to tears.

    The difference? When i get shitty at KDE, or some OS application i think "It's free and look at the awsome stuff it does". When i get shitty at OSX, i think, "ooohh look the MIGHTY OSX being a pain in the arse, whats that? I need to spend *more money* on yet another stupid shareware application to perform some inane task like putting my iPhoto library into a different place?"

    Revolutionised indeed, a revolution would be holographic projectors that can read my thoughts or some awesome shit like that, little bouncing icons and an automatic window organiser is *not* revolutionary.

    (Sorry, just bitter after wrestling with OSX for a few hours yet again).

  88. Installation screenshot or how to kill a webserver by fprog · · Score: 1

    Seriously, poor osdir.com servers!

    On the other side, the KDE background is simply gorgeous:

    http://shots.osdir.com/slideshows/slideshow.php?re lease=403&slide=17

    http://shots.osdir.com/slideshows/slideshow.php?re lease=403&slide=18

    Enjoy!

  89. Buy them an Abacus ! by Anonymous Coward · · Score: 0

    If they can nnot install it, they should use an abacus or a 4 function calc ;-)

  90. Working on Athlon64 yet? by SlightOverdose · · Score: 1

    Last time I tried BSD (Only a few months ago) I was getting kernel panics before I could even boot up on my Nforce4/Athlon64 system.

    Anyone know if this has been fixed yet? (Or if I'm doing something wrong?) I've been eager to switch to BSD for a while to get around Linux VM Issues.

    (Failing that, anyone know how to get Linux to kill the offending process (Like every other OS) rather than grinding to a screaming halt whenever a shoddy program decides to memory leak it's way through a gig of RAM? )

    1. Re:Working on Athlon64 yet? by member57 · · Score: 0

      kill [process ID]

      --
      If Kerry was the answer, it must have been a stupid question.
      The UN - The largest "political" cause of death.
    2. Re:Working on Athlon64 yet? by thrashbluegrass · · Score: 1

      1) Net, Free, Open? What BSD are you using?
      2) dmesg + ps/trace from point of crash? it's really kinda hard to debug something with the scarce information you've provided.

    3. Re:Working on Athlon64 yet? by SlightOverdose · · Score: 1

      Kind of hard to do when the system is completely unresponsive.

    4. Re:Working on Athlon64 yet? by SlightOverdose · · Score: 1

      > Net, Free, Open? What BSD are you using?
      FreeBSD 4.5

      > dmesg + ps/trace

      Not sure how I'd go about getting that when the kernel has panic'd (On startup).

    5. Re:Working on Athlon64 yet? by phoenix_rizzen · · Score: 2, Informative

      First thing to know about 64-bit systems, whether they be Linux, Windows, or BSD: avoid the nForce chipsets. They are not worth the hassle to get working reliably.

      That's your first mistake.

      Second thing to know about 64-bit systems, whether they be Linux, Windows or BSD: avoid the very latest, bleeding-edge, "I'm so cool, I got it first" technology. It's not worth the hassle to get working reliably.

      That's your second mistake.

      Third thing to know about 64-bit systems, whether they be Linux, Windows, or BSD: always, always, always research the hardware support before purchasing any hardware. It's not worth the hassle to get things supported after-the-fact. Doing this would have prevented the first two mistakes. :)

    6. Re:Working on Athlon64 yet? by SlightOverdose · · Score: 1

      Mod this guy up. He speaks wise words.

    7. Re:Working on Athlon64 yet? by thrashbluegrass · · Score: 1

      dmesg and ps/trace can be gotten from capturing the serial console output on boot also, the freebsd 4.x is on, what, 4.11 now? you gave up on 4.5, haven't tried it since then, and are whining that you don't know if it's fixed? it's too bad I've used all my mod points, because you're trolling pretty fucking hard right now, my friend.

    8. Re:Working on Athlon64 yet? by SlightOverdose · · Score: 1

      settle down mate. It was an honest question for someone with a very rough idea of what version he tried.

      I'm terribly sorry if I don't have a serial console handy to capture the output, but I'm just an average user wanting to try something. I'd hardly call it whining.

  91. Re:Too bad, fragmentation of FOSS Desktop efforts by Anonymous Coward · · Score: 0

    You may want a Unix-like OS, but I want and GNU-like OS.

  92. Re:Too bad, fragmentation of FOSS Desktop efforts by arose · · Score: 1

    Why would the difference between free licenses mater to you? Are you hoping a proprietary fork occurs so you can switch to that?

    --
    Analogies don't equal equalities, they are merely somewhat analogous.
  93. BSD lacks decent sound by Anonymous Coward · · Score: 0

    BSD lacks decent sound. You can nowadays find a lot of professional audio apps for Linux, because Linux ALSA and Jack implementations are making that possible. BSD has a really poor sound system and can only be used on consumer level "beep" audio.

  94. KDE is evil! Why did they use it? by Anonymous Coward · · Score: 0

    * KDE is evil (there's a $3000 development fee for the Qt libraries - and if you use the GPL'ed Linux libraries you are also FORCED to release your application code (it's not LGPL)).
    * Gnome is not evil (there's no development fee, it's LGPL and is freely available on Linux and Windows).

    So they pair a BSD-licenced free-to-do-anything-with os up with KDE. Brilliant move (sigh).

    When will people realise that KDE has singlehandedly done the most damage against a chance of Linux (and now apparently BSD) taking off on the desktop and becoming popular? Even the great Satan (Microsoft) doesn't charge a development fee to use the Win32 API - but somehow Trolltech can get away with it, pretending to be community friendly by forcing the GPL on developers - and KDE is still touted by the free software zealots.

    I do not understand this completely illogical behaviour, worshiping a company that is effectively holding the KDE development community to ransom and choking commercial development.

    1. Re:KDE is evil! Why did they use it? by Anonymous Coward · · Score: 0

      Well, yeah it is kind of brain damaged to pair a BSD with some viral GPL shit like KDE (actually most KDE libs are LGPL, but that Qt shit extends all the way up).

      In any case, the reason they did this is most likely because KDE is very simple to build compared to Gnome.

      I'll agree with you another thing too though - and that the bullshit toolkit that KDE chose has basically set the Unix desktop back to a place where it'll always be a hobbyist thing.

      The good thing is that KDE is dead in the long run. Novell, RedHat, Sun, and Ubuntu put 0 development into some crap that a bunch of trolls contro

    2. Re:KDE is evil! Why did they use it? by dfghjk · · Score: 1

      Because true "free software zealots", say RMS for instance, don't have any problem with the GPL. If you release your app under the GPL then you don't have to pay any fee, $3000 or otherwise. Curious that the LGPL, a license RMS provided under protest and one whose use he greatly discourages, has become the rally cry for Gnome blowhards. Since when have FOSS supporters cared how much commercial developers had to pay in order to deliver their apps? Poor babies!

      I didn't realize that MS made all their development tools available to programmers free of charge.

    3. Re:KDE is evil! Why did they use it? by rkww · · Score: 1
      I didn't realize that MS made all their development tools available to programmers free of charge.

      That's not what the original poster said, <quote>Microsoft doesn't charge a development fee to use the Win32 API</quote>

      What is the Visual C++ Toolkit 2003?

      The Visual C++ Toolkit is a free edition of Microsoft's professional Visual C++ optimizing compiler and standard libraries--the same o\ptimizing compiler and standard libraries that ship in Visual Studio .NET 2003 Professional!

    4. Re:KDE is evil! Why did they use it? by otis+wildflower · · Score: 1

      Because KDE is better?

      Seriously, it is. It's probably the best opensource OO WM out there, and it's the closest thing X has to the glorious wonder that is *Step short of GNUStep, which also has the heretical GPL?

      Then again, UI usability doesn't really relate to the kernel it runs on, except for stuff like supporting chrome in X, D-Bus-style auto device handling and whatnot. I'd probably stick to linux only because it's what I'm most familiar with, and has wider compatibility with stuff I'd be likely to use, and it's the primary OSS platform for lots of stuff I'd be likely to use.

      At the end of the day, for window managers, I believe that you need to recruit a UI fascist or cabal, and give them power to block releases for usability bugs and feature demands. You need to have someone that can take a flood of non-techie usability bugs and turn them into a coherent set of usability requirements. Someone that can document a set of usability and design philosophies (such as the Apple HIG) and force people to adhere to them.

      and if you use the GPL'ed Linux libraries you are also FORCED to release your application code (it's not LGPL)).

      In the linux world, that's a wonderful feature, not a bug. Share and share alike.

  95. Re:Too bad, fragmentation of FOSS Desktop efforts by Ours · · Score: 1

    And how about ATI/NVidia? One of their CEOs (don't remember which) openly admited that the high-end graphic cards were priced according to what people would pay for them and not at all related to the price of making the card itself. Anyway, comparing software and hardware profits is a bad idea. On of then needs to produce a physical product. The other spends the money to desing and build a software product, then for each sales it costs him the price of a CD+packaging.

    --
    "You superiour intellect is no match for our puny weapons" - The Simpsons
  96. Re:Too bad, fragmentation of FOSS Desktop efforts by mwvdlee · · Score: 0, Flamebait

    Same feeling I have, though it may be just a feeling...

    Linux: All kinds of groovy and funky features packed into a flashy GUI with all plethora of revolutionary "free as in freedom" tools.

    BSD: Just works.

    --
    Slashdot social media options: AIM, ICQ, Yahoo, Jabber and Mobile Text. Why no MySpace?
  97. Re:Too bad, fragmentation of FOSS Desktop efforts by Anarchitect_in_oz · · Score: 1

    To use a bad anology.
    Apple and MicroSoft might be both playing "Football" but one uses and round ball and the other enlogated one.

    Just because they are completing for the same spectators doesn't make it the same game.

    --
    "Call us when the New age is old enough to drink" Beck
  98. Re:Too bad, fragmentation of FOSS Desktop efforts by Anonymous Coward · · Score: 1

    MS a monopoly. It does not feel, think, or care. See the problem?

  99. Get a dvd by rsilvergun · · Score: 1

    and if your comps too old for that, get a new one! Seriously, you can get a 600mhz PIII, 256mb ram, dvd and a 20 gig harddrive for a little over $100 dollars shipped from retrobox.com. No OS, but that's obviouly not a problem if you're loading Slack. And a little more searching and you can get stuff in the 2ghz range with fast graphics cards for under $200 shipped.

    --
    Hi! I make Firefox Plug-ins. Check 'em out @ https://addons.mozilla.org/en-US/firefox/addon/youtube-mp3-podcaster/
  100. download what? by J.+Random+Luser · · Score: 1

    - an x86-iso that's what. Huh? I thought this was source-forge warrantied open-what-have-you. Where's the source I can compile on my Amiga, Acorn, Macintosh, Sparc, etc?

    Alright, I'll just crawl back to my downtrodden minority...

  101. Re:Too bad, fragmentation of FOSS Desktop efforts by BRonsk · · Score: 0

    One of their CEOs (don't remember which) openly admited that the high-end graphic cards were priced according to what people would pay for them and not at all related to the price of making the card itself

    I see. You haven't read marketing 101... ;-)

  102. Re:Sorry... Next. by lasindi · · Score: 1

    I don't care if it's apt-get, RPM, Roll your own, or what not.... the difficulty with installing applications on a .nix like OS is what is keeping me from using it as my "Desktop".

    I prefer to compile the source whenever possible, but I can definitely see where you're coming from. There does need to be an easy way to install binaries, but I thought this issue had been solved with package managers. What exactly do you not like about, for example, RPM? Installing an RPM using the GUI is more or less just like in Windows: double click.

    --
    I have discovered a truly remarkable proof of this theorem that this sig is too small to contain.
  103. Re:Too bad, fragmentation of FOSS Desktop efforts by azav · · Score: 0, Offtopic

    Heh. Regarding your sig. The one in DC has proven his idiocy. Over and over again. Thanks for the WMD George. I'm sure we all feel safer and more secure now that they are found. 200+ billion? Naah, we don't need it for anything in particular.

    Nice.

    --
    - Zav - Imagine a Beowulf cluster of insensitive clods...
  104. Delete Key by Mattb90 · · Score: 1

    In order for ordinary end users to begin accepting BSD on the desktop, one key thing needs to be fixed: the Delete key. Seriously, it's a major function on the keyboard, and although there's backspace, there's no reason why the Delete key's true function (to delete text ahead of the character) isn't present. Missing functions like this will annoy users, and while this in itself is unlikely to put too many off, it will leave many thinking "if this doesn't work, what else is wrong with BSD".

    --
    Mattb90
    Editor, allaboutgames.co.uk
    1. Re:Delete Key by Anonymous Coward · · Score: 0

      Didn't think it would be possible, but this raises the bar for the stupidest fucking gripe posted to slashdot. Read some man pages, dolt. Why YOUR delete key is fucked up god knows, but it's an easy thing to fix REGARDLESS OF UNIX FLAVOR.

    2. Re:Delete Key by skiman1979 · · Score: 1

      Aren't we talking about an "easy-to-use" BSD? The user shouldn't HAVE to fix the delete key. It should just work.

      --
      Having a smoking section in a public restaurant is like having a peeing section in a public swimming pool.
    3. Re:Delete Key by spitzak · · Score: 1

      In case anybody is confused, I believe he is talking about termanal programs. The Delete key works fine in Qt/KDE.

      The basic tty driver of Linux is unchanged from ancient Unix ones and probably cannot do much. It actually cannot do any editing other than backspace, thus it is impossible to get the cursor between characters so that delete-forward can do anything. However I would like to see them scrap the entire stty stuff and just hardcode it so *both* delete and backspace and also any common escape sequences from these keys deletes backwards. An awful lot of user annoyance can be fixed by changing from "what action does this" to "what does this action do" in all the code and configuration, so that there is more than one way to do things.

      Many terminal programs such as all modern shells and programs using readline and similar put the tty in raw mode and thus can do any editing that can be achieved without any vertical movement. However I checked and lots of them don't recognize the Delete key (ie they don't recognize the escape sequence they send). This should all be fixed the same way as the tty drivers. Ie scrap any "configuration" and hard-code in all the possible sequences the keys may produce and make them all work.

      All these apply to Linux as well.

  105. *BSD - a litany of failure by Anonymous Coward · · Score: 0
    So why now? Why did *BSD fail? Once you get past the fact that *BSD is fragmented between a myriad of incompatible kernels, there is the historical record of failure and of failed operating systems. *BSD experienced moderate success about 15 years ago in academic circles. Since then it has been in steady decline. We all know *BSD keeps losing market share but why? Is it the problematic personalities of many of the key players? Or is it larger than their troubled personas?

    The record is clear on one thing: no operating system has ever come back from the grave. Efforts to resuscitate *BSD are one step away from spiritualists wishing to communicate with the dead. As the situation grows more desperate for the adherents of this doomed OS, the sorrow takes hold. An unremitting gloom hangs like a death shroud over a once hopeful *BSD community. The hope is gone; a mournful nostalgia has settled in. Now is the end time for *BSD.

  106. Re:Too bad, fragmentation of FOSS Desktop efforts by Anonymous Coward · · Score: 0

    If by "iPhoto library" you mean your photos, you can move them without any "shitty shareware app", but you need to do a bit of UNIX command-line stuff. Full instructions can be found here:

    http://captnswing.net/howto/iphoto/

  107. Re:Boycott Dell, HP, Gateway by Anonymous Coward · · Score: 0

    Are they any cheaper or are you still paying MS tax?

  108. *BSD = new Linux by PrayingWolf · · Score: 0, Flamebait
    I've known for a long time that BSD is going to start becoming more and more popular. We're seeing people switch from Linux to Free/Open BSD because
    1) BSD has an air of stability/professionality
    2) switching is easy
    3) Linux has become too mainstream (not geeky anymore)

    Unfortunately, just as Linux is a bloated OS, KDE is a bloated, slow, disgusting GUI. Can't they have each explorer window part of a single program (would increase startup times!).
    DesktopBSD is going to be a slow desktop, unlike Mac (or even WindoZe)

    1. Re:*BSD = new Linux by TeknoHog · · Score: 1
      Unfortunately, just as Linux is a bloated OS, KDE is a bloated, slow, disgusting GUI.

      Linux is only bloated if you use KDE or a similar framework. Neither Linux or the BSD kernels are bloated in any sense of the word. In my experience, the bloat aspect is purely a distro issue, and the bare-bones-unix style I like in the BSDs (particularly NetBSD) I can get using Gentoo, with some additional benefits of Linux.

      --
      Escher was the first MC and Giger invented the HR department.
  109. Re:Too bad, fragmentation of FOSS Desktop efforts by EzInKy · · Score: 1


    And how about ATI/NVidia?

    They force people to buy older cheaper cards because they refuse to open source their drivers. Really though, it's okay because it leaves me a few hundred extra dollars to spend on CPUs and motherboards.

    --
    Time is what keeps everything from happening all at once.
  110. This does not look good ... by swaic · · Score: 1


    All users created are administrators.

    Doesn't this seem like a potential disaster waiting to happen. Some people who know almost nothing about unix and may decide to take a plunge because the installation seems rather simple. The last thing you may want is to be doing everything as root -- a la Windows 9x.

    Check out images 13 and 14.

    1. Re:This does not look good ... by Valafar · · Score: 1

      /Sigh.

      Administrator does not equal Root.

      Though I'm not familiar with "DesktopBSD" specifically, my guess would be that it would be similar to adding a user to wheel and operator groups.

      On the other hand, if they actually mean true "ROOT" then they should be taken out back and shot.

    2. Re:This does not look good ... by spitzak · · Score: 1

      I believe they are talking about people who *can* login as root. Non "administrators" cannot login as root. Administrators must still do something and know a password to do anything dangerous to the system.

      Because installation still asks for a root password, I am confused whether this has the sudo method where the user uses their own password or the root password to get root privledges.

      Like a previous poster said, it would be better if the installer just shut up rather than printing confusing information messages. There is no reason to mention "administrator" or not. Or put a "adminsitrator" checkmark on the panel with a tooltip that says "this user may sudo...".

  111. Re:Too bad, fragmentation of FOSS Desktop efforts by Octorian · · Score: 2, Insightful

    Yeah, and my "Desktop Solaris" also looks like "your desktop Linux but with a different wallpaper" as well. (hint: I'm running KDE 3.4.1, with all the same software any "Linux user" would otherwise use as well)

    All that glorious "Linux software" you all gloat about is really not "Linux software". It's "UNIX-compatable software" and benefits users of just about any *NIX-like system out there.

  112. Re:Too bad, fragmentation of FOSS Desktop efforts by 10Ghz · · Score: 1

    "Then Apple came along and revolutionized the desktop experience."

    How exactly did Apple "revolutionize" it? OS X is just more of the same old shit, just in prettier package. Icons? Windows? Menu's? Dialog-boxes? That stuff is ancient. Apple added a nice layer of candy on top of it, but it's fundamentally still the same stuff Mac OS was 20 years ago.

    OS X is a nice OS, no question about it. But it's no revolution.

    As to "year of the Linux-desktop". That year wont come. Ever. But one day we will suddenly notice that Linux is a widely used desktop-OS. There won't be any monumental change when everyone and their grandma suddenly switches to Linux. But people will continue to do so. And then some more people will do so. And suddenly Linux's market-share on the desktop is over 10%. Then it will be 15%, then 20%. It will happen, it just wont happen overnight.

    --
    Lesbian Nazi Hookers Abducted by UFOs and Forced Into Weight Loss Programs - -all next week on Town Talk.
  113. Re:Too bad, fragmentation of FOSS Desktop efforts by Anonymous Coward · · Score: 0

    "Sharing isn't about attaching strings to your generosity."

    Yes it is.
    When you share, you expect a return: Share (from the Oxford dictionary, verb, 2): "possess or use in common with others". It is not possess or use IN COMMON, if it is only me the one who share.

    Maybe the verb you're looking for is "giving away". Please don't confuse the two.

  114. Re:Sorry... Next. by Anonymous Coward · · Score: 0

    Install? You should just unzip the package wherever you like and run it.

    If only there were a Free operating system that accepted that premise.

  115. Re:Too bad, fragmentation of FOSS Desktop efforts by vhogemann · · Score: 3, Interesting

    Come on! The desktop is alredy here, both GNOME and KDE are very usable, and in some points better than Windows.

    The problem is how to integrate them to the underlying OS! Until recently there was no standart way to do it, every distro implemented its own hardware discovery scheme.

    Now we got udev, pmount, hal and others to help. Have you tried a modern desktop targeted distro recently, like Ubuntu for example? Get a usb drive, plug it and bang! It appears on the desktop MacOSX style.

    The only BIG problem left is easy, next-next-finish style, standart installation packages across every distro. But hopefully they'll handle this one too.

    --
    ---- You know how some doctors have the Messiah complex - they need to save the world? You've got the "Rubik's" complex
  116. Re:Too bad, fragmentation of FOSS Desktop efforts by compass46 · · Score: 1

    Why did my parent comment get modded funny? It's true and one of the common reasons I find among other *BSD users?

  117. Re:Too bad, fragmentation of FOSS Desktop efforts by muuh-gnu · · Score: 1

    > Apple and MicroSoft might be both playing "Football" but one uses and round ball
    > and the other enlogated one.

    Lets word it a little differently:

    Microsoft and Apple might both be playing "Football" but you can play with Microsoft in just any stadium all over the world, and with Apple only strictly in their own stadium, where the tickets cost about twice as much.

    Have you ever seen a winner team _NEVER_ leaving its own stadium and refusing to play with anybody else outside? Me neither.

  118. Re:Too bad, fragmentation of FOSS Desktop efforts by BiAthlon · · Score: 2, Interesting

    I've seen teams require a regulation sized ball and a regulation sized field with paid and licenced officials to enforce the rules.

    Microsoft can field a team anywhere for any field. But it most likely won't be a winning team of super stars.

    Linux, BSD, and OSX have specific uses (Linux and BSD more so than OSX) and they shine at them. In my mind that's the difference. I don't want a whole team, I just want a really good Linebacker.

  119. Re:Too bad, fragmentation of FOSS Desktop efforts by theonetruekeebler · · Score: 2, Funny

    Most F/OSS I know of has capital-letter support build right in instead of being a value-added option you obviously were too cheap to spring for. You had to cut'n'paste to get "M$" into your post, didn't you?

    --
    This is not my sandwich.
  120. Re:Too bad, fragmentation of FOSS Desktop efforts by Himring · · Score: 1

    I never realized that a total lack of capitalization would make my eyes bleed.

    Why criticize a monopoly? Please review the rise of the corporation in the early part of the 20th century and pay close attention to such men as J.D. Rockefella. Surely, you too would have a problem with one guy being worth 1/42 of the Gross National Product of The United States of America. Bill Gates is so poised (note: "poised")....

    Innovation? Sure, ok, but for every innovation MS has created they've johnny-come-latedly, assimulated, stolen and bought out another 10 (cough*maps.google.com*cough).

    I am increasingly surprised at the slack some /.ers give MS not to mention how there is general doubt to their historical practices, the possible ills of corporatism and doubt in just what the "big guy" is really capable of. It reminds me of the end of The Hobbit where the younger generation in Laketown began to doubt whether there really was a dragon in the Lonely Mt.

    --
    "All great things are simple & expressed in a single word: freedom, justice, honor, duty, mercy, hope." --Churchill
  121. Re:Too bad, fragmentation of FOSS Desktop efforts by Ganniterix · · Score: 0

    Hehehehehe .... I agree. Dear parent commenter ... since when giving a different name to your OS (Windows, Linux, Mac OS X ....) makes them get classified on their own? They are all OS's. One big category! And over here we are even talking about a smaller subcategory... desktop OS's!! How do windows and mac os x fall in different categories? And come splurting out at me any Apple PR!

  122. Re:Too bad, fragmentation of FOSS Desktop efforts by Octorian · · Score: 1

    "I just want a Unix-like OS without a revolution packaged with it"

    That's the biggest difference between the BSD and Linux camps, as far as I can tell.

    The BSD folks want a free UNIX-like system, and want to make the best UNIX-like system they can. That's what they develop, and that's what they want to use. That's also what most BSD users are looking for in the first place.

    Meanwhile, most of the Linux users I run into (at local LUGs, anyways), use Linux because they're fed up with Microsoft, Windows, or something related to the two. Their initial motivation for trying Linux was simply "I want to try this thing that isn't Windows, and I like it."

    As an aside, when I first started using Linux, I wasn't looking for a Windows-replacement. It was the mid-90s, and I had my first introduction to UNIX (at a computer camp, ok I'm a total geek) on a SCO system. I thought it was pretty cool, and asked around as to whether there was anything like it I could get myself. Someone mentioned Linux, and the rest was history.

    Many years later, in college, I was introduced to FreeBSD. What I liked about it was that it resembled everything I liked about Linux back in the mid 90's, only done MUCH better. Instead of trying (and often failing) to be end-user friendly, FreeBSD tries to be command-line-geek-user friendly, and does a good job at it.

  123. Re:Too bad, fragmentation of FOSS Desktop efforts by Anonymous Coward · · Score: 0

    how many people do you employ? how much do you pay in taxes? how many people use your software to run their businesses, etc.

    Steve Ballmer: How much DO YOU think this advanced operating environment is worth?! ... how much do you think microsoft windows is worth??! ... all these features AND REVERSI! all for just... how much did you guess?? 500?? a 1000?? even more??? no!!! it's 99$, it's an incredible value but it's true! It's Windows from Microsoft, order today, P.O. Box, 286 D.O.S.,
    EXCEPT IN NEBRASKA!

  124. OS X == Desktop BSD by dick+johnson · · Score: 2, Insightful

    I know it's not a free download...

    But there already is an easy to use BSD for the desktop. It's called Mac OS X.

    Yes. Yes. I know it only runs on Apple hardware (at this point).

    --
    - dj
  125. Re:OS X on Intel boxen? by sunshine_knox · · Score: 1

    I've been working on one. I think it will be released in 1 to 2 years.

  126. Why? by caveat · · Score: 1

    I think I'd rather try other flavors of linux before taking BSD for a spin,

    Honestly...why on earth would you say that unless you're a total harcore linux zealot? That's like saying "I drive a white Camaro with fabric interior, and I'd rather test-drive a green one with leather seats rather than try that WRX STi instead" - different distros are pretty much just varied top-ends on the same chassis, while BSD is a totally different OS with a different way of doing things. Expand your horizons, man.

    --

    Facts do not cease to exist because they are ignored. - Aldous Huxley
  127. "All users created are administrators"?! by MirrororriM · · Score: 1
    Does this mean all accounts are root users?! I'm referring to this screenshot. I've never used FreeBSD, but I would assume it uses a similar user structure as Linux. Someone enlighten me as to whether my assumptions are correct and if it's just this distro of BSD that handles user accounts this way.

    This is one of the reasons why most home users have problems with Windows - everyone has admin access.

    --
    Content Management System: A pretentious way of saying "text editor."
    1. Re:"All users created are administrators"?! by Quill_28 · · Score: 1

      I don't know much about FreeBSD Desktop but I can assure you the user structure in FreeBSD would be similar to Unix aka Linux.

    2. Re:"All users created are administrators"?! by phoenix_rizzen · · Score: 1

      "Administrator" in this context would be users in the wheel group. Users in the wheel group are allowed to run "su" to become root. I'm guessing DesktopBSD is configured similar to MacOS X in that users in the wheel group can also execute "sudo" to perform individual commands as root.

      This is nowhere near the same as running Windows as Administrator, or running Unix as root.

  128. Re:Too bad, fragmentation of FOSS Desktop efforts by Anonymous Coward · · Score: 0
    I suspect Intel and AMD and most companies have much lower profit margins than Microsoft, and don't spend nearly as much time trying to screw the customer.

    Would pressuring a customer's own customers to switch to another distributor out of retaliation be considered screwing a customer?

    Here are several selected paragraphs from the following document that presents and entirely different picture of the first company you mention (but consider its source, the 2nd company you mentioned, when judging its content):

    PDF - http://www.amd.com/us-en/assets/content_type/Downl oadableAssets/AMD-Intel_Full_Complaint.pdf

    HTML - http://64.233.161.104/search?q=cache:BK_UrlmGznsJ: www.amd.com/us-en/assets/content_type/Downloadable Assets/AMD-Intel_Full_Complaint.pdf+amd+pdf+intel& hl=en&lr=lang_en

    73. As Gateway executives have recounted, Intel's threats beat them into "guacamole." But Gateway is not alone. Prior to its merger with HP, Compaq Computer received Intel threats every time it engaged with AMD. In late 2000, for example, Compaq's CEO, Michael Capellas, disclosed that because of the volume of business he had given to AMD, Intel withheld delivery of server chips that Compaq desperately needed. Reporting that "he had a gun to his head," Capellas informed an AMD executive that he had to stop buying AMD processors.

    74. In 2002, Intel pointed its gun at NEC. Intel threatened to discontinue providing NEC with the technological roadmap of future Intel products if NEC did not convert its entire line of Value Star L computers to Intel microprocessors. Without that roadmap, NEC would be at a distinct competitive disadvantage. Predictably, NEC succumbed and eliminated AMD from the Value Star L series in 2002 and 2003.

    76. AMD had been engaged in discussions with IBM about introducing an Opteron "blade" server, when IBM suddenly announced that any such product it distributed could not bear an IBM logo. When pressed for an explanation, IBM reported that it could not appear overly supportive of AMD server products because it feared Intel retaliation.

    79. AMD's September 23, 2003, launch of Athlon64 was a watershed event for the Company. Upon learning the launch schedule, Intel did its best to disrupt it. For example, Acer committed to support the AMD rollout by making a senior executive available for a videotaped endorsement and by timing the introduction of two computers, a desktop and a notebook, to coincide with AMD events planned for Cannes, San Francisco and Taiwan. Days before the event, Intel CEO, Craig Barrett, visited Acer's Chairman, CEO and President in Taiwan, expressed to them Intel's "concern" and said Acer would suffer "severe consequences" if it publicly supported AMD's launch. The Barrett visit coincided with an unexplained delay by Intel providing $15-20 million in market development funds owed to Acer. As a result, Acer withdrew from the launch in the U.S. and Taiwan, pulled its promotional materials, banned AMD's use of the video, and delayed the announcement of its Athlon64-powered computers. Acer's President subsequently reported that the only thing different about Intel's threats was the messenger - they were "usually done by lower ranking managers," not Intel's CEO.

    86. As retaliation for dealing with AMD, Intel has also used chipset pricing as a bludgeon. For example, in 2003, Acer had committed to launch the AMD Athlon XP. Acer executives worldwide had been working with AMD to bring the product to market post-launch. But, on the eve of the launch the Acer management in Taiwan pulled the plug. AMD learned from Acer executives

  129. I have some news for you... by Anonymous Coward · · Score: 1, Insightful

    >>openly admited that the high-end graphic cards were priced according to what people would pay for them

    Oooh! "openly admitted" it did he?

    Listen genius - important fact comming up: -

    EVERY product and service is priced according to what the market is prepared to pay for it!

    But in your world, I suppose I'll just have to sell my product for 20% less than people are prepared for it. A fine way to run a business that would be.

    The CEO in question is a CEO because he understands these basic facts. You on the other hand are just a clueless moron.

  130. Why? by Anonymous Coward · · Score: 0

    Why do good developers make little spin offs like this instead of just contributing to FreeBSD to help it be a better desktop OS?

  131. Re:Too bad, fragmentation of FOSS Desktop efforts by iamwahoo2 · · Score: 1

    The point you missed is that the Linux Kernel is licensed under the same license as many of the software programs that come with BSD systems. The great-grandparent post was saying that he did not want to be part of the revolution. The Grandparent says, "too bad" you are probably running GPL software somewhere.

  132. Re:Too bad, fragmentation of FOSS Desktop efforts by compass46 · · Score: 1

    So why are you using those items of GPL'd code then???

    You completely missed the point... It's because I don't give a damn about the trivial differences between the GPL and the BSDL. Hard concept. As far as licenses are concerend all I really care about from a user standpoint is that it's open and doesn't restrict my use of the software.

  133. Re:Too bad, fragmentation of FOSS Desktop efforts by brokenarmsgordon · · Score: 2, Insightful

    Hey now, don't reach too far, that Holy Grail of verbal sophistry just isn't worth it, Brunhilde.

    To use "in common with others" means that you and others draw from the same pool. There is absolutely no implication of a return.

    You don't share so you can get something out of it -- you share because it's the right thing to do. Imposing debt is not sharing.

  134. Flawed reasoning! by bogaboga · · Score: 1
    You know why I say your reasoning is flawed? Here is why:

    So when one uses QtCurve to make a native KDE application look like a GTK one that makes the KDE app a GTK application and vice versa?

    Now I conclude you write no code at all - You shuldn't anyway. Please google QtCurve and convince me that what it does is converting a KDE app into a GTK app and vice versa depending on results.

    Take a look at http://www.kde-look.org/content/show.php?content=5 065 and look at those posted images. Once you are satisfied with yourself, tell me what you think is going on.

    1. Re:Flawed reasoning! by OmniVector · · Score: 1

      No, that's just a theme engine that uses GTK's theme layout, and compositing techniques, to "squeeze" a gtk theme into Qt's themeing system. It's not coded using the GTK API. How do you not understand the difference?

      --
      - tristan
    2. Re:Flawed reasoning! by bogaboga · · Score: 1
      ...It's not coded using the GTK API... How amusing...so you are now inferring that Firefox is codded using the GTK API? Come on, listen to yourself.

      Let me inform you: Firefox is codded using XUL - period. But at building, support for GTK can be made...just like any other application. Hope you get it now.

    3. Re:Flawed reasoning! by OmniVector · · Score: 1

      And what does XUL draw from? Xlib? No. GTK.

      --
      - tristan
  135. Re:Too bad, fragmentation of FOSS Desktop efforts by DeadMeat+(TM) · · Score: 1
    It would also help if we worked harder on well-defined and standardized APIs, so that it would be easier to get things working with each other. For example, a standardized hardware configuration API would help make "control center" type apps a lot easier to make, etc.

    This is where HAL comes in. (Cue the 2001 jokes.) It's pretty new, so it's mostly being used for things like auto-mounting devices in KDE and GNOME currently; but tools like GNOME Power Manager are starting to be built on top of it.

    Right now it's Linux-only, but AFAIK there's nothing that inherently prevents it from being ported to one of the BSDs.

  136. Re:Too bad, fragmentation of FOSS Desktop efforts by b17bmbr · · Score: 1

    I've no problem with regulation of monopolies. the argument was the "money grabbbing..." yada yada crap. i agree microsoft is hardly an innovative company. and their tactics have done more to stifle than promote innovation. no argument here.

    by the way, I teach history and am well aware of the rise of the corporation. which by the way, was not capitalism. it wasn't even close.

    --
    My problem? I was perfectly gruntled, until some numbnuts came by and dissed me.
  137. nice troll by Anonymous Coward · · Score: 0

    You may install OOo from packages (that's it, you don't have to compile the whole thing). Lack of Java support? What do you mean? There's Java support for FreeBSD (have your checked java/jdk14 or java/jdk15?). Have you really tried FreeBSD??? BTW, FreeBSD isn't just a kernel, it's a *complete* OS.

    1. Re:nice troll by TrekCycling · · Score: 1

      Rule #1 if you can't discourse like an adult. Call someone a troll and label what they say flamebait.

      I have tried FreeBSD. I used it as a primary desktop OS for about 8 months. Back around 4.6. Back then large parts of Java didn't work correctly because of issues with threading. So you couldn't run Java natively, you had to run it via the Linux layer. That's not good enough for me. And that's the crux of my problem with it at the time. Maybe it's gotten better since then, but last time I checked it hadn't.

      Secondly, I'm aware of packages. Packages aren't always as up to date and current, though, unfortunately.

  138. Journaling File System by PhotoGuy · · Score: 1

    I love BSD in general, find it fast, solid, and so forth. However, in exploring it not that long ago, I found one glaring omission was journaling file system support. There was some incomplete early version, which was not under active development, and that was it.

    Can anyone comment on this?

    (It had kick-ass volume manager support in Vinum, long before Linux had it's volume manager; but it seems Linux has leapfrogged BSD in this area, too.)

    --
    Love many, trust a few, do harm to none.
    1. Re:Journaling File System by Just+Some+Guy · · Score: 2, Informative
      However, in exploring it not that long ago, I found one glaring omission was journaling file system support.

      Are you sure you need journalling, though? FreeBSD's softupdates cover most of the advantages of a journal, and the background fsck (which mainly makes sure that unallocated blocks are actually marked as such) lets you boot quickly.

      I certainly don't think journals are a bad thing, but I've honestly not missed them.

      Regarding vinum: what do you like better about Linux's logical volume management? gvinum (GEOM-based vinum) has been pleasant enough for what I've asked of it.

      --
      Dewey, what part of this looks like authorities should be involved?
    2. Re:Journaling File System by bluGill · · Score: 3, Informative

      Short answer: because FreeBSD has softupdates, which for most people turn out to be just as good, and for some better.

      There are two ways to get the advantages most people want from a journaling file system. The obvious is to write a journal. FreeBSD instead spent time to make sure that meta-data could not get out of date in the first place, and thus there is no need for a journal. The latter is harder to implement, but has some significant advantages, and other disadvantages. For most people either will work fine, for those who have a case where it matters FreeBSD is implementing the journal. The real question is why nobody else is implementing softupdates so they don't need a journal in the cases where it is worse.

      Remember, this is not a case where journals are always better than softupdates. For some workloads journals are better, for others softupdates is better. FreeBSD will soon be the only one to let you choose based on your real-world needs.

  139. Re:Too bad, fragmentation of FOSS Desktop efforts by Himring · · Score: 2, Funny

    Well, I will not go toe-to-toe with a history teacher. I do appreciate the reply and clarification. Modern business, economics, etc. is indeed a balance. Too much government stifles/too little creates oligarchy.

    am well aware of the rise of the corporation. which by the way, was not capitalism.

    Yes, but was it capitalization?

    --
    "All great things are simple & expressed in a single word: freedom, justice, honor, duty, mercy, hope." --Churchill
  140. Re:Too bad, fragmentation of FOSS Desktop efforts by rubycodez · · Score: 1

    good news, the corporations where I worked 75% of the users hadn't bothered to put any effort into learning Windows either, they know the basics of operating exactly zero operating systems, so they are still free to learn one system.

  141. Money-grubbing? by jscotta44 · · Score: 0, Troll

    I am curious as to how your actually pay for your food and shelter? Since you obviously are above "money grubbing". Are you getting manna from heaven and living under a blessed sky? Oh, wait, dumb me. You mean that anyone BUT you collecting money is "money grubbing". Right. Silly me.

  142. Re:Too bad, fragmentation of FOSS Desktop efforts by rubycodez · · Score: 1

    Linux is just a kernel, if we're talking about "operating sytems" the BSD and Linux distros mostly have the same stuff and capabilities and run 95% the same apps. Most open source developers work on things that would run on any Unix, and over half of them on stuff that can run under windows either natively or under a posix library. BSD has had the head start too, and there's BSD ideas and code in most modern OS.

  143. Re:Too bad, fragmentation of FOSS Desktop efforts by Anonymous Coward · · Score: 0

    "See the infamous GNU echo joke."

    The infamous true(1) joke:

                  The full documentation for true is maintained as a Texinfo manual. If
                  the info and true programs are properly installed at your site, the
                  command

                                info coreutils true

                  should give you access to the complete manual.

  144. Re:Sorry... Next. by piett134 · · Score: 0

    Thats exactly what PC-BSD allows you to do. It lets you download self-extracting / installing pacakges, and install just like windows / mac.

  145. Re:Too bad, fragmentation of FOSS Desktop efforts by Tony · · Score: 2, Informative

    now, i'm no fan of microsoft, but tell me this: . . . how much do you pay in taxes?

    A lot more than Microsoft, it appears.

    --
    Microsoft is to software what Budweiser is to beer.
  146. Re:Too bad, fragmentation of FOSS Desktop efforts by Anonymous Coward · · Score: 0

    'If you posted your comment to a developer mailing list, if there'd be any reply at all, it would be along the lines of, "No. That's ridiculous. Stop getting in the way of our work." Though perhaps more polite.'

    Hah! You obviously don't visit any OpenBSD lists!

  147. Hmmmm by Hanji · · Score: 1

    From the installer:
    You need at least one user to log in to your system. All users created are administrators

    That strikes me as a questionable decision with no clear advantage, and definite potential security implications...

    --
    A Minesweeper clone that doesn't suck
  148. Yea, by Icyfire0573 · · Score: 1

    Yea, but does it come with the sound driver installed, or do you still have to recompile the kernel for it

    1. Re:Yea, by phoenix_rizzen · · Score: 2, Interesting

      Hmmm, is it really so hard to:
      kldload snd_driver
      (loads every sound driver on the system)

      cat /dev/sndstat
      (read the output to see exactly which sound driver is being used)

      echo 'snd__load="YES"' >> /boot/loader.conf
      (tell the kernel to load the specific sound module at bootup)

      Remember, 95% of all device drivers in FreeBSD are compiled as modules and stored under /boot/kernel/, all there for the loading if you need them. You only need to recompile the kernel to remove drivers.

    2. Re:Yea, by Icyfire0573 · · Score: 2, Interesting

      not difficult at all, but as they say who wants to go CLI to fix sound, also when i installed freebsd 5.4 release last week kldload snd_driver didn't do anything for me and I ended up recompiling it.

  149. Re:Too bad, fragmentation of FOSS Desktop efforts by bluGill · · Score: 2, Insightful

    For most of the mid 80s to mid 90s, every year you could count on some major prediction that next year would be the year of the network. Never happened, without any explosive growth networks ended up anywhere.

  150. Re:Easy to install? by Saeed+al-Sahaf · · Score: 1

    Because a "Release Candidate" is exactly that, it should not "suck". If a phd candidate sucked, do you think they would get the phd?

    --
    "Who are in control, they are not in control of anything - they don't even control themselves!" - Glen Beck
  151. Re:Sorry... Next. by Anonymous Coward · · Score: 0

    Sorry mate you're talking out of it. I've never found any better way then apt under debian (maybe with a pretty gui front end or summat).
    Think the Windows Way is best? Go on clean an old (18 months) windows box up I dare you.
    This is half the problem, there is nothing really wrong with, apt-get etc except that people have to ,horror, learn a small simple thing and they're just too lazy.
    And before anyone sais "why should I have to learn this or that?" I'll bet you have driving licence. Did you want that. No. You wanted to go places and see things and people. but you had to learn to drive first.
    Not interested in learning? Good, go away and play poo sticks.

    welshmnt

  152. My favorite part... by Anonymous Coward · · Score: 0

    From slide #4, at http://shots.osdir.com/slideshows/slideshow.php?re lease=403&slide=4

    "Please take the time to carefully through all texts and explanations..."

    LOL!

  153. ESL? by La0d0g · · Score: 1

    Please take the time to carefully through all texts and explanations because improper... How about proofing your installation screens!

  154. csh or bash by paxmark1 · · Score: 1

    Does it make it easier to make bash the default shell than FreeBSD does? (Hate to have to edit a config for that). [I checked the site.]

    Looks nice. I shifted from Mandrake to Kubuntu, but still remember how sweetly puter ran 4 years ago on FreeBSD.

    I agree, why show KDE screenshots when I would rather be seeing the diff's.

    peace, mark

    1. Re:csh or bash by Anonymous Coward · · Score: 0
      Mark, you're such a douche. If you think you need a graphical element to make it easier to change upwards of 2 characters you are in serious need of a stay at an educational institute of some kind.

      chsh is not all that complecated and takes less than 5 seconds to do.

      It would be a complete waste of effort to even try that, as a simple text editor is vastly more efficient.

      Peace, you douche.

    2. Re:csh or bash by tigga · · Score: 1
      Does it make it easier to make bash the default shell than FreeBSD does?

      Did you mean root's shell? Don't login as root.
      Use 'sudo -s'

      But talking about convenient shell - use tcsh.

  155. Re:Too bad, fragmentation of FOSS Desktop efforts by Anonymous Coward · · Score: 0

    > The Grandparent says, "too bad" you are probably
    > running GPL software somewhere.
    It also forgot to mention that his wallpaper is diplayed by Xorg or XFree86 servers, which are MIT (read: BSD like) licensed.

  156. Re:Too bad, fragmentation of FOSS Desktop efforts by euxneks · · Score: 1

    So I'm supposed to be thankful because a lot of shmucks work at microsoft and therefore help the economy..?

    I doubt very much that these corporations are the reason we aren't still living in mud huts. Who's to say a society founded entirely upon scientific research wouldn't have been better?

    Corporations have NOBODYS interests at heart - hell, even the CEOs of massive companies can get laid off (albeit with huge payola).

    Until big companies like Microsoft and IBM and Exxon actually give a damn about my welfare or well-being, not just the pocket where my wallet is kept, then I'll give a damn about them (maybe) but until then, I call your bluff sir!

    --
    in girum imus nocte et consumimur igni
  157. Re:Who cares about M$ Vista by clesters · · Score: 1

    I'm not on your "team" and I don't use BSD in order to defeat the "proprietary OSs like M$ Vista and Apple OS X."

    I use BSD because I like UNIX. I could care less what Microsoft and Apple are doing because I don't use either one of them.

    I don't give a shit about the whole GPL vs BSD license crap either. Nothing against linux but I have better things to do with my time than sit around trying to get linux running as well as my bsd machines already are. If linux starts to offer me something that I can't do on bsd then I might switch, but not because linux is more popular and has a "better license".

    Don't take me wrong. I am glad that linux was created and spawned a lot of great software that I can use on BSD.
    I just can't quantify moving from an OS that is working fine to a new OS, just because other people think that I should.

  158. Re:Too bad, fragmentation of FOSS Desktop efforts by freshman_a · · Score: 1

    That's why I love a saying I've mentioned here on Slashdot:

    BSD is for people who love UNIX.
    Linux is for people who hate Microsoft.

    I've always found a lot of truth in that.

    (credit to whoever said it or had it in their sig)

  159. Re:Too bad, fragmentation of FOSS Desktop efforts by namekuseijin · · Score: 1

    actually, KDE and most other free software projects also run on non-Unix-compatible systems, namely Windows.

    the source code is available for the exact purpose of allowing you to do anything with it, including porting to other platforms.

    --
    I don't feel like it...
  160. Re:Too bad, fragmentation of FOSS Desktop efforts by Anonymous Coward · · Score: 0

    because "talk about bloat :)" was funny?

  161. Re:Too bad, fragmentation of FOSS Desktop efforts by doc+modulo · · Score: 2, Interesting

    "The only BIG problem left is easy, next-next-finish style, standart installation packages across every distro. But hopefully they'll handle this one too."

    I agree, this is a big one. I think the best system is the one OS X uses, application folders.

    I like the fact that DesktopBSD has helpful "control panels" and configuration/installation wizards, it's good stuff.

    However, PC-BSD has application folders and that's why I'm going with that. I just think it's the most usable system of progam installation and more importantly, the easiest system for getting RID of programs. Getting rid of a program that's installed it's files all over your HD demands the help of a thing called a package manager or "uninstall wizard" which need a perfect log of where all the little files were installed to.

    In practice, the perfect installation log system is never perfect. It happens that it's either not recorded correctly or something changed after the installation which causes the uninstall to fail. If you want to be SURE you just install every program into it's own folder and you'll know that you've gotten rid of everything if you see the folder gone. It's conceptually easier to get your head around and it's just more usable in practice (drag the folder to another PC and it's "installed" there).

    Hopefully DesktopBSD will see the light, they're doing well in every other departement.

    Good luck guys.

    --
    - -- Truth addict for life.
  162. Re:Too bad, fragmentation of FOSS Desktop efforts by Eivind+Eklund · · Score: 1
    but unfortunately it allows people to not 'share back' the stuff they took and improved.

    ... and fortunately this is completely irrelevant except to your feelings.

    I'm a FreeBSD developer.

    We do get stuff back from many of the commercial derivates, because it's beneficial for all parties (including the people that's done the commercial derivates). It helps merges, and most often the code that commercials write is because they need the functionality for something, and that functionality isn't the core of their product, so they give it back.

    For example, our entire SCSI subsystem came from a company producing embedded video hardware.

    You know what would have happened if they didn't have the freedom to keep some of the changes proprietary? They'd have licensed something like vxWorks, and FreeBSD would get nothing.

    Companies only do work when they see a profit in doing the work, either in the form of decreasing work, community goodwill, increased hardware sales, happier employees, or whatever.

    Thus, those that "take FreeBSD and keep their changes proprietary" would otherwise not have made those changes. We've not lost anything. The world has gained, become richer. And, most often, parts of these changes come back to FreeBSD - or some of the developers of them do other changes that come back - so we gain directly from them.

    Eivind.

    --
    Doubting the existence of evolution is like doubting the existence of China: It just shows that you're uninformed.
  163. True. by hawk · · Score: 1
    There are plenty of other reasons that it's not a well thought out system.

    :)

    hawk, running and ducking

  164. trying to resist straight line by hawk · · Score: 1
    >I understand debian sid has 15,420 packages
    >(somewhat dated info).

    . . . must . . . resist . . .

    nope, can't do it.

    Now, it would hardly be appropriate to use up to date information when talking about Debian packages, would it???

    :)

    hawk

  165. Re:Too bad, fragmentation of FOSS Desktop efforts by Anonymous Coward · · Score: 0

    Yeah it's called POSIX
    http://en.wikipedia.org/wiki/POSIX

    It seems that (some) people who write on Linux like to make use of Linux-only features.

  166. Definately not HPUX. by Some+Random+Username · · Score: 1

    All the BSDs are great, recent Solaris versions are decent too, I don't find Solaris or Tru64 to be any worse than linux at least. HPUX has the single worst userland of any unix I have used, it is painfully outdated, lacks tons of functionality, and just plain blows.

  167. Re:OS X on Intel boxen? by Anonymous Coward · · Score: 0

    Apple released Darwin for Intel long ago...it's rather strange that no one has started a Desktop distribution with it.

  168. I will by Anonymous Coward · · Score: 0

    I will never, ever, ever, ever make a song about the FreeSIBE.

    /Strong Bad
    //Oops this isn't Fark
    ///My bad.

  169. looks great!! by Danzigism · · Score: 0

    i'd love to try it out.. the website says DesktopBSD 1.0 is out.. but there's absolutely no information about it.. you cant download it.. you can't do shit.. where is it!! where's the content!!

    --
    *plays the Apogee theme song music*
    1. Re:looks great!! by Danzigism · · Score: 0

      never mind i'm just stupid.. i loaded up the desktopbsd sourceforge page at work where i'm on dialup.. the server timed out cuz of how slow our connection is.. the entire navigation menu didnt even display.. but i'm at home now, and i see it! haha whew..

      --
      *plays the Apogee theme song music*
  170. GNUStep by arthas · · Score: 1

    Yes... BSD + GNUStep would be extremely nice combination. I tried GNUStep a few weeks ago and it really is promising from technical point of view. However there is one really huge problem: lack of GNUStep software. No development/desktop environment is of any good if there are no native apps that run on it!

    We can only hope that awesome ideas from NextStep/GNUStep are some day "assimilated" into GNOME.

  171. someone give this man a Nobel prize! by namekuseijin · · Score: 1

    what a noble and charitable soul. or at least he sounds like it...

    --
    I don't feel like it...
  172. Trolltech's Lock-in Scheme by Anonymous Coward · · Score: 0

    > I do not understand this completely illogical behaviour, worshiping a company that is effectively holding the KDE development community to ransom and choking commercial development.

    You're right, it is illogical.

    It's just like the many other things involving Qt and Trolltech that appear to be contradictory and illogical, such as:

    - Why do so many posters praise the lock-in distributions, like Xandros, Mepis, and Linspire, while truly Open Source distributors, like Red Hat, get little praise, and lots of criticism?

    - Why do so many posters promote distributions like Xandros and Mepis, when surveys show them to have only a tiny market share, compared to truly popular distributions like Red Hat, Fedora, and Debian?

    - Why has there never been a negative article about a Qt-based product or distribution in a Microsoft-friendly publication? There have been lots of negative articles about Red Hat, and Linux in general, but never about the KDE-desktop distributions.

    - If they really are Open Source supporters, why do the posters defending Qt (and KDE on Qt) constantly use distraction and straw-man arguments, instead of dealing with the dangers of Qt (lock-in for proprietary Qt-based software) head on?

    - If they really are Open Source supporters, then why do the Qt defenders lie about what RMS said? He did _not_ say that the GPL is always preferred over the LGPL. He said the GPL is preferred when there is no alternative proprietary library, otherwise use the LGPL. With Qt, not only is there a proprietary alternative, but Trolltech chose the GPL in order to force proprietary Qt developers to use the proprietary license -- exactly the opposite of what RMS wants.

    - Why was one of the architects of the SCO attack on Linux (backed by Microsoft) sitting on Trolltech's board of directors? Why was his leaving immediately followed by a major investment by an investment firm involved in other lock-in schemes (MySQL and Skype)?

    - Why has Microsoft never punished Wal-mart and its supplier for carrying KDE-based Linspire? Also, when Wal-mart added a more desktop-neutral distribution (Mandrake) following the initial outcry, why was that distribution hidden from view and hard to find on Wal-mart's website (also more expensive), while Linspire was featured prominently?

    - Why do posters portray FreeDesktop as an attempt at true interoperability between KDE and Gnome, when it really involves running Gnome on top of Qt?

    - What was the point in spending the time to create Kubuntu, when there are already so many alternative KDE-based distributions? In fact, given that so many distributions are KDE-only, what was wrong with having just one Gnome-only distribution?

    - Why was it so important to some central KDE developers to have Qt included with the initial install of UserLinux, when its Debian underpinnings make it so easy to install Qt? And why, as supposed Open Source developers, were they arguing that Qt was necessary to support the _commercial_ Qt applications?

    And on, and on, and on.

    All of these incidents, and many more, appear to be contradictory and mysterious. But all the contradictions and mysteries go away if you assume one fact, namely...

    Trolltech is attempting to lock-in Linux users with proprietary middleware (Qt, when used with proprietary Qt applications). This involves making sure that Qt is tied to everything, including Gnome (FreeDesktop), Ubuntu (Kubuntu), Mozilla (QtMozilla), and so on. Trolltech is using the GPL'd version of Qt to hide their scheme, and uses astroturf to promote their scheme, and silence any objections.

    And behind them, you might find Microsoft.

  173. Re:Too bad, fragmentation of FOSS Desktop efforts by b17bmbr · · Score: 1

    capitalization, yes. anything that uses capital to produce goods is capitalization. was it in society's best interest? no. anything that stifles competition and free market adjustment of prices needs control. if it's electricity, an economy of scale, a natural monopoly, then it needs regulation. if it's not, railroads, etc., whether through legal or illegal, ethical or not, means, it needs to be broken up. the economy as a whole should not be held captive to a single entity. likewise, no industry, or firm, is deserving of special consideration. if some rise, some fail, that's the market. belly aching and tear jerking stories to asshole demagogues in wshington only seves to screw up the market as much as vanderbilt and his briefcase full of money. it sounds cruel, but so what if say, an auto worker loses his job, three other tech jobs have been created. job security and protection also slow innovation, growth, and progress. capitalism is a bitch, but it beats any other.

    --
    My problem? I was perfectly gruntled, until some numbnuts came by and dissed me.
  174. Re:BSD v Linux... & IBM ThinkPad "Nipple" Work by Anonymous Coward · · Score: 0

    I've used both Linux and FBSD for years. If you are the type of person who uses applications to do a job (which is the *real* reason for an OS), they both are fine and you won't have any qualms with either. Bear in mind I haven't used FBSD ever since the release of 5.x series

    As a side comment, I'm using SuSe 9.3 and for some reason the IBM ThinkPad "nipple" results in the pointer in X going out of control (I resort to an external USB mouse which apparently works properly). I can't find this error in any source of documentation anywhere. Is this a problem found in the current FBSD 5.x crop?

  175. Re:Boycott Dell, HP, Gateway by in4apenny · · Score: 1
    HPShopping.com is for "Consumer" products, the ones that are selling in volume.

    I said that the Linux/FreeDOS models were the business PC's and they start at under $400.

    http://h10010.www1.hp.com/wwpc/us/en/sm/WF05a/1245 4-64287-89301-321860-f50-401819.html

    I never said that the cheapest models were availabe with Linux, I just pointed out that the original Boycott post was full of crap when he said that HP, Dell, Gateway are "refusing to offer CONSUMERS a non-Microsoft choice".

    It's pretty tiring to keep hearing all the whining about the fact that a high-demand, volume product is cheaper than a low-demand niche product - Duh!

    It's also pretty stupid to to claim that there is no competition (for hardware) or that it is difficult to get computer hardware with no OS. With the enourmous amount of hardware available online, plus the clones shops in strip malls every 5 miles in all major cities, there is absolutely no excuse for not being able to get the PC hardware you want.

    If you want all of this, plus a name brand, you have to pay a bit more for it, but not much more. In fact the reason the name brand PC's are as cheap as they are is because there is SO MUCH PC hardware available - So what's the problem?!?!?

    If you resent the way the big PC hardware companies do business, then why would you want their name brand logo on your PC in the first place?

  176. Desktop-BSD == Trash? by Anonymous Coward · · Score: 0
    there's no accelleration, of course
    If you are correct then Desktop-BSD would translate to trash. A desktop GUI without proper video acceleration is just that, trash.
    If we buy a nice video card it should imply that we want to use it.
    I get a good laugh when I read someone suggesting to disable acceleration when a particular Linux distribution or other OS can't get the acceleration to work. The correct answer should be that you are running a shit distribution or give some help with some ideas on how to fix that major bug.
  177. I bet you still edit .conf files by hand with it. by Socket790 · · Score: 1

    I'll believe it when I see my mom install it on her own. However, this is the nicest looking OS install program I've seen for *nix _ever_.

    I still have serious doubt's about it being at all usable for the average user. I can't believe that they've gotten rid of having to manually input undocumented variables into the config file hidden at. /etc/unimportantstuff/importantstuff/obscure.conf

    you know. All the stuff that's childs play for the devs because they wrote it themselves, but that they never simplified for anyone else because they're lazy.

  178. Re:Too bad, fragmentation of FOSS Desktop efforts by mrchaotica · · Score: 2, Insightful

    POSIX is great, but it doesn't go far enough. POSIX + LSB + FreeDesktop.org is more like what I'm talking about, but even it's just a start!

    --

    "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

  179. Please Stop Lying About What Richard Stallman Said by Anonymous Coward · · Score: 0

    Here is what Richard Stallman actually said:

    "Using the ordinary GPL is not advantageous for every library. There are reasons that can make it better to use the Library GPL in certain cases. The most common case is when a free library's features are readily available for proprietary software through other alternative libraries. In that case, the library cannot give free software any particular advantage, so it is better to use the Library GPL for that library."

    He then gives the GNU C library as an example where the LGPL was used, for the above reason.

    The Qt library is another example where commercial developers, rather than being encouraged to GPL their software, simple choose to use Qt under a proprietary license. This is the exact opposite of what RMS wants to happen, and the Trolltech defenders know it.

  180. Re:Too bad, fragmentation of FOSS Desktop efforts by Brandybuck · · Score: 1

    The FreeBSD source code tree is a "common" resource. It remains no matter how many people take from it. It remains no matter how many people do not reciprocate. It remains common. That is sharing.

    This is much different from putting fence around it, with a little gate, and a reciprocity agreement you must assent to before entering.

    --
    Don't blame me, I didn't vote for either of them!
  181. Re:OT: My sig by Brandybuck · · Score: 1

    Why is it ten thousand SUVs can drive around Palo Alto with a "somewhere in Texas..." bumper sticker, and no one cares. But when you use a "somewhere in Massaschusetts..." sig, then suddenly people get offended?

    --
    Don't blame me, I didn't vote for either of them!
  182. Re:Too bad, fragmentation of FOSS Desktop efforts by Anonymous Coward · · Score: 0

    "I call your bluff sir!"

    LOL You are kidding right?

    How in the hell do you think you society of scientists are going to get funding? Everyone in the world is not altruistic.

  183. Found. by hummassa · · Score: 1

    find me a Linux distro that even understands the concept of base OS
    Here it is
    HTH

    --
    It's better to be the foot on the boot than the face on the pavement. ~~ tkx Kadin2048
  184. Re:Too bad, fragmentation of FOSS Desktop efforts by mrchaotica · · Score: 1

    See, that's another thing -- HAL is great, but GNOME Power Manager is just stupid. Why? Because it's GNOME-specific! It's this needless and arbitrary fragmentation that's the problem. They should have just made a "Power Manager" that would work happily with GNOME, KDE, or plain X.

    --

    "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

  185. Re:Too bad, fragmentation of FOSS Desktop efforts by harrkev · · Score: 1
    be thankful that we have money-grabbing corporations or else we'd all be living in mud huts.

    why is it that people bitch up and down about "evil M$"

    Competition is good. Capitalism is good. Companies that have a monopoly and can therefore afford to treat their customers like crap is bad.

    Look at WPA. If there was an OS that was comparable to windows (including ease-of-use, hardware support, software selection,and "polish") when XP came out, Microsoft would possibly not have had the balls to release XP with WPA. But why do we have WPA right now? Because M$ has most people by the short-and-curlies. Oh, and how about their attempted lock on office file formats? I do not dislike M$ for seeking profit. I dislike them for treating my like a source of money to be squeezed, instead of as a valued customer. If I give a company money, I expect a certain amount of respect in return. I expect to be appreciated as a customer. M$, on the other hand, seems rather disdainful of their customers.

    Another analogy. Ms. Linux is fairly pretty, and very nice. She does not even mind being the "other woman." You have to know how to talk to her properly, but she is usually very amiable.

    Ms. Windows, on the other hand, is rather rigid. It is easy to work and play with her, but on HER terms. She is drop-dead beutiful, but she has a mean streak. She once thought that you might have been cheating with Ms. Linux, and she tried to stab Ms. Linux with a buther knife. She has physically threatened you if you ever try to leave her.

    Linux is definatley getting better. Ubuntu, when paired with the "Unofficial add-on CD" is the first distro that I feel like I could actually use on a daily basis.
    --
    "-1 Troll" is the apparently the same as "-1 I disagree with you."
  186. Re:Too bad, fragmentation of FOSS Desktop efforts by b17bmbr · · Score: 1

    mud huts were certainly an exaggeration. and yes, corporations are not all warm and fuzzies. but...the point i was trying to make was this: without the ability to earn a profit, seek rewards from hard work and entrepreneurialism, and the freedom to be free of government confiscation, economies, and yes, people will suffer. no business should care about your welfare, only about satisfying your needs and wants. big difference. likewise, you should feel no concern for any firm. if firm A is priced too high, products too poor, then find firm B with lower prices and better products. now, monopolies screw up the market and MUST be regulated by the government. corporatism is not capitalism. in fact, it's the opposite. i believe in the free market's ability to be the fairest, most efficient system. all others fail miserably.

    --
    My problem? I was perfectly gruntled, until some numbnuts came by and dissed me.
  187. Re:Too bad, fragmentation of FOSS Desktop efforts by MBGMorden · · Score: 1

    Not everyone who uses Linux is a zealot. I originally tried Linux when I was playing around with all sorts of OS's (mostly the DOS clones like X-DOS, FreeDOS, etc). This was back in 1996 or so. I downloaded Debian onto a bunch of floppies (14 IIRC) and installed it onto my 486 (I had just moved to a Pentium on my main system and had the 486 as a spare). I initially found it way too odd and deleted it after a few days and just put Win 3.1 back on the machine. I knew absolutely nothing about Unix back then and didn't have Internet access yet so there wasn't much I could do.

    2 years later I tried Mandrake and liked it (it was just easy enough to let somebody get it in and useable). About 3 years after that I switched from Mandrake to Slackware. Used that for 3 more years until switching to Gentoo which I'm currently using.

    These tend to work well for me, and helped me out a LOT when I was in college since our university used all Solaris machines in the labs so I had a Unix environment back in my room to use when necessary.

    All those years of using Linux though make it seem like the "right" way to do things. I know enough to work with other OS's like Solaris or FreeBSD (I actually admin a FreeBSD-based server at work), but just because of lack of experience I never feel as comfortable as I do on a Linux system. It's as simple as that. No idealogy or anything behind it. Linux is what I know so I stick with it.

    --
    "People who think they know everything are very annoying to those of us who do."-Mark Twain
  188. Apple Core Linux? by infonography · · Score: 1

    There is a seed of an idea. Will it run on my Banana JR?

    --
    Sorry about the writing. Robot fingers, you know? Cliff Steele in DOOM PATROL #23
  189. Re:OS X on Intel boxen? by jdigriz · · Score: 1

    Sure, from what I hear it will come free with every Intel Mac.

  190. Re:Too bad, fragmentation of FOSS Desktop efforts by Anonymous Coward · · Score: 0

    I do, but I put the politeness part in there for non-OBSD lists. :-)

  191. Re:Too bad, fragmentation of FOSS Desktop efforts by Anonymous Coward · · Score: 0

    GNU = GNU is not Unix.

    Hell, if you don't want Unix then might as well use Windows. ;)

  192. DesktopBSD - So How Do I Run... by Lew+Payne · · Score: 1

    DesktopBSD - That's nice. I'd like my computer to be practical, however. I don't mind replacing Windows XP, but the replacement better justify itself... if I can't run my preferred programs, then there's no point to any of it.

    With that in mind, how do I run AVID DV on this KDE system? If the answer is "through an emulator"... then there's no point in switching. How do I run the barrage of applications (Adobe Suite, Sorensen Encoder, Media Cleaner Pro, etc) that I've mastered over the years?

    Hmm... DesktopBSD... a nice play toy. Well, excuse me now... time to get back to *work*.

  193. Re:Too bad, fragmentation of FOSS Desktop efforts by Anonymous Coward · · Score: 0

    LSB is stupid. You won't find a lot of Linux distros conforming to it (and with good reason), and, it'll be a cold day in hell before any BSD will.

    LSB is a dumb standard. Some of the stuff in the standard, for example, mandates broken non-POSIX-compliant GNU behavior. It also mandates broken solutions to problems, such as SysV-style init and RPM packaging. It standardizes things which should be up to the vendor. If everyone adopted the LSB, it would turn all software into the worst common denominator of Linux. That's bad.

  194. A reply to multiple comments by Something+Witty+Here · · Score: 1
    Face it, Linux has a head start and is enjoying far more corporate support (due partly to the fact that Linux is licensed GPLv2, which compells big companies to share back their improvements).
    What is stopping someone from adding the GPL to one of the BSDs?
    Anything that uses X-Windows will not get widespread user adoption.
    What would you recommend replacing X-Windows with?
    In order for ordinary end users to begin accepting BSD on the desktop, one key thing needs to be fixed: the Delete key. Seriously, it's a major function on the keyboard, and although there's backspace, there's no reason why the Delete key's true function (to delete text ahead of the character) isn't present.
    Backspace is supposed to move the cursor back one space, hence the name. Useful for overstriking on typewriters and printing terminals and printers. Backspace is not supposed to be an erase key, although some people abuse it into that function.

    Delete is supposed to be an erasing backspace. Note: back, not forward.

    Emacs gets delete right, some web browsers get delete wrong.

    I found one glaring omission was journaling file system support.
    BSD normally uses FFS (fast file system), which has had "Soft Updates" for years.

    http://www.usenix.org/publications/library/proceed ings/usenix99/mckusick.html http://www.usenix.org/publications/library/proceed ings/usenix2000/general/seltzer.html

    Does Linux support FFS with Soft Updates?

  195. Re:Too bad, fragmentation of FOSS Desktop efforts by DeadMeat+(TM) · · Score: 1
    Well, the heavy lifting is done within HAL. GNOME Power Manager provides a little bit of glue (which is desktop-independent and already packaged seperately) and a nice GUI to sit on top of it.

    So short of the configuration GUI needing to be re-implemented for each desktop environment, there's not really any fragmentation going on there.

  196. Re:Too bad, fragmentation of FOSS Desktop efforts by mrchaotica · · Score: 1

    You really don't get it, do you? Standardizing the GUI is the most important part!

    --

    "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

  197. Re:Too bad, fragmentation of FOSS Desktop efforts by qoquaq · · Score: 1
    I was a complete GNU/Linux zelot until I was given the opportunity to install and work with a FreeBSD system. I loved the ease of taking a 1 disk download for FreeBSD 5.4 and installing a base system rather quickly. Downloading a few ports for services I needed (MySQL, PHP, Perl, PHP MyAdmin, and Apache) and having everything I needed freshly compiled on my machine without going through a ton of GUI dialogs to install what I needed (ala a RedHat-like installer).

    FreeBSD is quite easy to administer. A great thing about FreeBSD is rc.conf. One configuration file which will manage a ton of services. Not 6 init levels to manage (although chkconfig does this well). I had great luck with vinum for software raid support. We had six disks spiining in one file server and when one went down vinum made it easy to recover.

    I would not like to see FreeBSD turn into a GNU/Linux type of experience. They both have their strengths and nicities. There are time when you need GNU/Linux and time you want something else. FreeBSD is a great alternative.

    And well, there is that uptime holy war ... (don't mean to troll) but check this out: http://uptime.netcraft.com/up/today/top.avg.html BSD have the top 20+ in uptime. What does this prove? Well that they are easy to manage. Put the box up and forget about it. No 100 reboots and services are available.

    --

    "They say travel broadens the mind, so I went over the falls in a barrel." -Thomas Dolby

  198. Re:Too bad, fragmentation of FOSS Desktop efforts by mrchaotica · · Score: 1

    Yes, I'm aware that LSB is stupid. However, it's an example of the kind of standard that we need, and how much it needs to specify.

    --

    "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

  199. Re:Sorry... Next. by Anonymous Coward · · Score: 0

    What's so hard about typing "make install" or pkg_add -r software-package? Maybe I'm not understanding you?

  200. Re:Sorry... Next. by minus23 · · Score: 1

    Certainly my post has some anger in it but I swear it's because It's been a complaint for years. =) Anyway... RPM's or other Binary formats really are only offered for a portion of the software out there. And then there are different formats among those that don't seem to work so well. So really recent stuff is offered in source first and I understand that is the best way to install. Then they make RPM's and other binaries that when clicked give you /lib errors or someother dependancy. There are lots of "package managers" out there and many even claim to resolve dependency issues... yet they simply just don't work with reliablity in my experience. Maybe if every Linux varient could all pick the same one it could go someplace but it hasn't happened yet that I'm aware.

    The tricky thing in my experience of Linux so far is that if anything goes wronge... I really don't know how to fix it. So I get an error.. and I'm left to simply say... Shucks. Und you get errors a lot.

    Knowledge is key to fixing this... but it really is a task. I can get on an Apple machine and go to town... I can get on a BeOS machine and go to town (and LOVE it)... and windows too of course... but I haven't found a reliable way to really play a lot with .nix type OS's yet. (That aren't comercial)

  201. Re:Too bad, fragmentation of FOSS Desktop efforts by Anonymous Coward · · Score: 0
    The FreeBSD source code tree is a "common" resource. It remains no matter how many people take from it. It remains no matter how many people do not reciprocate. It remains common. That is sharing.

    This is much different from putting fence around it, with a little gate, and a reciprocity agreement you must assent to before entering.
    The "fence" you're talking about is copyright law. The "gate" is the license, and BSD has a somewhat larger gate than GPL. BSD says you are free to walk through in either direction. GPL says you can walk through, but you can't lock the gate behind you.

    To put it another way, BSD waives almost all its rights under copyright; GPL puts more conditions on the granting of rights, but it's still sharing - you're just not allowed to act like a bully on the playground.

  202. Re:OS X on Intel boxen? by Anonymous Coward · · Score: 0
    Apple released Darwin for Intel long ago...it's rather strange that no one has started a Desktop distribution with it.
    Does http://www.gnu-darwin.org fit the bill?
  203. Re:Too bad, fragmentation of FOSS Desktop efforts by It'sYerMam · · Score: 1

    I disagree. As far as I'm concerned, standardising the API is the most important, so things have a tendency to break the same way on all systems. A standard GUI will help very little for most people unless the GUIs are very very different, so instructions given don't make sense.

    --
    im in ur .sig, writin ur memes.
  204. Re:Too bad, fragmentation of FOSS Desktop efforts by Anonymous Coward · · Score: 0

    I don't see why we need a standard to specify, for example, that each POSIX thread must have its own PID, and that each thread should have its own unique set of signal handlers, as that is broken behavior. I'm not sure if it's in the current version, but when I looked at it, these behaviors were specified in the standard just because glibc was broken.

  205. Re:Too bad, fragmentation of FOSS Desktop efforts by Octorian · · Score: 1

    And unfortunately, many take that saying as flaimbait. However, it couldn't be more true. If you just go to a LUG, and ask (or wait for introductions) "how/why did you get started with Linux?", just about everyone will give a reason that somehow touches on looking for an alternative to MS. (not everyone, but most of them)

    Maybe that's why many Linux people are "afraid of other UNIXes, because they're different from their precious GNU/Linux", while many BSD people often also like using systems like Solaris.

    Of course once the "love of UNIX" and the "hatred of Microsoft" combine, you have people like me who will do anything to avoid Windows when possible ;) (and, like many of us, even have recently gone the Apple route)

  206. You are confused. by Some+Random+Username · · Score: 1

    Userland refers to the non-kernel parts of the OS. Not whatever 3rd party applications that you choose to install.

    KDE has nothing to do with this, find, grep, ifconfig, route, netstat, man pages, config files, etc, etc, etc are what the problem is.

    And neither debian nor ubuntu make a distinction between the base OS and locally installed packages. Please try a BSD so you understand for yourself before making nonsense comments like this.

    1. Re:You are confused. by 10Ghz · · Score: 1
      Userland refers to the non-kernel parts of the OS. Not whatever 3rd party applications that you choose to install.


      And what makes you think that X-server or KDE/Gnome are not part of the OS?

      Please try a BSD so you understand for yourself before making nonsense comments like this.


      No thank you. The uber-leet, arrogant as hell userbase of *BSD has completely turned me off as far as *BSD is concerned. I wouldn't touch it with a 10-feet pole.
      --
      Lesbian Nazi Hookers Abducted by UFOs and Forced Into Weight Loss Programs - -all next week on Town Talk.
    2. Re:You are confused. by Some+Random+Username · · Score: 1

      You have again clearly demonstrated that you do not understand that BSDs have a base system, and then locally installed optional packages. BSDs have developers. The OS is everything those developers maintain. KDE is not something they maintain, and is thus not part of the OS. Grep is something they maintain, and is part of the OS. If you don't want to try it and see how it works, then quit telling people who do know that they are wrong.

      Also, you should probably stop breathing, the arrogant as hell userbase of air must be really turning you off of it. Or does the attitutude of a tiny fraction of a userbase only matter when deciding about something you already made up your mind not to like without ever trying it? Linux certainly has a lot of arrogant assholes who use it and trash everything that isn't linux all the time. You refuse to use it too?

    3. Re:You are confused. by 10Ghz · · Score: 1
      You have again clearly demonstrated that you do not understand that BSDs have a base system, and then locally installed optional packages.


      I understand it very well, thankyouverymuch. But the fact is that the "kick ass" base OS of *BSD would be next to useless for me. I don't care one bit if *BSD's grep is 5% more efficient than the GNU-equivalent.

      Or does the attitutude of a tiny fraction of a userbase only matter when deciding about something you already made up your mind not to like without ever trying it?


      If I used *BSD, I would have to deal with those people. I would constantly face people who have nothing better to do that to try to put down Linux. I would guess that it is a form of inferiority-complex. *BSD doesn't have the same popularity as Linux does, so they feel that they have to try to diminuate Linux. I guess it's the big dog/small dog syndrome. Small dogs have a need to make noise about themselves, whereas big dogs know they don't have to.

      Linux certainly has a lot of arrogant assholes who use it and trash everything that isn't linux all the time. You refuse to use it too?


      Perhaps. But it seems to me that Linux-users and developers appreciate *BSD, whereas same can't be said for *BSD-users and developers. They are constantly taking pot-shots at Linux, telling how great *BSD is, and how Linux sucks. Their whole attitude reeks of elitism. Yes, Linux has it's share of those, but they are usually concentrated on specific distros (*cough*Debian*cough*). People using Gentoo for example are very helpful bunch of people.

      FreeBSD-users are generally speaking arrogant. Same goes for OpenBSD, with addition of having egomaniac asshole at the projects helm. NetBSD might be different, but it doesn't really offer me anything I don't get with Linux. Well, maybe it would have "grep" with better documentation, but I just don't care.
      --
      Lesbian Nazi Hookers Abducted by UFOs and Forced Into Weight Loss Programs - -all next week on Town Talk.
    4. Re:You are confused. by Some+Random+Username · · Score: 1

      If you understand so very well, then why the stupid comments about KDE and such that obviously have nothing to do with it?

      And you are seeing what you want to see when comparing linux users and BSD users. There's tons of linux users who constantly trash BSDs despite not understanding them, or having ever even tried any of them. Plus there's the linux users who trash windows and macos because they want to feel 1337. With BSDs, there's just the users who trash linux and windows to feel 133t. So how exactly is the BSD userbase worse?

      There are plenty of arrogant gentoo users, hell they even trash other linux distros and anyone who doesn't use gentoo. Step back and look at things objectively, there's plenty of shitheads no matter where you go, that's the stupidiest possible reason to not try something.

    5. Re:You are confused. by 10Ghz · · Score: 1
      If you understand so very well, then why the stupid comments about KDE and such that obviously have nothing to do with it?


      I did know what he meant by "userland". But 98% of users don't give a flying fuck if *BSD's "grep" has better documentation than Linux's version does. ut they DO care about stuff like KDE, Gnome, Apache, Samba, Xorg and the like. And both Linux and *BSD use the exact same stuff! So as far as end-users are concerned. BSD's use the exact same "third-party crap from various sources" that Linux uses! So how exactly is *BSD better? It has a "grep" with better documentation?

      And you are seeing what you want to see when comparing linux users and BSD users. There's tons of linux users who constantly trash BSDs despite not understanding them, or having ever even tried any of them


      I do seem occasional "BSD is dying!"-jokes on Slashdot, but that's about it. Linux-users I have been talking with all seem to appreaciate the BSD's. And even though they might disagree when it comes to licenses, they acknowledge why someone prefers the BSD-license. But the BSD-users I have seen seem to think Linux is some kind of inferior bastard-child that should have never happened. And not only is Linux crap, it's license is pure crap as well.

      So how exactly is the BSD userbase worse?


      the superiority-complex seems to be a lot more common with *BSD-users than with Linux-users. Yes, Linux-users dislike Windows and Microsoft. And with good reason, one just has to look at the track-record of both. MS has actively tried to destroy Linux. But Linux has NOT tried to destroy the BSD's in any shape or form, but still, *BSD-users feel the need to disparage Linux at every possible opportunity.

      There are plenty of arrogant gentoo users, hell they even trash other linux distros and anyone who doesn't use gentoo. Step back and look at things objectively, there's plenty of shitheads no matter where you go, that's the stupidiest possible reason to not try something.


      Yes, there are shitheads everywhere. There just seems to be more shitheads among *BSD-users. Hell, some of those shitheads are the ones who are calling the shots in some of the *BSD's! Debian comes close to *BSD-shitheadedness, but I don't use Debian FWIW.

      Yes, the userbase is a valid reason for not using someone. I was EXTREMELY turned off when I associated with Mac-users. They were very intolerant and extreme in their viewpoints. *BSD-users are just plain arrogant. Yes, there might be arrogant Gentoo-users, but looking as a whole, they are very helpful and pleasant. I can't say the same when it comes to Debian. And I can't really say the same when it comes to *BSD.
      --
      Lesbian Nazi Hookers Abducted by UFOs and Forced Into Weight Loss Programs - -all next week on Town Talk.
  207. Re:Boycott Dell, HP, Gateway by Anonymous Coward · · Score: 0

    If you resent the way the big PC hardware companies do business, then why would you want their name brand logo on your PC in the first place?

    I don't think they wanted a major brand logo. I think they were suggesting a boycott because they didn't like the business practices.

    Free enterpise sucks doesn't it?

  208. Re:Why Linux? by Anonymous Coward · · Score: 0
    Everyone know that BSD is not open source, because it is not protected by the GPL if any company edits a file they can charge you for a license.

    Sorry, friend, you are in error. GPL zealots say BSD is not free because they like software to be free, not people to be free. And BSD is open.. Lookie here - http://www.opensource.org/licenses

  209. Hi, I'm Troy McClure by I'm+Troy+McClure · · Score: 1

    Hi, I'm Troy McClure. You might remember me from other posts such as last night.

    --
    larryvagina@gmail.com
  210. Repeating nonsense doesn't make it useful. by Some+Random+Username · · Score: 1

    Try reading the thread again, your posts have made no sense, have nothing to do with the topic at hand, and you just insist on repeating your nonsense as if that's somehow a response to criticism. Saying you knew better, and you were intentionally making bullshit comments to try to trivialize BSDs isn't better than just being uninformed. Nobody asked if you use unix tools or not, and it has nothing to do with what the original poster asked.

    The original post said nothing about what kind of users, or what desktop environment they like. A guy asked "what does it matter, its just a different kernel?". I explained that its actually a whole coherent OS, not just the kernel. You then made stupid remarks about KDE for no apparent reason.

    Wether you made uninformed comments, or as you now claim you knew the difference, but just made moronic comments doesn't matter. Your reply was either ignorant or a deliberate lie, and nothing you have said in your repeated replies changes that.

    And your opinion of BSD users reflects more on you than on BSD. Notice how you as a linux user are actively trashing both BSD and linux distros you don't like in your posts, but complaining about BSD users trashing linux. If you don't want to use BSD that's fine, but don't spread lies and bullshit then, and quit being such a hypocrite.

    1. Re:Repeating nonsense doesn't make it useful. by 10Ghz · · Score: 1
      Try reading the thread again, your posts have made no sense, have nothing to do with the topic at hand, and you just insist on repeating your nonsense as if that's somehow a response to criticism.


      The post I replied to complained that *BSD has a userland that is a "joy to use", whereas Linux uses "GNU crap" and "assorted crap from various source". But *BSD also uses that "GNU crap", and they also use "assorted crap from various sources". And I fail to see the point about complaining about "GNU crap", since BSD's also use some of that exact same stuff (GCC for example)! Or are the BSD-versions somehow magically better? And FreeBSD's developers handbook talks about using Emacs. That's GNU-junk as well. Debugger is GNU-junk. BSD seems to be full of "GNU-junk".

      I explained that its actually a whole coherent OS, not just the kernel. You then made stupid remarks about KDE for no apparent reason.


      Stuff like KDE and the like are the things that matter to the end-user. And both Linux and *BSD use the exact same stuff. So I fail to see the superiority of *BSD there. But keep on telling how BSD's "grep" is better than Linux's "grep". Most users don't give a flying fuck, though.

      Notice how you as a linux user are actively trashing both BSD and linux distros you don't like in your posts, but complaining about BSD users trashing linux. If you don't want to use BSD that's fine, but don't spread lies and bullshit then, and quit being such a hypocrite.


      I do see merits in *BSD's. They do some things better than Linux does (while Linux does some things better than *BSD's do). I do not think *BSD's are crap. I just think that userbase of *BSD needs adjustment. Will they adjust just because I think they should? Nope, they will propably keep on going like they have done untill now.

      In this thread, I have not disparaged any of the BSD's. I have called the userbase arrogant, but I have not said BSD's as OS'es suck. But others on this thread have gone to great lengths in telling how Linux sucks and how the tools it sues sucks and how GNU as a whole sucks. Attitude like that is the thing I have been telling about. I don't understand this hostility towards Linux and GNU that comes from BSD-users. Linux is not out to destroy BSD, they have more in common than there are differences between them. Yet BSD-users have this strange need to try to put Linux down all the time.

      The original poster talked about "userland". But most users don't care about the userland he was talking about (ls, grep, cat etc.). The userland they care about (Xorg, KDE, Gnome, Samba etc.) is exactly the same in both *BSD and Linux. So where is the superiority on BSD on that area? There is none.
      --
      Lesbian Nazi Hookers Abducted by UFOs and Forced Into Weight Loss Programs - -all next week on Town Talk.
  211. Userland? by Devil · · Score: 1

    Could you elaborate on what exatly a "userland" is and of what it is comprised?

    1. Re:Userland? by Some+Random+Username · · Score: 1

      Sure. Everything that is part of the base OS, besides the kernel. Linux distros don't have a base OS, everything is just a package, and no distinction is made between packages you install because you feel like it, and packages that are required as part of the system. But on BSDs, the base OS is everything the developers maintain, and it is not installed using the package management tools.

      For openbsd, everything in here:
      http://www.openbsd.org/cgi-bin/cvsweb/src/
      besides the sys directory (that's the kernel) is the openbsd userland.

  212. Are you retarded? by Some+Random+Username · · Score: 1

    I don't know how to make this any clearer for you. NOBODY ASKED ABOUT KDE, OR END USERS, OR ANYTHING ELSE YOU HAVE BEEN BLATHERING ABOUT.

    Like I said, read the thread. Someone asked why anyone would care since its just a different kernel, I explained what else was different besides the kernel. You made nonsense posts that have nothing to do with anything. I don't understand how you can still be confused about this. Your posts were purely trying to pretend that the BSDs userlands don't matter and are just like linux's. So not only do you disparage BSDs, but you are too biased to even realize it.

    And the BSDs only use the GNU toolchain (gcc, gdb, gas), no other GNU utilities are in there. So yes, there is a very big difference. And nobody is happy that they have to use gcc, its just such a big undertaking to write a replacement toolchain that nobody has done it.

    And I actually made it quite clear that linux does not suck. I said the crap that every distro packages with linux sucks. This is not a flaw of linux, and if someone cared they could make a good linux distro using a nice userland. But anyone who wants that just uses a BSD.

    1. Re:Are you retarded? by 10Ghz · · Score: 1
      don't know how to make this any clearer for you. NOBODY ASKED ABOUT KDE, OR END USERS, OR ANYTHING ELSE YOU HAVE BEEN BLATHERING ABOUT.


      I talked about KDE, so your claim that "nobody" talked about KDE is pure BS ;). But ro re-iterate my point: the original post talked about userland that is "joy to use". Well, KDE and the like are part of the userland. then the discussion shifted to "core OS", whereas KDE and the like are merely third-party apps. And my point was that most users don't give a flying fuck about that "core OS", since they are mostly using those third-party apps. And those third-party apps are same both in Linux and BSD. As I'm writing this post in Konqueror, I care lots about KDE and the apps it offer, whereas I don't care one bit about Ubuntu's implementation of "ls". If I wrote this on a *BSD-machine, I would likewise care about Konqueror, KDE and the apps I'm using at this very moment. I would NOT be marvelling at *BSD's implementation of "grep".

      Maybe some BSD-tools have better documentation than their GNU-counterparts do. But most users don't care. they care about those third-party apps more. They do their work with those third-party apps. They surf the net, serve webpages, share files, write emails, run databases etc. etc. All those are "various crap from third-parties". None of it are part of BSD-core. As far as doing something productive with the OS, both Linux and BSD use the exact same stuff.

      And why shouldn't end-users be talked about? I mean, they are the ones actually using the system. Do they not matter?

      Like I said, read the thread. Someone asked why anyone would care since its just a different kernel, I explained what else was different besides the kernel.


      Oh yes, the "core OS". Too bad that most users don't care about it, they care more about that "assorted crap from third parties", and that crap is exactly the same in both Linux and BSD (unless BSD's write their own desktops, X-servers, web-servers and the like). And it seems to me that many of the core utilities in BSD are that terrible GNU-crap.

      I don't understand how you can still be confused about this.


      If you don't understand what I'm saying, it really is your problem, and no-one elses.

      Your posts were purely trying to pretend that the BSDs userlands don't matter and are just like linux's.


      Where exactly did I say that their userland are just like Linux'es? I said that there seems to be awfully lot of that "GNU-crap" in BSD. I also said that the userland users care about (that "third-party crap") is same on both BSD and Linux. What you call core OS is propably somewhat different, but I think that even they are not THAT different from each other. And, to me it seems that the BSD's have lots of GNU-tools among their core-utilities. I find it weird that on one hand you disparage GNU-tools, but on the other hand you rely on them to actually use your computer.

      And the BSDs only use the GNU toolchain (gcc, gdb, gas), no other GNU utilities are in there.


      So BSD's contains "GNU-crap"? So I guess they aren't that bad if they are deemed worthy for the mighty BSD's?

      nobody is happy that they have to use gcc, its just such a big undertaking to write a replacement toolchain that nobody has done it.


      Oh yes, poor BSD-guys. They are absolutely suffering when someone gives them an industrial-strenght compiler, instead of they having to write one themselves... If they are suffering so much, then surely those uber-hackers could write a replacement? After all, those GNU-tools are "crap", so writing a better alternative shouldn't be that hard, right?

      And I actually made it quite clear that linux does not suck. I said the crap that every distro packages with linux sucks.


      When people usually talk about "Linux", they are referring to the whole thing. Kernel, and the tools around it (some people use the term GNU/Linux), but I do not). The kernel alone would be next to useless to end-user.
      --
      Lesbian Nazi Hookers Abducted by UFOs and Forced Into Weight Loss Programs - -all next week on Town Talk.
    2. Re:Are you retarded? by Some+Random+Username · · Score: 1

      So to summarize your post "yes, I am retarded". That's good to know. If after all this time you still can't grasp that I answered a specific question, and that you only caring about KDE and not the OS is totally irrelivant, than there is simply no way to carry on a conversation with you.

      I am an end user too, I just happen to be a unix user, not a windows user trying to avoid paying for windows. As such, I care about unix. I explained that this is a difference for the original poster. Wether you care about this or not has nothing to do with anything, and so shouldn't have been a sarcastic reply to my post.

      Go back and read the thread, seriously. Your argument consists of bullshit that has nothing to do with the topic at hand, and then a huge thread of "lalalalala I can't hear you".

    3. Re:Are you retarded? by 10Ghz · · Score: 1
      So to summarize your post "yes, I am retarded"


      What a nice way to argue you got there.

      I am an end user too, I just happen to be a unix user, not a windows user trying to avoid paying for windows.


      Ah yes, the old "BSD-users love Unix, Linux-users merely hate Microsoft/Windows!". I do use Windows at work (not by choice), but that's about it. At home I have Linux and OS X. I do have W2K on one partition, but I haven't booted in to it in months. So I'm not sure that can you categorise me as a "windows-user".

      Your argument consists of bullshit that has nothing to do with the topic at hand,


      Topic was the apparent "superiority" of BSD. How BSD is a coherent OS with userland that is a "joy to use", as opposed to Linux'es that are just collection of crap.

      Your argument consists of bullshit that has nothing to do with the topic at hand


      Just because I disagree with you, does not mean that my argument is "bullshit". You started talking about the superiority of the BSD-userland. I merely pointed out that large parts of that userland (yes, even some of those core-utils you raved about) are that "GNU-crap" you hate so much. And much of it (not the Core OS though) is "various crap from third-parties" that is used on Linux as well. Maybe there are differences is some core-utils like you said, and I said that most users don't care about them, they care about those third-party tools more. Obviously you disagree with me, but that does not make my argument "bullshit".

      Yes, there is the "Core OS" you talked about. Maybe that Core OS is an integrated whole. But most users don't care. They care about the things they can actually DO with the system. And they do their stuff with that third-party crap.

      But, at this point I think we can merely agree to disagree on this.
      --
      Lesbian Nazi Hookers Abducted by UFOs and Forced Into Weight Loss Programs - -all next week on Town Talk.
    4. Re:Are you retarded? by Some+Random+Username · · Score: 1

      The fact is you are speaking from the perspective of ignorance. "Large parts" of the BSDs are not GNU, one tiny part consisting of a few related utilties are GNU. Lying over and over again isn't going to make it true.

      And yes, you clearly are retarded. Having explained to you over and over again that what your interpretation of "end users" care about is off-topic and irrelivant, you continue to say the same thing. IT DOES NOT MATTER. IT HAS NOTHING TO DO WITH ANYTHING. This cannot be made any clearer, and yet you fail to grasp this. This can only be due to a mental problem. Read the fucking question that started this thread, all of your comments have been off-topic at best, and flamebait at worst.

    5. Re:Are you retarded? by 10Ghz · · Score: 1
      The fact is you are speaking from the perspective of ignorance. "Large parts" of the BSDs are not GNU, one tiny part consisting of a few related utilties are GNU.


      If only tiny amounts of BSD are GNU, why haven't they been replaced by BSD-equivalents? Since the GNU-tools are crap, writing a superior alternative should not be that difficult, right?

      I guess it's pretty painful having to rely on something you hate ;)?

      And yes, you clearly are retarded. Having explained to you over and over again that what your interpretation of "end users" care about is off-topic and irrelivant


      What makes it "off-topic"? Because you say so?

      . IT DOES NOT MATTER. IT HAS NOTHING TO DO WITH ANYTHING.


      According to you, not according to me.

      Read the fucking question that started this thread


      In case you didn't notice, I wasn't replying to the original question, I was replying to YOU. I don't care about the original question, I care about the comments YOU made (you know, the comments I replied to?). If I wanted to answer the original question, I WOULD HAVE ANSWERED THE ORIGINAL POSTER! I did not, because I wasn't answering his question, I was responding to YOUR comments.

      You started talking about how BSD's are a "complete OS", whereas Linux is not. Well, for me, BSD's are not complete OS'es. They have no x-server, no GUI, no servers no nothing that you use to actually DO things. Unless you count that "third-party crap" you flamed Linux for.

      You said (and I quote): "The reason I don't use linux is because every distro comes with a messy userland full of random assorted crap from various sources, and most of the core utilities are bloated, poorly documented GNU junk."

      So, you don't use Linux because it has a "messy userland full of random assorted crap from various sources". And because "most of the core utilities are bloated, poorly documented GNU junk."

      Let's repeat so that even you understand my point:

      Messy userland with third-party crap: You mentioned this separately from core utilities. So you were obviously referring to "third-party" software here (X-server, KDE, Apache etc. etc.). THESE THINGS ARE THE EXACT SAME STUFF IN BOTH LINUX AND BSD! Understand? Comprende? They both use the same software! SO HOW EXACTLY IS BSD SUPERIOR HERE? This is the software you actually use to get your work done! BSD's "superiority" doesn't really matter at all, if you can't do your work with it. And in order to do something productive with it, you need those third-party apps, that are same both in BSD and Linux!

      Then you talked about "core utilities". This refers to the "GNU-junk" and it's superior BSD-counterpart. I said that most users don't care, they use that "third-party crap" to do their work. And that software is EXACTLY THE SAME IN BOTH LINUX AND BSD! Now you propably start to whine about the "Core OS". But you can't do much with that Core OS. Apart from running that "third party crap". And both Linux and BSD use the exact same crappy third-party-software! Maybe "grep" in BSD has better documentation. Well whoop-de-fucking-do! Color me impressed!

      And even your precious BSD-core-tools contain "GNU-junk". Yes, you say that it's only tiny amounts. But apparently they are not that bad since they are deemed worthy to be in the almighty BSD? And if they are crap, then surely those uber-hackers @ BSD could write a replacement? Why haven't they done so already?

      If GNU-tools are crap, why are they used in BSD? If they are crap, why haven't the BSD-folks written a replacement? If BSD's only use good tools, and GNU-tools are crap, why does BSD use GNU-tools?

      What are you, a retard?
      --
      Lesbian Nazi Hookers Abducted by UFOs and Forced Into Weight Loss Programs - -all next week on Town Talk.
    6. Re:Are you retarded? by Nimrangul · · Score: 1
      You don't understand English do you? Are you Romanian or something?

      You don't seem to grasp terms that have been repeated to you more than 3 times, so I know I cannot get through to that empty space between your ears.

      You are a complete retard. There is no questioning it, no denying it, the only thing you are good for is converting oxygen into carbon dioxide and food into feces.

      --
      I'm sick of following my dreams - I'm just going to ask them where they're going and hook up with them later.
    7. Re:Are you retarded? by 10Ghz · · Score: 1
      You don't seem to grasp terms that have been repeated to you more than 3 times, so I know I cannot get through to that empty space between your ears.

      You are a complete retard. There is no questioning it, no denying it, the only thing you are good for is converting oxygen into carbon dioxide and food into feces.


      Funny thing is, I'm thinking the exact same thing about you ;). You conveniently decided to not answer my questions, and resorted to calling me a "retard" instead. I'll take that as a admission of defeat. But do get back to me when you can have a coherent argument, without resorting to personal-attacks, OK?
      --
      Lesbian Nazi Hookers Abducted by UFOs and Forced Into Weight Loss Programs - -all next week on Town Talk.
    8. Re:Are you retarded? by Nimrangul · · Score: 1
      You don't have questions, you repeat the same inane garbage that is completely irrelevant as if repeating it somehow makes it suddenly, magically, a valid point.

      KDE is not a part of the system and you keep talking about it as if it's the only thing that matters. A GUI is not needed to use the operating system and since the GUI you seem to have a permanent erection over isn't developed by your precious Debian or Ubuntu, it is not a part of the base operating system - but rather a third party application that is crammed in on other distributions, like Kubuntu.

      The userland's core has nothing to do with X, you dipshit.

      KDE is a third party application that has nothing to do with the operating system; you idiot.

      You complained that there is no BSD version of KDE, but that's not relevant to the discussion. That was the entire point - you moron.

      The base operating system is complete and controlled entirely by one set of developers - no Linux-based distribution does this, all the BSDs do. X servers, samba servers, graphical LDAP browsers and other such programmes are all third party, additional software which is not done in-house - that software is called third-party.

      Your mind-numbing nonsense is about as much a question as me pissing on a pancake.

      The tools in the base of some of the BSD system that are not BSD-licensed exist there for several reasons, the most prevelant one being the amount of time and effort required to replace said tools. The maintaining of a compiler toolset is a massive endeavor, especially when the developers need to maintain it over multiple architectures. The fact of the matter is, the GCC is getting worse and worse and eventually you will see that last GNU tool replaced - but for now, it's easier for projects just to use an older release for the time being.

      --
      I'm sick of following my dreams - I'm just going to ask them where they're going and hook up with them later.
    9. Re:Are you retarded? by 10Ghz · · Score: 1

      KDE is not a part of the system and you keep talking about it as if it's the only thing that matters.

      Did I claim that it was part of the "Core OS"? No I did not. What I said is that tools like KDE (or Samba, or Apache etc., depending what you are planning to do with the machine) ARE the things that matter, since they are the tools you use to do your job! That "Core OS" alone doesn't do that much.

      A GUI is not needed to use the operating system

      Did I claim that it is? And this boils down to what is "using the OS". To some it means staring at the CLI. To others it means running Firefox, Evolution and the like. And to some it means running Apache or Samba. And in each of those cases, you would need "third-party crap" you flamed Linux for. Well, maybe you don't need third-party apps to stare at the CLI, but you couldn't do that much with it either. And even with the CLI, you would propably replace /bin/sh with something like Bash. Whoops! That is the exact same "third-party crap" Linux uses!

      but rather a third party application that is crammed in on other distributions, like Kubuntu.

      Like it is in practice crammed to *BSD? If you want to use a GUI with *BSD, you absolutely must cram that third-party software in to it. That is a fact. Want to use Samba or Apache? Again, you absolutely need that third-party software. If you didn't use any third-party software, you couldn't do much with that OS (Linux or *BSD) now could you? Well, you could have a little "BSD has a clean userland!" circle-jerk, but that's about it.

      If you want something like BSD on Linux, Gentoo offers it. By default, it offers nothing but kernel and core set of tools. But you will notice that the moment you want to actually do something with the OS, you need to install third-party apps.

      The userland's core has nothing to do with X, you dipshit.

      Did I claim that it did? I have explicitly talked about userland that consists of two parts: The "Core OS" and "third-party apps". And what I have said is that the "Core OS" is something that you do not do much with. You do your actually work with that third-party stuff. The servers, GUI's, apps and the like are all third-party stuff. Core OS alone doesn't do that much.

      You complained that there is no BSD version of KDE, but that's not relevant to the discussion. That was the entire point - you moron.

      I did not complain about it, it was a sarcastic remark. If you want to use a GUI with *BSD, where is the "superiority"? You whined that Linux'es are nothing but collection of third-party-crap. But if you want to do the same things with *BSD that you could do with Linux, you have to use that "third-party-crap" on *BSD as well! That was the entire point, you fucking idiot! I can't believe that you still don't get it! Are you a bit slow or something?

      X servers, samba servers, graphical LDAP browsers and other such programmes are all third party, additional software which is not done in-house - that software is called third-party.

      I'm well aware of that you dipshit! And like your list quote nicely demonstrates: if you want to DO something with BSD (like use a GUI, interoperate with Windows-network etc. etc.), you HAVE to use third-party software! You know, the exact same crap you flamed Linux for?

      Maybe, by default, BSD's do have "clean userland" out-of-the-box. But maybe it's so clean because you can't do much with it? Want to run some graphical app? Sorry, you have to install "third-party crap". Want to interoperate with Windows? Sorry, you have to install "third-party crap". Want to surf the web? you have to install "third-party crap". Want to serve web-pages? You have to install "third-party crap". Want to develop software? You have to install "third-party crap". Want to set up a mail-server? You have t

      --
      Lesbian Nazi Hookers Abducted by UFOs and Forced Into Weight Loss Programs - -all next week on Town Talk.
  213. Re:Too bad, fragmentation of FOSS Desktop efforts by Anonymous Coward · · Score: 0

    why is it that people bitch up and down about "evil M$

    Simple. Take IE6 for example. M$ has dominated the desktop by virtue of its criminal monopoly to the extent that its crippled browser has remained the dominant browser by a 90% margin since its release 5 years ago. In that time web development has gone through a dark age which will continue until the IE6 user base dwindles. Since users of Windows 98, ME and 2000 won't be "allowed" to upgrade that means IE6 will cast its shadow for at least another 5 years. I call that evil.

  214. Re:Too bad, fragmentation of FOSS Desktop efforts by eno2001 · · Score: 1

    The problem with standardized GUIs is that they suit no one. You have many camps and they all have valid points:

    1. Luser - I want it to work just like Windows because it's all I know
    2. Bearded Unix God - GUIs are only for being able to display multiple xterms that can be seen simultaneously. If GNU screen could do that, I'd drop X.
    3. Eye Candy Addicts (me) - But dammit the Windows GUI looks like crap and Apple's GUI is too limiting. Give me the power and lightness of Enlightenment!!
    4. Bean Counters - X uses too much memory as it is. I think we should do away with all window managers but twm. Why do I need 32-bit gradients and drop shadows on my desktop? I just want to work dammit!
    5. X Windows is teh suck - X Windows (should be "X Window System" folks) sucks because it's slow and it's slow because it sends everything over the network even if your apps are local! Get rid of network transparency!! Get rid of X and replace it with something more like what Windows has!!!
    6. The politician - GNOME is preferable over KDE because it's licensing is purer in FOSS terms and it's part of the GNU project which believes in true freedom.
    7. The self proclaimed pragmatist - KDE is prefereable over GNOME because it is more user friendly, customizable and has much better integration between applications due to the uase of C++.

    You can't please all these people with a stanardized GUI. Basically, this is never going to go away. You might get the majority of people to adopt one GUI as a "standard", but it's not going to be like the stunted Windows/Macintosh worlds. There are going to be other distributions that will package different GUIs as their default. My perfect OS distro would be something that runs on PPC, is 64-bit, uses Enlightement 17 as it's default environment, with GNOME filling in where there are no Enlightenment apps, would be based on the GNU/HURD. Obviously there isn't anything like that, and there isn't likely to be unless I build it. The diversity is a good thing because one size does not fit all.

    --
    -"...bad old ideas look confusingly fresh when they are packaged as technology" - Jaron Lanier (Digital Maoism on Edge.o
  215. Re:Too bad, fragmentation of FOSS Desktop efforts by mrchaotica · · Score: 1

    True, everybody wants a different look-and-feel, but there's no reason we can't all use the same toolkit so that at least all the programs will run!

    --

    "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

  216. Re:Too bad, fragmentation of FOSS Desktop efforts by cortana · · Score: 1

    I think the idea is to standardise what is already common practice. The LSB people could have sat down and codified everything according to How It Should Be -- but no one would have used it.