Slashdot Mirror


More on OpenBSD 3.7 Release

putko writes "As previously reported, OpenBSD 3.7 is released. Here's some interviews with the people behind the release about the new features, including information about which companies are complying with requests for documentation and permission to freely distribute required firmware, and which are not. Ralink Tech and Realtek 'GOOD,'Intel 'BAD.' The next time I build/buy a wireless product, I'll want Realtek or Ralink Tech inside -- because getting software to work with it will be easier. Ralink Tech and Realtek are Taiwanese, by the way."

149 comments

  1. Not quite 3.7 by Anonymous Coward · · Score: 0

    It's actually OpenBSD ln(3)*(3+1/e)

  2. RealTek? by Anonymous Coward · · Score: 0

    The crappiness of the RTL8139* chipset is legendary. Do they actually make anything good?

    1. Re:RealTek? by petermgreen · · Score: 4, Informative

      the full comment that gave it that legendy reputation is in the following source file (you have to scroll past the license boilerplate first).
      http://fxr.watson.org/fxr/source/pci/if_rl.c?v=REL ENG5

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
  3. OMFG by thundercatslair · · Score: 0, Offtopic

    The dupes!

  4. Free 802.11g drivers? by cortana · · Score: 1

    Are there actually any Free 802.11g drivers for Linux? Last time I checked, the only one in the kernel was prism54, which is useless for any device you can buy at the moment. :(

    1. Re:Free 802.11g drivers? by WMD_88 · · Score: 2, Insightful
      Yes: http://madwifi.sourceforge.net/ has drivers for Atheros chipset.

      Really, the problem is that Broadcom makes the most common 11g chipset, and they don't provide squat.

    2. Re:Free 802.11g drivers? by Cid+Highwind · · Score: 5, Informative

      Yes, Ralink provides Free (as in GPL) Linux drivers for their rt2400/rt2500 cards here. My roommate has a laptop with an rt2500 wifi card, and it works beautifully in Linux.

      --
      0 1 - just my two bits
    3. Re:Free 802.11g drivers? by mjg59 · · Score: 2, Informative

      The madwifi drivers are not entirely Free - there's a large closed section of driver that runs on the host processor (it's not merely firmware for the card). People are working on drivers for the softmac prism54s, the Intel 2200 has an entirely open driver (but awkward restrictions on distributing the firmware. Thanks, Intel), there's an experimental driver for TI's acx111 hardware, and the RT2500 is an 11g part.

    4. Re:Free 802.11g drivers? by jd · · Score: 1
      I've never been able to get the madwifi stuff working particularly well, and a look at the Open Source 802.1x drivers suggests that the madwifi stuff won't work as gracefully as it should with newer security methods.


      Also, a glance at madwifi's CVS suggests that the coders for that are almost (but not quite) as bad as I am about maintaining code.


      Having said that, madwifi is bloody good software and SHOULD be in the mainstream kernel. It has been out long enough and would have no impact on existing code as it doesn't touch anything, it is just an independent driver.

      --
      It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    5. Re:Free 802.11g drivers? by cortana · · Score: 1

      This looks like The One, at least once they port it to 2.6 and get it merged[0].

      Now if I could only find somewhere to buy a (PCI) card using the rt2500, then I could finally ditch this SMC 2802W V2 piece of shit.

      [0] and Debian makes a release containing the subsequent kernel... ;)

    6. Re:Free 802.11g drivers? by bbk · · Score: 1

      I bought a linksys WEP54G card the other day (for about $50) and it has a RT2500 chipset on it.

      There are multiple versions of this card - the one I got is the newer one.

      Should be easy to find almost anywhere.

      - BBK

    7. Re:Free 802.11g drivers? by Tezkah · · Score: 1

      I can vouch for this, I'm using the RT2500 on my Averatec 3200 Laptop right now. Works beautifully, but the driver is a little buggy. OpenBSD supports it out of the box, which is neat. (K)Ubuntu forced me to install it manually (hard, when your only connection is wifi).

    8. Re:Free 802.11g drivers? by Ruie · · Score: 4, Informative
      There are drivers for Intel wireless chips:

      The only catch is that firmware is still closed-source. It can be downloaded, but I am not certain about redistribution conditions.

    9. Re:Free 802.11g drivers? by imemyself · · Score: 1

      Yeah, I have Atheros 11g integrated into my Toshiba laptop, it works great on SuSE(even with WPA). It didn't work with Fedora, but that didn't surprise me(what does work with Fedora?). I think it worked after about a half an hour of trouble on Mandrake 10.0.

      --
      Every time you post an article on Slashdot, I kill a server. Think of the servers!
    10. Re:Free 802.11g drivers? by Triumph+The+Insult+C · · Score: 4, Informative

      redistribution is not permitted by intel's license (hence the 'Intel BAD' in the story leadup)

      and, straight from iwi(4) ...

      The official person to state your views to about this issue is peter.engelbrecht@intel.com at (858) 391 1857.

      --
      vodka, straight up, thank you!
    11. Re:Free 802.11g drivers? by Abcd1234 · · Score: 4, Informative

      I bought the same card and it's very easy to tell the difference between revisions. The latest version of the card (revision 4) which contains the RT2500 chipset is a half-height PCI card, unlike the previous revisions which were full-height.

    12. Re:Free 802.11g drivers? by joib · · Score: 2, Insightful

      There is an open source project which is developing the ralink drivers further, see http://rt2x00.serialmonkey.com/wiki/index.php/Main _Page. And yes, the driver works on 2.6 too, although it's not merged.

      I recently bought an A-link WL54H PCI card (about 30 EUR), which has the rt2500 chip. See http://ralink.rapla.net/ for a big list of devices with the rt2500 chip.

    13. Re:Free 802.11g drivers? by Anonymous Coward · · Score: 0

      The madwifi drivers are not entirely Free - there's a large closed section of driver that runs on the host processor (it's not merely firmware for the card).

      Is anybody working on porting OpenBSD's reverse-engineered HAL to Linux?

    14. Re:Free 802.11g drivers? by bersl2 · · Score: 1

      Works beautifully, but the driver is a little buggy.

      Watch out if you enabled 4K stacks for the kernel, or SMP, or a few other mystery things. The current drivers are basically straight ports of the NDIS drivers with a few add-ons.

    15. Re:Free 802.11g drivers? by cortana · · Score: 1

      Yup. For UK readers like me, the best bet looks to be an MSI PC54G2 card. Now if only I could sell this SMC piece of crap for anywhere near the price I bought it for... :)

    16. Re:Free 802.11g drivers? by Anonymous Coward · · Score: 0

      You know you're an idiot when you complain about closed source firmware. Boy, the problem is that it is not redistributable, not closed.

    17. Re:Free 802.11g drivers? by Anonymous Coward · · Score: 0

      Until v1.21, it was compatible (and shouldn't be much more difficult now). See CVS log.

    18. Re:Free 802.11g drivers? by funky+womble · · Score: 1

      There are loads of Ralink-based devices around... In .uk, of the PCI cards, you'll probably have most luck finding MSI PC54G2 and Gigabyte GN-WPKG. Double-check the chipset if that's possible, since it seems quite a few manufacturers are now switching to Marvell.

    19. Re:Free 802.11g drivers? by Anonymous Coward · · Score: 0

      Never heard of Ralink Tech, but now that I know their drivers are under the GPL, I just got a reason to buy their products.

      Hope other hardware manufacturers decides to follow this and release their drivers under GPL.

  5. Since when is meaningless fluff insightful? by Some+Random+Username · · Score: 1

    If I post "its good that linux is still going" in a linux thread will I get modded up for that? And "BSD" isn't still going, the last release was 4.4BSD lite way back when. There are a few different OS's based on that code, they each have their own names, their own developers, their own goals, and they aren't all going to magically die all at the same time somehow.

  6. Firmwares and drivers by puiahappy · · Score: 4, Interesting

    Have any of you noticed the the hardware producers are standing in the way of open source software ? If you intend to install a Linux BSD or SunOS, drivers for the videocard`s, LAN card`s, TV Tuners, digital camera`s are very hard to find. On the driver CD suplied by the vendor you will find only drivers for Windows. So the point of this news should be not who are able to distribute the firmwares then why are they not suplied by the vendor on the install CD and why can`t they be included in the OS.

    --
    Think like a hacker, act like a hacker, but never become a hacker !
    1. Re:Firmwares and drivers by Nataku564 · · Score: 1

      I wouldn't really put it as "standing in the way", since I doubt their main goal in this is to prevent the growth of open source software. In all likelyhood, they simply realize that 90%+ of their consumers have windows boxes, and they dont wish to spend the extra time/resources/manhours to produce drivers for the niche linux crowd. Its just a simple cost/benefit thing.

    2. Re:Firmwares and drivers by TheLetterPsy · · Score: 2, Interesting

      Sorry, but since I have no mod points, I have nothing useful to do, and this is Slashdot:

      drivers for the video card's, LAN card's, TV Tuners, digital camera's

      Why does your plural form of the words 'driver' and 'Tuners' just add an 's', while your plural form of the words 'card', 'videocard' and 'camera' require the apostrophe?

      You got 'news' and 'firmwares' right. What's (that is a contraction, one of the times when you _do_ use apostrophe-s) the thinking there? If you're not going to make the effort to be correct, at least be consistent!!

      Or maybe you meant (rough translation):

      drivers for the TV Tuner of the videocard and LAN card . . . no it's (contraction again) just too messed up to translate.

      I'll give up soon enough.

    3. Re:Firmwares and drivers by dmaxwell · · Score: 4, Insightful

      It still costs very little to supply the information necessary to create a driver. According to the interview, they came up with a wireless driver within a week of getting specs. It is rough and work is ongoing but there is an OpenBSD Ralink driver now. There is little good reason to slather secret sauce over this information. The FOSS kernel projects are perfectly capable of developing their own drivers given a few sheets of info that costs little to provide.

    4. Re:Firmwares and drivers by Nasarius · · Score: 3, Informative
      This is, AFAIK, a phenomenon that's only existed for the past few years. It's just bizarre. I've seen otherwise intelligent people doing it too, writing crap like The Iraqi's are...

      Please don't give up. We must discover what compels people to ignore the very simple rule that the only time you should ever use apostrophes to pluralize is with single letters (ie, I got four A's).

      --
      LOAD "SIG",8,1
    5. Re:Firmwares and drivers by incabulos · · Score: 1

      I think its very sad for windows that it is hopelessly hardware and driver-crippled out of the box, and it needs vendor-supplied drivers to merely get up and working. Linux and the *BSDs just dont have this problem.

      I mean, you cant even install Windows onto a PA-RISC, UltraSPARC or MIPS box for Linus' sake! How on earth do windows users cope?! Its like they are second class IT citizens, struggling to get by with a sluggish, unstable legacy OS that no one wants to help them with :(

    6. Re:Firmwares and drivers by Tony-A · · Score: 5, Insightful

      Except that there are some of us who do not use OpenBSD but consider it as probably the best indicator of hardware quality and the quality of what the support will be for Linux and even Windows. Even to the point of using OpenBSD support as a litmus test for Windows hardware.

      Put it this way. If the hardware gives OpenBSD troubles, how much do you want to risk that the troubles affect ONLY OpenBSD? Conversely, if OpenBSD has no troubles supporting the hardware, any troubles elsewhere are at least fixable. OpenBSD may be a small niche, but it is a niche that carries a lot more weight than its numbers would suggest.

    7. Re:Firmwares and drivers by michaeldot · · Score: 2, Insightful
      Have any of you noticed the the hardware producers are standing in the way of open source software ? If you intend to install a Linux BSD or SunOS, drivers for the videocard`s, LAN card`s, TV Tuners, digital camera`s are very hard to find. On the driver CD suplied by the vendor you will find only drivers for Windows.

      Depends who you buy from and if they want to increase sales. In many cases, if they don't have drivers on the CD-ROM, they're sometimes downloadable from the manufacturer's web site. If the manufacturer hasn't made a driver, a Google search on the product code can often turn one up.

      Many of the hardware pieces I've bought recently have had a little Tux symbol on the box indicating they are Linux friendly. Guess who I'll be going back to next time.

    8. Re:Firmwares and drivers by Dan+Ost · · Score: 1

      Mod parent up! He's pointed out a very important thing about OpenBSD: there
      are lots of us who don't consider a machine to be completely trustworthy
      unless it's supported by OpenBSD, even if we don't intend on running OpenBSD
      on that machine.

      --

      *sigh* back to work...
    9. Re:Firmwares and drivers by kv9 · · Score: 1

      as someone in here earlier pointed out all the cat's are out of the bag.

  7. good work mods by Anonymous Coward · · Score: 0

    But I thought that BSD was dead?

    No, but your joke is. I hate it when people bust on BSD like that. It's not dead. It might not be very relevant anymore, but it's not exactly dead.

    1. Re:good work mods by smittyoneeach · · Score: 1

      Now, no one hesitates to bust on the Monopoly Squad for being a monoculture.
      Here you have some smart people making sure that the same can't be said of *nix, and they can't get no lovin'.
      Hypocrisy looks better on the other side of the argument.

      --
      Get thee glass eyes, and, like a scurvy politician, seem to see things thou dost not.--King Lear
  8. Ugh by HillaryWBush · · Score: 0, Flamebait

    That was the most depressing writeup I've ever seen. It literally jumped from topic to topic after every sentence. Hey, since we're talking about Taiwan -- China just lifted its longtime ban on tourism and agricultural trade with Taiwan. That's good because another thing that happened recently is we went bike riding!

    1. Re:Ugh by Kinky+Bass+Junk · · Score: 0

      Look on the bright side - the spelling was alright.

      --
      Anonymous Coward
    2. Re:Ugh by Trillan · · Score: 1

      It reminded me of one of Grandpa Simpson's rants. Including that I fell asleep in the middle of reading it.

    3. Re:Ugh by ssj_195 · · Score: 1

      Did you have an onion tied to your belt? I hear it was the style at the time :)

  9. Intel by Espectr0 · · Score: 1

    Intel denies help with firmware, yet they donate coders to the Linux kernel (maybe *bsd's too, haven't checked out)

    I guess it's safer for them to donate developers than to give away what i guess they think they have ("trade secrets")

    1. Re:Intel by Ulrich+Hobelmann · · Score: 2, Insightful

      But an unreadable driver isn't as good, as that means that other people (such as BSD users) are left standing in the rain, even though they also pay for their hardware, and should be able to use it the way *they* see fit.

      Documentation, that actually *tells* you how to program the hardware right, is much more valuable. Also, Linux drivers don't exactly have a reputation for great stability and readability, which is all the more reason to allow the BSD people to write their own, cleanly documented drivers.

      The trade secret issue appears like utter nonsense to me. Since when are Intel's chips sooo f***ing great that opening documentation for them would give any competitor valuable information they couldn't already extract by reverse-engineering? On the contrary, those competitors have their own chips, and are constantly improving them. I don't think they'd have much to gain from an Intel chip.

      The same argument also applied to graphics cards. I doubt that ATi could steal valuable information for their graphics cards by looking at an NVidia doc-sheet. After all, they use totally different architectures in their cards, and the new chips they are working on have been in the planning for years, so that information on the competitor's previous-generation chip won't do any good anyway.

    2. Re:Intel by 4b696e67 · · Score: 4, Interesting

      I don't know how true this is, but there is another reason that vendors may not release hardware info.

      I have heard that a lot of hardware is pretty bad and is mostly fixed with software hacks in the driver. Companies may be not want people to know how broken some of their products are.

    3. Re:Intel by jd · · Score: 4, Informative
      Hmmm. Well, certainly there have been Intel devices withdrawn because of bugs (the original Pentium FPU bug springs to mind, but there have been others). Nor is Intel the only one - Transmeta's original batch of Crusoe processors were also pulled, due to bugs.


      So, yes, faulty designs do exist, and one of the best-known for it is also one of the best-known for not releasing hardware specs, which does tend to make for some interesting implications.


      Of course, even when documents ARE released, there is often a lot that is UNdocumented. The 486 had an interesting "load/save all registers" instruction, which basically allowed you to preserve or restore a complete CPU state. The hardware industry is littered with all sorts of other obscure undocumented syscalls, which is one reason why Open Source drivers for 3D graphics cards generally underperform - not because they are no good, but because the proprietary drivers include undocumented calls which improve performance.


      This goes along with why manufacturers are dead-set against reverse-engineering. Not because they fear someone learning some "industrial secret" that really IS something the manufacturer shouldn't divulge, but because they fear people discovering device commands that they currently sell to the highest bidder.

      --
      It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    4. Re:Intel by canuck57 · · Score: 1

      I have heard that a lot of hardware is pretty bad and is mostly fixed with software hacks in the driver. Companies may be not want people to know how broken some of their products are.

      I suspect something more cynical. The best explanation I have heard was that Microsoft will not include open source drivers thus not to get excluded in Microsoft OS chip set support the HAL remains closed source.

      I have also heard that some chips allow you to increase power to levels above FCC approval but this sounds weak as 1) it can be inexpensively limited in the hardware and 2) the FCC doesn't ban selling transistors because we can exceed FCC limits with them.

      And it would be easy also to have the HAL in some ROM on board where you just poke it with a country code in initialization.

      The best support for open source drivers will come from more independent type companies in the orient. I stopped buying Broadcom products just because they don't help in getting open source drivers yet use open source on it's reference boards. Sort of hypocritical on their part.

    5. Re:Intel by funky+womble · · Score: 1

      The whole point of the HAL (e.g. as needed for Atheros prior to Reyk's great work, and different to the BIOS needed on cards including CPUs e.g. ipi, ipw, Prism54) is that a HAL runs on the *host processor*, as part of the kernel, not on the device, and it's a lot more difficult to audit...

      The BIOS-redistribution-restrictions are pretty stupid, though not always unexpected: for example, if you try to use an Intel Ethernet card under Windows, drivers are often not included in the OS, so Intel get to make you to agree to a click-through license when you download or install from CD, so I think they're probably trying to apply the same logic here.

    6. Re:Intel by LurkerXXX · · Score: 2, Insightful
      So exactly how would they potentially lose their "trade secrets" by letting OpenBSD, etc, redistribute the binary firmware images from their website?

      IMO they are simply doing Linux work as a lever against MS. If the Linux folks are content with the status of the drivers as is, there is no need to change things. OpenBSD folks care more about openness and good licensing then Linux folks.

  10. Packages BAD by mnmn · · Score: 3, Interesting

    All the packages in OpenBSD 3.7 packages directory are bad. They all expect libraries of previous releases, makes me think they were simply copied from 3.6, and older in a few cases. I had to make links to libc.so.39 as libc.so.38, libc.so.37 and libc.so.36 to make various apps work, same for ssl, crypt, libstdc++ and a bunch of other libs.

    At least the core OpenBSD 3.7 is complete and I imagine the packages will be brought up to date in time. Till then, compile your own or use ports.

    --
    "Give orange me give eat orange me eat orange give me eat orange give me you." -Nim Chimpsky
    1. Re:Packages BAD by 0xdeaddead · · Score: 1

      gee thats lame... the whole point of buying the CD's is to get the compiled packages... that and to know I'm supporting the 'cause'... OTOH dont get me started about cheap fucks that wont even kick in $5 USD, but are pouncing on the ftp servers now.....

    2. Re:Packages BAD by peripatetic_bum · · Score: 1

      I've noticed no problem with package install, but have noticed that the ports arent working

      --

      Sigs are dangerous coy things

    3. Re:Packages BAD by Anonymous Coward · · Score: 0
      the whole point of buying the CD's is to get the compiled packages...
      not for everyone. for some people on dialup, downloading OSs is impractical, but they'd still like to have the sources.
    4. Re:Packages BAD by 0xdeaddead · · Score: 1

      Dialup?! What is this? the dark ages?!

    5. Re:Packages BAD by peripatetic_bum · · Score: 1

      This is a follow up on my previous post.

      I see something has happened to package managment. I quote the relevant

      ORN: What new features do package tools support?

      Marc Espie: A lot!

      The most visible new feature is probably the progress meter. If you add/remove packages, you will now get instant feedback that something is going on. A related features is that the message system has been completely redesigned to be more useful: it's much harder to miss things now.

      In general, the system is more robust, handles more fringe cases better, and is a wee little bit faster. Package tools in 3.7 consume half the memory they did in 3.6.

      Shared library handling has been totally rethought. Packages will now check that libraries in the base system are present, with the correct version. And also register and handle inter-package library dependencies fully. From the ports people point of view, it's now much easier to write correct package dependencies than it ever was.

      The object-oriented packing-list framework has been cleaned up, and is now used extensively through the whole package system. This is a huge improvement, because some very nice tricks are now feasible with a few lines of Perl. For instance:

      * Packing-lists updates are now 99 percent automatic and correct.

      what happened to that one percent?

      --

      Sigs are dangerous coy things

    6. Re:Packages BAD by 0xdeaddead · · Score: 1

      .. .you got me... Im still waiting for my disc's.. (Damn you customs!).. I think I'll just download it like a wanker & check it out.

    7. Re:Packages BAD by IBeatUpNerds · · Score: 2, Informative

      Would you care to share which packages are broken?

      I've install 60+ packages with no problem whatsoever.

    8. Re:Packages BAD by Anonymous Coward · · Score: 0

      Hi I installed Vim with no X and got a segfault on Sparc. This was the second package I installed. I have not installed much more but I too like the person above knowticed the pkg_add working and complaining about version when I de-installed mpg123 software it said md5 did not match shared libs. It too mpg123 was segfaulting. It was the 1st package. Also I have a second hd ( external ) and it does not spin up on boot so I have to reboot. 3.6 did not have any of these problems and I had debian on there after 3.6 then I cleaned my hds with dd and put 3.7 on it without x-windows.

    9. Re:Packages BAD by 0xdeaddead · · Score: 1
      its not the people that use the source & extend it, its the hey I make 200k a year, and Im to cheap to kick $5 to the cause... fuck sco used to cost a FUCKING fortune... but nobody seems to remember or care...

      Im sure they would be the 1st to cry if it died.

    10. Re:Packages BAD by nacturation · · Score: 4, Insightful

      Don't bitch about cheap fucks when the very license of the software encourages mass raping on a financial and IP scale.

      What you don't seem to realize is that if the license says "hey, take this and do whatever you want" then it's not raping -- it's encouraged. Just because you think they should behave in a certain way doesn't mean they're obligated to, nor do the developers expect them to. Otherwise, the developers would have released the code under a different license. Now go read the GPL three times and say five hail Stallmans.

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

      Hum....I haven't had ANY problems with the packages I've installed. What apps are you having problems with exactly?

    12. Re:Packages BAD by Anonymous Coward · · Score: 0

      I still use dial-up. I downloaded the OpenBSD 3.7 base, too.

    13. Re:Packages BAD by synthespian · · Score: 1

      A lot of people are on dial-up, particularly in developing countries. And the USA lags behind in broadband usage, too...

      --
      Main difference between the BSD license and the GPL license: one is from California and the other is from Massachusetts
    14. Re:Packages BAD by afabbro · · Score: 1
      Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.

      Is that...posting while eating humus? Or did you mean humorously?

      --
      Advice: on VPS providers
    15. Re:Packages BAD by justins · · Score: 1

      Are you sure it's not just your mirror?

      --
      Now before I get modded down, I be to remind whoever might read this that what I am saying is FACT. - bogaboga
    16. Re:Packages BAD by justins · · Score: 1
      What you don't seem to realize is that if the license says "hey, take this and do whatever you want" then it's not raping -- it's encouraged. Just because you think they should behave in a certain way doesn't mean they're obligated to, nor do the developers expect them to. Otherwise, the developers would have released the code under a different license. Now go read the GPL three times and say five hail Stallmans.

      The GPL imposes a legal obligation to share code. I think when Henning Brauer was complaining about the lack of support from Unix vendors shipping OpenSSH, he wasn't complaining about them failing to meet a legal obligation, but a moral one.

      In any case GPL-style sharing of code wouldn't do the OpenSSH guys a whole hell of a lot of good, probably just one of the many reasons they avoid the GPL. Donations of hardware or cash would help a lot.
      --
      Now before I get modded down, I be to remind whoever might read this that what I am saying is FACT. - bogaboga
    17. Re:Packages BAD by Inoshiro · · Score: 1

      I realize OpenBSD has songs every release, but what does DMX/50 Cent have to do with their licence?

      --
      --
      Internet Explorer (n): Another bug -- that is, a feature that can't be turned off -- in Windows.
    18. Re:Packages BAD by Anonymous Coward · · Score: 0

      Keeping with the theme...

      If I say 'Hey, big boy, come give me a good fucking, and bring some friends, I like a good gang bang." and you oblige, that isn't raping me, that is treating me like I want.

      If I then say "The only reward I want is a good fucking, so if you can charge your friends to help you out in keeping me good and fucked, keep it." You still aren't raping me, or really whoring me out.

      You are taking advantage of your friends, but that will be our secret. I got good and fucked, you got some money, and your friends could have had it for free.

      I didn't get raped, and you didn't rape me.

    19. Re:Packages BAD by nacturation · · Score: 1

      Check out my journal... or just remove all spaces from my sig and see if it makes sense then.

      --
      Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
  11. OpenBSD starts to look as a viable alternative by Anonymous Coward · · Score: 0, Troll

    I work in a company that most of you probably know very well. Let's just say that it's a normal modern company, nothing unusual. Some time ago, I received the email first thing in the morning from the IT department. Our network would be undergoing a major overhaul to correct the ad hoc growth it had experienced in the last year, and starting next week Internet access would be sporadic. There would also be a new firewall and security measures, replacing the old OpenBSD system I'd managed to get installed last Spring. Happy for the heads-up, I went to work right away to make sure Linux had no place on our network. This was not the first time that I had faced this threat.

    One day about a year ago our network guy gets asked to draw up firewall plans for this subnet of servers we have. Our network guy was your typical GNU-slinger save that he had a cascade of flowing hair down the back of his head and not a beard hanging from his face. And yeah, you can guess what he thought those firewalls were gonna run. Fast forward two days. I'd caught wind of the plans and had charts, graphs, and comparisons written up detailing OpenBSD and Linux security. Since this GNU guy had a mullet and dressed like a slob, I got taken seriously. Not to mention my data, impenetrable by any hippy "logic." OpenBSD was the more secure, even to the beancounters and idtiot management. So thanks to me, our firewalls happily run OpenBSD and not Linux, which would have buffer-overflowed into no-man's land every other hour. The Open Source Mullet gives me a lot of dirty looks lately.

    Since the Open Source Mullet had been canned, a new threat had arisen at my workplace: the Fat Perl Hacker had assumed most of the Open Source Mullet's system and network administration duties, and it was no mystery to anyone at my workplace that he had a hard-on for Linux tucked away under his enormous, cascading gut. Since he was a major suck-up and workaholic, he had a lot more credibility than the Open Source Mullet this would be a real challenge for once. Dealing with the Open Source Mullet had been cake.

    That night, I went to work on my strategy. First, I would document the changes in Linux and OpenBSD since a year ago when we last went with a security plan. Linux was still at version 2.4, while OpenBSD had raced from version 2.8 to 3.1 a major revision! This was good so far, and I included the relevant diffs for each. I wondered what the Fat Perl Hacker was up to and pushed ahead with my preparations.

    Tuesday morning, I went to talk with the VP of Operations, who had final say on the network project. I wouldn't leave anything to chance. But after chatting with him for a few minutes, I learned of a major monkey-wrench I hadn't expected: instead of a Unix firewall system, he was planning on installing a dedicated firewall box running Windows XP. Thankful for my fortuitous social engineering, I went back to my desk and began making over my strategy to deal with this new threat. Not only would I have to deal with Linux, I'd have to eschew the Windows option now.

    Sitting in front of my iBook after work, I realized that taking on Windows XP in the same manner I was going to deal with Linux would be foolish if not wasteful. Obviously the Windows option was not about numbers, anecdotes, or experience. It was a bean-counting decision and all of the security statistics in the world wouldn't matter. Since I hadn't the foggiest about how our accountants viewed the whole operation and didn't have time to learn, I'd have implement a rapid-fire real-life assault on the Windows box, which was sitting on the VP's desk awaiting its place on the network. It was time to put on my Black Hat, and that night I stayed up until 02:00 researching Windows XP vulnerabilities. Linux would have to wait.

    With just two days before the network changeover was to take place, I marched into work Wednesday morning knowing that what I did in the next few hours would decide the fate of our network security. To my su

    1. Re:OpenBSD starts to look as a viable alternative by Anonymous Coward · · Score: 0

      I like OpenBSD as much as the next guy, but you're either full of shit or really really pathetic.

    2. Re:OpenBSD starts to look as a viable alternative by Anonymous Coward · · Score: 0

      You must be new here.

    3. Re:OpenBSD starts to look as a viable alternative by Anonymous Coward · · Score: 0

      This is a great story, and I recommend it to anyone looking for a reason not to work in IT. Hopefully the next edition will include other common characters like Solaris Druggy Burnout, Right-wing WinNT Dittohead, Homosexual Java Architect, and Old Mainframe Nerd.

    4. Re:OpenBSD starts to look as a viable alternative by Lifewish · · Score: 1

      BOFH has nothing on you. Kudos, but I'm damn glad I don't work with you :P

      --
      For the love of God, please learn to spell "ridiculous"!!!
  12. Re:Beware Taiwanese Companies by Anonymous Coward · · Score: 0

    Stupid troll. The companies are only providing *documentation* - the code is written by the OpenBSD team (who are major paranoia freaks).

  13. OMMFOAGDXWZÖ!!!! by Anonymous Coward · · Score: 0

    You werk for microsoft!!

  14. Re:Beware Taiwanese Companies by Anonymous Coward · · Score: 0
    I know you don't understand this, so saying, "you realise you're a moron," wouldn't really work well with you. So I'll say this much, OpenBSD developers wrote the drivers themselves, they never got code from any company in Taiwan for these drivers.

    Anyways, what kind of dumbass troll is this? Sometimes Slashdot completely reminds me of Mos Eisley, full of dumb pricks just asking to be shot.

  15. Re:Beware Taiwanese Companies by jd · · Score: 1
    But what if the documentation contains viruses which exploit a macro in the brain to break in and destroy creativity?


    Oh, no, wait. That was AT&T, in their bid to have BSD declared AT&T proprietary, on the grounds that BSD coders may, potentially, have seen AT&T Intellectual Property and therefore be encumbered for life, along with everything they wrote.

    --
    It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
  16. Re:We tried this... by Nimrangul · · Score: 1
    How exactly do you uninstall an operating system? I've never seen that option before.

    Notepad is a Windows programme, if you want Windows you should try running Windows.

    And of course, Windows doesn't have crashes either.

    I'll admit it, I'd not read this troll before, but it's not funny or even very well done. How long as OpenBSD 3.7 been out? Two days you say? So how many days is a "few" then?

    --
    I'm sick of following my dreams - I'm just going to ask them where they're going and hook up with them later.
  17. Re:We tried this... by WMD_88 · · Score: 1

    Ah! This must be the latest cookie-cutter troll. Was posted with Linux in place a few days back.

  18. Re:We tried this... by Anonymous Coward · · Score: 5, Funny
    I had lost count of the number of complaints received from users who could not find things they were used to (notepad even!??)
    Yeah, this is the major shortcoming of BSD and Linux, there is no suitable replacement that has the power and versatility of Notepad.
  19. OpenBSD developers speaking in Calgary by ArbitraryConstant · · Score: 1

    A number of OpenBSD developers will be speaking at the CUUG meeting on tuesday the 24th. It's extremely interesting to see them discuss the stuff they do, and it's a good opportunity to ask questions.

    --
    I rarely criticize things I don't care about.
    1. Re:OpenBSD developers speaking in Calgary by Anonymous Coward · · Score: 0
      Two weeks ago, Theo de Raadt spoke at our local LUG meeting. When I asked a simple question regarding OpenSSH, he proceeded to pick a fight over something extremely inconsequential in way it was phrased. Every member of the LUG was verbally assaulted for HOURS and we couldn't get rid of him.

      Point is that he destroyed my love for Free Software that night. That night, it was over. And it broke my heart. Interesting timing, huh?

    2. Re:OpenBSD developers speaking in Calgary by ArbitraryConstant · · Score: 1

      "When I asked a simple question regarding OpenSSH, he proceeded to pick a fight over something extremely inconsequential in way it was phrased."

      Funny, RMS did exactly the same thing last week for me...

      --
      I rarely criticize things I don't care about.
    3. Re:OpenBSD developers speaking in Calgary by Anonymous Coward · · Score: 0

      RMS does that for someone every time he opens his mouth.

  20. Re:We tried this... by Anonymous Coward · · Score: 0

    The 3.7 tree had been frozen 2 months prior to its release.

  21. Re:Beware Taiwanese Companies by cortana · · Score: 1

    OMG TEH TAIWANESE ARE COMING

    Maybe we should just nuke the entire country to be safe?

  22. Re:We tried this... by Anonymous Coward · · Score: 0

    So use windows :)

    Nobody forced you to install OpenBSD... you made that choice by yourself, and you have only yourself to blame.

  23. Upgrade Rants from undeadly by Anonymous Coward · · Score: 0

    I understand your point!

    I just spent almost 3 hours (I know there should be a better way to handle this, but hey I am human) to upgrade OpenBSD 3.7.

    I do not have a CDROM on the laptop, so I did a remote installation.

    I used the instructions from http://openbsd.org/faq/upgrade37.html

    So I did a pkg_info > packages_installed, and then I removed all packages. Oh I forgot that I had installed the jdk-1.4. Oh well, I will recompile and download all the sources again from Sun.

    Next, I installed the kernel and reboot as specified. So far so good.

    After rebooting the machine, I had extracted all the files according to the instructions. Good but I had to go the server because the PC card, which has my wireless card is not detected on my laptop. Well, there is no problem because I have done it in the past. Recompile a new kernel with the appropriate memory ranges for my laptop.

    After installing the new kernel and rebooting, I am about to install the new packages, which I did manually since I could not find any instructions on how to do it automatically, which by the way I have 107 packages. Yes, I know there are bunch considered dependencies.

    After installing all packages, which is somewhat painful due to the manual and network bandwith requirements, I reboot to check that everything starts fine. I know that I could start the processes manually, but I wanted to check if they started automatically.

    Oops, there are some errors, openldap changes (attribute errors due to version changes from 2.1 to 2.2)and missing modules for apache.

    The bottomline:
    3 hours downtime for email, pf not working while I was recompiling because it did not start since it did not detect wi0 (+1 hour without a firewall). I have to troubleshot multiple services as opposed to an incremental upgrade of the services, which it is supposed to make sense (ala portupgrade?). I think there should be a better way to do upgrades on OpenBSD. I understand that CD sales are part of the revenues for the OpenBSD project, but that does not should stop them to ease the upgrade process.

    Well, I have to reinstall jdk-1.4 to make the servies that run on Java available again. Thank god this is for home only! I may be fired if I did this at work ;)

    1. Re:Upgrade Rants from undeadly by 0xdeaddead · · Score: 1

      in production you would have 2x boxes and use carp to fail from one to the other. Also you wouldnt do it in the middle of the day, but in off peak hours. Additionally you dont run all the eggs in one basket so to say.

    2. Re:Upgrade Rants from undeadly by Anonymous Coward · · Score: 0

      You run Java, OpenLDAP and Apache on your firewall? Hmm...unusual.

  24. Re:We tried this... by Nimrangul · · Score: 1
    No, it was tagged and development continued on, anyone using something they call 3.7 before release would be using a 3.7 snapshot.

    There is a difference, snapshots are not expected to be as stable because they're there for testing purposes.

    --
    I'm sick of following my dreams - I'm just going to ask them where they're going and hook up with them later.
  25. Wait... by Lifewish · · Score: 4, Insightful

    "An employee suggested to me that we load 3.7 on a few machines here as an evaluation. [...] I made the employee uninstall 3.7 from the machines and lets just say he's not with us anymore."

    You kicked an employee out because an evaluation that he suggested didn't work out? That is, pardon my French, completely fucked. The whole reason you do evaluations is so that you don't end up in a position where new products put people's job on the line.

    Apart from anything else, from now on if an employee suddenly discovers a product that at a stroke will double productivity, halve costs and save small kittens from drowning, do you think they're going to tell you about it? No, they're going to hide behind conformity, in the hope that that way they'll keep their jobs.

    Congrats, you've singlehandedly halted improvement of your company's computing infrastructure. I'm sure it'll mean far less trouble for you, right up to the point where an innovative competitor buys you up and fires everyone.

    --
    For the love of God, please learn to spell "ridiculous"!!!
    1. Re:Wait... by Anonymous Coward · · Score: 3, Funny

      I'm sorry for posting that, but it's my job. I don't even know what "3.7" is. I'm being paid by Microsoft, $10 per post, for these canned messages. A good living, if nothing else. If I were you I'd just ignore them.

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

      Congrats, you've singlehandedly halted improvement of your company's computing infrastructure. ... and you've been trolled, but a great response nonetheless.

  26. Need website to list vendors that cooperate ! by Anonymous Coward · · Score: 0

    http://www.fsf.org/campaigns/free-bios.html
    We need more support and BSD and Linux etc need to come together on this. I see the article and while it is great wifi is more supported we need more than just wifi we need a site like http://www.pricewatch.com/ that is complete with data and grade the manufactor ( A,B,C,D,F ) based upon cooperation etc. While I applaud Theo for what he has done we have a long way to go and I think Slashdot could put up such a site and even earn revenue from it ! Think of the PR ! Also I am running 3.7 and way to go Theo Happy B-day !

  27. Re:Beware Taiwanese Companies by Anonymous Coward · · Score: 0

    BSD coders did work direclty with AT&T sources, there's no debate about that fact.

  28. I don't buy hardware for the firmware by Urusai · · Score: 1

    I wish HW manufacturers would just release the specs, because it's usually possible to hack it anyway, and closed firmware doesn't give them an edge in the marketplace, for the reason I state in the topic. I think one obstacle in their minds is that if the HW dies while using untested (by them) firmware/drivers, they might be liable. Simple enough--just state in the warranty that it only applies to officially released firmware/drivers. Maybe then we can all get on with our lives instead of living in paranoia.

    1. Re:I don't buy hardware for the firmware by Daimaou · · Score: 1

      I worked at Intel about 10 years ago. I have never in my career worked at a place that is as anal about their "trade secrets" as Intel is.

    2. Re:I don't buy hardware for the firmware by m50d · · Score: 1

      Some people do buy for the firmware or drivers though. I know people who buy nvidia graphics cards solely because the drivers are better. I've heard wireless cards recommended simply because you have more control over them in various ways, all of which are firmware-dependent. As far as the manufacturers are concerned, if it's a possible advantage they want to hold on to it. And can you blame them?

      --
      I am trolling
    3. Re:I don't buy hardware for the firmware by aminorex · · Score: 1

      Intel is *anal* alright. Just ask Randall Schwartz.
      I wouldn't limit their analism to intellectual
      property issues.

      --
      -I like my women like I like my tea: green-
  29. Re:Beware Taiwanese Companies by imemyself · · Score: 1

    Don't give the PRC(People's Republic of China) any ideas...

    --
    Every time you post an article on Slashdot, I kill a server. Think of the servers!
  30. Re:We tried this... by Anonymous Coward · · Score: 0

    This has got to be fake. I mean, come on, they were using some desktop environment, right? KDE? GNOME? Something like that? All of which have multiple lightweight text editors (Kate, gedit, and all the rest).

    As for the OpenOffice database corruption. That would suck for sure. I wouldn't be doing "evaluations" with live production data. That would just be moronic.

    OpenBSD is a poor choice for the desktop though.

    Does CrossOver Office work on OpenBSD?

  31. Re:Beware Taiwanese Companies by Anonymous Coward · · Score: 0

    yea they might nuke you back for touching their territory.

  32. Re:We tried this... by Anonymous Coward · · Score: 0

    Does CrossOver Office work on OpenBSD?

    No it doesn't. Linux emulation on OpenBSD is not complete enough to support CrossOver Office.

  33. Re:Beware Taiwanese Companies by Anonymous Coward · · Score: 0

    AT&T lost that suit and BSD became 100% free in the early 1990s.

  34. Re:Beware Taiwanese Companies by jd · · Score: 1, Informative
    Yeah, but they had to re-write 4.4 to 4.4lite, to eliminate all of the potential IP conflicts, as AT&T were too cheap to concede with dignity.


    To be 100% precise, the original port by William Jolitz and his wife to the i386 architecture (probably one of the smallest BSD development teams of all time, and probably the least-credited for the work they did) had potentially encumbered code.


    Most of the "potential" encumberances were header files and a few relatively minor bits of code that AT&T could easily have just released to the public. However, AT&T wanted to play dirty, and decided that ANYONE who saw AT&T code was "encumbered" and that therefore any code later produced must also be encumbered.


    As was noted by commentators at the time, this means that those who use constructs such as "for" loops that use the ++ operator are in violation of AT&T Intellectual Property terms, as this specific practice originated from a book by an AT&T coder.


    AT&T did lose their lawsuit against iBSD, but iBSD folded not long after because of the suit, IIRC. (The suit actually came about, not because iBSD were using AT&T stuff - the Jolitz' had been doing so for some time by then - but because they were selling it and not giving AT&T any kickbacks.)


    Interestingly, as part of the SCO vs IBM case, SCO want to revisit that decision and get it overturned. Again, it seems to have little to do with Linux actually including any of this supposed code, but because IBM and SGI are making money from Linux and SCO isn't.


    Personally, I think anyone who demands kickbacks of this kind should be banned from visiting any website other than MSNBC's weblog. Well, at least they'll find kindred spirits there.

    --
    It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
  35. Rapid Reply Form by jd · · Score: 1
    To save time cutting-and-pasting a reply to the BSD-is-dying troll who, themselves, just cuts-and-pastes their posting, here is a simple form for you to use. Just tick the boxes that apply and save yourself the trouble and time.


    The "BSD-is-dying troll" is:


    [ ] an idiot, [ ] green, [ ] bored, [ ] Pixar animated


    And therefore should be:


    [ ] shot at dawn, [ ] sent to work at SCO, [ ] enlisted


    Besides which, the troll is so ancient that:


    [ ] Archimedes discredited it, [ ] It underwent heat-death prior to the birth of the solar system

    --
    It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
  36. MOD PARENT by Anonymous Coward · · Score: 0

    -1, Drug Induced

  37. trolling by Anonymous Coward · · Score: 0

    Why is there so much trolling on this article? It's not normally so bad.

  38. YHBT. YHL. HAND. by Gothmolly · · Score: 0

    Dude, that was such a blatant troll, and you got reeled in, hook, line and sinker.

    --
    I want to delete my account but Slashdot doesn't allow it.
  39. Re:Beware Taiwanese Companies by Anonymous Coward · · Score: 0

    The FreeBSD documentation states that it was not completely free of AT&T sources until the 2.x release.

  40. Sigh by rsax · · Score: 4, Informative
    ORN: A lot of companies have been using OpenSSH in their products (Sun Microsystems, Cisco, Apple, GNU/Linux vendors, etc.). Did they give anything back, like donations or hardware?

    Henning Brauer: Nobody ever gave us anything back. A plethora of vendors ship OpenSSH--commercial Unix vendors (basically all of them), all of the Linux distributors, and lots of hardware vendors (like HP in their switches)--but none of them seem to care; none of them ever gave us anything back. All of them should very well know that quality software doesn't "just happen," but needs some funding. Yet, they don't help at all.

    That just blows. A while back the OpenBSD team had to raise funds to acquire Dell hardware so that their CVS server could scale up. The CVS server that holds repositories for all Open* projects. You would think that one of these companies would have just donated the hardware. But nope.

    1. Re:Sigh by Anonymous Coward · · Score: 0

      This file is part of the OpenSSH software.

      The licences which components of this software fall under are as
      follows. First, we will summarize and say that all components
      are under a BSD licence, or a licence more free than that.

      OpenSSH contains no GPL code.

      1)
      * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland
      * All rights reserved
      *
      * As far as I am concerned, the code I have written for this software
      * can be used freely for any purpose. Any derived versions of this
      * software must be clearly marked as such, and if the derived work is
      * incompatible with the protocol description in the RFC file, it must be
      * called by a name other than "ssh" or "Secure Shell".

      [Tatu continues]
      * However, I am not implying to give any licenses to any patents or
      * copyrights held by third parties, and the software includes parts that
      * are not under my direct control. As far as I know, all included
      * source code is used in accordance with the relevant license agreements
      * and can be used freely for any purpose (the GNU license being the most
      * restrictive); see below for details.

      [However, none of that term is relevant at this point in time. All of
      these restrictively licenced software components which he talks about
      have been removed from OpenSSH, i.e.,

      - RSA is no longer included, found in the OpenSSL library
      - IDEA is no longer included, its use is deprecated
      - DES is now external, in the OpenSSL library
      - GMP is no longer used, and instead we call BN code from OpenSSL
      - Zlib is now external, in a library
      - The make-ssh-known-hosts script is no longer included
      - TSS has been removed
      - MD5 is now external, in the OpenSSL library
      - RC4 support has been replaced with ARC4 support from OpenSSL
      - Blowfish is now external, in the OpenSSL library

      [The licence continues]

      Note that any information and cryptographic algorithms used in this
      software are publicly available on the Internet and at any major
      bookstore, scientific library, and patent office worldwide. More
      information can be found e.g. at "http://www.cs.hut.fi/crypto".

      The legal status of this program is some combination of all these
      permissions and restrictions. Use only at your own responsibility.
      You will be responsible for any legal consequences yourself; I am not
      making any claims whether possessing or using this is legal or not in
      your country, and I am not taking any responsibility on your behalf.

      NO WARRANTY

      BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
      FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
      OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
      PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
      OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
      MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
      TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
      PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
      REPAIR OR CORRECTION.

      IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
      WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
      REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
      INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
      OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
      TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
      YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
      PROGRAM

    2. Re:Sigh by chrysalis · · Score: 3, Interesting

      I can't agree more with you. What would it cost to Dell to supply hardware for the OpenBSD CVS server? Nothing.

      A few month ago, I was looking for Opteron-based server racks. I saw on the Transtec home page a press release like "Transtec gave hardware to KDE developpers".
      I thought "hey, these guys are cool". And because of that, the company I'm working for ordered an Opteron server (2500 L) at Transtec. And since the server was performing well, we ordered for $ 300,000 of similar servers afterwards.

      Maybe we would have bought the server at Transtec's without this little press release, who knows. But maybe not. It was the little thing that made me immediately think that Transtec was a nice company.

      So the KDE fundation gets hardware, the vendor gets free ad and end users think the vendor is nice. Everyone wins.

      Another thing is that if vendors help free operating systems by giving hardware, these operating systems will probably be fully compatible with that hardware. Which means that end-users will buy the hardware because they know that OpenBSD/Linux/DragonFlyBSD/etc. will probably work on it. And it does because the vendor helped these projects at the first place, and for these vendors, giving a few servers is cheap. It can only be a win for them.

      --
      {{.sig}}
    3. Re:Sigh by Decker-Mage · · Score: 1
      Indeed, this can form the seed for a bit of viral advertising. [Thank you for your contribution ;-).] One of the things I look for in a company are any contributions to communities, be if in the form of donations to non-profits, churches (even though I'm not a Christian), F/OSS, and the like. It doesn't cost the firms much, if anything at all if they have a few excess boxes at inventory time, and the return can be many times the expense, especially if they write it off their taxes as well.

      Simple, good economic sense with a bit of altruism thrown if for good measure.

      --
      "[I]t is a wise man who admits the limits of his knowledge or skill, and that pretending either causes harm." --Terry Go
    4. Re:Sigh by synthespian · · Score: 1

      Personally, I think it's outrageous that a lot of people use free software, but don't donate anything...If everyone who downloaded a free software distro would just chip in $10.00 monthly, for fuck's sake! This is less than what people spend on movies...And why not $50.00 or $100.00, if you are one of those lucky few who live in the USA or Europe?

      --
      Main difference between the BSD license and the GPL license: one is from California and the other is from Massachusetts
    5. Re:Sigh by Shanep · · Score: 1

      You would think that one of these companies would have just donated the hardware. But nope.

      Yes, I was pretty shocked at that.

      With the incredible resources at these companies disposal, I would have thought that a donation costs so little to them, that the good press would be more than worth it.

      --
      War crimes, torture, lies, illegal spying... Would someone give Bush a blowjob, already, so he can be impeached?
    6. Re:Sigh by Cronopios · · Score: 1
      And because of that, the company I'm working for ordered an Opteron server (2500 L) at Transtec. And since the server was performing well, we ordered for $ 300,000 of similar servers afterwards.
      Did you tell Transtec about it?

      It's important to keep vendors motivated into donating stuff...
      --
      Windows users:
      Internet Explorer is obsolete. Please upgrade to Google Chrome or Mozilla Firefox.
    7. Re:Sigh by Anonymous Coward · · Score: 0

      Either be free or be commercial. Don't bitch when people don't donate.

      With that said, I've donated to all the BSD projects and will continue to do so.

  41. "Realtek 'GOOD,'Intel 'BAD.'" by drsmithy · · Score: 2, Funny

    Not often you see that combination of words when referring to network cards...

    1. Re:"Realtek 'GOOD,'Intel 'BAD.'" by chrysalis · · Score: 1

      Indeed, for ethernet adapters, Realtek sucks and Intel e1000 are way better (although Syskonnect cards are not only even better, they are also cheaper).

      But Realtek Wi-Fi adapters work well. I have a cheap one, but I never had any issue with it. On the other hand, my previous Netgear MA301/311 pair (Prism 2.5) was unreliable although it was only 11 Mb/s.

      --
      {{.sig}}
  42. Prism54 by Anonymous Coward · · Score: 0

    "Last time I checked, the only one in the kernel was prism54, which is useless for any device you can buy at the moment."

    How do you mean useless? I have a Netcomm 802.11g PCI card which runs on a Prism54 chipset, and it works perfectly. Ubuntu has always detected it and set it up during installation without a problem, with or without WEP.

    1. Re:Prism54 by cortana · · Score: 1

      Useless as in, every device currently available (at least in the UK and I thought the US) uses the SMC 2802W V2 chipset, that the prism54 driver won't support. Bastard manufacturers made the change without changing their products' model numbers, or even FCC IDs(!), so you don't know what you will get until you get it. That's the reason I am stuck with using the shitty Windows drivers via the excellent ndiswrapper.

      prism54 chipset cards suck anyway, because you need to use non-Free firmware.

  43. Does this mean good support for RTL8180? by jonwil · · Score: 1

    Does the help from Realtek mean that open source operating systems (i.e. Linux/BSD/ReactOS etc) will be able to better support the RTL8180 WiFi chipset? (if so, thats GREAT because I own a RTL8180 board :)

    1. Re:Does this mean good support for RTL8180? by Anonymous Coward · · Score: 0

      I hope so. I also have a card with RTL8180 chip, and the binary driver from Realtek does not work.
      The version I tried would only work for two older versions of Red Hat, and my card would not work even with the right kernel version.
      The vendor claimed Linux to support, but their support didn'rt really try to help.

  44. OMG - It's just Theo by Anonymous Coward · · Score: 0

    he blames Apache for beeing non-free,
    kills support for apdaptec controllers and seem to consider himself as the only true free software apologete - don't take him too serious - even debian includes the newer, blamed versions of apache.

  45. New spam feature will ruin the email system by Anonymous Coward · · Score: 0

    Blocking a server because it sends to an email address that you deliberately put on a website for spam engines to find is extremely short sighted and will cause you to not get some number of legitimate emails.

    The reason is that more and more spam detection software is starting to use callbacks to verify email addresses. So when a spam email goes to somebody elses email server and they do a callback to verify the faked sender email exists which was harvested from your website, your email server would block that remote mail server for 24 hours even though they did not send a spam email to your server. They only were verifying the email address.

    I see this on a daily basis from multiple sites where a server mistakenly blocked a mail server when they did not send spam... They only were doing a callback on the mail address to make sure it exists(milter-sender is one such spam detection scheme).

    I feel sorry for all the people who will read this and implement the new spam detection software as you explained it. They will end up blocking servers they shouldn't.

  46. Linux vendors playing against their camp by synthespian · · Score: 1

    Here's a quote:
    "And to the Linux "vendors" that regardlessly ship non-free firmware images with their OSes, I'd say that they are playing against their camp. Why would vendors ever change their policies if such things are accepted by the open source community?"

    --
    Main difference between the BSD license and the GPL license: one is from California and the other is from Massachusetts
  47. Re:We tried this... by synthespian · · Score: 1

    Does CrossOver Office work on OpenBSD?

    It all depends on what you define as "desktop" :-)
    The OpenBSD FAQ states clearly that they're not trying to overtake the world. OpenBSD is an excellent Unix-like system, and it looks works and feels just like any Gnome or KDE desktop would.
    Right now, for me, the biggest difficulty I'm having is with source code full of Linuxism that present difficulty when compiling on OpenBSD for compiling on Unix, because some Linux fuckheads forget they're supposed to be on Unix (I'm sorry, I feel strongly about this...)
    "Desktop" for me means "programming language", "scientific applications" and "mathematical software." And when I say "programming languages", I don't mean C, Python, Perl, etc. But Qi, Common Lisp, Haskell, Mozart, Mercury, etc...On all that stuff, I am having some difficulty on OpenBSD because of the said "writing for Linux" mentality (so I keep Debian around...). But I think the trend is for things to get better...Look at FreeBSD, they have everything you have on Linux...
    You can't blame BSD folks for that, you have to educate people about Unix.
    But if you feel you need CrossOver Office (and you might, for legitimate reasons), you haven't really given up on your Microsoft dependency, have you? So why sweat it?

    --
    Main difference between the BSD license and the GPL license: one is from California and the other is from Massachusetts
  48. Strange comment by beattie · · Score: 1

    ORN: A lot of companies have been using OpenSSH in their products (Sun Microsystems, Cisco, Apple, GNU/Linux vendors, etc.). Did they give anything back, like donations or hardware?

    Henning Brauer: Nobody ever gave us anything back. A plethora of vendors ship OpenSSH--commercial Unix vendors (basically all of them), all of the Linux distributors, and lots of hardware vendors (like HP in their switches)--but none of them seem to care; none of them ever gave us anything back. All of them should very well know that quality software doesn't "just happen," but needs some funding. Yet, they don't help at all.


    This seems like a stupid comment. You do work and the license it under the BSD licence. You cant complain that these companies comply 100% with the license. If you want money for it, start a company to develop that software and then sell it. You can't say "software should be free" and then complain that others dont pay for/contribute to it.

  49. Not troll- I'm dead serious by LM741N · · Score: 1

    When will OpenBSD finally boot above cylinder 1024 or whatever? I am very serious about this because I love OpenBSD and would like to see it on more desktops. It has progressed much in the last 10 years.

    Do we have to wait for version 5.0 before Theo "gets it?"

    Rob

    1. Re:Not troll- I'm dead serious by Anonymous Coward · · Score: 0

      fucking retard.
      rtfm... its been like 2 years

  50. "Not troll"... by Anonymous Coward · · Score: 0
  51. Re:Extremely Informative by Anonymous Coward · · Score: 0

    EAT A DICK YOU GODDAM FUCKING HONKEYNIGGER!!

    Gayness filter encountered. Taco aborted!
    Reason: Don't use so many asscaps. It's like GETTING FUCKED IN THE Taco aborted!
    Reason: Don't use so many asscaps. It's like GETTING FUCKED IN THE ASS.