Slashdot Mirror


PC-BSD 8.0 Release Focuses On Desktop Use

donadony writes "Last Monday PC-BSD 8.0 was released. PC-BSD is based on FreeBSD and uses KDE as its default desktop environment. PC-BSD is designed to make BSD much easier for desktop use. The 8.0 release includes support for 3D acceleration with NVIDIA drivers on amd64 and improvements in the USB subsystem. The PC-BSD team has also developed a friendly package manager system with a simple-to-use GUI tool (see the screenshots tour). For a full list of changes, refer to the changelog."

154 comments

  1. Still freeze with ZFS and moderate load? by TerminaMorte · · Score: 1

    I tried the last version of PC-BSD. Was excited to have some ZFS support. Unfortunately it would freeze under moderate (read: 1 VirtualBox VM running) load.

    1. Re:Still freeze with ZFS and moderate load? by 0100010001010011 · · Score: 1

      How much RAM? ZFS loves RAM. I was locking up until I upgraded to 4GB. (I was hoping to go to 8GB but RAM prices shot up).

      It makes a rock solid home server. NFS, SMB, CCXstream (XBMC), AFS (It's my time machine disk).

      Congrats on the installer. Now you just need to Root on ZFS into the installer. (If you have any experience and can follow instructions, it's not hard at all, just long.)

    2. Re:Still freeze with ZFS and moderate load? by TerminaMorte · · Score: 1

      I had 4GB of ram on a dual core AMD 2ghz computer.

    3. Re:Still freeze with ZFS and moderate load? by Anonymous Coward · · Score: 1, Informative

      Yes, it's still a problem. The freebsd-stable mailing list during January and February of this year has been affluent with discussions amongst administrators regarding how to solve the performance problems ZFS on FreeBSD creates. There are some worthwhile answers but nothing concrete. It has nothing to do with the amount of RAM you have.

      Solaris 10 and OpenSolaris do not have these problems.

    4. Re:Still freeze with ZFS and moderate load? by ducomputergeek · · Score: 1

      I believe the last version was based on FreeBSD 7 and ZFS support was still experimental. The first production ready build of ZFS on BSD is version 8. So I would imagine that it would be less buggy.

      --
      "The problem with socialism is eventually you run out of other people's money" - Thatcher.
    5. Re:Still freeze with ZFS and moderate load? by Anonymous Coward · · Score: 0

      Rock solid file server that nees gigs of ram or locks up?

      Man, I thought only apple and sun people are that deluded...

    6. Re:Still freeze with ZFS and moderate load? by Alcoholic+Synonymous · · Score: 1

      The problem with ZFS root is that you need ZFS support in the boot loader, which cannot be hooked in by default for license reasons (loader is BSD, ZFS code is CDDL, all non-BSD stuff must be enabled by the user after 1st boot), but a few months back FreeBSD implemented a separate ZFS enabled boot loader for -CURRENT. All they lacked at last check was sysinstall hooks for doing it all. Maybe you should file a PR asking for zfsboot to be backported to 8-STABLE in FreeBSD so that PC-BSD can have it in 8.1 as well.

    7. Re:Still freeze with ZFS and moderate load? by phantomcircuit · · Score: 1

      Most people will say you need more RAM; they are wrong. What you need is more ram reserved for the kernel. The basic problem is that the ARC (file system cache) has no upper limit, but kernel addressable memory does.

    8. Re:Still freeze with ZFS and moderate load? by Runaway1956 · · Score: 1

      I'll second the need for RAM. I like virtual machines, use them a lot. I wouldn't consider building VM's on a machine with less than two full gig of memory, and really consider 3 gig to be minimum. 4 gig or more are in order if you're going to run multiple machines at the same time. Even if the individual VM's are only allocated a half gig of memory, there is overhead involved.

      --
      "Windows is like the faint smell of piss in a subway: it's there, and there's nothing you can do about it." - Charlie Br
    9. Re:Still freeze with ZFS and moderate load? by Anonymous Coward · · Score: 0

      You must be one of those people that think that Linux is rock solid and faster than any other OS.

    10. Re:Still freeze with ZFS and moderate load? by smash · · Score: 1

      Where "production" means "if you feel lucky". If (as recommended) you read the freebsd-stable list, there are still plenty of reports about ZFS problems. I wouldn't consider it "production ready" yet, without you doing extensive testing on the exact hardware you're going to run in the live environment.

      --
      I run: Windows, OS X, Linux, FreeBSD. Just because you have a hammer, doesn't mean everything is a nail.
  2. Linux Binary Compatible by CSHARP123 · · Score: 2, Interesting

    Using Linux Binary compatible layer does all the Linux drivers work too or just applications? Does anybody know?

    1. Re:Linux Binary Compatible by ig88b · · Score: 3, Informative

      Just applications.

    2. Re:Linux Binary Compatible by bsDaemon · · Score: 2, Informative

      I used to use XiG Acclerated X Linux binaries on top of the linux abi on FreeBSD 3.3 back in the day, because the Voodoo3 drivers were better than the 'native' ones for XFree86 where at the time. I wouldn't try sticking network drivers or anything in, but I'm not really a kernel expert. There is an ndiswrapper-type thing for FreeBSD/PC-BSD if you need that for wifi, though.

    3. Re:Linux Binary Compatible by V!NCENT · · Score: 2, Informative

      The layer is for the ABI, in other words the Application Binary Interface (it's like the API of a Kernel for applications). This is because FreeBSD is not Linux. With Linux the drivers are from within the kernel, or somewhat outside of it with modules.

      However... If you want open source graphics drivers (I am sorry... I do not know your level of knowledge/expertice so just ignore what I am about to say if it makes you go like *whoooosh* ;) ) than these are tied into X.org (the graphical foundation upon which the Linux GUI's works) and the Linux KMS (kernel mode setting) (as the UMS, user mode setting, is disabled in most current drivers) and if FreeBSD already has the KMS feature (was planned) then these drivers work out of the box on FreeBSD ;).

      --
      Here be signatures
    4. Re:Linux Binary Compatible by BitZtream · · Score: 1

      No, binary emulation is for userland, not kernel objects.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    5. Re:Linux Binary Compatible by BitZtream · · Score: 2, Informative

      I should expand on that, really what FBSD binary emulation is ... is just syscall emulation. You still use all the Linux libraries (some slightly patched to be more efficient on FBSD under the emulated syscall interface, but essentially unchanged and unchanged versions directly from a linux box will work).

      The only thing the emulation layer does is tell the runtime linker to use a different syscall interface and a different library path for Linux libs, with some minor patches to the linux libs to make things smoother.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
  3. Wait by eclectro · · Score: 1, Funny

    The BSD community is no longer beleaguered??

    --
    Take the cheese to sickbay, the doctor should see it as soon as possible - B'Elanna Torres, "Learning Curve"
    1. Re:Wait by jellomizer · · Score: 2, Insightful

      If you want to nitpick BSD has a higher market share on the Desktop then Linux does. Based on the fact that OS X is based on BSD.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    2. Re:Wait by Anonymous Coward · · Score: 0

      Yeah, except that it ain't actually BSD except at the kernel layer, and even the kernel layer is forked/merged. It's about as similar to BSD as BSD is to System V. Get over it.

    3. Re:Wait by flydpnkrtn · · Score: 5, Informative

      Er, well that's not quite true. It seems there's a lot of confusion in this area...

      The OS X kernel is called XNU, and is Mach-based. It's not the FreeBSD kernel.

      OS X's userland is called Darwin, is open source, and IS based on a FreeBSD userland (not kernel)

      Just sayin'

    4. Re:Wait by aztracker1 · · Score: 1

      Except the OSX GUI really isn't an open standard, though there's been some work in that direction by third parties working on an API compatible UI layer. I'm actually hoping to see it gain some steam in the next few years, as remote X11 really isn't such a good thing at today's higher resolutions, and disconnected networks.

      --
      Michael J. Ryan - tracker1.info
    5. Re:Wait by V!NCENT · · Score: 2, Informative

      Mac OS X is based on NeXT.

      What Apple does is that they recycle open source bits for their own use, and they happened to use some BSD stuff, but Mac OS X is by far not based on BSD! Let's start with the fact that Mac OS X has two kernels instead of one... So there you go...

      And also, Apple does occaisionally contribute some stuff back to FreeBSD, so in some sense BSD's marketshare is also a bit of Apple's by your definition...

      --
      Here be signatures
    6. Re:Wait by abigor · · Score: 2, Informative

      XNU features a POSIX api, a process model, networking, and various other bits from FreeBSD, although of course much altered from the original. It sort of wraps Mach.

    7. Re:Wait by Anonymous Coward · · Score: 0

      Do you have a reference for the fact that OS X has two kernels? Also as a previous commenter said the underlying userland of OS X is heavily BSD based, as in the man page for the fork system call says "FORK(2) BSD System Calls Manual FORK(2)" at the top.

    8. Re:Wait by V!NCENT · · Score: 1
      --
      Here be signatures
    9. Re:Wait by killmenow · · Score: 1

      The OS X kernel is called XNU

      Great! Now why do I get the funny feeling my Mac is going to automagically get me an all-expense paid vacation to visit Mt. St. Helens?

    10. Re:Wait by Elektroschock · · Score: 1

      Oh yeah, why not use GNUSTEP...

    11. Re:Wait by Anonymous Coward · · Score: 0

      It's this kind of braindead idiocy that makes me despise you Mac Fags.

    12. Re:Wait by Anonymous Coward · · Score: 0

      Er, well that's not quite true. It seems there's a lot of confusion in this area...

      The OS X kernel is called XNU, and is Mach-based. It's not the FreeBSD kernel.

      OS X's userland is called Darwin, is open source, and IS based on a FreeBSD userland (not kernel)

      Just sayin'

      Yes, but this may still be confusing to some Linux-oriented people. Linux, strictly speaking, is just a kernel. FreeBSD, on the other hand, is an entire OS bundle, so the distinction between 'kernel" and "userland" isn't quite the same.

    13. Re:Wait by smash · · Score: 1
      I'd love to, but have you tried? Finding a distro that includes a half recent version is pretty difficult, and last i tried the freebsd port, it was broken. I don't have time to compile it from source and deal with any of the quirks i might incur doing so.

      But believe me, i reckon gnustep is THE most (unfairly) ignored and neglected open source project out there right now.

      --
      I run: Windows, OS X, Linux, FreeBSD. Just because you have a hammer, doesn't mean everything is a nail.
    14. Re:Wait by Elektroschock · · Score: 1

      Gnustep is a Fosdem yoyo. Each year they meet at Fosdem, then some development takes place.

      http://etoileos.com/
      http://io.debian.net/~tar/gnustep/

      GNUStep needs a decent theme.

      They should simply fork it as a MAC X Emulator and set the objective to get all MAC applications running. That would inspire developers.

  4. Re:Am I the only ignorant one to think... by CSHARP123 · · Score: 3, Informative

    Only difference is, this is not from Microsoft and it works Just out of the box. You do not need to struggle like how you do with Windows. Hope this helps.

  5. Bad Headline by Vyse+of+Arcadia · · Score: 4, Insightful

    Every PC-BSD release focuses on desktop use. It's a desktop distribution.

    1. Re:Bad Headline by Anonymous Coward · · Score: 0

      Now, if only they'd focus more on laptop/battery usage issues... (Plus, not everyone wants to run bloatware --KDE)

    2. Re:Bad Headline by WinterSolstice · · Score: 1

      Actually, there are a lot of problems with PowerDevil and the current Nvidia driver.
      It'll run forever with the VESA driver, or text only, but that's no fun :D

      You can, of course, enable powerd manually (it's installed... just change enable_powerd="NO" to enable_powerd="YES" in the rc.conf)

      But in my testing, this resulted in a plain black screen. What I do is much less user friendly. I change the CPU speed based on a script whenever it goes on battery.

      This is something that *really* needs to be fixed.

      --
      An operating system should be like a light switch... simple, effective, easy to use, and designed for everyone.
    3. Re:Bad Headline by Trepidity · · Score: 1

      I read it as essentially, "PC-BSD 8.0 Released: Tagline about wtf PC-BSD is", or perhaps even "PC-BSD 8.0 Released: Why not just use FreeBSD?"

    4. Re:Bad Headline by samoanbiscuit · · Score: 1

      Now, if only they'd focus more on laptop/battery usage issues...

      Yes, seriously, PC-BSD 7 hosed my laptop battery when I tested it because I wasn't aware it wasn't using AC power
      (siblings with other laptops, few power switches, bound to happen). Not only did it deplete my battery without any visual
      indication, it did it in such a way (I have learnt this happens if certain power settings are not enabled - [citation forgotten])
      that now i have a battery life of 5 minutes vs. 3 hours before this happened...

  6. No, i think all 4 of them are OK by Colin+Smith · · Score: 2, Funny

    And doing fine.

     

    --
    Deleted
  7. Been testing it by WinterSolstice · · Score: 3, Informative

    And this is a BIG improvement over version 7. Still some bugs to be worked out, but it's got far better integration with the PBI installer (similar to synaptic), a very good GUI installer, and the very latest nvidia drivers.

    Very nice, very well executed. They turned it out pretty fast too.

    --
    An operating system should be like a light switch... simple, effective, easy to use, and designed for everyone.
    1. Re:Been testing it by Anonymous Coward · · Score: 0

      How is this a Troll? I haven't tried 8.0 yet, but am looking forward to trying on my newish laptop I have just acquired.

      My older thinkpad didn't like the earlier releases of PC-BSD.

    2. Re:Been testing it by ByOhTek · · Score: 4, Interesting

      Anything complimenting BSD on /. tends to get an initial troll mod I've found. It's amazing how much hate Linux users have for it.

      My experience is quite different from the above AC (of course, both are anecdotal, take your grain of salt - and mine are with FreeBSD, not BSD in general). FreeBSD users tend to be pretty laid back, if it isn't working, they recognize it. They may not care, they don't need it, or they may be working on it.

      Linux users tend to get up in arms if you don't treat FreeBSD like the second coming of satan for taking away a small amount of their user base and development power, when Linux is obviously the true and correct solution.

      --
      Self proclaimed typo king, and inventor of the bear destroying coffee table (patent not pending).
    3. Re:Been testing it by aztracker1 · · Score: 1

      Actually PBI isn't much like synaptic at all... it's more like sandboxing, where each application has all of its' dependancies. The hard part is there wasn't much in place for dependence on packaged frameworks like Java, Mono, Python, Ruby etc, in order to have some things centralized for applications that run under these environments. This may have changed, to be honest the last time I really looked into it was around PC-BSD 5-6. I had it as part of my tagline/summary for a while. I honestly like PC-BSD a lot, and wish it all the continued success. It's a much nicer experience to a working BSD desktop than the FreeBSD installer. And once you get it installed, and get ports/packages up and running, you don't even need to use the PBI system if you don't want to. It's a great jumpstart to a FreeBSD desktop even, and shares the same target platform. If the hardware support were just a tad bit better, I'd probably be using it as my main OS. I'd have to convert all my VMWare images' drives to fixed size, single file and adjust the in-vm drivers but it could work out well.

      --
      Michael J. Ryan - tracker1.info
    4. Re:Been testing it by KlaymenDK · · Score: 2, Interesting

      There's this saying, "Linux is for people who hate Microsoft, BSD is for people who love UNIX."

      It's tongue-in-cheek and very debatable, of course. But isn't there an undercurrent of truth in it, that BSD fans on average are driven by a positive force, and linux fans on average are driven by a negative one?

      I'm ASKING, not trolling. FYI, while I conceptually prefer BSD, in practice I'm using linux.

    5. Re:Been testing it by KlaymenDK · · Score: 1

      To be fair, it doesn't really take very much to deliver a better impression than the stock FreeBSD installer. True, it works well enough, but a "You're done, please reboot" screen would be nice.

    6. Re:Been testing it by bsDaemon · · Score: 5, Insightful

      Linux, particularly the GNU/FSF types, tend to be more ideologically motivated, I find, and I think most of the hate against Free/Net/Open BSD is hate against the BSD license because it doesn't fit into their framework of how the world should be. They're the ones that are going to be on about "software freedom" and all that, rather than "this works, let's use it."

      Case in point, I mentioned above that I actually paid money for a commercial X server about 11 years ago. If BSDi BSD/OS hadn't been $1000, I'd probably have bought the "commercial" BSD, too. However, FreeBSD tended to get most of the worth while improvements rolled back from BSDi, and it only cost me like $30 to order it on CD-ROM (the dark days of dial-up and all that). My current company uses FreeBSD as the basis of our product to avoid GPL issues, as does Juniper and others. The FSF-types, of course, aren't going to be down with that and look at it as "theft" (never mind the fact that I know my company, and possibly Juniper as well, have committers on the pay roll) or something.

      I think it has to do with the fact that Linux is more readily obtained and there has been a concerted effort to recruits new users. Its sort of like the Mormon Unix, in a way. What this means in practicality is that there is a large portion of the user base that has the "zeal of the convert" -- I'm not going to say that I didn't feel that way when I was 12/13/14 years old and was first starting out, but it's a real thing. As Theo once said, 'bsd is for people who love unix; linux is for people who hate microsoft.' That's kind of a classic troll, but its kind of true, too, to an extent.

      I think that the type of people who are into BSD are generally older, have more experience in the industry, and are less ideologically driven in their OS choice than say, high school kids who saw pretty screen shots carefully crafted to look like something out of 'swordfish' or 'the matrix' an want to be 'l33t'. That's not to say that there aren't a lot of professional, neutral-minded Linux people, but then that's going to be the difference between the RHEL/CentOS-type of users and say, Mint (which I've tried and used before and I don't hate it, but let's face it -- we're not putting that on a production server any time soon).

      BSD and Linux have their places, as do Windows and MacOSX. I (obviously) prefer BSD to Linux (though I've worked as an admin on a CentOS farm before), and Mac to Windows (though I didn't really have any problems with Vista 64 Ultimate as a desktop OS, just the command line was still for crap), but I can use the other and often do, and I'm at a point in my life where just getting the work done with the minimum headache is more important than what tool i use to get it done. From what I know of Linus, he seems to be of similar mind, too.

    7. Re:Been testing it by pgmrdlm · · Score: 0

      Thank you for the observation. I totally agree. i have found that linux users don't even want to acknowledge FreeBSD. And no, I do not mean all linux users. But when I see or have been object of that type of flaminging from them, my retort is always: Linux is a Unix want to be, I use the real thing. I then point out the security history of both branch's. FreeBSD has a much better security history then Linux. OpenBSD puts all of them to shame. chuckle, I also point out that FreeBSD was here LONG before Linux was even a thought process that hadn't even made it to paper. let alone code.

      Oh well, not all linux users are like that though. I know a large number of them that always are trying different flavors. Thats why they run VM.

      Again, thank you for the observation.

      --
      Anonymous comments are as pathetic as the anonymous "sources" that contaminate gutless journalism from the New York Time
    8. Re:Been testing it by ByOhTek · · Score: 1

      Actually, FreeBSDs direct (not just idealogical) ancestors were here long before Linux. FreeBSD itself is younger than Linux.

      And you are right, not all Linux users are like that, but I felt like putting my two cents in after Mr. AC who also commented on the same post.

      --
      Self proclaimed typo king, and inventor of the bear destroying coffee table (patent not pending).
    9. Re:Been testing it by ByOhTek · · Score: 1

      You should have seen the 5.x installer.

      The "new" installer, is rather comfy and user friendly in comparison.

      --
      Self proclaimed typo king, and inventor of the bear destroying coffee table (patent not pending).
    10. Re:Been testing it by WinterSolstice · · Score: 1

      Well, the synaptic analogy is for the Linux guys :D

      I couldn't agree more with the 'getting to a desktop' part. There are some gotchas and some non-intuitive steps to getting KDE or Gnome running on a BSD box (like installing X11, configuring /etc/ttys and whatnot). So PC-BSD is very good at being a clicky-clicky come back later to a desktop kind of thing.

      I still prefer the FreeBSD vanilla, just because I don't care for KDE, but I very much respect what they've done.

      --
      An operating system should be like a light switch... simple, effective, easy to use, and designed for everyone.
    11. Re:Been testing it by Anonymous Coward · · Score: 0

      Linux is a Unix want to be, I use the real thing. I then point out the security history of both branch's. FreeBSD has a much better security history then Linux. OpenBSD puts all of them to shame. chuckle, I also point out that FreeBSD was here LONG before Linux was even a thought process that hadn't even made it to paper.

      And while you fanboys are having your dick measuring contests, those of us who don't care about the whole "Operating System as a Religion" debates are getting work done on whatever OS we choose to be using at the time.

    12. Re:Been testing it by bmcage · · Score: 1
      I think most older linux users are not like that. It is only that there are many, many, young users, and they need just talk, talk, talk, as if they know the unix world. If you pull the seniority card and tell them to do some research, most of them take a more collaborative approach.

      As you give a lot of negative examples of linux users, I feel obliged that I have had contacts with bsd users, who in my mind where much more ideological about their choice of licence. As if I did a crime by releasing _my_ code as GPL... . I like the fact that KDE, a prominent GPL community, is so prominent on FreeBSD, it shows the lines are really more blurred than some would like it.

    13. Re:Been testing it by bsDaemon · · Score: 4, Insightful

      KDE took hold in the FreeBSD community because Qt wasn't its self "free software" until relatively recently. A lot of people seem to forget that, and that the reason that Gnome was started (as an official part of the GNU project) was due to wanting a "completely free" desktop. A lot of the big linux distributions couldn't or wouldn't include KDE or other Qt-based software back then because of it.

      KDE projects themselves were GPL/LGPL, but not being married to the license as a pre-requesite for using Qt made it more "acceptable" in the BSD world. At least that's my take on it, having watched it all gone down.

      I'll admit that I'm not crazy about the GPL but if people want to release code under it, that's their prerogative. I don't like KDE 'cause I think its ugly and unwieldy and frankly, I prefer Gnome to KDE... not that I really like Gnome much either, but oh well.

      That stuff aside, I think the issue both of us were talking about really just boils down to "damn kids, get off my lawn." Hell, I'm only 26 myself, but this is my authentic 5-digit ID. I like to think I grew out of the b.s. a long time ago.. plus, I never liked 'swordfish'.

    14. Re:Been testing it by pgmrdlm · · Score: 2, Informative

      Well, you know dick measure r. if you would have read the COMPLETE post. you would have seen I only flame back when the person gives me crap over MY NIX flavor of choice. I don't push it on anyone.

      So get both your mind and hands off my dick. Because I don't give a fuck what OS you or anyone else use's.

      What, you looking at my dick because your an asshole and trying to be filled?

      --
      Anonymous comments are as pathetic as the anonymous "sources" that contaminate gutless journalism from the New York Time
    15. Re:Been testing it by Anonymous Coward · · Score: 0

      A+ post. Creepy, gay, and arrogant all at the same time!

    16. Re:Been testing it by aztracker1 · · Score: 1

      I have to agree, I'm more of a Gnome guy myself. I just love getting to a FreeBSD desktop without the huge hurdles (and the swamp).

      --
      Michael J. Ryan - tracker1.info
    17. Re:Been testing it by smash · · Score: 1
      BSD also has more of a true unix "feel" to it. Consistent performance under load (latency wise - rather than focus on throughput), userland tools that are very similar to SunOS/Solaris/SCO/other commercial unix, similar device naming theory, proper documentation (yes, check the handbook - there's not really anything of similar quality for linux), etc.

      I run both/either as the situation requires (generally commercial software support is the only real reason I'll run linux anymore), but I certainly prefer the style and documentation to BSD, hands-down - and I started out with Linux first (not counting a shell account I had on an old SunOS box at university).

      AS to your question about BSD vs Linux fans - there are a lot more "noobs" in the Linux community because it has had more publicity. They're ex-windows users who think they're "leet" for running Linux and anything else is inferior. Typically they've never used BSD for any real period of time, and when they tried it, they found it different and not all their linux knowledge applied. Hence, in their opinion - it was crap. I know, i was there until I gave it a proper go and learnt to love the reasons WHY it is different, which aren't immediately obvious).

      Thats not a troll, its a simple fact. If you find EXPERIENCED linux users who know what they're talking about, they're as positive/helpful as the users of any other OS. The script kiddie brigade is unfortunately a large component of the Linux userbase, and they're also typically the ones with the spare time to troll forums (while the real developers/people with a clue are probably off doing something productive) - so the signal:noise ratio is quite high.

      --
      I run: Windows, OS X, Linux, FreeBSD. Just because you have a hammer, doesn't mean everything is a nail.
    18. Re:Been testing it by smash · · Score: 1

      Well said. I'm in the same boat...

      --
      I run: Windows, OS X, Linux, FreeBSD. Just because you have a hammer, doesn't mean everything is a nail.
    19. Re:Been testing it by badkarmadayaccount · · Score: 1

      I suddenly feel obliged to post here.

      --
      I know tobacco is bad for you, so I smoke weed with crack.
  8. Not drowning but waving.... by afc_wimbledon · · Score: 2, Funny

    You do not need to struggle like how you do with Windows

    Mod me troll if you please, but you may think of it as struggling, I prefer to think of it as consulting. If it was easy, who'd pay me for it?

  9. Sweet! by Anonymous Coward · · Score: 3, Funny

    It's finally the year of the BSD desktop! I knew this day would come.

    1. Re:Sweet! by filesiteguy · · Score: 1

      ROTFL!

    2. Re:Sweet! by strabo · · Score: 1

      Wait... Does that mean it's official? The desktop is dying?

  10. UVC Webcam? by venkythegeek · · Score: 1

    Still doesn't support UVC webcams

    1. Re:UVC Webcam? by V!NCENT · · Score: 1

      The world needs to see his 'member' just as much as it needs your extremely anti-social post...

      --
      Here be signatures
    2. Re:UVC Webcam? by Neil+Hodges · · Score: 1

      According to Wikipedia, both NetBSD and OpenBSD have UVC kernel drivers, while FreeBSD is able to make use of Linux's UVC drivers by running them in userspace.

  11. that link is wrong by tresstatus · · Score: 3, Informative

    not to point out the obvious, but when you go to the change log link from the summary, you actually wind up going to http://www.unixmen.com/content/view/151/11/ which tells you how to install nagios. here is a link to the pcbsd 8.0 changelog... http://www.pcbsd.org/content/view/151/11/

    --
    stephen
  12. PBI files by abigor · · Score: 4, Interesting

    One of the nicest things about PC-BSD is the whole PBI idea, which are basically like .pkg files on OS X. When installing apps via PBIs, you get all the dependencies in one shot, which means you don't destabilise your whole system when installing from a central repository where app A requires a library version that breaks apps B, C, D.... This is particularly true when you want to use third party repositories.

    PBIs are simply downloaded and installed from places like http://www.pbidir.com/, the process is graphical, and they are easily uninstalled without fuss.

    1. Re:PBI files by WinterSolstice · · Score: 3, Informative

      I'm a huge fan of the PBIs and I think they're a really good way to quickly install objects that would otherwise require ports and complex dependencies.

      The best part is they don't interfere with each other, unlike some of the apt-get/yum type packages. For the most part they encapsulate everything that would have been in the ports build.

      When the PBI is updated, you get a notification and can just clicky click to upgrade it (without trashing the rest of your system just because Gimp 9.9 requires some lib that everything else hates)

      Easy to make too - just get the PBI installer, and then build them from the existing port. Porting still remains an exercise for the reader ;)

      Installing Firefox, Quake, America's Army, Rhythmbox or Gnome like this is awesome. I hope that it takes off as a model.

      --
      An operating system should be like a light switch... simple, effective, easy to use, and designed for everyone.
    2. Re:PBI files by abigor · · Score: 1

      Well, like I said, OS X uses a similar system already. Unfortunately, similar efforts on Linux never went anywhere, so users are locked into the vendors' repositories, unless they are knowledgable/brave and use third party ones.

      Weirdly, it's these same people who often complain about iPhone lock-in with the app store...just saying.

    3. Re:PBI files by Abcd1234 · · Score: 1

      Wait wait... downloading and installing a deb from a third party requires knowledge and bravery (apparently it's very scary to click the download link, then 2x click the package in Nautilus and say "yes" when it asks if you want to install it), but using a PBI is all beauty and light?

      Interesting.

    4. Re:PBI files by Anonymous Coward · · Score: 0

      Hurray for 1000 copies of zlib that all have to be updated separately! So convenient!

    5. Re:PBI files by WinterSolstice · · Score: 1

      ROFL

      I think the point is that PBIs are internally consistent, whereas a deb or rpm can make system-wide changes.

      If I install a deb that upgrades something in /usr/lib without intending to, other apps may have issues.

      --
      An operating system should be like a light switch... simple, effective, easy to use, and designed for everyone.
    6. Re:PBI files by Hatta · · Score: 1

      Sounds like you get a lot of redundant libraries that way. Why not just go back to statically linking everything if you're going to do that? The proper solution is to support multiple versions of a library in your package manager. I don't know why package managers don't do that.

      --
      Give me Classic Slashdot or give me death!
    7. Re:PBI files by mR.bRiGhTsId3 · · Score: 1

      The problem is that the 3rd party package has to be correctly constructed and play nice with other packages in the repository. I've had all sorts of problems with this using the OpenOffice.org from PPA. It does weirdness with the language packages and after installing from the PPA it would be impossible to get localization configuration to believe the languages were properly installed. The same thing can happen where a system breaks because a non-repository package writes a file and suddenly you can't install other packages that need to put a file there. Self-contained bundles alleviate these problems since its impossible for 3rd party packages to trample over things the system may need.

    8. Re:PBI files by BitZtream · · Score: 1

      What? Just because the package is included doesn't mean it gets installed. A shared library installed by one app is still used and shared by other apps.

      This is no different than Windows games including the directx installer and running it as part of their own install. After the first install, the rest of the games you install that also install directx only update it if they are newer or have special versions of the files, you don't install a new copy every time.

      Have you used computers very long or are you actually new to how shared libraries actually work?

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    9. Re:PBI files by Bigjeff5 · · Score: 1

      It does when somebody updating a new library doesn't bother to double check that all the function calls for the old library work the same way in the new library, and your .deb requires the updated library.

      Now if you need to update the software dependent on that function that was changed you're hosed and you'll have no idea what caused it.

      It happens, and it's a pain in the ass.

      --
      Security is mostly a superstition... Avoiding danger is no safer in the long run than outright exposure. - Helen Keller
    10. Re:PBI files by Bigjeff5 · · Score: 1

      And a big library is, what 100k? Maybe?

      Seriously, redundant libraries were a big deal 15 years ago, now it's just smart.

      Repeat after me: Redundancy is a good thing, not a bad thing.

      The proper solution is to support multiple versions of a library in your package manager. I don't know why package managers don't do that.

      Because it's freaking hard to get right. See all of Microsoft's efforts to deal with this, it's the #1 flaw of the dll system (any shared library system, actually) and it has been from the start, the system used in .Net is their best effort so far - it uses manifests for each library to track and point software to the correct version.

      --
      Security is mostly a superstition... Avoiding danger is no safer in the long run than outright exposure. - Helen Keller
    11. Re:PBI files by Anonymous Coward · · Score: 0

      PBI Features

              * Completely graphical extraction & installation process.
              * Advanced scripting support - Use shell-scripts to control the installation process.
              * Corruption detection - Ensures that a user's downloaded PBI is intact.
      * Library auto population - Grabs all the library files a binary may need for operation during the creation process.
              * Icon Management - Allows developers to set icons for both the desktop & K-Menu.
              * Program Error Detection - If a PBI installed binary fails and silently outputs a stderr / stdout message, this is captured and displayed in a GUI for troubleshooting.
              * Easy Removal - PBI's can be removed through the "Remove Programs" system utility.

      I've been using computers long enough to know that ideas like PBI are very old and very stupid. I suspect you are a newbie to Unix, and no doubt consider yourself a l33t h4ck0r, which is why you will almost certainly be rooted sooner or later by someone who notices you are using an OS that doesn't take security seriously.

       

    12. Re:PBI files by ducomputergeek · · Score: 1

      We've had this for well over a decade in FreeBSD, it's called Ports. It may not be GUI, but going cd /usr/ports/whatever/i/want make install clean isn't that hard.

      --
      "The problem with socialism is eventually you run out of other people's money" - Thatcher.
    13. Re:PBI files by Qzukk · · Score: 1

      Yes, but if your distribution is sane (ie is Debian) and you're sane (ie not using Unstable), you won't have a version of Gimp that requires libraries that the rest of your distribution can't use, unless you try to get it from somewhere else.

      --
      If I have been able to see further than others, it is because I bought a pair of binoculars.
    14. Re:PBI files by tepples · · Score: 2, Informative

      And as I understand it, the idea of PBI is to simplify the case where "you try to get it from somewhere else".

    15. Re:PBI files by abigor · · Score: 1

      Ports does dependency resolution, etc. PBIs do not, because they don't have to.

    16. Re:PBI files by Abcd1234 · · Score: 1

      ROFL

      I think the point is that PBIs are internally consistent, whereas a deb or rpm can make system-wide changes.

      If I install a deb that upgrades something in /usr/lib without intending to, other apps may have issues.

      So a PBI ships with *all* it's dependencies? Isn't that, you know, horribly inefficient? What about system libraries like glibc, libstdc++, etc?

    17. Re:PBI files by Abcd1234 · · Score: 1

      And a big library is, what 100k? Maybe?

      Uhuh. Try again buddy:

      -rw-r--r-- 1 root root 1027760 2010-01-10 09:52 libstdc++.so.6.0.13
      -rw-r--r-- 1 root root 4231296 2010-01-24 13:54 libgtk-x11-2.0.so.0.1800.3
      -rw-r--r-- 1 root root 8932320 2009-10-07 12:17 libqt-mt.so.3.3.8

      Now multiply those sizes by the number of processes you're currently running, as the lack of shared libraries means no shared code pages. Suddenly RAM usage spikes, your disk cache is wasted, and performance drops as a consequence. Yeah... great idea!

    18. Re:PBI files by WinterSolstice · · Score: 2, Insightful

      http://www.pcbsd.org/content/view/20/26/

      Pretty much everything that isn't included in the base install of the system. Each one is a full delta snapshot, so far as I understand it.

      Yes. This is less disk efficient, but FAR more user time efficient, which is kind of the point.

      --
      An operating system should be like a light switch... simple, effective, easy to use, and designed for everyone.
    19. Re:PBI files by Abcd1234 · · Score: 1

      It's not just disk inefficient, it's memory inefficient, too. In fact, this is really the definition of bloat. Every application that uses Gnome, Gtk, KDE, Qt, or some other large package might have to be shipped with a full set of libraries, all of which would have to be loaded into memory at runtime (no code sharing, since the libraries aren't actually shared). That's a *very* silly thing to do for, I would contend, a relatively small gain in user convenience.

    20. Re:PBI files by WinterSolstice · · Score: 1

      Actually, the default install includes KDE (which is the only fully supported desktop), so any KDE app uses merely it's specific dependencies.

      I'm sure I can run a vmstat or whatever you'd like and show you that the vast majority of the memory used is KDE, as opposed to any of the PBI apps.

      But you are, of course, entitled to your opinion :)

      --
      An operating system should be like a light switch... simple, effective, easy to use, and designed for everyone.
    21. Re:PBI files by Abcd1234 · · Score: 1

      So, wait, the entire KDE stack *isn't* shipped with KDE apps? So if a PBI is built against a newer version of KDE, it won't work...

      How is it that PBIs are better, again?

    22. Re:PBI files by WinterSolstice · · Score: 2, Insightful

      Ok, I think you missed something.

      All PBIs are a delta snapshot of a specific PC-BSD release, and then whatever that app needs to run.

      Therefore a PBI built on 8.0-RELEASE will not install on a PC-BSD 7 system. At all. It won't partially install and break things, it just won't install.

      That's the whole point of the design. It's like someone else said with the app store, or like building from ports. If your system is wrong, it stops and says "Sorry". It won't break your system. The PBI builder is designed to be version locked.

      Let's take Rhythmbox as an example. It's a Gnome App. It requires some (but not all) of the Gnome tools to run. It's a bit heftier than it would be if Gnome were installed by default, but not nearly as big as the full Gnome install. Gnome is, btw, unsupported. The PBI was created because people are allowed to create PBIs for unsupported software, as long as the ports exist :)

      By contrast, if we look at Amarok, it has just the Amarok specific stuff since KDE is part of the default install.

      Hope that makes a bit more sense?

      --
      An operating system should be like a light switch... simple, effective, easy to use, and designed for everyone.
    23. Re:PBI files by Abcd1234 · · Score: 1

      Ok, I think you missed something.

      All PBIs are a delta snapshot of a specific PC-BSD release, and then whatever that app needs to run.

      Ah, interesting, I see. So if someone built Amarok against a newer version of KDE, then it'd be shipped with KDE in the package. Otherwise it'll just use the base version, because that was what it was built against.

      So you still have to build packages against a given release, just like you do in any other distro. It just gives the package builder freedom to build against a newer version of a given library if they want, or against libraries not included in the base. But those libraries would then be shipped as part of the PBI.

      Yup, interesting. Thanks for the info!

    24. Re:PBI files by WinterSolstice · · Score: 1

      I think that's pretty much it :)

      Glad I could help - it's a pretty cool tool.
      I'm playing with trying to get some other WMs and DEs in there :D

      --
      An operating system should be like a light switch... simple, effective, easy to use, and designed for everyone.
    25. Re:PBI files by Anonymous Coward · · Score: 0

      And you know what's really cool about it? You have a choice. It's not like some nerds are telling you that your needs are stupid and you are silly for valuing convenience over memory.

      For some people disk space and RAM really isn't a problem, but time and usability is. Others have different constraints and requirements. Let there be a solution for each of them.

      Also you seem to never have met technophobe people. The kind of people that are to frightened to explore the computer by themselves and need hand holding for the most basic things. Self-contained installers that can't possibly affect the rest of the system are really worth a lot.

    26. Re:PBI files by Baloo+Uriza · · Score: 1

      Yeah, because static linking is so easy on hard disk space, and does wonders for update times when a dependent library gets upgraded...

      --
      Furries make the internet go.
  13. Why BSD? by ivanwyc · · Score: 1

    Why we need the BSD kernel for desktop? While the Linux kernel has the best hardware support coverage among all open source kernels, I am curious what's the reasons behind to pick BSD for a desktop oriented distro.

    1. Re:Why BSD? by KlaymenDK · · Score: 1

      True, the linux wins in mind share, and to some extent therefore also in market share. But the BSDs do provide superior performance, which is very evident in the server market share.

      But hey, why not offer server performance for desktops, too? :-)

    2. Re:Why BSD? by Abcd1234 · · Score: 1

      But the BSDs do provide superior performance, which is very evident in the server market share.

      And you have modern, meaningful benchmarks demonstrating this to be the case, I presume? I mean, this isn't just nonsense rooted in your personal biases, right?

    3. Re:Why BSD? by Hatta · · Score: 1

      Audio for one. BSD audio mixes everything in the kernel with no nasty incompatible user space audio servers. Ever had a Linux app refuse to play audio because it was configured for ESD while you happen to be playing something through ALSA? It should "just work" and on BSD it does.

      --
      Give me Classic Slashdot or give me death!
    4. Re:Why BSD? by KlaymenDK · · Score: 1

      Touché.

    5. Re:Why BSD? by clang_jangle · · Score: 1

      Why we need the BSD kernel for desktop? While the Linux kernel has the best hardware support coverage among all open source kernels, I am curious what's the reasons behind to pick BSD for a desktop oriented distro.

      FreeBSD makes a great developer's desktop, at least for those of us who know how to do what we need to with the CLI (presumably PC-BSD's raison d'etre is to make that caviat obsolete). Excellent performance, satisfying consistency, and it's a very clean system. Gotta love a system whose kernel is small enough to configure in nano if you want to.

      I'd used FreeBSD for servers for years, and switched to it for the desktop after I had problems with Debian while using large, external USB hard drives (wonder if they ever fixed that?). Hardware support is surprisingly good, except for TV tuner cards. I still dual-boot Linux on the laptop though (a customized version of the excellent gentoo-based systemrescuecd), mainly for the filesystem drivers.

      --
      Caveat Utilitor
    6. Re:Why BSD? by KlaymenDK · · Score: 1

      Well yes, from Netcraft, in spite of the almost mandatory "is dead" joke ... not that I can find the figures for you right now, though.

      I didn't intend to be boastful or nitpicky; perhaps I should have rephrased it to something in along "many very large web sites are hosted on BSD systems.

    7. Re:Why BSD? by temcat · · Score: 1

      But what about audio hardware support on BSD?

    8. Re:Why BSD? by halber_mensch · · Score: 1

      Why we need the BSD kernel for desktop? While the Linux kernel has the best hardware support coverage among all open source kernels, I am curious what's the reasons behind to pick BSD for a desktop oriented distro.

      The only thing worse than a loaded question is one that is loaded with an unsubstantiated claim. Even if your assumption were true, the number of hardware drivers a kernel has available for it is a very naive metric for its usefulness.

      --
      perl -e "eval pack(q{H*},join q{},qw{70 72696e74207061636b28717b482a7d2c717b343 637323635363534323533343430617d293b})"
    9. Re:Why BSD? by theArtificial · · Score: 1

      Yeah, I remember gatos awhile back. Successful capture was a real effort with the ATI8500 AIW but display wasn't nearly as much of a pain. I learned a lot.

      --
      Man blir trött av att gå och göra ingenting.
    10. Re:Why BSD? by Anonymous Coward · · Score: 0

      So what do you think if Windows loses half of the hardwares it currently supports? Surely a load of users will be ranting. Note we are talking about a desktop operating system. Hardware support coverage -does- matter.

    11. Re:Why BSD? by MrHanky · · Score: 1

      You mean you can't find it because this shows Linux ahead of FreeBSD (for reliability)? Or this, where several different Linux distros beat FreeBSD soundly in most benchmarks?

      Sorry, but your nonsense about FreeBSD performing better than Linux is just that: nonsense. In some cases it does, in other cases it doesn't. Use the tool you think suits you best (and there are plenty of reasons to prefer BSD), but claims that FreeBSD generally performs "better" is just delusional fanboy bullshit. It's still a good, clean Unix with excellent performance.

    12. Re:Why BSD? by KlaymenDK · · Score: 1

      And you have modern, meaningful benchmarks demonstrating this to be the case, I presume?

      Apparently not, no. The benchmarks I was thinking of had the gall to let themselves get several years old since I thought of them last! So nevermind me, I'm living in the past.

    13. Re:Why BSD? by KlaymenDK · · Score: 1

      Okay, I've now had time to do a bit of digging. I think I was thinking more of these graphs regarding performance:
      http://bulk.fefe.de/scalability/
      I do concede, however, that (1) these have nothing to do with netcraft, (2) far from show FreeBSD as the winner in all cases, and (3) are more than a few years old. I have not been keeping up to date.

      I still haven't found the info on "server market share"; I'm positive I used to have good info that a respectable number of truly large systems, but I also concede that eBay, Amazon, and Google are now all apparently linux-hosted.

      I'm sorry, but I don't see the pertinence of the link to the "most reliable hosting companies". The other link is interesting; the preceding pages simply show that various OS'es lead for various tasks; there clearly is no overall leader (the GCrypt test on page 3 is appalling).

      So yes, I was over the top up there. I stand corrected.

  14. Too hard to switch again by wrencherd · · Score: 1

    I tried PC-BSD a few years ago (it was based on FreeBSD 5.5 then).

    I think it's a good idea, but at the time it seemed like a lot of trouble to learn a new kind of "port system" when I'd already invested a lot in learning FreeBSD's (not that I've ever mastered it or anything).

    I know these Ubuntu-like distributions are supposed to make things easier for those starting out, but sometimes it seems like just another learning curve.

    1. Re:Too hard to switch again by silverglade00 · · Score: 2, Insightful
      It's the same ports system. They just add the capability to use a .pbi file to install a package when you don't want to bother using the ports. This is just another choice.

      You can download .pbi file, click, use application.

      You can cd /usr/ports/..., make install clean.

      You can pkg_add.

      If you like using ports, then just think of PC-BSD as getting a desktop up and running quickly without having to manually choose X and KDE during the install.

    2. Re:Too hard to switch again by wrencherd · · Score: 1

      OK, you convinced me; maybe I'll try it again.

  15. +1 PBIs rock. by WiiVault · · Score: 1

    As a mostly Mac and Windows user I adore PBI's. Don't get me wrong a package manager is good stuff too, but PBI's are very farmiliar to those of us tied to non-free OS's. Free-BSD really is a great OS frankly, if only it had games!

  16. Why Linux? by r_benchley · · Score: 2, Interesting

    Why do we need Linux for the desktop? While Windows has the best hardware support coverage among all operating systems, I am curious what are the reasons behind picking Linux for a desktop oriented operating system.

    1. Re:Why Linux? by ivanwyc · · Score: 2, Funny

      Simply because windows is not free. And I don't want to reboot my computer as frequent as I change my underwear.

    2. Re:Why Linux? by Hatta · · Score: 2, Insightful

      While Windows has the best hardware support coverage among all operating systems

      That's not true. Linux supports a much greater set of hardware. Since we're not at the mercy of the vendor to keep their drivers updated, Linux is often able to support old hardware that new versions of Windows won't. Not to mention all the architectures Linux has been ported to.

      --
      Give me Classic Slashdot or give me death!
    3. Re:Why Linux? by pgmrdlm · · Score: 2, Interesting

      Security. Go ahead, pass me a .exe file via one of your hacked web pages. Wait, it doesn't run on my unix/linux box. Damn, you can't infect and make my desktop part of your botnet.

      And no, i did not mean you. Sorry, just the only way I could think of phrasing that.

      i still use windows as my primary desktop, but I am performing more and more tasks from my FreeBSD KDE desktop.

      Definatly ALL my email.

      Most of my surfing.

      I don't game, so what do I care about games.

      open office opens ALL the microsoft files that I need.

      So, why do I need microsoft and all the hackers that go with it?

      --
      Anonymous comments are as pathetic as the anonymous "sources" that contaminate gutless journalism from the New York Time
    4. Re:Why Linux? by BitZtream · · Score: 1, Insightful

      Having a driver available and having support are two different things.

      First off ... XP which is still effectively a production OS at this point, much against MS's wishes, is almost 10 years old. At this point, if you have hardware that won't work with XP because its too old to have XP drivers, its likely that it won't work with Linux either because the hardware has probably failed due to old age. Its also highly unlikely to be useful hardware today. I have a Gravis Ultrasound that still works, and I can't use it in Win7 cause I don't have drivers ... but I don't care because the $10 onboard sound chip is about 3 times better at this point.

      FreeBSD used to have a much larger set of kernel drivers available. Then they came to a realization. Yea, we make the drivers compile and not interfere with the rest of the kernel, but no one has actually tested half this crap in years. Come to find out, a lot of the drivers didn't actually work because no one had used the new versions in the newer releases in so long that no one had noticed its been broke for years. What'd they do? Marked a bunch they knew were common as keepers, marked everything else as BROKEN and waited for someone to notice, a couple versions later, they removed all the BROKEN tagged drivers cause no one was using them.

      While you may find having a bunch of drivers available impressive for your e-penis, its not really that impressive or relevant in context.

      To say that it supports a much greater set of hardware is just stupid. It doesn't. At best, it supports what windows has supported in the past. It may occasionally support a few custom pieces of hardware made by some very Linux specific companies, but those are so rare as to be dwarfed by the same number of windows specific hardware devices released yesterday. It may have drivers for old hardware that Windows had and no long does, but its never had support for all of the devices that Windows has, not unless you consider the state of 3D hardware acceleration in Linux to be acceptable. Just for reference, its not.

      Linux may have a lot of drivers, but its STILL playing catchup with Windows, and it doesn't have all Windows drivers, so it can't possibly have a greater set of hardware support.

      Nice twisted way to make it sound impressive though.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    5. Re:Why Linux? by Bigjeff5 · · Score: 1, Insightful

      Linux drops support of old hardware all the time. Since drivers are handled by the kernel, if it didn't the thing would become unwieldy.

      I'd agree that the single Linux kernel has broader hardware support, but at the same time the latest version of Windows simply won't run on the older hardware Linux can. However, if you use a version of Windows that WILL run on that same hardware, the driver support for that particular class of hardware is much better with that version of Windows than Linux.

      If you look at what is not supported by any version of Windows and compare it to what isn't supported by any version of Linux, Linux doesn't look nearly as good.

      One big plus though is ARM support in Linux, but it still doesn't make up for all the extraneous hardware Linux doesn't support.

      Back on topic though, I think a PBI or DMG style package system for Linux would be a freaking godsend. I'd probably still be using it if that were the case (yeah, I CAN get non-repo repository software to work, and yeah I CAN fix it when repo dependancies break my software, but I don't WANT to, and I'm not going to deal with it).

      --
      Security is mostly a superstition... Avoiding danger is no safer in the long run than outright exposure. - Helen Keller
    6. Re:Why Linux? by tepples · · Score: 0

      Since we're not at the mercy of the vendor to keep their drivers updated, Linux is often able to support old hardware that new versions of Windows won't.

      But since we often don't have the benefit of protocol specifications provided by the vendor, Windows is often able to support new hardware that new versions of Linux won't. This is especially true of non-PostScript printers and flatbed scanners.

    7. Re:Why Linux? by Z34107 · · Score: 0, Redundant

      Simply because windows is not free. And I don't want to reboot my computer as frequent as I change my underwear.

      My desktop PC running Windows Server 2008 R2 has months of uptime. It'd be longer, but I tinker and reboot it on whim.

      Where does your underwear say about your uptime?! :P

      --
      DATABASE WOW WOW
    8. Re:Why Linux? by Just+Some+Guy · · Score: 1

      Why do we need Linux for the desktop?

      Good question. I prefer FreeBSD on the desktop, and so do the folks at PC-BSD.

      --
      Dewey, what part of this looks like authorities should be involved?
    9. Re:Why Linux? by batteryman · · Score: 1

      Because it works for me. I put my original Windows hard drive back into my laptop and it was painfully slow. I do have problems with my MP3 player and HD camera. In Windows it shows up as two drives. I'll get it working some day. My laptop PCMCIA Audigy ZS card works. I plugged in my old video camera with Firewire, Sony 350 and it not only saw it, it told me what model of camera it was. It depends on which distribution you use.

      Linux supports USB 3.0 thanks to Intel. Does Windows?

      Check out what is new in the latest kernel.
      http://www.h-online.com/open/features/What-s-new-in-Linux-2-6-33-933312.html

      Here is a link to the history of the changes.
      http://www.h-online.com/open/features/What-s-new-in-Linux-2-6-33-933312.html

    10. Re:Why Linux? by stephanruby · · Score: 1

      While Windows has the best hardware support coverage among all operating systems,

      This is not quite true. Don't count on Windows supporting legacy hardware, specialized custom-built industrial/hobby hardware, or even decent media drivers (because of the pressure from the movie/content/cable industry).

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

      Let me rewrite that for you: Linux poorly supports a much greater set of hardware. I'ts almost true. Out of the box, I'd say windows supports much more specific devices than linux, on the given platform - including a ton of specific printers with drivers that don't suck as much as linux/cups-based generic ones (not really kernel drivers, but you get the idea). And if your device isn't recognized, there is a windows driver for it somewhere. Shure it may be out of date, but at least in some point in time there was a feature-complete driver, and that's more than usually is available on linux.

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

      Simply because windows is not free. And I don't want to reboot my computer as frequent as I change my underwear.

      Um, I reboot my computer constantly with Linux because drivers have to be part of the kernel. On Windows, I only have to update for major security patches. New devices work fine without a reboot, 9 times out of 10 with NT based systems. With Linux, oh, it looks like you want to plug in a second monitor. REBOOT REQUIRED.

      Linux on the desktop is FAIL.

    13. Re:Why Linux? by ne0n · · Score: 1

      I'd say security is one asset Linux has which Windows has never had, and there's no sign of either changing. Security affects all of us, server and desktop user alike.

      --
      $ :(){ :|:& };:
    14. Re:Why Linux? by ne0n · · Score: 1

      a few more:
      hardware support
      it's portable - try moving Windows around to different computers, it'll complain about hardware and beg to be 'reactivated'
      security (again cuz it's important)
      performance (comparing Win7-x64 to Karmic x64/ext4 on the same hardware)
      less disk thrashing (better caching at the least)
      great for disk recovery (reads every disk format I've got incl ntfs)
      better virtualization support
      free
      fewer reboots necessary (run servers, don't like to reboot? check out ksplice)
      better command-line management (powershell is gross, dos is useless)
      better management tools (endless list here) even for free

      OTOH Windows has good ACLs, AD and nice server GUI management tool. If you keep it away from networks it's pretty secure. Given everything *nix is probably the better tool for any job.

      --
      $ :(){ :|:& };:
    15. Re:Why Linux? by Anonymous Coward · · Score: 0

      As a developer, I personally find it much easier to build my stuff with Linux. Most of the time, everything I really need/want are installed out of the box with Linux, since I tend to program with Python and use vim as my editor. I can do the same thing in Windows, sure, but it happens to be easier in Linux for me. .02

    16. Re:Why Linux? by pklinken · · Score: 1

      You foul yourself when you get a BSOD ?

  17. No, I think you wanted to nitpick by Colin+Smith · · Score: 1

    And the original poster just wanted to make a joke.

    HTH.

     

    --
    Deleted
  18. UNIX vs. Linux? by filesiteguy · · Score: 1

    Question - and I'm hoping for an honest answer.

    I've been using Linux now (SUSE > openSUSE > Ubuntu) for several years now in both a desktop and server environments. My office still has a few HP 3000 (MPE) servers lying around running applications.

    In speaking to other analysts and whatnot, while advocating Linux, the question comes up - why not UNIX?

    I honestly can't answer. Can someone tell me why one would choose UNIX over Linux or the other way around? Is there an advantage to one over the other?

    1. Re:UNIX vs. Linux? by Anonymous Coward · · Score: 0

      Linux is Unix. Some versions of it are even POSIX certified, though there's probalby no Unix out there that's 100% SUS compliant out of the box.

      As for why you might want one flavor of unix over the other? Solaris and BSD have ZFS and dtrace, AIX runs on crazy powerful POWER7 hardware, Linux has more usermode programs than god can count, and you may pick a vendor based on how well you trust their support...

    2. Re:UNIX vs. Linux? by filesiteguy · · Score: 1

      AFAIK, Unix <> Linux. At least that's what the lawyers say. (http://sco.tuxrocks.com/Docs/Novell/Novell-377.pdf) Also here: http://www.pcworld.com/article/135959/novell_wont_pursue_unix_copyrights.html

      I dunno - just always wondering...

    3. Re:UNIX vs. Linux? by BitZtream · · Score: 0, Flamebait

      No, its not, and POSIX does not define UNIX. POSIX is the portable OS interface, it was originally intended for Unix derivitatives, but it does not define what UNIX is. The Open Group defines what UNIX is, and Linux is not in the list.

      Interestingly enough, the others you mentioned ARE UNIX, Linux is the only one that isn't.

      The difference is simply in the name and licensing of that name, but it still bothers me that Linux fanboys can't get it through there head that you can't call yourself UNIX until you pay the piper. It may be dumb that you essentially 'buy' the right to be called UNIX, but thats just the way it is. Buy the right, or stop fucking trying to pretend you did. Go off on some tangent about how UNIX is retarded because its proprietary or its just a name that you buy or some crap like that ... something thats actually true at least.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    4. Re:UNIX vs. Linux? by Bigjeff5 · · Score: 1

      Go for it if you want, OpenSolaris is well developed. It isn't going to be nearly as flexible, and there isn't nearly the community development behind it, but there's nothing stopping you.

      Linux isn't 100% Unix compliant, so a lot of the goodies probably don't work, but it is certainly a powerful system.

      I wouldn't really recommend it for desktop purposes though, much less so than I recommend Linux (which is not at all).

      --
      Security is mostly a superstition... Avoiding danger is no safer in the long run than outright exposure. - Helen Keller
    5. Re:UNIX vs. Linux? by cbhacking · · Score: 1

      The best answer I've seen is basically that *BSD is a much more cohesive experience, with a smaller number of contributors and a project that is under tighter control. This has some real downsides - progress is slower in some areas - but things also feel more unified, like they came from one source rather than many.

      Mind you, a good Linux distribution will do its best to give you that same impression, and there are always going to be programs that don't look or act quite like anything else on the system, but the core components had a more cohesive feel to me.

      --
      There's no place I could be, since I've found Serenity...
    6. Re:UNIX vs. Linux? by filesiteguy · · Score: 1

      Thank you! That makes sense.

  19. Limited selection of PBIs by BenEnglishAtHome · · Score: 1

    I've tried PC-BSD a couple of times and liked it but I've never stuck with it. The lack of a PBI to install a proper usenet newsreader has always been the deal-killer for me.

    1. Re:Limited selection of PBIs by Anonymous Coward · · Score: 0

      The average usenet newsreader nowadays is a web browser. If you really need an app from the early 90's, then I recommend using a 90's build process.

    2. Re:Limited selection of PBIs by Anonymous Coward · · Score: 0

      The lack of a PBI to install a proper usenet newsreader has always been the deal-killer for me.

      Oh, please... If "cd /usr/ports/mail/slrn && sudo make install clean" is too much work for you then maybe you should seriously reconsider this whole "computer" thing and go buy an iPad!

    3. Re:Limited selection of PBIs by BenEnglishAtHome · · Score: 1

      SLRN? I'm not *that* old-school. I'm simply spoiled by the graphical newsreaders that have been available for Windows for so many years. I want easy, automatic handling of binaries, rar files (including repairs), yenc, and everything else. I want to point, click, and have my ISO. Or my set of jpgs. Or my discussion thread.

      Under Linux, I've used Pan but it has some problems and lacks all the features I can get from Windows newsreaders. I've tried various Windows newsreaders under Wine but they've all failed, nearly all of them crashing during install. I've tried using various binary-specific nntp programs and tried to handle reading separate from binary handling; that doesn't work since so many newsgroups now freely mix text and binary postings.

      Typing a few commands at a prompt isn't the problem. Finding a reader I'd actually like to use that functions under a *nix OS is the problem.

    4. Re:Limited selection of PBIs by flydpnkrtn · · Score: 1

      There isn't a PBI for Mozilla Thunderbird or KNews? PC-BSD uses KDE as its desktop environment, right?

      Those two are pretty decent Usenet clients IMO...

  20. I love it by not+already+in+use · · Score: 3, Interesting

    I would love nothing more than to see a BSD licensed solution succeed on the desktop, if nothing more, than to prove to FSF folks the definition of irony when it comes to being "free and open."

    --
    Similes are like metaphors
  21. SUS and POSIX are identical by tepples · · Score: 2, Insightful

    POSIX is the portable OS interface, it was originally intended for Unix derivitatives, but it does not define what UNIX is. The Open Group defines what UNIX is

    POSIX:2001 and Single UNIX Specification version 3 are identical.

  22. Re:Am I the only ignorant one to think... by idiotnot · · Score: 1

    I actually misread the headline as "PC-DOS," which would, sorta be from Microsoft.....maybe IBM was returning to the numbered releases. :-)

  23. Bah! by OverZealous.com · · Score: 3, Funny

    BSD will never work on the desktop! It's far too Unixy.

    Now, excuse me as I get back to work on my user-friendly Mac.

  24. Great Install Process, Why Can't FreeBSD do this?? by Anonymous Coward · · Score: 0

    Hello FreeBSD project, your text-based install is a dinosaur - evolve! :-) I'm glad that someone took the time to put this together, it's much nicer; I think FreeBSD should adopt a GUI based installation -- for that matter, the OpenBSD folk should, too. Think modern.

  25. Re:Great Install Process, Why Can't FreeBSD do thi by MathiasRav · · Score: 1

    If I know I want to install the system and have already tried it, I don't want to be forced through a desktop environment -- something curses-based will do just fine. Running Ubuntu off a DVD on a laptop has always been unbearably slow for me.

    But then I also use vim instead of gedit or kwrite or whatchamacallit. God knows why.