Slashdot Mirror


Where Is The Plug-and-Play Linux Office System?

cdlu writes "Where oh where is the plug-and-play Linux business computer? Robin Miller asks the question and makes the case for starting a business to sell a self-updating networked Linux system for small business. Any takers?" (NewsForge and Slashdot are both part of OSTG.)

396 comments

  1. Yes... by NardofDoom · · Score: 0, Flamebait

    Because self-updating works so well for Windows...

    --
    You have two hands and one brain, so always code twice as much as you think!
    1. Re:Yes... by Anonymous Coward · · Score: 0

      Windows, grand idea, poor implementation, the PnP is a good idea in windows, it's just that windows sucks

    2. Re:Yes... by Sebastian+Jansson · · Score: 4, Insightful

      Because self-updating works so well for Windows... Does it matter what Windows do? And besides not getting used, I haven't heard of problems with windows update.
      I think that will have to be an important argument when speaking of security. Linux isn't 100% reliable, just as no system are. Therefore it's recomended that you keep your system up-to-date, but not many common users actually do that, that would probably pose quite an risk if Linux grew to higher market shares, and an autoupdate system will be neccescary.

    3. Re:Yes... by Drakonite · · Score: 4, Informative
      And besides not getting used, I haven't heard of problems with windows update.

      While I was still using Windows 2000, shortly before ServicePack3 IIRC, I went to windows update and installed the critical "you must install me now biaatch!" updates. Suddenly my system was running so unbarably slow that it was rendered unusable. After a considerable amount of research the problem was tracked down to one of the critical updates that while fixing a GDI exploit, it caused many systems to slow to a halt. This update is one of the updates which would be automatically installed by anyone with automatic updating enabled.

      This is by far not an isolated occurance, and not as severe as many other problems windows system administrators see on a frequent enough basis that many of them adopt a phylosphy of not updating until absolutely necissary. However, now you can no longer claim to have never heard of windows update problems.

      --
      Shoot Pixels, Not People!
    4. Re:Yes... by aero6dof · · Score: 2, Informative

      Because self-updating works so well for Windows...
      It works well for Debian...

    5. Re:Yes... by chthon · · Score: 1

      Just what I wanted to reply.

      I have 5 virtual machines running (UML) which do a daily upgrade of their software. Runs almost flawless, there is the occasional glitch where apt-get upgrade, or dpkg --reconfigure --pending must be run in a console:

    6. Re:Yes... by thepoch · · Score: 3, Interesting

      Actually I have been thinking about an auto-update system of some sort for quite some time...

      To force myself to learn Python, I'm thinking of setting up a Python daemon that will listen for an "administrator" machine that pushes commands that a company's SysAd wants. For example, if that person has deployed Fedora machines as the main desktop for an office, the normal options for auto-updating are:

      1. Start, by default /etc/init.d/yum. This will be dependent on the set cron schedule on when to check and pull updates. This will also depend on the set "exclusions" in Fedora's yum settings.

      2. ssh into each machine (or run around the office) and login and "yum update" all the machines.

      What I'm thinking is a daemon that listens for commands that an administrator might want to push. Not just updating, but any commands (have all machines download the main yum.conf or whatever other config). So each client listens, me as Admin types something like "command-push 'yum update'" and all clients start updating like crazy.

      Stuff I've thought about regarding this:
      1. As admin, I don't set them to auto-update. This way I can force them to update, only once I've tested the updates well.
      2. I don't have to ssh into each machine, or run around just to update, or whatever.
      3. Security issues... there are plenty. Like how to actually validate the admin that is pushing the commands from his machine.
      4. It's 2:36am, I'm sleepy. So ideas are jumbled.

      Anyway, the auto-update thing is already in Fedora (just 'chkconfig yum on' I think). But as Admin, I want to automate the update only once I've tested the updates, which might mean a daemon to let me push the update call.

      Am I making sense?

    7. Re:Yes... by fubar1971 · · Score: 1

      As well as Suse 9.X

    8. Re:Yes... by fanfriggintastic · · Score: 0

      and an autoupdate system will be neccescary.

      Don't worry, I get scared too when using Windows Update on my pirated copy of XP!

      --
      This is not the greatest sig in the world, no. This is a tribute.
    9. Re:Yes... by Glamdrlng · · Score: 4, Informative
      To force myself to learn Python, I'm thinking of setting up a Python daemon that will listen for an "administrator" machine that pushes commands that a company's SysAd wants.
      You may wanna check out FanOut and FanTerm. Both programs are used to run commands on multiple boxes via SSH. FanOut does non-interactive commands, and FanTerm pulls up one window for each SSH session. You type commands into the master window then see the results from each machine in the slave windows.

      Combine that with certificate authentication for your SSH logons and you're good to go.
      --

      Yes, my only tool is a hammer. And you're starting to look like a nail.
    10. Re:Yes... by bhtooefr · · Score: 2, Insightful

      Set up your own Yum repository with tested packages, and auto-update from that? Seems like the ridiculously simple solution...

    11. Re:Yes... by DarkTempes · · Score: 0

      uh, a cron job in gentoo that does this: emerge sync emerge -u world wow, look an autoupdating system! i do believe redhat was autoupdating ages ago. and most dists do have the ability for it...

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

      Using auto-update with earlier version of Win2K caused one of my boxes to blue screen. I can't remember exactly what I was updating and M$ had a fix up in the knowledge base shortly, but it hasn't always been a smooth process.

    13. Re:Yes... by legirons · · Score: 1

      "Because self-updating works so well for Windows."

      It turns out that you need to test updates first, which as we Debian users know, takes time and effort.

      Could Microsoft even afford the delay caused by proper testing? Apply those principles to windows software, and Windows2000 would just about be ready to go into the stable branch, and we'd all be running a solidly-patched version of Internet Explorer 3

    14. Re:Yes... by Bun · · Score: 1

      It's not excatly clear in the article, but my take on it is that the system will not necessarily be 'self-updated', but rather maintained and updated by a sysadmin remotely. To the office users, these updates would appear 'automagically', perhaps, but they would not be self-updating systems in the strict sense of the term.

      --
      "Anyone that has ever gotten an idea based on any of my work and done something better with it-good for you."--J.Carmack
    15. Re:Yes... by Shulai · · Score: 1

      > Because self-updating works so well for
      > Windows... Does it matter what Windows do?

      I didn't read TFA, but from the title, it seems to be a retoric "Linux sucks because administration is required", don't care if Windows requires administration tasks (usually a lot more) as well.

    16. Re:Yes... by Anonymous Coward · · Score: 0

      Don't know what you are talking about. Updating a Linux system is simple and easy. There is a little icon on my desktop. When it turns red, it means there is an update for my system. I click on it, and it tells me what new product/feature is available. I run a program in the background called yum. It goes out onto the web, finds the new program, finds any dependencies needed by it (and recursively finds any needed by any dependency), and downloads them, using md5checksums to verify data integrity and security. If any part of any file fails, it restarts the download. If several download attempts fail at one server, it switches servers. It then updates all of the files as needed. All of this happens while I do whatever else I want on my computer, once it start the update, I return to whatever. I only notice the hard drive busy when it's actually updating the files, or notice the icon has changed back from red to blue when its done. I usually get 2-3 updates per week. Works like a charm. I'm actually updating my system right now (as I'm typing to you on slashdot).

    17. Re:Yes... by jekewa · · Score: 1

      FreeBSD has its ports, which can be automatically kept up to date, too.

      --
      End the FUD
    18. Re:Yes... by KiloByte · · Score: 1

      For this exact reason Debian uses an super-uber-ultra-extremely-paranoid rules about what updates are allowed and what now.
      Installing apt-cron and meddling with its config will do what you want, however, I would think twice before making everything fully automatic -- restarting mysql and the likes can cause trouble.

      --
      The creatures outside looked from Alt-Right to Antifa; but already it was impossible to say which was which.
    19. Re:Yes... by Anonymous Coward · · Score: 0

      It's strange or perhaps just coincidental... but only on /. do we hear of problems with Windows update, and it's always in the form of "a friend of a friend's aunt Mertle..." No one can cite specific update numbers or what the problem was. Just more MS bashing.

    20. Re:Yes... by DarkMantle · · Score: 1

      Also I've seen the automatic update of windows XP SP2 freeze systems. When this happens and someone brings in their computer, we boot to safe mode and install SP2 off CD and the computer works fine.

      Automatic updates are great for joe average, but for those of us that know to check, get the big files on our own.

      --
      DarkMantle I been bored, so I started a blog.
    21. Re:Yes... by sootman · · Score: 2, Interesting

      >To force myself to learn Python, I'm thinking of setting up a Python daemon that will listen for an "administrator" machine that pushes commands that a company's SysAd wants.

      I've been working on a thing to do updates like that as well. What I came up with is each box gets a cron entry like this:
      0 * * * * curl http://a.server/secret_dir/script.sh | sh
      In other words, you use CURL to download a script. Curl, with no options, will create STDOUT. Pipe STDOUT into 'sh' and voila! whatever script is on the server gets run. Put that into root's crontab and you can do whatever you want. Just be sure the script on the server is in a safe place. And use different times on different machines so the server doesn't get hammered at the top of the hour.

      --
      Dear Slashdot: next time you want to mess with the site, add a rich-text editor for comments.
    22. Re:Yes... by Trejkaz · · Score: 1

      And besides not getting used, I haven't heard of problems with windows update.

      Let's see...

      • Wants to "upgrade" things which are not installed.
      • Incapable of upgrading anything other than the core OS of Windows, leaving hundreds of wasted hours upgrading everything else on the machine.
      • Requirement of running Internet Explorer to get access to it.

      That's just the three problems which come to mind. I'm certain that there are more.

      --
      Karma: It's all a bunch of tree-huggin' hippy crap!
    23. Re:Yes... by Eythian · · Score: 1

      In KDE, Konsole can do this also. Use View->Send Input to All Sessions.

    24. Re:Yes... by Anonymous Coward · · Score: 0

      "Just more MS bashing"

      Even if autoupdate were perfect, it is still a Bad Idea (TM). You really-really-really don't want your system taking programs out of the Internet and automatically installing itself.

      Why!!!??? Autoupdate has never failed to-date, and it can be made secure!!! This is nothing but more MS bashing!!!

      Well, I could go telling some very long paragraphs about safe design, systems decoupling and the like, and you still would cry "Ms has managed to do it secure to date, let them doing so, it's really a good thing! this is nothing but more Ms bashing"

      Then I could go talking about how Microsoft thought it was a very useful thing empowering its office suite with an embebbed scripting language, then coupling it with the e-mail and browser system and then automating processing of e-mail/http recieved documents all to give the user a more comfortable and efficient experience, and then I could tell you that *because* these kind of ideas is that you have a dozen worms a week against outlook/iexplorer/office, to a level that even Microsoft, much against its interest, had to develop that Autoupdate thingie.

      And still you would say, that Autoupdate is a Good Idea, and all this is nothing but more MS bashing.

      OK then, you are not only ignorant regarding what is Good Thing and what's a Bad Thing, but you do ignore that what was asked for by the author of this notice ALREADY DOES EXIST on all distributions that support apt-get and alikes (and that means "everybody"), coming, as apt-get itself from Debian. It is called "cron-apt", and I use it as it is expected to be used, to be run nigthly so if there's any patched package it downloads it and e-mails me so I know they are there. It can be configured in order for the packages to be automatically installed too, and I can tell you I'm much more confident about Debian package's stability than anything coming from Microsoft; still, I, as anyone on his sane mind -except maybe you, just download them but WON'T INSTALL THEM AUTOMATICALLY BECAUSE IT WOULD BE REALLY-REALLY-REALLY A VERY BAD IDEA.

    25. Re:Yes... by NateTech · · Score: 2, Interesting

      Seems like you'd want to .htaccess that dir and pass user/pass information to curl, as well as use https.

      Perhaps some error-checking for a failed download too.

      You could also create SSH keys for each machine and do the curl part with scp, and revoke specific keys if you ever saw anything screwy going on security-wise with any of your boxes.

      --
      +++OK ATH
    26. Re:Yes... by sumdumass · · Score: 1

      I use mandrake with thier urpmi update options. After the sources are setup i just create a cron job to have it update once a week.

  2. Shhh... by Anonymous Coward · · Score: 1, Insightful

    Don't give the big players any ideas... You'll ruin the market for the small computer shops that are already doing this.

  3. As long as the user can say no to the updates by mpost4 · · Score: 4, Insightful

    I have had a problem where a system will continue to pester you about updates, and there is no, I don't what that update option. aka SP2 in xp

    1. Re:As long as the user can say no to the updates by swordboy · · Score: 4, Interesting

      On the other side of the coin:

      Where is interop Linux/Windows groupware? You'd think that IBM would be all over this with Lotus Notes but there's nothing. I realize that you can get something to work with some duct tape and string but the out-of-the-box solution would complement OpenOffice well. It is one of the few things missing.

      --

      Life is the leading cause of death in America.
    2. Re:As long as the user can say no to the updates by mrchaotica · · Score: 1

      I think the general idea is that the users won't even know about the updates -- only the company providing the service.

      --

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

    3. Re:As long as the user can say no to the updates by Anonymous Coward · · Score: 0

      Just disable Automatic Updating if you have such a problem with it.

    4. Re:As long as the user can say no to the updates by Reducer2001 · · Score: 2, Informative

      Where is interop Linux/Windows groupware?
      It's called Groupwise can you dig it?
      Ok, the client's still in beta, but it works. There's a version for OS X as well.

      --
      When you get to hell -- tell 'em Itchy sent ya!
    5. Re:As long as the user can say no to the updates by haberb · · Score: 1

      If you have it set to download but not install, I have been able to do custom install, uncheck it, and it prompts me if I don't want to be notified of this update again.

    6. Re:As long as the user can say no to the updates by mpost4 · · Score: 1

      I have it not to download or install. But once a day it "reminds" me that there are updates, I want to have it stop the reminding.

    7. Re:As long as the user can say no to the updates by jellomizer · · Score: 1

      These are soposed to be boxes that have the most common office tools. Not ment to be the general porpose PC. Automatic Updates would be a good thing because all the boxes (In theory) have the same configuration and updates will be more for the advantage. Unlike using a general porpose systems with XP or Linux or whatever. Where updates can mess up an other application but for single porpose boxes updates can be a lot more dependable.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    8. Re:As long as the user can say no to the updates by the+unbeliever · · Score: 1

      disable automatic updates period then. if you're running xpsp2 you'll have security center bitch at you though.

    9. Re:As long as the user can say no to the updates by Martin+Blank · · Score: 1

      There's an option on the same tab that allows you to block downloading or installing that turns off Automatic Updates completely. You can then turn off the warning about AU being off in the Security Center, or you can turn off the services for Security Center and Automatic Updates altogether.

      --
      You can never go home again... but I guess you can shop there.
    10. Re:As long as the user can say no to the updates by Pxtl · · Score: 1

      I've done that and it continues to ask me if I want to install SP2... something I refuse to do until they make it not break my wifi card.

    11. Re:As long as the user can say no to the updates by vasqzr · · Score: 1


      Good point.

      I'd say the majority of people in most offices need very few things:

      Email/Groupware (Outlook/Notes etc)
      Web Browser
      Terminal program to access AS/400 or other legacy device
      Word processor and spreadsheet

      Mozilla is great except for the sites that 'require IE'
      Terminal emulationo under Linux is great.
      Word and Excel clones are bountiful for Linux.

      This would also cut down on the number of viruses/spyware/adware, and you could even run thin clients. Computer acting up? Reboot it and start clean. Plus, your users can't install every WeatherBug/WebShots/Smileys program they find.

      We can't do this where I work, however. Well, at least not for everyone. Our accounting software is Windows-only, and just moved over to .NET for no reason that I can see. Now it's a 250MB install that takes nearly an hour. Also, our Contract Document Software is tightly integrated to Microsoft Word in it's new version, and although it appears to be a Java application of some sort, it's Windows-only. They had their own PDF-related format, I'm not sure why they switched.

      Also, our marketing department uses Quark and Adobe products. These people can't manage to understand why you can't scan a logo off a business card and use it on a t-shirt, so I'm thinking teaching them Gimp is going to be a lost cause.

      Screw it, we'll just stick with Windows.

    12. Re:As long as the user can say no to the updates by Anonymous Coward · · Score: 0

      Novell's (ne` Ximian's) Evolution works very well with Exchange servers. And there's whatever that app is that comes with the default Mandrake install.

      Or you could search freshmeat and get lots of links to purportedly cross platform groupware.

    13. Re:As long as the user can say no to the updates by Donny+Smith · · Score: 1

      > I think the general idea is that the users won't even know about the updates -- only the company providing the service.

      That's why it's so hard to get them to pay for such service - one can't tell if anything's actually being done!

    14. Re:As long as the user can say no to the updates by hb253 · · Score: 3, Informative

      Actually, the GroupWise client for Linux/Macintosh is not in beta. It was released a while ago and the client is up to SP2 already. FYI, the GroupWise server agents run on Linux (and Netware and Windows as well).

      --
      Self awareness - try it!
    15. Re:As long as the user can say no to the updates by cj_goth · · Score: 1

      Excel clones are bountiful for Linux.

      Yeah, that works fine for your flat spreadsheets. But even the minor applications at the banks and other firms I've worked at have had 100s of lines of VBA sitting behind them. The big apps have had 1,000-10,000s (I've built these :o/). MS Excel for Linux would go a long way towards getting these firms to switch over - otherwise they have to do a trade-off between thousands of man-hours of code conversion aganst the $$s saved on licencing.

      We needed a break-up of MS to get the Office suite on Linux. A missed opportunity for us all that it didn't happen.

      [And I won't even start on the fact that IBM has been sitting on the Lotus Improv source-code and doing nothing with it for how many years?]

      --


      -- now where did I put that .sig
    16. Re:As long as the user can say no to the updates by bofkentucky · · Score: 1

      What's stoping OpenOffice/KOffice/Sun/IBM from cloning VBA for various office versions? I'm not that familar with VBA but it would seem like a VM for it shouldn't be that hard?

      --
      09f911029d74e35bd84156c5635688c0
    17. Re:As long as the user can say no to the updates by killjoe · · Score: 1

      It sounds like they have vountarily shackled themselves to MS. I am afraid they are stuck and can never leave that vendor for anybody else.

      That's why it's called vendor lock I guess.

      --
      evil is as evil does
    18. Re:As long as the user can say no to the updates by djdavetrouble · · Score: 3, Interesting

      And it sucks ass. When you delete a message in email you can count to three before the screen updates. Very very poor responsiveness..... It is horridly slow, even on a dual processor G5. It lacks filters for email, and spellcheck is not through yet. Also you have to tell it which applications to open attachments with, no preconfiguration in this area at all.
      Did I mention the horrible slowness of it yet? I keep hearing that java apps can be fast, but then something like this comes out and I thrown right back onto the "JAVA APPS SUCK" side of the fence.

      --
      music lover since 1969
    19. Re:As long as the user can say no to the updates by slash-tard · · Score: 1

      I have a problem with a system that doesnt automatically prompt users to install critical patches, which then leads to widespread virus outbreaks which clog the internet with useless traffic.

      BTW You can turn it off. Pre XP2 disable the "Automatic Updates" service. If your running SP2 disable the service and then go into the "Security Center" control panel and change what you get nagged about. Its under the "Change the way Security Center alerts me".

      I think the default of having the firewall on and installing updates is good for 95% of the windows users out there. If these changes had been in place a few years ago we probably wouldnt see as many trojans out there.

    20. Re:As long as the user can say no to the updates by Anonymous Coward · · Score: 0

      I'm curious how you managed to spell "theory", and "configuration" properly, yet completely screwed up "supposed", "purpose", and "meant".

      Yours truly,
      - The Spelling Nazi

    21. Re:As long as the user can say no to the updates by mrchaotica · · Score: 1

      That could be true. How about this instead: the clients do get told about the updates, but by the support person assigned to their company rather than the software. So there's no flashing "update now!" button on the computers, but instead they get a phone call from somebody saying "we're going to roll out a new version of [foo], ok?" or rather "we just upgraded [foo], and are calling to make sure you're not having any problems."

      --

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

    22. Re:As long as the user can say no to the updates by LiquidCoooled · · Score: 1

      The update now process should be an executive decision.

      A big gold control console where he can walk up to and feel important. Bosses need something to make their job justified.
      It flashes in his office only when updates are pending (along with the requisit SMS, call, email, memo, 2nd SMS, another followup call etc etc.)
      The people on the shop floor so to speak don't need to be bothered by these things.

      Windows update on a default xp install is so invasive in this manner, it bugs everyone from the junior temp to the big boss.

      --
      liqbase :: faster than paper
    23. Re:As long as the user can say no to the updates by Anonymous Coward · · Score: 0

      correct me if I'm wrong, but isn't slow still faster than non-existant?

    24. Re:As long as the user can say no to the updates by Spamlent+Green · · Score: 2, Funny

      Hey, don't feel bad. It sucks on XP too. and before that it sucked on Windows 2000.

      I have never hated an application more than I hate GroupWise.

    25. Re:As long as the user can say no to the updates by hb253 · · Score: 1

      Actually, I run it on an iMac and it's not bad considering how outdated the iMac is. I saw a big speed improvement after updating to the latest Apple JVM.

      Yes, there is room for improvement and there will be improvements as new versions are released. Our Mac users are satisfied enough with the new client that they're happy to dunp the old 5.2 Mac client.

      --
      Self awareness - try it!
    26. Re:As long as the user can say no to the updates by hb253 · · Score: 1, Insightful

      All I can say is, you must have had the most incompetent IT staff ever. I bet they were MCSE's.

      I run Groupwise 6.5 on XP as well, and it's great. To each his own I guess.

      --
      Self awareness - try it!
    27. Re:As long as the user can say no to the updates by mrchaotica · · Score: 1

      Well, yeah, the boss is the one who gets to answer the phone (not his secretary, since we're talking about small businesses here) and say "OK!"

      --

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

    28. Re:As long as the user can say no to the updates by killjoe · · Score: 1

      OPenoffice can already be scripted in python and java. I see no need to try and clone VB. It would be a waste of time.

      --
      evil is as evil does
    29. Re:As long as the user can say no to the updates by Edie+O'Teditor · · Score: 0
      But even the minor applications at the banks and other firms I've worked at have had 100s of lines of VBA sitting behind them. The big apps have had 1,000-10,000s (I've built these :o/).
      For me, if there's that much code you may as well write a proper application rather than hanging a bag on the side of Excel.
      --
      If X is the new Y, and Y is "X is the new Y", solve for X.
    30. Re:As long as the user can say no to the updates by bofkentucky · · Score: 1

      Umm, you have to migrate 10 years of excel spreadsheets and their VBA code to OO.org, and I'm guessing MSFT isn't going to code up an "export to python" option in Excel 2006, so someone from our end has to do it. Unless you feel like reimplementing 10 years of legacy code.

      --
      09f911029d74e35bd84156c5635688c0
    31. Re:As long as the user can say no to the updates by Buelldozer · · Score: 1

      Move to linux desktops with a MS Terminal Server backed for Timberline & your other vertical app.

      I devised this "scheme" about 6 months ago and test implementations of it throughout our client base have been very encouraging.

      Think about it, all the userspace benifits of using *nix with all the app compatibility of MS. It is a good blend of the two worlds.

    32. Re:As long as the user can say no to the updates by Spamlent+Green · · Score: 1

      It has nothing to do with the support staff. The application is crap. It violates standard user-interface rules constantly. Pop-up reminders that don't go away, overriding active windows, automatic URL formatting that won't turn off, the list goes on... Even something as simple as copy & paste doesn't work reliably. I now find myself hitting ctrl-c twice in other applications simply because it never works right in GroupWise.

    33. Re:As long as the user can say no to the updates by Anonymous Coward · · Score: 0

      I don't know what screwed up version of Windows you're running, but I just checked the option to ignore that particular update, and it hasn't bothered me about it since. Maybe you're just incompetent.

      *shrug*

    34. Re:As long as the user can say no to the updates by Anonymous Coward · · Score: 0

      I have had a problem where a user will continue to pester you about problems that do not exist, and there is no, RTFM option.

    35. Re:As long as the user can say no to the updates by Jameth · · Score: 1

      OpenGroupware.org is coming along. It's not there yet, but it is coming. And, as I'm sure you can tell by the name, it is designed to drop right in beside OpenOffice

      OpenGroupware actually is just making a server, but it has working clients for: Outlook, Evolution, Mozilla Calendar, iCal, Kontact, generic web-browsers, and generic weddav clients. It does already work and I'm fairly sure they're doing the 1.0 alphas right now.

      Oh, and if you can't find their webpage on your own, you probably wouldn't have wanted to read it anyway.

    36. Re:As long as the user can say no to the updates by labratuk · · Score: 1

      Recently it's started looking like (from my perspective at least) Novell intend to make the newly bought Evoultion the de facto groupwise client. This is probably why.

      --
      Malike Bamiyi wanted my assistance.
    37. Re:As long as the user can say no to the updates by Jim+Hall · · Score: 1

      Actually, the GroupWise client for Linux/Macintosh is not in beta. It was released a while ago and the client is up to SP2 already.

      Also note that Evolution 2.0 will allow you to connect to a Groupwise server.

      -jh

    38. Re:As long as the user can say no to the updates by calculadoru · · Score: 1

      You'd think that IBM would be all over this with Lotus Notes but there's nothing.

      Mate, don't even joke about that. Notes is an abomination, and I can't even bear to think about the myriad ways in which it sucks. Especially since my company forces me to use it. Please stop saying that dreaded word - it is an abomination of the highest order, the most unintuitive and badly-designed piece of software EVER.

      --
      The power of accurate observation is commonly called cynicism by those who have not got it. -- G.B. Shaw
    39. Re:As long as the user can say no to the updates by canadianjoe · · Score: 1

      Sounds like the Lotus Notes server at work. And I thought Outlook was bad...

    40. Re:As long as the user can say no to the updates by Anonymous Coward · · Score: 0

      Posting AC here, because I have worked in IBM's software group.

      I worked in a part of the aforementioned SWG which dealt with writing and supporting server-side applications, potentially similar to Lotus Notes email. They're written in a bastardized version of Java and controlled by WAS -- Websphere Application Server / Studio. Which runs on top of Domino (the Lotus Notes server). Which runs on top of Windoze 95% of the time.

      If you wonder why things are so slow and bloated, you should see their IDE. It's built on top of Eclipse, which is already very bloated. A speaker who was telling us all about how great it was at an internal meeting had literally about half of his screen real estate covered in random-looking little 32px by 32px icons. Bloat city!

      Also, the test boxes they gave me: a pair of quad-processor Itaniums in the upper-2ghz range, with something like 8 or 12 GB of RAM and RAID-5 arrays of 80GB 10,000RPM hotswap SCSI drives driven by $5,000 controllers. The kicker? They apologized for the "low-end hardware" but said that they didn't have any better boxes free just then.

      Bloat, bloat, bloat, BLOAT.

    41. Re:As long as the user can say no to the updates by killjoe · · Score: 1

      No I am not going to any such thing. You are because you made bad choices when you chose to code your applications. When you choose poorly you lock yourself into a vendor. That's whats happened to you. I am sorry, I feel bad for you. Just pray and hope that your competition also made the same poor choice. If they chose wisely and stayed agile as a result you will in most likelyhood be out of business in a few years.

      --
      evil is as evil does
    42. Re:As long as the user can say no to the updates by ErikZ · · Score: 1

      "These people can't manage to understand why you can't scan a logo off a business card and use it on a t-shirt..."

      Er...why can't you?

      --
      Democrats or Republicans. They are both taking us to the same place and they are not afraid of us anymore.
    43. Re:As long as the user can say no to the updates by Bert64 · · Score: 1

      And with this system, you put far less load on the windows server.. I saw a company where a windows terminal server used by all users (and heavily overloaded) was replaced with linux clients with the terminal server kept for one or two windows-specific apps.. The load on the server dropped massively, and because users were no longer using it to browse the web there's far less risk of virus infection.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    44. Re:As long as the user can say no to the updates by mikechant · · Score: 1

      Presumably because the resoltuion would suck when blown up to T-shirt size?

    45. Re:As long as the user can say no to the updates by dolmen.fr · · Score: 1

      OpenOffice.org already has OOBasic which is the Visual Basic language, but with a different object model. So, what is lacking is a compatibility layer for Microsoft documents.

      Have a look to OOoMacros.org and the french OOo sub-projectfor interesting native OOo macros.

    46. Re:As long as the user can say no to the updates by hb253 · · Score: 1

      I've never seen these problems. I still say there's something wrong in your environment.

      --
      Self awareness - try it!
  4. Is this going to be a case of by Megaweapon · · Score: 4, Insightful

    "self-updating windows systems = evil" versus "self-updating linux systems = good"?

    --
    I'm sure "SlashdotMedia" will improve on all the wonders that Dice Holdings blessed us all with
    1. Re:Is this going to be a case of by Anonymous Coward · · Score: 0
      "self-updating windows systems = evil" versus "self-updating linux systems = good"?

      Well it is now.

    2. Re:Is this going to be a case of by Anonymous Coward · · Score: 0, Troll

      of course it is, this is slashcrap, the home of MS bashing.

    3. Re:Is this going to be a case of by Qzukk · · Score: 3, Insightful

      More like "self-updating windows systems = don't work". Sure, it works most of the time, but of the computers I'm responsible for (about 10 of them) 1 has yet to fetch SP2, 2 has no problems fetching updates, but when I visit that satellite office I end up having to install several months worth of updates since despite being set to install automatically, it doesn't. My own workstation had the windows update icon in the task bar for nearly 4 weeks after the release of SP2, with its tooltip reading "Downloading Update: 0%" the entire time.

      So, if you're a member of the group of people who think "false sense of security due to broken software is evil", then yes, windows update=evil. Jury's still out on linux, since this company doesn't exist yet and therefore hasn't written a self-updater or shown whether it can get critical patches out in a timely manner while minimizing damage to the system.

      --
      If I have been able to see further than others, it is because I bought a pair of binoculars.
    4. Re:Is this going to be a case of by aug24 · · Score: 1

      One assumes that this is more from the business perspective where auto-update is good because the people scheduling the updates are sysadmins.

      J.

      --
      You're only jealous cos the little penguins are talking to me.
    5. Re:Is this going to be a case of by analog_line · · Score: 1

      Self-updating Windows isn't evil. The problem with Windows is that a significant percentage of the major updates Microsoft pushes to Windows users break things instead of fixing them.

      One would hope that the QA department of this theoretical Linux-based office systems company would be a bit better.

    6. Re:Is this going to be a case of by Anonymous Coward · · Score: 1, Funny

      This is Slashdot. Bill Gates gives flowers to an old woman and he is the son of Satan. Linus pisses in the old woman's face and Bill Gates is the son of Satan.

    7. Re:Is this going to be a case of by spongman · · Score: 0, Flamebait

      no, it's a case of "self-updating operating system threatens overpaid sysadmin jobs."

    8. Re:Is this going to be a case of by aero6dof · · Score: 4, Insightful

      "self-updating windows systems = evil" versus "self-updating linux systems = good"?

      Yes... if you look a little deeper an realize that:
      Self-Updating Windows ==
      security fixes + MS business initiatives (.Net) + eula "upgrades"

      while (presumeably)
      Self-Updating Linux ==
      security fixes + version upgrades (optional)

      Can you spot where evil enters the equation?

    9. Re:Is this going to be a case of by npsimons · · Score: 1

      Is this going to be a case of "self-updating windows systems = evil" versus "self-updating linux systems = good"?

      Only if "self-updating Linux systems != all the shit microsoft breaks when they change something and tell users to update automatically."


      You see, most (reasonable) people's objections is not to self-updating; it's to updating automatically without checking that it works first. Also, I think that this is probably instance #5,432,765,980 of Someone Confusing Differing-Opinions-Held-By-Differing-Individuals With GroupThink. Get a clue.

    10. Re:Is this going to be a case of by Anonymous+Custard · · Score: 1

      This is Slashdot. Bill Gates gives flowers to an old woman and he is the son of Satan. Linus pisses in the old woman's face and Bill Gates is the son of Satan.

      Yeah, but if the woman were a typical slashdot reader, then chances are she'd be allergic to the flowers, and getting pissed on would be the closest thing to sex she'd have in her whole life.

    11. Re:Is this going to be a case of by Frank+T.+Lofaro+Jr. · · Score: 1

      Yeah, the fact that there are security holes to begin with.

      Even Apache has too many holes.

      --
      Just because it CAN be done, doesn't mean it should!
    12. Re:Is this going to be a case of by Robert+The+Coward · · Score: 1

      More like Microsoft force updates but it is your problem if it break things = bad.

      Redhat/debian/mandrake/etc. setting your system to automaticly doing updates without asking if you want it to = bad.

      Company who make and takes care of your systems pushs tested updates that should be fine with your hardware because they have tested it 1st and are the ones who will have to go out to your site and fix if something breaks = good.

    13. Re:Is this going to be a case of by Anonymous Coward · · Score: 0

      Nobody has done a self updator for linux? Really? I wrote one in 5 minutes.

      Dependancies :
      Cron
      apt-get (it's for debian)

      simply chmod u+x this file and drop it in cron.{daily|weekly|etc}, and you're good to go

      #!/bin/sh
      echo "Updating package lists"
      apt-get update
      echo "Updating packages"
      apt-get -y upgrade

    14. Re:Is this going to be a case of by Anonymous Coward · · Score: 0

      Out of curiousity, since I usually reinstall windows every 6mos-1 year (better than monthly with 95 and every boot with ME)... am I liable for EULAs which I have accepted previously on the new install or is that only for the period of time and computer that is actually running the newer code?

      In essence, does reinstallation reset obligations with EULAs?

    15. Re:Is this going to be a case of by Anonymous Coward · · Score: 0

      Wow, took you a "whole" five minutes to come up with that? No wonder IT costs are skyrocketing. Most admins would have done that in 30 seconds and not have even thought to brag about it.

    16. Re:Is this going to be a case of by antoy · · Score: 1

      FUD Alert! .NET has been out for what, 3-4 years now? And Microsoft *never* tried to push it through updates, although no-one but the Slashdot crowd would blame them if they did. Windows Update doesn't install it by itself (although it is available), Service Packs don't install it, IE/Office/whatever won't install it.

      The self-updating Windows installs only patches labeled critical, and that does *not* include .Net, Windows Media Player 10 and the such.

      So no, I cannot see where evil enters the equation. I'm prepared to admit I'm wrong though if you can provide an example of an EULA "upgrade", since this is something I don't really pay attention to.

    17. Re:Is this going to be a case of by sumdumass · · Score: 1

      That because her mount was on fire. linus did here a service

    18. Re:Is this going to be a case of by sumdumass · · Score: 1

      Yes it shoudl because if you discontinue using the software, you are basicaly rejecting the EULA too.

    19. Re:Is this going to be a case of by Anonymous Coward · · Score: 0

      Do your users have admin rights? -- if not, Windows Update won't run. If upgrading your users isn't an option, you might consider deploying SUS (it's free).

    20. Re:Is this going to be a case of by Qzukk · · Score: 1

      Well damn me, I assumed that since nowhere in the windows update configuration did it mention that an admin has to be logged in for the automatic installation to work, that it would either just do it or log the user out (since it typically has to reboot anyway).

      --
      If I have been able to see further than others, it is because I bought a pair of binoculars.
    21. Re:Is this going to be a case of by Chuffpole · · Score: 0

      >I'd give my left arm for another right arm in place of my current left arm.

      Wouldn't it be a bit awkward with the elbow and palm facing the wrong way?

      Go on, mod me down, I really couldn't care.

  5. Binary Updates.. by rf0 · · Score: 1

    They work well if you don't change anything but that isn't a normal desktop computer. People want to install the latest screensaver, watch the latest flash animation...

    Rus

    1. Re:Binary Updates.. by mrchaotica · · Score: 2, Insightful

      I think the whole "locked-down office PC appliances" concept is the key...

      --

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

    2. Re:Binary Updates.. by DeadChobi · · Score: 1

      I think one of the reasons the writer thinks doing this is such a good idea is one of the fundamental concepts behind the macintosh marketing scheme: Sell a working, out of the box solution where the hardware is so standardized that the user doesnt need to worry about whether something works with his system, or even some basic maintenance. He can pull the iMac out of the box, plug it in, turn it on, and it runs. Right out of the box. Hell, Mac OS is pretty easy to get accustomed to. Perhaps the company creating this plug and pray Linux solution would be able to also create a new GUI which is also very simple to use and caters to the SOHO user.

      --
      SRSLY.
    3. Re:Binary Updates.. by mrchaotica · · Score: 1

      That's a good point -- Macs would work really well here. The only difference is that the writer suggests using the cheapest PCs you can find and Free software to reduce costs, and using centralized remote administration and package management.

      But yeah, I think using Macs would be an even better idea, since the money you spend on hardware and OS X licenses you could make up in R&D.

      --

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

  6. Self Updating by clinko · · Score: 4, Insightful

    Wasn't there a huge stink about WinXP and its AutoUpdate feature, now this guy wants to base his marketing around that idea w/linux...

    1. Re:Self Updating by Asic+Eng · · Score: 1

      Yeah, I think the idea is that you have a choice to use this distribution. People who want an office-oriented PC which automatically updates would chose this.

    2. Re:Self Updating by Saeed+al-Sahaf · · Score: 1
      Some people don't like Windows Update. Many others are just fine with it.

      You know, not everyone wants to muck around with dependency hell, which rivals and in many cases surpasses .dll hell.

      Not everyone is or wants to be a computer geek, you know. These are some of the basic things that will keep Windows on top for the average user: ease of software / hardware installation (No command line! Don't have to make complicated choices about where to put things! The latest packages, so stuff actually runs!).

      --
      "Who are in control, they are not in control of anything - they don't even control themselves!" - Glen Beck
    3. Re:Self Updating by Anonymous Coward · · Score: 1, Funny

      Didn't you get the memo? It's a bad idea if Microsoft comes up with it but when Apple or Linux implements the technology a couple years later it's innovative and will revolutionize the way computers work.

    4. Re:Self Updating by Anonymous Coward · · Score: 0

      "Checks Slashdot, CNN, & more Every 10 Seconds from a webpage. [clinko.com]"

      Thanks for making it harder for us humans to view slashdot. Awesome, woo hoo, go GPL!

    5. Re:Self Updating by Saltine+Cracker · · Score: 1

      I have to tell you (from some experience on a mixed linux windows desktop env.) That the Windows admins don't like windows update. They might like it if it was more configurable...e.g. you could stand up your own windows update servers locally.

      Now being that Linux would be a more open way, I'm sure the linux desktop admins wouldn't mind having an auto updater which they could push updates through...again a locally controlled update server. This is certainly possible with Linux but unlikely with M$, so Windows admins are stuck download the "admin" version of service packs and such and then stuck using SMS or whatever to package and deliver the updates.

    6. Re:Self Updating by j0217995 · · Score: 1

      Hmm, the "Windows Admins" have not checked out Software Updates Services, from Microsoft, HFNETCheckPro, or Altiris or any of the other products that are out there. Doesn't sound like "good" admins to me if they don't know of all of the tools that are available for them to update things. I work for a company with under 100 employees, the IT area is 2 people and we run perfectly with SUS and a PHP/MySQL application verifing what patches are being downloaded and installed.

    7. Re:Self Updating by Anonymous Coward · · Score: 0

      hey umm... hate to tell you this, but dependancy hell and .dll hell are the same thing. .dll files are the librarys windows systems link to to work. dependancies in linux are the librarys programs link to to work.

    8. Re:Self Updating by AstroDrabb · · Score: 3, Informative
      The stink about the auto update feature in WinXP is because MS patches are know to break things. I have never seen a Linux update break a system. Most major Linux distros have had auto update for a long time now. Even if they didn't, a simple nightly cron job to run yum or apt-get does the job.

      My work desktop has a broken MDAC 2.8 install. WinXP SP2 doesn't let you reinstall it! When I try to reinstall MDAC 2.8 I get a message that I already have these features, though WinXP doesn't care about the fact that MDAC 2.8 is broken. I searched the web and MS knowledge base, the only option is to _remove_ sp2, reinstall MDAC 2.8 and then reinstall SP2, a _very_ slow process which could result in more things breaking. The only solution I have right now is to downgrade some of my programs to MDAC 2.7. Again, I have never run into this type of madness on my Linux computers at work or home.

      --
      If Tyranny and Oppression come to this land,
      it will be in the guise of fighting a foreign enemy. -James Madison
    9. Re:Self Updating by clinko · · Score: 1

      I could tell you how it does it w/out banning me, but that would be cheating :)

    10. Re:Self Updating by g1zmo · · Score: 1

      Could it be possible that "this guy" didn't contribute to the huge stink you speak of?

      --
      I have found there are just two ways to go.
      It all comes down to livin' fast or dyin' slow.
      -REK, Jr.
    11. Re:Self Updating by Saeed+al-Sahaf · · Score: 1
      hey umm... hate to tell you this, but dependancy hell and .dll hell are the same thing.

      Why yes, I know that! It's exactly my point! Windows handles it better. Sorry, but it's true. Have a nice day.

      Also, "Umm..." is not a word unless you are 12 years old.

      --
      "Who are in control, they are not in control of anything - they don't even control themselves!" - Glen Beck
    12. Re:Self Updating by SillyNickName4me · · Score: 2, Interesting

      > Why yes, I know that! It's exactly my point! Windows handles it better. Sorry, but it's true. Have a nice day.

      Very convincing argument, care to explain why you think its true?

      Matter of fact is that .so files actually have internal version numbers and a proper scheme to bump them without breaking everything. Given a proper package manager, dependencies in Linux (or any other Unix like system that uses elf) should not happen. That said, good package management is stil a bit of a holy grail it seems (yeah I know apt, and it is decent, but manages to mess up as well, so it is not perfect, and dependency hell still happens)

      Windows and its coff based executables and .dll files don't have those things. If you had less problems with it on Windows then either you happen to only use products from vendors that are extremely carefull, or simply had a lot of luck.

    13. Re:Self Updating by lysium · · Score: 1

      Between thais comment and your sig, you must truly be a wise old man....

      --
      Together, we will drive the rats from the tundra.
    14. Re:Self Updating by Saltine+Cracker · · Score: 1

      I suppose it could be a financial investment issue, I'm not sure. The environment was a 4000+ desktop environment in a multi-building single location campus. I didn't use windows there, I was on one of the many unix teams, so I had solaris and linux desktops, but windows update and auto-update were completely disabled for reasons of not wanting end users to be involved in system updates.

    15. Re:Self Updating by legirons · · Score: 1

      "Wasn't there a huge stink about WinXP and its AutoUpdate feature"

      We're not expecting any linux updates to prevent you from playing music, to change the license of any software, or to install malicious software

    16. Re:Self Updating by labratuk · · Score: 1

      Windows handles it better? By basically not having a versioning system at all. Lib versioning on windows as far as I can remember is yelling: "Hey, Installshield, overwrite any of my dlls you want with your own crazy version, I don't care!"

      Unix's .so system of libwhatever.x.y.z.so and symlinking is very clever. And works very well.

      And if you're going to criticize someone over their coherency, you should check the grammar in your sig.

      --
      Malike Bamiyi wanted my assistance.
    17. Re:Self Updating by mabhatter654 · · Score: 1
      this isn't just "auto-updating" linux...it's much more!

      It's the idea of OSS taken to it's logical extreme...what we all really NEED to happen. The WHOLE article is about starting a one or two person consulting company that would sell "whole" businesses around a custom-spun solution to other small businesses [i.e. mom-n-pops] that just want to have computers...not worry about licensing and all that stuff.

      It's a brilliant idea that's not quite there yet...but would make all the /.'rs happy. it's the best use of OSS in a business model. After all, most small businesses just want it to work. MS has had their shot and only seems to be raising more money...not SAVING businesses money! You'd remote administer several locations which would be easer because you'd have an "IT" contract rather than just selling random PCs. They get all the stuff from your business and you'd make it all work...so you'd know all the hardware before you ever auto-updated anything!!! You the consultant would be in complete control per what the business asked for...it's a great idea that moves IS from being "hackers" to professionals!

  7. I'll pass. by Kenja · · Score: 4, Insightful

    Given how many times an update has broken an app or caused a conflict I cant say I would welcome an auto updating autonomous Linux system. As with any modern OS an admin must review what an update does and test it out prior to rolling it out to the unwashed masses. This is true of any and all oporating systems, be they MacOS, Linux, Windows or what have you.

    --

    "Have you ever thought about just turning off the TV, sitting down with your kids, and hitting them?"
    1. Re:I'll pass. by mrchaotica · · Score: 1

      The article isn't talking about autonomous systems, it's talking about remotely-administered systems. The company sells the systems, but also sells the maintenance and administration as a service, so that the client companies don't have to even think about it.

      --

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

    2. Re:I'll pass. by Kenja · · Score: 1
      "The company sells the systems, but also sells the maintenance and administration as a service, so that the client companies don't have to even think about it."

      ok, that still fails to adress the problem of updating a system without checking what the updates will do. How will a remote admin who has no idea how the box is used or what software gets run on it be able to check if an update will cause problems? System admin' is a full time job, and then some. Most full timmers dont get woken up at 3:00 in the morning because a server crashed.

      --

      "Have you ever thought about just turning off the TV, sitting down with your kids, and hitting them?"
    3. Re:I'll pass. by Anonymous Coward · · Score: 0

      And in Linux, you are usually updating individual packages, so if you run into a problem, you can usually pinpoint it to a single library. Breaking an app doesn't seem as big a deal when looked at this way as opposed to "huge service pack x breaks this, this, and this."

    4. Re:I'll pass. by woobieman29 · · Score: 2, Informative

      I can sort of visualize how this would be done properly. Since the vendor is selling a complete maintenance package, it would certainly make sense to maintain a workstation onsite configured *exactly* the same as the units that the customer has onsite. At the bare minimum, the vendor could just have a copy of the disc image, and load it up on a box when work needed to be done. This way any updates/new software/drivers etc can be tested by the vendor before deployment to the customer site. This is similar to the way that a lot of thin-client vendors work currently, since TC's generally have flash memory instead of a disc locally and therefore modifications to the image are generally done by the vendor.

      --
      \/\/oobie
    5. Re:I'll pass. by Anonymous Coward · · Score: 0

      Here is the issue though.

      The remote administrator doesn't know what the clients use the system for. I know in the past 6 months the place i work has slowly migrated from doing things one way to doing them another. And with the rocks i work with, if the programs were updated any at all, it would take a full week to show them the changes even if they are miniscule. Hence the reason i work with and am forced to support complete idiots. In addition I don't have the choice to work somewhere else, because I am a soldier, and I am told where and what to do.

    6. Re:I'll pass. by mrchaotica · · Score: 1

      If you read the article, the idea is that the admin will know how the box is used and what software gets run on it -- in fact, he'd better, because he's the one who installed any non-standard software in the first place!

      This idea is basically outsourcing your IT, but using commodity hardware, Free software, and some local in-person support. The goal is to minimize the in-person support by setting up the technology in such a way that the problems don't happen in the first place.

      --

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

    7. Re:I'll pass. by dasunt · · Score: 1

      Given how many times an update has broken an app or caused a conflict I cant say I would welcome an auto updating autonomous Linux system. As with any modern OS an admin must review what an update does and test it out prior to rolling it out to the unwashed masses. This is true of any and all oporating systems, be they MacOS, Linux, Windows or what have you.

      While auto-updating has its risks, it is possible to backport fixes to the current version of the software in the release, as at least one linux distro does for its stable branch. Prevents a lot of breakage.

      You are right, a good system admin should pretest patches first. But this is the world where there are 10 people in the local office, and no admins. I'd take the risk of a back-ported patch rather then all of the unpatched systems out there.

      Of course, any good admin should be able to disable autoupdates.

  8. Wrong by justsomebody · · Score: 1

    Problem should not be solved like complete migration at once.

    Theres a lot of solutions, but every company also has a lot of history

    --
    Signature Pro version 1.13.2-3 release 83.5 beta3try7 after-breakfast edition
  9. Accounting by MikeMacK · · Score: 3, Insightful

    But it's not just migrating from Office to Openoffice, what about accounting and business apps like Turbotax and Quickbooks that most small businesses use extensively? How is open source doing in these areas?

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

      They aren't.

    2. Re:Accounting by haberb · · Score: 2

      From my understanding, it's easier to get wine to run Intuit products as a user account that it is to run those same products as a limited user in XP.

    3. Re:Accounting by MikeMacK · · Score: 1

      Then it's a little premature to be talking about a self-updating Linux computer, if the computer isn't running the applications a small business would use to run a small business.

    4. Re:Accounting by MikeMacK · · Score: 1

      But if the idea is to have the computer "just work" for someone running a small business, isn't adding WINE to the mix potentially complicating things?

    5. Re:Accounting by haberb · · Score: 1

      There are open source alternatives to Intuit, for the most part, but what I'm getting at is if they're used to Quickbooks, it would probably be better for them to run it on linux anyways than on windows.

    6. Re:Accounting by woobieman29 · · Score: 1

      Not if all the applications are installed and maintained by the vendor. Once the vendor develops a custom disc image for the customer, all updates should be handled by the vendor as part of the maintenance package. Perhaps there would be a scaled pricing structure, where x dollars covers basic maintenance and updates, and there is an x dollar additional charge for adding new things to the disc image such as new applications.

      --
      \/\/oobie
    7. Re:Accounting by Anonymous Coward · · Score: 2, Informative

      There's GnuCash http://www.gnucash.org/ and Lazy8 http://www.lazy8.nu/

      And Jim blogs his thoughts on many others.
      http://www.jimohalloran.com/archives/0004 31.html

      And this was just a quick google. There is progress on a number of fronts.

    8. Re:Accounting by MooseGuy529 · · Score: 2, Informative

      GnuCash, while not suited to heavy business uses, can be used for simpler accounting tasks. I know of no replacement for TurboTax, however.

      --

      Tired of free iPod sigs? Subscribe to my blacklist

    9. Re:Accounting by Anonymous Coward · · Score: 0

      What about writing replacements for TurboTax and Quickbooks for Linux, using something Java/SWT? Do you think there's money in something like that?

    10. Re:Accounting by killjoe · · Score: 1

      According to the parent those products don't "just work" in windows either. If implementing wine is less work then trying to get quickbooks to work under a restricted user in XP why wouldn't you choose the easier road?

      --
      evil is as evil does
    11. Re:Accounting by mattbelcher · · Score: 1

      Intuit has a web-based version of Turbotax available. I have used it to do my taxes for the past 2 years using Linux and a web browser.

      --

      Shockwave Flash movies are the greatest thing to happen to non-sequitur humor since Japan.

    12. Re:Accounting by jargoone · · Score: 1

      There's a wonderful, current, open-source product called gnuTaxes that should completely replace TurboTax. Look at their lofty goal for release!

      * 1.0.0 - release gnuTax application with complete tax system definitions by end of 2000.

  10. Why? by Aadain2001 · · Score: 2, Insightful

    Why does it seem like Linux is always being held to a much higher standard than Windows? Whenever I talk to someone about how nice Linux is, they always ask it can do this or that, and when I say no it can't yet or that those features are till in beta, they laugh at Linux. But Windows can't do those things they ask about either! It confuses the hell out of me why Windows is concidered OK, and if Linux had all the features of Windows it would still be just a "toy" OS and not taken seriously. It just confuses the hell out of me.

    --
    Space for rent, inquire within
    1. Re:Why? by Apostata · · Score: 1

      I think it's because, for people already using Windows, there's no motivation to switch if 'everything works' (which is subjective, yes). People want Linux to be More so that their decision, in their eyes at least, will be one of acension rather than sliding sideways. My 2 cents.

      --

      This wasn't just plain terrible, this was fancy terrible. This was terrible with raisins in it. - Dorothy Parker
    2. Re:Why? by Johnathon_Dough · · Score: 1
      Or you could be over here on the OSX side, where we actually have many usefull features that Windows does not come with (stock) and still be called a toy.

      There seems to be a certain class of Windows users who feel the need to belittle the other choices.

      Oh wait, Mac and Linux users have those folks as well. Oh well, I guess partisian-ship isn't just for politics.

      --
      If you are one in a million, then there are six thousand people who are just like you.
    3. Re:Why? by Stumbles · · Score: 1
      To me the downside of a self updating system out weights any up side. All it takes is that one failed automatic update that hoses a system or some application you really really depend on and it takes hours to recover. And it always seems to happen when the system or application is needed the most.

      No thanks. There is a reason sysadmins do not like automatic updates and that reason has nothing to do with job security.

      The only time you should really update anything is for security reasons, an existing application has some bug that hinders or prevents it full use or you need some additional functionality.

      I don't see it as any wonderful new business model. I suspect the primary reason small businesses as described in the article are "overlooked" has more to do with said businesses not wanting to disrupt what they already have that serves them just fine.

      --
      My karma is not a Chameleon.
  11. I think it will be plausible when... by mytec · · Score: 4, Insightful

    More business related software runs on the Linux platform.

    1. Re:I think it will be plausible when... by killjoe · · Score: 1

      I just installed FC3 and it seems like it's pretty much there. Is there a specific functionality you are thinking about? You have all the basics, office, email, browsing etc.

      I am curious to see what you feel is missing?

      --
      evil is as evil does
    2. Re:I think it will be plausible when... by mytec · · Score: 2, Insightful

      I just installed FC3 and it seems like it's pretty much there. Is there a specific functionality you are thinking about? You have all the basics, office, email, browsing etc. I am curious to see what you feel is missing?

      Respectfully, there is a lot more to business software than the basics. Beyond the basics is where the functionality is missing.

      Here is a quick list of software that is missing for us: ERP client software, SQL report writers (Crystal Reports for example), legacy DOS applications (that run without emulation), vertical applications related to the industry this company competes in, etc., etc.

      Obviously, the ERP front-end is a show stopper. Take the report writer; without Seagate Software offering a Linux version, we'd have rewrite thousands of reports unless a comparable piece of software existed that has all the features of Crystal reports we use and can do the conversion for us. Until then here is no way that will fly.

      Also, we write a lot of in-house software using Borland's Delphi product. Kylix (version that runs on Linux) is not even comparable. We'd have to retool. Again, a time consuming process. In this case, the state of Kylix is solely Borland's fault.

      If the business moves over to Linux gradually, there is increased administrative effort. That has its own set of issues.

      I'm not suggesting that Linux won't be there. Just that it isn't there yet.

    3. Re:I think it will be plausible when... by chthon · · Score: 1

      How does FC3 handle USB Mass Storage devices ?

      Is there a tool which can scan the USB bus and add them automatically to /etc/fstab, or is there a daemon which can handle the mounting of such devices automatically ?

      How far I have gone for my father on Linux, the handling of USB Mass Storage is a hurdle to overcome.

      Once it is setup under udev and fstab, it is not a problem, but try to sell that to ordinary users.

    4. Re:I think it will be plausible when... by Beryllium+Sphere(tm) · · Score: 1

      Quickbooks?

    5. Re:I think it will be plausible when... by Lumpy · · Score: 1

      1 citrix client for linux will solve that problem.

      hell we are hell bent here to increase our IT costs by moving most apps to the citrix farm..

      what moron though it was smart I have no idea.

      now we have another Os license per user, another server client license per user per server, and a citric client license per user.

      our per user license costs just went up by 4X.

      Yay for PHB's!!!! oh we need to upgrade our network connections too, when 20 users are on citric to the main office, all apps start to suffer speed problems fast. and we have 40 people that need to use that app.

      --
      Do not look at laser with remaining good eye.
    6. Re:I think it will be plausible when... by Spoing · · Score: 1
      1. Obviously, the ERP front-end is a show stopper.

      ERP: http://www.compiere.org, http://www.fisterra.org

      1. Take the report writer; without Seagate Software offering a Linux version, we'd have rewrite thousands of reports unless a comparable piece of software existed that has all the features of Crystal reports we use and can do the conversion for us.

      Seems like it should work, if not with a bit of configuration; http://appdb.winehq.org/appview.php?appId=748&vers ionId=990, http://www.unixodbc.org/doc/wine.html

      1. I'm not suggesting that Linux won't be there. Just that it isn't there yet.

      It's situation specific, not black and white.

      --
      A firewall can not protect you from yourself. Turn off what you do not need. Do not use the firewall to do your work.
    7. Re:I think it will be plausible when... by killjoe · · Score: 1

      "ERP client software"

      I don't know what ERP software you are talking about here. There are numerous ERP sofwares for Linux.

      "SQL report writers (Crystal Reports for example)"

      Jasper reports and related projects handle this just fine.

      "legacy DOS applications (that run without emulation)"

      Why do they have to run without emulation? Why isn't dosbox good enough? That's like saying "i want to run dos programs but only in an OS made by MS".

      "vertical applications related to the industry this company competes"

      Depends on the industry and depends on the application. So yes your company may be stuck with windows due to some choices you made when you purchased software. All I have to tell you is that there are consequences to choosing software that locks you into one vendor.

      ". Take the report writer; without Seagate Software offering a Linux version, we'd have rewrite thousands of reports unless a comparable piece of software existed that has all the features of Crystal reports we use and can do the conversion for us. Until then here is no way that will fly."

      This is a different topic. You are talking about migration. I am talking about setting up somebody fresh. Migration issues are very difficult when the company has made bad purchasing decisions. As you said you are locked into windows because you chose crystal. You are now at the mercy of crystal and MS. It's up to them whether you migrate or not. That decision has been taken away from you, your sysadmins, and your management. It's not called vendor lock for nothing.

      "Also, we write a lot of in-house software using Borland's Delphi product. Kylix (version that runs on Linux) is not even comparable. We'd have to retool. Again, a time consuming process. In this case, the state of Kylix is solely Borland's fault."

      It's not borland's fault. It's your fault. You chose delphi borland didn't make you use it. You could have used java, you could have used python, but you chose to use delphi. You really have nobody to blame but yourself.

      "If the business moves over to Linux gradually, there is increased administrative effort."

      Depends on the business and choices that they made. In the case of your business that's true. But another business which standardised on Java software for example would have very little problems. If a company chose another report writer they would have very little problems.

      "I'm not suggesting that Linux won't be there. Just that it isn't there yet."

      It's there for anybody starting fresh, it's there for anybody who chose not to lock themselves into one vendor. It's clearly not there for you or your company. The best you can hope for at this point is that your competitor is also locked in and can't switch to save costs.

      --
      evil is as evil does
    8. Re:I think it will be plausible when... by Anonymous Coward · · Score: 0

      Do you mean like Oracle or SAP or DB2 or financial software? Oh, you did know that Oracle and SAP and DB2 all run on Linux (have for years now) --Oracle does all of their in-house development on Linux (even for windows). If you wait till Morgan Stanley switch to Linux, then you are too late (been there, done that, made the swtich several years ago). You are now required to come up with another excuse for not switching. Pick one: 1, You like renting software 2. Staying up late at night fixing bugs with the hot new chick in IT is fuuuunnn 3. The boss said that you can't change software platforms --because the future is scaaaary. 4. You like a bent and twisted window symbol more than you like an overstuffed penguin.

    9. Re:I think it will be plausible when... by antiMStroll · · Score: 1
      There's more to business than ERP client software, SQL report writers and legacy DOS apps too, popular but in the overall scheme of small/medium/large business use niche applications. In twenty years of working in a computerized industry we've never had need for the first two and the last were expunged years ago. Many would agrue Office is a show stopper as well for example, yet at least two of my suppliers converted to OpenOffice.

      Not being suited for one business doesn't make Linux unsuited to all.

    10. Re:I think it will be plausible when... by Anonymous Coward · · Score: 0

      Reasonable point. Personally I think ERP is a sukky solution to what a company wants to do. They need a common, connected, integrated system, but traditional ERP systems SUCK! The warehouse needs rich applicaitons, not something watered down from accounting. Similarly, the order desk wants to get through orders quickly, and not have to wade through (poor quality) financial forcasts. In short, federated computer systems suck. There has to be a better balance between what the entire enterprise needs (strong links where data is shared), and feature rich applications at each level (not something watered down that everyone else uses). I've seen ERP apps before. Lukewarm, half-assed and "too much water in the watercolor" are what you get. Linux ERP Apps are coming (adoption isn't that fast, the market is currently being monopolised), but they are coming nevertheless. Hopefully the second generation ERP apps that run on Linux will be better than the current generation ERP apps.

    11. Re:I think it will be plausible when... by Anonymous Coward · · Score: 0

      FC3 handles USB devices very nicely. I have a Sony camcorder, which I can use to either take still pictures (into a memory stick), or onto tape. For transferring video images, I use an application called Kino (which is not part of FC3), which will read the data from the firewire bus and store it as avi or mpg. For still pictures, I just plug the USB connection from the camera into any available USB slot on the computer. The other day when I did this, an icon appeared on my desktop. Clicking on the icon opens windows, which show files on the memory stick (in the camera). The main camera switch must be turned to memory (PC appears in the cameras status window). I can then do whatever with the pictures --transfer them to hard disk, open them in GIMP, whatever --without any configuration or telling the computer what type of camera it is, or that it even is a camera. Everything works (worked) out of the box without installation or configuration or anything. I have used my brother-in-laws USB memory stick to temporarily store data when his windows-computer needed to go into the shop for virus disinfection. It reads the stick in the same way. Reading/Writing isn't a problem, at least I've never had one.

    12. Re:I think it will be plausible when... by labratuk · · Score: 1

      legacy DOS applications (that run without emulation)

      Oh, so that means you won't be able to run them on Windows 2000/XP.

      --
      Malike Bamiyi wanted my assistance.
    13. Re:I think it will be plausible when... by drsmithy · · Score: 1
      now we have another Os license per user, another server client license per user per server, and a citric client license per user.

      our per user license costs just went up by 4X.

      Typically, these sort of licensing costs are insignificant over the lifetime of the product, when compared to other costs like support, downtime, user training, etc.

      This is one of the biggest reasons the "but there's no user licensing fees" is such an unconvincing argument to the people who actually pay the bills - because they know those costs are relatively tiny.

    14. Re:I think it will be plausible when... by Lumpy · · Score: 1

      so it's insignificant to add a monthly expense to all offices because now you are required to have at a minimum a T1 to the main office and larget offices have to get a T3?

      so we go from a $500.00 a month expelse with out T1 to a $3500.00 a month expense for that T3 line plus have to buy and maintain more equipment to support that connectivity?

      the people who actually pay the bills do not pay attention. all these "little costs" add up across our 500,000 employees fast. This is the age of tight operating budgets. We had to cut IT in 30 offices to the point that one regional office now has to travel and support those offices around them as well as cut IT staffing in all offices and Halt spending.

      now we get an executive that has a wild hair and demands we use this "citrix" thing as he called it to make deploying apps easier and faster. (sorry, but I can deploy the app to all those desktops easily without citrix. And deploying an app faster is usually a disaster cince it allows "on a whim" decisions.)

      I am all for improving the IT services to the customers (company employees) but spending money because your buddy at XYZ corp is doing it is pure stupidity.

      and that is exactly what is happening. The decision was made without consulting anyone in IT and the ramifications of it's effect on the infrastructure were not considered. Now IT is getting bitched at because we are not able to make the remote offices 4 hops away perform like the main office. (DUH) and we are getting yelled at for spending money to upgrade connectivity. (DUH)

      the people that pay the bills are not paying attention and controlling the people making the decisions.

      --
      Do not look at laser with remaining good eye.
  12. Chicken and egg scenario by jimicus · · Score: 3, Insightful

    Nobody wants to spend months getting everything necessary up from the "90% done" state it's in now to the "98-100% done" state necessary for such a project. There's still a lot of work involved, and no guarantee that any business would want it.

    At the same time, a lot of businesses don't want a Linux plug n play desktop because they don't perceive it as being sufficiently mature.

    Red Hat, SuSE et al are doing a lot to correct the first problem. Various organisations with well-publicised rollouts (think Munich) will help with the second problem. But I don't think there will ever be a year of "Linux on the Desktop" - simply because it will take more than a year to get there.

    1. Re:Chicken and egg scenario by mabhatter654 · · Score: 1
      But this article was about selling to SMALL businesses... ones that are already reeling from MS fees to begin with. Hint: the ones to look for are job shops that use PCs as basically dumb terminalt + email and internet... that describes 50% of small businsees out there... they don't need MS latest & greatest... they need what's free done right!

      The idea is to start with small businesses that have needs that can be easily meet and then grow the business as your small customers grow... I was laying the same plans before I left my last employer. All the pieces are out there, it just needs some business and techinal skill to pull it off!

    2. Re:Chicken and egg scenario by jimicus · · Score: 1

      Hint: the ones to look for are job shops that use PCs as basically dumb terminalt + email and internet... that describes 50% of small businsees out there... they don't need MS latest & greatest... they need what's free done right!

      You're right, but I'm not sure that I explained what I consider the issues to be very well. Let me explain how I perceive what a lot of small businesses have done. I may welll be wrong. If I am, this is a Good Thing....

      It's 2004 now. 10-15 years ago many of these small businesses were investing in computer systems for the first time, and got something small based on Unix or VMS, using dumb terminals. 5-10 years ago, they started investing in PC's - though generally as glorified dumb terminals.

      Since then, many (not all) of these businesses have grown rather used to their PCs. The accounts person (department's probably too strong a word) rather likes Excel, and indeed has a large proportion of the company accounts managed through a couple of somewhat hairy spreadsheets which frankly other versions of Excel have trouble with, let alone OpenOffice.

      The sales manager discovered this thing called "Access" on his desktop a couple of years ago. He doesn't really understand it, but it came with a few wizards which he used to create a customer database. Much to his surprise, the database seems to work quite well - it allows him to keep track of his customers easily. It's appallingly produced and any computer scientist would take one look at it and quake with terror in the corner. It's probably a two week full time job to port it to something reasonably sane with a web-based frontend. But for now, it works. And there isn't an easy drop-in replacement for Access.

      Repeat this across, say, 4 or 5 employees, and before you know it the small business has a list of "things which need to be somehow brought across to a new system" which has blown out of all proportion with the size of the business.

      Don't get me wrong - I am convinced that a suite such as OpenOffice will eventually overcome these issues. But for now, I suspect you'd find that there would be perhaps 3 or 4 sticking points which could potentially scupper the whole idea.

  13. Lindows - er, ah, Linspire - is aiming there... by Anonymous Coward · · Score: 4, Interesting

    ... and they come pretty close, with the best installer in the market, and a very easy-to-use setup. Why is it that the snooty Linux gurus always pooh-pooh Linspire anyway?

    1. Re:Lindows - er, ah, Linspire - is aiming there... by jellomizer · · Score: 1

      Because they didn't think of doing it themselfs. Or they did and never tryed to make it. So to defend their Guru status they must complain about any flaw in the system.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    2. Re:Lindows - er, ah, Linspire - is aiming there... by kfg · · Score: 2, Informative

      Why is it that the snooty Linux gurus always pooh-pooh Linspire anyway?

      Because it's a really lousy distro for Linux gurus on several levels. Even Linspire recommends Mandrake for "technical" users and Red Hat for servers.

      There distro is clearly aimed at user who need to be told that:

      "Linux is an "Operating System". . ."

      I strongly suspect that the people at Linspire would consider anyone who feels talked down to by putting "Operating System" in quotes is "technical" user who might be better served by using Mandrake.

      There is also the issue of the company itself. While not outright evil it has a whiff of sulpher about it, and always has. Their website, while never outright lying, is rather smarmily disengenuous about just what Linux and Free/Open Source software is. In effect they have the appearance of catering to the ignorant Windows user in order to prey on them. They talk about the Linux "per user" license, rather than the free license. Their own license is refered to as "per family" which sounds somehow superior to a "per user" license distro like, oh, Debian, which they never mention, because then they'd have to point out that you just download that one free and get into the real issues of the Linux licenses. They also never mention that the distros they do compare Linspire to (and as noted even recommend to certain users) may have a freely downloadable version.

      So, on the whole the product and the company are repulsive, not just to the Linux guru, but even to the merely Linux aware.

      My impression is that it's probably a nifty little distro for the bubblegum popping receptionist who doesn't want to move from Windows because she'll get lost if the blue on an icon is a slightly different hue, but the average Linux guru, while he may find certain individual aspects of said receptionist rather attractive, is going to be repulsed by the entire package taken as a whole.

      And so for Linspire.

      That doesn't mean it's a Bad(tm) distro, just why a snooty Linux guru would pooh-pooh it.

      KFG

    3. Re:Lindows - er, ah, Linspire - is aiming there... by angulion · · Score: 1

      Because default user defaults to root?

    4. Re:Lindows - er, ah, Linspire - is aiming there... by labratuk · · Score: 1

      Because "users running as root" and "robust administration" don't go hand in hand.

      --
      Malike Bamiyi wanted my assistance.
  14. I guess it's in the same place as... by Anonymous Coward · · Score: 0

    ...as a system where you never have to go to the terminal/console to do something, but where you can just click through everything.

  15. MEPIS? by serutan · · Score: 2, Informative

    I think MEPIS Linux is like that.

    1. Re:MEPIS? by lgrca · · Score: 1

      MEPIS runs on my laptop and it updates with no problem. Probably the easiest way to update a system I have used.

    2. Re:MEPIS? by woobieman29 · · Score: 1

      I would imagine that MEPIS is the distribution that Rob had in mind when he wrote this article. After all, he is the author of Point and Click Linux which is based on the MEPIS distro, and includes the MEPIS LiveCD. I would certainly start with MEPIS if it were my project. All that Debian goodness wrapped up in a sweet desktop with straightforward configuration tools.

      --
      \/\/oobie
    3. Re:MEPIS? by tomkins · · Score: 0

      Except for the problem of it breaking when you upgrade it.

  16. Instead of Linux, they called it OSX by seems+so+green · · Score: 2, Insightful

    I think Apple made what you're looking for. Seriously, I've been able to do everything I would do on a linux system with no problem on my mac.

    1. Re:Instead of Linux, they called it OSX by justsomebody · · Score: 1

      Great, and the cost was????

      --
      Signature Pro version 1.13.2-3 release 83.5 beta3try7 after-breakfast edition
    2. Re:Instead of Linux, they called it OSX by Anonymous Coward · · Score: 0

      So, mr fancypants. Tell me how to set up an ethernet bridge with bandwidth control on your mac..

    3. Re:Instead of Linux, they called it OSX by Dav3K · · Score: 1

      For me, it was about the same cost as getting a Dell. On the plus side, I didn't have to pay for Windows, and I got a form factor I am very happy with.

    4. Re:Instead of Linux, they called it OSX by Anonymous Coward · · Score: 0

      Just the same as with bsd.

    5. Re:Instead of Linux, they called it OSX by justsomebody · · Score: 1
      --
      Signature Pro version 1.13.2-3 release 83.5 beta3try7 after-breakfast edition
    6. Re:Instead of Linux, they called it OSX by justsomebody · · Score: 1

      Sorry, Apple session expired. I was linking to G5 Powermacs (price is starting at 1499$)

      --
      Signature Pro version 1.13.2-3 release 83.5 beta3try7 after-breakfast edition
    7. Re:Instead of Linux, they called it OSX by Anonymous Coward · · Score: 0

      The same damn way you would on Linux. If you haven't noticed, all of the traditional Linux/UNIX software compiles for OS X. As far as front ends go, I'd be quite surprised if Mac OS X Server didn't have one.

      However, when I want to run Photoshop, Mathematica, hook up new hardware, or even migrate to a new machine, it all Just Works. I don't deal with devfs vs udev, with hotplug, with alsa vs whatever. I'm not still waiting for a compositing window manager and desktop environments to catch up to five years ago. I'm getting work done, whether it's business apps, coding, running a server, or playing games. And I actually get to enjoy it, rather than fight with it.

      (Posted anonymously only because I *know* this will be modded flamebait - sigh)

    8. Re:Instead of Linux, they called it OSX by aldoman · · Score: 1

      No shit sherlock, but I can build a far faster machine than the single G5 1.8 for half the price. Plus I can use my old monitor.

      Also, I can play HL2 if I dual boot.

      Apple hardware is overpriced compared to home-built systems. To Dell and co it's not so bad, but for me I build all my systems and have been thoroughly unimpressed with the standard of performance of most Macs.

    9. Re:Instead of Linux, they called it OSX by seems+so+green · · Score: 0

      You get what you pay for! A great system that runs everything you need and is business friendly orrrrrrr linux, which I love, but the business world isn't too fond of yet. You decide.

    10. Re:Instead of Linux, they called it OSX by justsomebody · · Score: 1

      linux:)

      btw. I own two OSX machines and I hate them

      --
      Signature Pro version 1.13.2-3 release 83.5 beta3try7 after-breakfast edition
  17. Thoughts by Apostata · · Score: 2, Funny


    Obviously this article was too interesting/pertinent for linux.com, which continues to be the most boring Linux site on the internet.

    (NewsForge and Slashdot *and* Linux.com are both part of OSTG.)

    --

    This wasn't just plain terrible, this was fancy terrible. This was terrible with raisins in it. - Dorothy Parker
  18. Read the Article by Gates82 · · Score: 4, Informative

    The author isn't talking about auto updating software or and OS, he's talking about prebuilt Server/Clients for small offices. --> So really, who is hotter? Alley or Alleys sister?

    1. Re:Read the Article by krewemaynard · · Score: 1

      I've toyed with thin clients in the past. I know you get the single point of failure issue, but that can be solved with backups, redundancy, etc. That way, you worry about the updates on the server, and the clients don't have to be bothered with it. It may be an old-ish solution, but in some cases (especially offices) the fewer full-blown PCs you have to admin, the better.

      --
      I saw it on Slashdot, it must be true!
    2. Re:Read the Article by nine-times · · Score: 0, Troll
      I get that, but I still don't really understand what he's pushing for. I mean-- what, above having HP/IBM/Dell or some other hardware vendor selling Linux desktops?

      You can have scheduled updates on many Linux distros without much difficulty-- if you want that. If you buy Linux from Redhat/Novell or someone, what's being sold is support. Plus, you have support from your hardware vendor.

      As far as being "plug and play" or "zero configuration", it's pretty much there for the desktop clients, right? I mean, if you have Redhat or SuSE or something installed, what's so complicated about that?

      On the server level, well... when are you even going to not-need someone to help set that up? Is this what he's asking for? Because, I'll tell you, I don't think there's a shortage of Linux consultants who will help you out with that.

      Or is it an all-in-one solution? One large corporate company that sells the hardware, software, setup, and support? I'm sure there are smaller consultants who will help you with that, but if you want a big corporate-type body, I'd take a look at IBM or Apple (not linux, but similar). From these companies, that sort of service won't be cheap, but I'm pretty sure they'll do it.

      So what is it that he's really asking for?

    3. Re:Read the Article by Anonymous Coward · · Score: 0

      I think the message lies in the term 'Small Business'... a term many US companies are pretty unfamilar with.

      I can think of lots of examples from my Dad's 3 person water filter distribution business to a local chain of 4 florists stores where there is not IT guy on board.

      Sure they have someone who can plug or un-plug cables, but when it comes to setting up a mail server or a firewall, or backing up the accounting data, they are pretty clueless.

    4. Re:Read the Article by nine-times · · Score: 1
      Sure they have someone who can plug or un-plug cables, but when it comes to setting up a mail server or a firewall, or backing up the accounting data, they are pretty clueless.
      1. Setting up a firewall-- it's often included in the internet router if you use one, plus it's included by default in many Linux Distros.
      2. Backing up accounting data-- agreed that Linux could stand some improvements in the backups-for-know-nothings department, but then again, so could windows, and so could Mac. In my view, anyhow, the state of backups is pretty poor in general. The backup procedure always ends up being inefficient, complex and expensive, or creating useless backups.
      3. Setting up a mail server-- this enters a whole new realm in my mind. Could there be some better configuration tools to set up mail servers, FTP servers, etc.? Sure. But setting up a mail server-- you should have some idea of what you're doing. This, to me, crosses into the realm of, if you're setting it up for a small business, at least get the high-school kid who's played with Linux come and help you out for $6 a hour (and I've been that high-school kid), because you shouldn't be setting up real servers that do things on the internet if you're "pretty clueless". I mean, the idea of "I'm clueless enough to not know how to set up a mail client, but I want to set up a mail server all by myself" sounds dangerous.

      So, I agree, when it comes to Linux Desktops, we should have the option of automatic configuration whenever possible, good security, easy setup, easy networking and network sharing, and machines that work out-of-the-box. And we pretty much have that now (though, of course, it can always be improved).

      If you want to set up a complicated network with servers, you should know what you're doing. If you're on a budget and don't need feel you need the full expertise of someone like IBM, then look for a smaller consulting agency nearby that might have more reasonable terms. They exist. If paying a professional costs too much, and you just need something simple, hire an amateur.

      But a zero-configuration mail server? What, you're not even going to give it an IP, a hostname, domainname, usernames, or passwords? It's not happening.

      Or is the complaint, "Why don't we have service from a major vendor like IBM, but for a small business with a very small budget?" My answer would be, if you want enterprise-level products with enterprise-level support from a tier 1 vendor-- well, then you'll pay enterprise-level prices. IBM deals with relatively small businesses, but it'll still be expensive (relative to doing it yourself). If your budget simply won't provide for that, then seek a more economical solution. Complaining about this situation comes across a little like complaining, "What about the small businesses who want $20k worth of computer equipment, but don't have $20k to spend on computer equipment?" Well, TS.

      So what am I missing? What was the author of the article asking for?

  19. by that same notion by Anonymous Coward · · Score: 1, Insightful

    they are self-breaking.

    bad idea without administrator intervention. Would -you- want to come in Monday morning (or Saturday, 2am) to a whole department or more of broken machines?

    No thanks, I'll phase my rollouts

  20. Um, what about Debian? by Anonymous Coward · · Score: 2, Insightful

    I run Debian, with a nice little script that keeps everything automatically updated for me. It's been working great for months. I rarely reboot, OOo and KDE are kept up to date for me, as well as all the things in the background which I rarely worry about.

    With the many variants on Debian, I'm sure this guy's idea has already seen light.

    1. Re:Um, what about Debian? by skiman1979 · · Score: 1

      I was thinking the same thing with Mandrake. I log onto my mandrake server at least a few times a week and update the entire system through urpmi. Urpmi returns a list of packages it wants to update and I can say yes or no. I always just blindly say yes and I have never had a problem. Well I can't say "never". I recently pointed my urpmi database (mdk 9.2 server) to a 10.0 official mirror and ran the update. Urpmi updated everything fine, but then upon reboot, I had no X server. I had to do some configuring and reinstall video drivers, etc. I think that's to be expected though for updating to a new major version (9.x to 10.x). I could probably add this to /etc/cron.weekly without a problem.

      --
      Having a smoking section in a public restaurant is like having a peeing section in a public swimming pool.
    2. Re:Um, what about Debian? by Anonymous Coward · · Score: 0

      And look what happens. Yesterday Debian had a bug in sed upgrade, causing all sorts of problems with other packages. Today there is only a fix for sparc and that's it.

  21. Why? by Walrus99 · · Score: 1

    What is so great about self-updating. Sometimes you just don't want to update if your current system is working well. Apple OS X has software update, but you can set it so that you can check it yourself every few weeks. Why should I upgrade iCal if I never use it? Why upgrade 10.3.4 if it is running well? How is this some sort of wonderful new business model?

  22. Difficult by HogGeek · · Score: 1
    I've thought about doing something like this myself, but having to make the mortgage payment makes it impractical...

    It would be nice if somebody made a "channel" to provide the basics, and allowed for inexpensive or free franchise rights.

  23. It should be coming... by debrain · · Score: 4, Insightful

    A plug-and-play Linux computer is a logical step, technically, from Knoppix et al. Economically, it may be in a prime situation for a well priced subscription model.

    The barrier to entry of the humble plug and play corporate desktop actually seems to be a consequence of the lack of commercialization of Linux to date. Though the economic incentive exists to break into the enterprise marketplace, it has not trickled down to the small business.

    With time, I am sure that a start-up will capitalize on this in a grand way. The technology is there, as evinced by the variety and capabilities of the many distributions. A simplified distribution, reflecting an appropriate commercial incentive, may soon be in a position to go a long way.

    1. Re:It should be coming... by Anonymous Coward · · Score: 0

      Just what is this Robin Miller guy going on about?

      My first distro was Plug-n-play Linux. And that was 1994! Sheesh. Get with the program already.

  24. What tasks are you talking about? by mgkimsal2 · · Score: 5, Insightful

    What are questions you're getting that Windows 'can't do either' ?

    Pretty much any time someone's asked me something about Linux's capabilities, it's generally because they already *do* that particular task in Windows and wonder about compatibility, similarity, etc.

    I've not come across people that just make up random words, then ridicule Linux because it doesn't measure up when Windows doesn't measure up either.

    1. Re:What tasks are you talking about? by superpulpsicle · · Score: 1

      Biggest problem with Linux is still the kernel. How in the hell do you make something convenient when more than half the drivers need to be compiled into modules first before loading into the kernel.

      Yes, windows drivers are still terrible by a billion-dollar-company standard. But really, Linux's achilles heel is all its own strength, the kernel.

    2. Re:What tasks are you talking about? by kfg · · Score: 1

      Linux's achilles heel is all its own strength, the kernel.

      Oddly enough exactly the same is true of Windows. Engineering strengths always come at the expense of some weakness, just as glass is stronger than steel, but far more brittle.

      KFG

    3. Re:What tasks are you talking about? by Saeed+al-Sahaf · · Score: 2, Funny

      Are you aware that Linux *can not* do automated trans-mapping of sync stack variables? And if it could, it would prob. be command line for God's sake! It's true, tell me it's not.

      --
      "Who are in control, they are not in control of anything - they don't even control themselves!" - Glen Beck
    4. Re:What tasks are you talking about? by Anonymous Coward · · Score: 0

      What are questions you're getting that Windows 'can't do either' ?

      Windows isn't easy to install, but Linux gets ridiculed all the same. Office isn't fully compatible with itself across versions, Linux gets ridiculed because it isn't fully compatible with Office. Windows doesn't have a consistent and easy to use GUI, Linux gets ridiculed for the same.

    5. Re:What tasks are you talking about? by Spoing · · Score: 1
      1. I've not come across people that just make up random words, then ridicule Linux because it doesn't measure up when Windows doesn't measure up either.

      I get that all the time...though it usually starts out with some reasonable words before shifting into an impossible wishlist.

      When called on it, the answer is usually "Yeah, but that's Windows. Isn't there something that Linux can do?". NO! That's the point...there is no magic!

      I had a friend who insisted that he wouldn't bother with Mozilla till it could fit on a floppy. When asked why, he said that browsers should be small. The 'Does IE fit on a floppy' question was answered with a shrug and 'It doesn't have to'. He's looking at Firefox now though still thinks that it is too large.

      Another guy here talked about support for a data format only handled by a legacy DOS app...that he didn't want to run under a DOS emulator...but Linux would have to support natively or he couldn't use it. Note that it wasn't that the app couldn't run under emulation...only that he didn't want to do that.

      This is frustratingly irrational.

      If we emphasised using truely multi-vendor or open formats to store data and meta data (business rules, etc) we'd all be better off. Unfortunately, I see more decisions being made on the shape of buttons and informal recommendations instead of if it's dangerous to use the data format or not.

      --
      A firewall can not protect you from yourself. Turn off what you do not need. Do not use the firewall to do your work.
    6. Re:What tasks are you talking about? by Spoing · · Score: 1
      1. Biggest problem with Linux is still the kernel. How in the hell do you make something convenient when more than half the drivers need to be compiled into modules first before loading into the kernel.

      I haven't had to fiddle with the kernel in years. If I do, it's for fun or to try out a bleeding edge feature. For the last 6 months I've been running a stock, pre-compiled, kernel. The only thing I've had to do kernel wise is run Nvidia's binary video driver installer.

      I'm not saying you don't have a problem, though the kernel hasn't been a big issue -- or the biggest -- for quite a while.

      --
      A firewall can not protect you from yourself. Turn off what you do not need. Do not use the firewall to do your work.
    7. Re:What tasks are you talking about? by Spoing · · Score: 1
      (This is perfect: Teposted to gain visibility -- Moderators please mod up the original.)

        1. What are questions you're getting that Windows 'can't do either' ?

        Windows isn't easy to install, but Linux gets ridiculed all the same. Office isn't fully compatible with itself across versions, Linux gets ridiculed because it isn't fully compatible with Office. Windows doesn't have a consistent and easy to use GUI, Linux gets ridiculed for the same.

      --
      A firewall can not protect you from yourself. Turn off what you do not need. Do not use the firewall to do your work.
    8. Re:What tasks are you talking about? by DoctorMO · · Score: 1

      I agree to the fine point that putting Linux Device Drivers inside the kernel is a bad thing, but then they are moving towards modularity which should disperse the kernel monolith into smaller parts, or at least it could if someone was bothered to design a kernel source tree and installers for modules instead of the whole thing.

  25. Re:More fun with TEH HUNTER!!!! by Anonymous Coward · · Score: 0

    The guy is like Shakespeare!

    ON STEROIDS!!!!

    That is one bad-ass internet warrior, my friend.

  26. Great idea... by grasshoppa · · Score: 4, Interesting

    ..and something that most of us have been doing for years, whether the customers know it or not.

    I don't know about the rest of you, but I have stock systems that I go with, both hardware and software wise. I get a customer order, I already know which systems I'm going to use ( hell, I have ghost images of the damn things ). It's just a matter of what extra software packages they'll need.

    There's another aspect of this, and one that people can't quite grasp: Customers want to feel special. I don't care how much they belly ache about wanting it fast and cheap and good ( heh ), they want to feel like they are your most important customer. On the opposite side, most IT contractors are cock-chokers, and will spend as little time on the customer as possible. You see the potential problems arising from this situation?

    --
    Mod me down with all of your hatred and your journey towards the dark side will be complete!
    1. Re:Great idea... by Anonymous Coward · · Score: 0

      Um, what's a "cock-choker?"

    2. Re:Great idea... by zobier · · Score: 1
      --
      Me lost me cookie at the disco.
  27. From the Article by rueger · · Score: 4, Insightful

    To most people, "The Internet" is like a black box. They connect to it, and all they care about is that it works. They don't worry about routers and nodes and traffic-balancing and all the sweat that goes into keeping the infrastructure running. A small office computer system should be the same way. It should ... arrive, pre-tested, in boxes and get plugged in ... by a local, low-level network wiring contractor. As soon as everything is hooked up, people in the office should be able to sit down and go to work.

    Actually the author is right on the nose. Small companies should like the option of having a working network installed in their offices, and routine upgrades and/or maintenance handled remotely.

    I think that he has identified a possibly profitable niche, supplying companies too small for a staff IT person, but big enough to want consistency and support. These are the people who don't want to do-it-yourself, they just want systems that work, out of the box, without headaches.

    1. Re:From the Article by jd · · Score: 1
      I know several people who have started up exactly this kind of set-up, targeted mainly for students and universities, where the turnover in equipment - combined with a low budget - makes any low-cost solution very very attractive.


      The subscription model that seems to work best is renting the computer per month for students and per year for Universities and other educational facilities.

      --
      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)
    2. Re:From the Article by drgreg911 · · Score: 1

      Seems to me like this might be perfect for your average home user with a broadband connection. All they want out of their computer is music, email, web browsing, and word processing. For some fee make sure they've always got the latest versions of OO.o, Thunderbird, Firefox, etc. and make sure that any security patches, etc. are downloaded and installed automagically. Home users also have the advantage of not needing specialized software - having almost identical hardware and identical software on all the machines would make life even easier.

    3. Re:From the Article by nmos · · Score: 1

      I think that he has identified a possibly profitable niche, supplying companies too small for a staff IT person, but big enough to want consistency and support. These are the people who don't want to do-it-yourself, they just want systems that work, out of the box, without headaches.

      That's pretty much what I do right now and it is a good nich. If anything a lot of small businesses rely on tech. even more than larger business. Consider that if one of the computers in Amazon's shipping department is down it's an annoyance but if some small company's one and only shipping computer is down it's a much bigger deal. The hard part about servicing this nich is scaling it up beond the one or two person shop. You tend to be dealing with a hodge-podge of random hardware and software and many of these guys have one or more specialized pieces of software that you've probably never seen before. Finding help that can think on his/her feet and won't take risks with the customer's data (most of these customers don't have working backups) is hard.

    4. Re:From the Article by man_ls · · Score: 1

      You've hit on the niche market I was involved in.

      I marketed myself as a certified IT support service, for businesses too small to have a dedicated IT staff. (And, admittedly, "too small" to have an IT staff extended up to companies with 40-ish employees, in my experience.)

      They paid an insane rate for me per-hour, around $50, *way* more than they were paying their regular employees -- but I only had maybe 1 call every 2 weeks from most places. I wore a lot of hats...Active Directory administrator at one place, Act! DBA at another, Filemaker DBA at a third, helpdesk at a fourth...was making a decent amount of money from it. (Was only part-time.)

      This is the sort of thing that will never be outsourced, because it's too "Hands on" *to* be outsourced. Companies still need someone to be physically there, when something breaks such that a reboot just won't fix it. Or when they need complex tasks done for them.

    5. Re:From the Article by DoctorMO · · Score: 1

      Hell I want that at home.

  28. MOD PARENT UP (MOD TIMOTHY DOWN) by justsomebody · · Score: 1

    Correct. And my best guess is that almost no one read damn article.

    There's a talk about creating a plug'n'play system that would enable offices to perform their job. Mostly talking about best solution to solve migration to new environment and new solutions

    --
    Signature Pro version 1.13.2-3 release 83.5 beta3try7 after-breakfast edition
  29. first... by humuhumunukunukuapu' · · Score: 1
    they should probably work on getting desktops and laptops working in a much simpler fashion....then move on. i don't see people trusting their office system to something that is a hassle at home just because it is a little cheaper.

    one thing at a time.

    --
    i saw the baby, and the baby looked at me
  30. Re:Binary updates/will be plausible when... by sktea · · Score: 1

    rf0 had written:
    They work well if you don't change anything but that isn't a normal desktop computer. People want to install the latest screensaver, watch the latest flash animation...

    mytec opined:
    I think it will be plausible when more business related software runs on the Linux platform.

    Do I have to say a word? \\GRIN// The jokes tell themselves around here...

    --
    Sometimes I have to say to hell with it and just eat my jellybeans.
  31. Message for Alexei! by Anonymous Coward · · Score: 0

    Hey, can you fix that Misys Java dataload?

  32. Obligatory Hardcore Hacker Comment by ObsessiveMathsFreak · · Score: 0, Troll

    No-one needs plug and play!
    All we need is

    # mount -auto uid 0x0546 /mnt/djuh /dev/rtv7 | grep /etc/fstab "df5b" | less -i | umount /dev/null /mnt/floppy | rm -i -v /*

    What could be simpler! :E

    --
    May the Maths Be with you!
  33. It is in the works! by jkinney3 · · Score: 3, Informative

    My company, Local Net Solutions has been working toward that goal for about a year now. The system is about ready to go. Depending on the office size and bandwidth from that office, I am looking at a local machine to be the master update server. The SOHO office will update directly from my servers.

  34. hmm by mattyrobinson69 · · Score: 1

    like my gentoo system (if i added the cronjob)

    coldplug for booting up
    hotplug for hotplugging of devices
    udev for the device node creation
    and a cronjob to run emerge sync ; emerge -u world every night or whatever

    The same could be done with any distrobution (although as far as i know only gentoo and debian derivatives have emerge/apt-get type capabilities).

    Infact there's many gui's for apt-get, and one that i know of for emerge (although kentoo for emerge isn't that great). Plus there's kpackage which afaik will be a gui to any popular package system, if it does scheduling, i dont know.

    1. Re:hmm by Spider[DAC] · · Score: 2, Interesting

      Then update comes along. New configfile format that requires an update. New configfile also requires some configuration, like say. Your Ip number.

      then you either update automatically, and miss that leftover "die" in the config, or you don't and reboot the machine.

      in any case, it requires intervention, or you're off in the cold.

      no, Gentoo , as good as it is, isn't the automagical solution to everything. please don't tout it as if it would be, all cases like this require an administrator to do it. A Good Linux in this case would be deploy once and wouldn't require updates for a Long Time.

      It would be a small and specific set of packages, and only Just That. When the update comes along, an updater-tool migrates all changed configs. And all things /* Hah! */

      The plethora of alternatives that Debian, Gentoo, Fedora and others supply invites more complexity. keeping things simple means less work on updating and less administrator effort.

      --
      I didn't do this, now did I?
    2. Re:hmm by Spider[DAC] · · Score: 1

      AGH!
      plain-old-text removed my bracket emphasis!

      "New configfile format that.."
      was :
      New "foo daemon" configfile format that..

      "And all things /* Hah! */"
      Was:
      And all things "just work" /* Hah! */

      --
      I didn't do this, now did I?
    3. Re:hmm by meburke · · Score: 1

      Yes, the Gentoo distro does a good job. In fact, if the clients are all thin-clients, it does the job pretty darn well.

      However, the idea is for a "desktop system", and that brings to mind a business full of clones of different ages, different capabilities and different apps. (In other words, a lot of CRAP!) This means that instead of one server doing an update everynight, we are faced with multiple update sessions every night. At this time, no LINUX desktop is shown to be capable of doing this in an efficient way.

      PNP is a different story: It's amazing how I've been able to find drivers and setup for Gentoo on everything except my Toshiba laptop. It's pretty much painless, but the fault on the Toshiba is not in the LINUX distro as much as the manufacturer. It does take some cooperation from the manufacturer to make this possible.

      Mike

      --
      "The mind works quicker than you think!"
    4. Re:hmm by skiman1979 · · Score: 1
      The same could be done with any distrobution (although as far as i know only gentoo and debian derivatives have emerge/apt-get type capabilities)


      From my experience, mandrake's urpmi is a pretty good package management system. 'urpmi.update -a -c;urpmi --update --auto-select' is similar to 'emerge sync;emerge -u world' Both systems do dependency checking and urpmi can be set to pull from multiple mirrors. Never tried multiple mirrors with emerge though, but I'm sure it would work.
      --
      Having a smoking section in a public restaurant is like having a peeing section in a public swimming pool.
    5. Re:hmm by skiman1979 · · Score: 1

      I guess I should have used the preview button. Is there a post format so you can use the "Allowed HTML" and still insert line breaks into a post by just hitting 'enter'?

      --
      Having a smoking section in a public restaurant is like having a peeing section in a public swimming pool.
  35. Duh by homerskid · · Score: 1

    It's called Gentoo

  36. Gentoo Baby by MrPrefect · · Score: 1

    a crontab and emerge sync emerge -u world

    1. Re:Gentoo Baby by Anonymous Coward · · Score: 0

      So we can switch from windows "full pc virus scan" hogging down 90% of cpu and disk, running two hours a day to the pc rebuilding its entire execution environment for two hours a day.....

      that's progress.....

    2. Re:Gentoo Baby by MrPrefect · · Score: 1

      actually if its done on a daily bases it is unlikely to take nearly that long, most packages arn't updated all the time every day, maybe an hour or so maybe less maybe more depending on the day, but these can be run at night instead of having 'real time' system scans that make using a 2.4Ghz Xeon for accounting acceptable now a days

  37. Just keep it off the Internet... by hey · · Score: 1, Interesting

    ... then you don't need any security updates.
    Really. Lots of business desktops don't need
    full Internet access.

    1. Re:Just keep it off the Internet... by Enrico+Pulatzo · · Score: 1

      I think you mean, "keep it off a network" since any machine connected with a route anywhere else is vulnerable. All it takes is one node of a network to be comprimised, then the rest of the network becomes a target.

    2. Re:Just keep it off the Internet... by CoyoteGuy · · Score: 1

      ... then you don't need any security updates.
      Really. Lots of business desktops don't need
      full Internet access.


      Now tell me what use is a computer that does not sit on a network? Even if the subnet is segmented from any active internet gateway, there are still huge risks involved. How about we get back to task, and try and come up with a system that will satisfy small business? This caveman thinking of unplugging the rj45 and you're safe is just plain retarded.

      --
      Slashdot.. Land of nerds, trolls, and FlameBait..
    3. Re:Just keep it off the Internet... by bfields · · Score: 1
      > ... then you don't need any security updates.
      > Really. Lots of business desktops don't need
      > full Internet access.

      They want to print, at least. Maybe the want to share files with someone down the hall. At that point the easiest thing to do is put them on a real IP network, but behind a firewall. Now they're vulnerable to any compromised machine on the same network, possibly including a laptop that someone also uses on other networks when they travel.... Oh, and if they also want to run a browser or a mail client then they're obviously vulnerable to all sorts of attacks. It's not just services that are vulnerable!

      --Bruce Fields

    4. Re:Just keep it off the Internet... by hey · · Score: 1

      Sure, but what about a Point-of-Sale system in a store or resturant. Things like that. Now every job is a "knowledge worker" job.

    5. Re:Just keep it off the Internet... by bfields · · Score: 1
      Sure, but what about a Point-of-Sale system in a store or resturant. Things like that. Now every job is a "knowledge worker" job.

      Do Point-of-Sale systems never have internet connections? I'd think there'd be a lot of advantages (simple connection to backend databases, etc.). And most of them already run something like a real OS these days, don't they? At which point I suspect you've reached a level of complexity that, alas, probably requires the occasional security patch.

    6. Re:Just keep it off the Internet... by travail_jgd · · Score: 1

      You also need to restrict local access. Joe User can just download infected files on his home PC and installs them with a floppy or CDR sneakernet.

  38. Plug and Play Linux? by Phixxr · · Score: 0, Redundant
    Dude... Plug and Play CPM is where it's at... it's the wave of the future!.

    phixxr

    --
    ungggghhhh
  39. COM for Linux by Zanek · · Score: 1

    I'm waiting for Linux to have a robust equivalent to COM. Believe it or not, MS Office has benefitted greatly from COM (Automation anyone).
    The fact that a Powerpoint COM server can be hosted in MS Word to use powerpoint features is amazing IMHO and very cool.
    Linux needs this !

    --


    Help pay for my wedding! Go to my kickass website
  40. Impossible Premise by Gothmolly · · Score: 1

    Computers are complicated. Even the Borg don't have their autoupdate stuff working properly, and they have $$$ to spend on it. Computers are complicated. They are not your toaster oven, microwave, or VCR, which is likely to be still blinking 12:00. They are not your (modern) car, where you turn the key and it "just goes". They are more like your old car, where you had manual choke, points-based distributor, and vacuum-powered windshield wipers. Computers are complicated. Just because Jean-Luc Picard can tell the Enterprise computer to do something, doesn't mean that you can speak to your mouse and create transparent aluminum. Computers are complicated. Are you beginning to see a theme here?

    --
    I want to delete my account but Slashdot doesn't allow it.
    1. Re:Impossible Premise by oexeo · · Score: 1

      No, please clarify. Something about computers?

    2. Re:Impossible Premise by mabhatter654 · · Score: 1
      NO, they're not!

      I sit by an AS400 all day and 99% of the calls I've ever gotten were non-software related [i.e. power problem, network problem, user input errors, etc] If computers are treated as tools...like a CNC or engine then they'd work much better. Windows is the WRONG OS for most business. Sure it's cheap and versitile but that means it's also mostly a hack-job. If you identify your business needs you'd see that in 90% of cases Linux is already there...it's just piss poor management that isn't used to planning computers as tools but wouldn't change the toilet paper without considering the budget cost.

      The good thing is that combine with SO-OX this type of business could start being really attractive... when SO-OX hits the "teenage hackers" that run most IT shops simply won't cut it anymore. locked down tight, squeaky clean boxes will be mandated by law. While it will be a bit#H to fix the net effect will be REAL progress in IT...not just cool screensavers for the VPs!

  41. Down with Usability! by Mulletproof · · Score: 2, Interesting

    It's ironic that somebody who is trying to address one of linux biggest problems- user friendliness -is being flamed and compared to that very same product. I'm not saying the service is good or bad. I don't know. And neither do half of you, but we're associating it with Windows- a bad comparison to begin with -anyway. What's hugely ironic is that you have to pay for a service to get an open source product that user friendliness to begin with.

    And for God sakes, people, you can turn the windows auto update manager off. If that's your biggest bitch, go whore yourself somewhere else.

    --
    You need a FREE iPod Nano
    1. Re:Down with Usability! by silicon+not+in+the+v · · Score: 1
      And for God sakes, people, you can turn the windows auto update manager off. If that's your biggest bitch, go whore yourself somewhere else.
      You missed the point of most of the complaints about it. They were trying to find a way to turn it ON, as in, actually working. Most of the comments I read were from people who were trying to use this thing that supposedly works, and it's just not doing anything.
      --
      We may experience some slight turbulence and then...explode. -Capt. Mal Reynolds
  42. Dear Timothy... by justsomebody · · Score: 1

    read the article. It's not even near about auto-updating

    --
    Signature Pro version 1.13.2-3 release 83.5 beta3try7 after-breakfast edition
  43. It's the OUTLOOK, folks, by wsanders · · Score: 1

    This is a good idea and all, but the bottom line is that American Business is a crack whore for Outlook, the One True App with which they cannot live without.

    Until Open Source has a killer mail reader app this will be an uphill struggle.

    Let the pedantic quibbling about what is the best mail client begin!

    --
    Give a man a fish and you have fed him for today. Teach a man to fish, and he'll say "WHERE'S MY FISH, YOU IDIOT?"
    1. Re:It's the OUTLOOK, folks, by kanarde · · Score: 1
    2. Re:It's the OUTLOOK, folks, by Anonymous Coward · · Score: 0

      Evolution: requires Gnome, no Windows client, no server, poor to non-existent groupware functionality, and half-assed Exchange connector.

      No wonder MS isn't scared.

    3. Re:It's the OUTLOOK, folks, by Zapdos · · Score: 1

      Other than requires gnome, and no windows client, how is that diffrent than outlook?

    4. Re:It's the OUTLOOK, folks, by Anonymous Coward · · Score: 0

      Evolution have Tasks, or Notes? Nope...
      Full out server tie-in? A server at all? Nope...

      Evolution is barely more than any other email client - just because you don't take advantage of Outlook, doesn't mean it's what others are looking for.

    5. Re:It's the OUTLOOK, folks, by Anonymous Coward · · Score: 0

      What are you talking about?

      File > New > Task
      File > New > Post Message (posts a note in form of an email)

    6. Re:It's the OUTLOOK, folks, by Zapdos · · Score: 1

      To answer your questions:
      Does Evolution have Tasks, or Notes? Yes! and Yes! Full out server tie-in? Yes!
      You are not familiar with the product.
      Evolution Features List can be found here.
      Does Outlook have vfolders? Can it do Calendar overlays? Can it natively Use Novell GroupWise accounts?


  44. I'm really liking OSX by mandrake*rpgdx · · Score: 1

    It's like Linux wrapped in Candy. I never thought I would though- I was a staunch slackware user. But now, I could never go back.

  45. use debian by AeiwiMaster · · Score: 1

    apt-get install cron-apt

    Edit the config file.

    That it!

    1. Re:use debian by skiman1979 · · Score: 1, Redundant
      Mandrake:

      # touch /etc/cron.daily/update_system;echo "urpmi.update -a -c;urpmi --update --force --auto-select" > /etc/cron.daily/update_system;chmod 700 /etc/cron.daily/update_system

      Gentoo:

      # touch /etc/cron.daily/update_system;echo "emerge sync;emerge -u world" > /etc/cron.daily/update_system;chmod 700 /etc/cron.daily/update_system

      Shouldn't have to edit any config files in either case. Although with Gentoo, you may have to do something with etc-update.

      --
      Having a smoking section in a public restaurant is like having a peeing section in a public swimming pool.
  46. Executive resume by Laz10 · · Score: 1

    You guys go build a trouble free linux.

    When you are done and your heart is full of gratitude towards me and Joe because we gave you that great idea you can thank me by comming by and installing the first system on my home network.

  47. I have been doing this for over 1 year now by Anonymous Coward · · Score: 0

    In the dutch market though, and it is very tough. People don't want to change, even if it costs them way less, don't violate licenses anymore etc.. Over the year only got a few customers, which after a short period of adjusting ( I call it the initial 6 weeks of frustration) are very satisfied with the product and the prices which they have to pay.
    My company:
    www.edusupport.nl (dutch only, but if any english speakers are interested in buying a solution: No problem at all).

  48. I don't think that's the problem... by Anonymous Coward · · Score: 4, Interesting

    Most of the small business owners I speak are reluctant to migrate to Linux (or *BSD) because of the perceived lack of business oriented software. They are perfectly happy with the Linux offerings today when it comes to setting up things such as firewalls, print servers and backup mechanisms.

    As a specific example, a small handful of these businesses run some very specialized sales tax tracking software. (Think stores that sell both taxable and tax-free goods.) Conceptually, the software is trivial. However, the software is so old that the minimum recommended operating system is DOS!

    Let me be more clear. Sure they can run it in a DOS emulator on Linux. That's not the problem. What they want is "external support" for that particular configuration, and they don't have the time or the patience to chase down dozens of Google leads, whenever a problem comes up. They'd rather pay (and expense) for a dedicated vendor, but the market is too small to support one.

    I have spoken to accountants who plan to move to OSX as soon as all of their accounting software gets ported over. I believe Peachtree has taken this step. I'm not sure about Quickbooks or some of the more specialized packages. If these companies sold Linux specific, supported, and certified editions, they would move.

    They would even still move if you simply "repackaged" existing software for Linux and provided support for the Linux specific issues (and acted as a go-between for the other issues).

    That said, I doubt businesses are looking for a zero-administration box. I sincerely doubt they want one that's administered remotely, unless this company was willing to assume the legal risks and obligations. If they break the box when you're trying to submit quarterly financials, will they pay the penalties?

    1. Re:I don't think that's the problem... by Anonymous Coward · · Score: 0

      Just an FYI, as an employee of a tax software company, Taxware (guess who I work for) will compile against any operating system that has an ANSI C compiler, and isn't terrifically expensive.

    2. Re:I don't think that's the problem... by nmos · · Score: 2, Interesting

      As a specific example, a small handful of these businesses run some very specialized sales tax tracking software. (Think stores that sell both taxable and tax-free goods.) Conceptually, the software is trivial. However, the software is so old that the minimum recommended operating system is DOS!

      Agreed, and almost every business has something like this wheather it's a POS system or a locksmithing database, there's always something.

      Let me be more clear. Sure they can run it in a DOS emulator on Linux. That's not the problem. What they want is "external support" for that particular configuration, and they don't have the time or the patience to chase down dozens of Google leads, whenever a problem comes up. They'd rather pay (and expense) for a dedicated vendor, but the market is too small to support one.

      Too True. Even when the software works perfectly under Wine or Dosemu you still have to worry about how they are going to deal with updates and what strange things the vendor support is going to have them do if a problem does come up. If some of these vendors would start officially supporting runing their software under Wine (just document the install and update procedures that are already known to work and training their support folks) that would be a huge step in the right direction.

    3. Re:I don't think that's the problem... by Spoing · · Score: 1
      1. Let me be more clear. Sure they can run it in a DOS emulator on Linux. That's not the problem. What they want is "external support" for that particular configuration, and they don't have the time or the patience to chase down dozens of Google leads, whenever a problem comes up. They'd rather pay (and expense) for a dedicated vendor, but the market is too small to support one.

      I have similar customers -- fee based on yearly retainer + remote support + on-site support -- though if the original vendor no longer exists you've already lost the dedicated vendor...so they have no other options but to go to a third party if they can't or don't want to move to another software program.

      The most troublesome has a CAD package that only worked under DOS with specific video hardware. That hardware was not emulated. They are looking at dumping or migrating all the CAD files they have when they begin to run out of video cards. Nobody can help them; they did it to themselves by not planning for migration to other systems. One of the reasons why propriatory formats are bad for business -- well, bad for the customers of the software!

      --
      A firewall can not protect you from yourself. Turn off what you do not need. Do not use the firewall to do your work.
  49. Binary Updates are not for lusers to do. by Soko · · Score: 5, Insightful

    I have to speak to this.

    As an IT mangager type, I just cringe when I see someone who has installed a new screen saver and/or tool bars. I do my best to not be overbearing to my user community, but there comes a point where you have to say "Enough." I've gone through more than enough machines removing malware and spyware and then explained to the luser who abuses the machine that they're breaking things by installing un-approved apps, and next time I get out the LART.

    The machine is there to help them get work done, not entertain them. It's like thier work area - we don't allow objectionable posters or dangerous items as decor, nor do we allow them to leave thier area in a dangerous clutter, so why should we allow them to do approximately the same thing to thier computer? It makes no business sense to do so. (BTW, the above analogy seems to actually sink in to a semi-intelligent luser's skull without applying deadly pressure - best clue I've found for them so far.) It's all about instilling the right culture into your organisation.

    I'd love for something like the articles subject to come to fruition. It would be easier to manage, users would benefit from little to no down time as well as a consistent desktop environment, and I could approve all apps before they're installed, installed once and installed correctly. Hell, I'd allow and even deploy MP3 players, some games and even the coolest screen savers I could. I want them to have as rich an experience as possible, but I want that experience to be safe and inexpensive to use - and the article's subject seems to have a plausible chance of providing just that.

    Soko

    --
    "Depression is merely anger without enthusiasm." - Anonymous
    1. Re:Binary Updates are not for lusers to do. by phildog · · Score: 1

      >The machine is there to help them get work done, not entertain them.

      Right. And you are there to help them get their work done on the machine, not lecture them.

      If you are an "IT manager type" and are honestly saying you care about screen savers, I weep for your company.

      Block the nasty stuff at the firewall, take away admin rights if people violate policies you provided to them (in written form), and get on with your life. Sheesh.

      --
      slashsearch.org - slashdot search. powered by google.
    2. Re:Binary Updates are not for lusers to do. by Anonymous Coward · · Score: 0

      sure glad I don't work for the same company as you.

      sheesh.. does your office door say "President" on it? I didn't think so.

      your an IT dude, these 'lusers' get to tell you what to do! that's right! not the other way around - YOU are there to support THEM. they have their jobs, and I'm sure none of their described duties include "make the jerk in IT happy"

      if you lecture these 'lusers' I sure hope one of them reports you to the person in charge (the actual person, not you) and you are fired promptly.

      get a life man.

    3. Re:Binary Updates are not for lusers to do. by Anonymous Coward · · Score: 0

      just another big-headed IT manager who thinks he is in charge.

      I could explain how stupid and arrogant you sound, but you wouldn't understand it anyways because you are too caught up in the idea of how much smarter you are than everyone else and how the company couldn't function without you.

      Guess what - they could! Sure, maybe they'd have some extra spyware floating around the network and the odd virus attack, but they'd manage.

      Hell, they'd probably be happier without you - I'm sure they get tired of your holier-than-thou preaching all the time as it is.

    4. Re:Binary Updates are not for lusers to do. by AnomalousTurd · · Score: 1

      >Block the nasty stuff at the firewall, >take away admin rights if people violate >policies you provided to them (in >written form), and get on with your life. Sheesh. Spoken by someone who doesn't spend a significant percentage of their day fixing luser's messes. If you take away admin rights first then you don't have to come back, fix the PC and then take away admin rights. Less waste of company resources.

    5. Re:Binary Updates are not for lusers to do. by Anonymous Coward · · Score: 0

      if my IT manager came down and said something to me about my screensaver I'd smack him back to his little dungeon.

    6. Re:Binary Updates are not for lusers to do. by hal2814 · · Score: 1

      I find it amazing the lengths people will go to in order to keep their screensaver and/or background. This was actually a big issue at the office I used to work at when we blocked access to Display Properties. There were people pitching fits to management. Over what? Over something that you shouldn't even notice if you are actually doing work. I guess that personalizing your workspace is somethign I'll never understand. My desk has a wedding pitcure on it. The only reason that is there is because my wife told me to put it there and I didn't care to argue.

    7. Re:Binary Updates are not for lusers to do. by Anonymous Coward · · Score: 0

      you call them 'lusers', they call you a loser.

      anyone who can say such things about their co-workers has a company problem. your company's problem is clearly you.

    8. Re:Binary Updates are not for lusers to do. by flosofl · · Score: 1

      Yeah, he shouldn't be concerned at all about screensavers... especially the ones listed here:

      Known Spyware

      Some of those cute screensavers (with spyware) chew up bandwidth on local segments regardless of whether they're blocked with a firewall from phoning home.

      Normal users shouldn't be able to install ANYTHING, but some companies will sacrifice security because employees grumble (neither here nor there, but still the wrong stance - No install rights should ever be given to standard users). If he were my "IT Manager type" and NOT caring about any 3rd party software(screensavers included) installed out of band, he would be out on his ass. That said, part of IT's mission should be to educate and inform users (at least at a comapny which is serious about IT). We have regular Lunch-and-Learns about security, spyware, browsing, computer usage, network info, etc...

      User education is always the best route (and most painful with certain users). If that doesn't work, then you need to enforce penalties. With comprehensive IT policies and practices (and I do mean comrehensive) IT should never need to get into an adversarial mode with the users. I have seen techs/admins who don't like to work with users, be pretty atagonistic and then be all surprised when a round of layoffs occurr and they're on the list. However you want to look at it, at the end of the day users are the whole reason for our career.

      It sounds like this guy is trying to educate users rather than make them enemies.

      --
      "This calls for a very special blend of psychology and extreme violence" - Vyvyan "The Young Ones"
    9. Re:Binary Updates are not for lusers to do. by LnxAddct · · Score: 1

      Stateless linux.... its everything any systems adminsitrator will ever need. Its still kind of being developed and worked out though, within 6 months to a year though it should be a very viable option. Check out http://fedora.redhat.com for more info.
      Regards,
      Steve

    10. Re:Binary Updates are not for lusers to do. by Severious · · Score: 1

      "The machine is there to help them get work done, not entertain them. "

      Are you by any chance posting from....work?

      --
      Tinfoil hat? Naa, I long since replaced it with a reinforced titanium alloy.
    11. Re:Binary Updates are not for lusers to do. by Anonymous Coward · · Score: 0

      as an it manager what do you do to the morons in corperate what set all users into the administrator group so they can push down an app and leave them that way for a week so that everytihng can get infected all to hell with spyware?

      if you have to set a user to admin to install something remotely then the app or os is a piece of shit.

      and until all the MCSE's admit this loudly we will be stuck with it.

    12. Re:Binary Updates are not for lusers to do. by westlake · · Score: 1
      I guess that personalizing your workspace is somethign I'll never understand.

      which is why morale within the cubicles hits rock bottom whenever the system nazis take charge.

    13. Re:Binary Updates are not for lusers to do. by oliphaunt · · Score: 2, Insightful

      The machine is there to help them get work done, not entertain them.

      This is an important point that people should be encouraged to remember. If you work for a company, and that company provides you with a computer, that computer belongs to the company, not to you. You should expect that the company or its representatives are monitoring every keystroke you make at that computer, and choose your actions accordingly.

      Just because you are able to take advantage of holes in your company's IT policies to install programs and make changes to the settings doesn't mean it's your inalienable right to do so.

      Yes, it's more attractive to me (as a geek) to work for a company with lax computer security, but (as a manager) it makes me cringe to know that I'm not in IT, but (a) I can login as Administrator on 80% of the boxes in my office, (b) I have deactivated the software audit client on my own box (provided by the company) becuase it was annoying and inconvenient, (c) I've installed openVPN so I can ssh out through the corporate firewall, and (d) we're paying ANOTHER COMPANY over $5 million a year to manage our desktops for us, supposedly becuase they're experts at it and should therefore be able to prevent me from, e.g., running an open-source SSH client as an administrative service, or incurring liability for my company by having a no-cd-hack-enabled WCIII executable on a company laptop.

      As a manager, I want my desktops locked down so that I KNOW I'm not liable when the BSA comes knocking at my door, and that's all I care about.

      --




      Humpty Dumpty was pushed.
    14. Re:Binary Updates are not for lusers to do. by hal2814 · · Score: 1

      I'll have you know morale within the cubicles was already at rock bottom long before the system nazis took charge.

      Seriously though, instead of just making a blanket statement, care to explain why morale hinges on whether or not you have a screensaver or computer background set a certain way? I'm not trying to pick a fight. I really am curious. What difference does it make?

    15. Re:Binary Updates are not for lusers to do. by westlake · · Score: 1
      Seriously though, instead of just making a blanket statement, care to explain why morale hinges on whether or not you have a screensaver or computer background set a certain way? I'm not trying to pick a fight. I really am curious. What difference does it make?

      It means that you are a distinct individiual and not merely the occupant of a featureless cubicle. It means that you are encouraged to customize the tools with which you must work, within reasonable limits. It means that the word "luser" isn't part of your vocabulary as a system administrator.

    16. Re:Binary Updates are not for lusers to do. by Anonymous Coward · · Score: 0
      How funny, "stateless linux"... and who ever thought dumb terminals would never come back into vogue?

      Used to be:

      mainframe --> dumb terminal
      then:

      mainframe --> terminal server --> dumb terminals
      then:

      mainframe --> smart terminals
      then:

      mainframes --> PC's
      now:

      PC's
      according to this lutz:

      mainframes/servers --> stateless linux

      Hahahahaha, we're back where we started. Now just add a few toggle switches and blinkenzlietz to the PC front panels and we're all set. Yup, Linux has brought us out of the horrid dark ages.

  50. the more people use linux the lower my salary... by bgeek · · Score: 0

    remember what you're doing when you try and make linux more mainstream by such new-fangled devices.

  51. Oh, pshaw by krog · · Score: 5, Insightful

    Sure, it's the "Linux way" but sometimes the world is better served by one or two major versions of the same thing, rather than thirty or forty all clamoring for market share. If there were One True Distro, far more people in industry would take Linux seriously; likewise, if there were a single, well-supported, well-equipped Linux desktop system, that would go much further toward widespread adoption than aging computer shops propping themselves up by hiring 17-year-olds to install Mandrake on P3 systems.

    1. Re:Oh, pshaw by for_usenet · · Score: 1

      I think to a great extent, it is already like this. There is RedHat and SUSE for more serious (read business) deployments, and a plethora of others, from which you can choose one that fits your needs.

      I've been trying to set up my GF old PC for her folks. I tested RH 9 and Mandrake 10.0 before I settled on Ubuntu, primarily because I like it's polish, simplicity, and application availability for a fairly new linux user, but also because it is Debian based, and I've had a few years worth of experience working with and on with my own Debian box at work. But in the end, I was glad to have a few distros to try out to find one that suited the eventual use of the PC (mostly web surfing, light "Office"-type work, photo download + editing, and most importantly, not having to working about every *!@#&*!! virus and worm prowling the net in the hunt for vulnerable windows systems). I could not imaging finding this good a fit if there were fewer choices available.

    2. Re:Oh, pshaw by Anonymous Coward · · Score: 0

      You mean only two like: Redhat and Mandrake?

      I'm currently using Gentoo. Given the choice between Redhat and Mandrake, I will go with neither and use one of the *BSD. :)

      My point is not that Redhat and Mandrake are not good, it is more that different people have different needs.

      That being said, there is nothing that stops a company of doing a commercial system using a Linux-based OS and convincing companies to support it.

      Apple is a company that sells a Unix system (BSD/Mach) and there are commercial apps for it but a lot of people prefer Windows PCs and I respect their choice.

      Me I use Gentoo Linux on a AMD PC and on an iBook laptop. I don't care if Gentoo is popular or not. Just use it because its fun.

    3. Re:Oh, pshaw by Anonymous Coward · · Score: 0

      I'm mostly a Windows users but have played around with RH, Suse and Debian distros and agree with the parent. Limiting the number of distros and unifying somewhat the mechansim for installation, updates, package acquistion would go a long way into mainstreaming Linux into the business world where geeks don't always reside. The Linux crowd says that unifying just stifles creativity... but to the rest of the world, having a common method of doing something (like driving a car) is reassuring.

    4. Re:Oh, pshaw by Anonymous Coward · · Score: 0

      "If there were One True Distro" ...its producer would be charging gold out of it, he wouldn't have any interest in developing new features, except those that would insure the lock in of its user-base, in case any competitor arises.

      Well, it is not anything like black magic, you just have to look at what it is currently the One True Distro, named Microsoft Windows to know what happens whenever a niche is coped by a monopoly.

  52. local auto-updating by TheSHAD0W · · Score: 2, Insightful

    I don't think having systems update automatically based on a distro manager would be that smart. I do think the auto-update function would be very useful if distribution were controlled locally, say by a company's MIS department. They'd have a better handle on what hardware was out there, and could test and make sure updates won't start breaking things. It'd also work if a computer manufacturer and distributor did it, assuming owners limited what changes they made to hardware.

    1. Re:local auto-updating by jargoone · · Score: 1

      Did you read the article? This is meant for *small* businesses. How many small businesses do you know of that have departments at all, let alone an "MIS" department? What the hell is an MIS department anyway, unless you're at a university?

    2. Re:local auto-updating by TheSHAD0W · · Score: 1

      It'd be stupid for small businesses, unless all those businesses had identical machines. A small business would be in dire straits if an update came along that wasn't compatible with their hardware. They'd still need the equivalent of a MIS department, someone who sold them the machine and double-checked the updates' compatibility.

  53. There are a lot of efforts by SuperKendall · · Score: 1

    Just go to sourceforge and do a search for "accounting".

    The trick is finding people who know enough to decide which is a good candidate for a bundle.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
  54. Just the opposite. by WindBourne · · Score: 1

    Right now, while there is less software is the time to start this. Once it is in place, then there is less of a battle about it when a company decides to move to Linux.

    --
    I prefer the "u" in honour as it seems to be missing these days.
  55. Key ingredient missing... by Sai+Babu · · Score: 2, Insightful

    IMO the basic idea has merit.
    Forgive me if I missed it in the article, but the addition of offsite, secure, encrypted(private) backup to the mix would make it much more attractive.
    Alternatively, XUL behind Firefox browser makes it possible to shift office applications to an offsite server farm which in turn might have offsite backup or even a secondary site for disaster recovery.
    Beginning with a mix of the two and slowly moving applications off site as one is able to seems a reasonable approach to building this sort of business.

    Privacy is a big concern for all businesses so should be a selling point rather than a response to the question.

    I wouldn't be surprised if there are companies, slowly going about the sort of business proposed on their own, rather than than trying to start big by hooking up parties for a big splash into the business.

  56. Re:Why? MOD PARENT DOWN by mumblestheclown · · Score: 1

    This would be potentially insightful if EVEN ONE example were given rather than just revolutionary hand waving.

  57. Really talking about a business-model... by adjuster · · Score: 5, Insightful

    The article is talking about a business-model, and Free Software is only a component of that model. The idea of using free software to bootstrap a service business by leveraging the (a) low cost of implementation, the (b) support via remote access technologies, and (c) utilizing commodity hardware, sounds like a great idea, but then the author moves into less sensible territory. The author says things like "A central company should supply the hardware, software, and behind-the-scenes tech support...", and talks about franchising, etc.

    I find this "central company" model flawed. Free software opens the door for small companies to compete on a level "playing field" with larger companies, on the basis of their familiarity with the software and their skills. PC hardware is already commodity.

    To me, the door is wide open for thousands of small companies to compete deploying, servicing, maintaining, and administering computer networks for businesses who are too small to have a full-time IT staff (or employee). Why bring a "central company" into the mix, when all a "central company" brings into the picture is additional overhead, lack of agility, and administrative burden?

    I'm biased, perhaps, as a member of a small employee-owned IT services firm. My firm is quite small, but provides exceptional service to our Customers through our extremely high skill levels, intelligent decisions made in deployments to enable "scaling" of our human resources and emergency response component, and clearly documented contractual arrangements with Customers. We recognized that "loss leader" work, such as selling physical goods, performing "break / fix" services, and playing "lowest bidder" games for RFP's from large corporations were bad business models. Instead, we've focused on businesses that lack and IT staff, and provide these Customers with a level of support far better than they could receive if they attempted to hire-in a worker themselves (and for a fraction of the annual cost of such a worker).

    I think our model works very well, and our use of Free Software complements the model nicely. Instead of grovelling thru a "knowledge base" and telling the Customer "well-- that's a <insert Closed Source "manufacturer" name here> problem", we "Use The Source" and can identify causes of issues and correct them. We provide a much higher level of customization to the Customer than could be achieved with most Closed Source software applications, and our labor costs are still lower than the licensing costs for Closed Source alternatives. The Customer ends up with a solution that they are free to use for as long as they like, without getting stuck on the traditional Closed Source "upgrade treadmill" of recurring licensing fees.

    The key to success in this marketplace, to me, is beng skilled, intelligent, and well managed. The "Ma 'n Pa Computer Shop", building PC's, selling hardware, and staffed by low-knowledge PC technicians, "paper MCSE's", and oft-shady sole proprietors is a dying breed, and I'm ecstatic to see it go. The "big" consulting firms are priced much too far out of the market for these smaller types of Customers. The market for small, agile, well-managed professional services firms who provide IT support, planning, and administration services to these "too small for an IT staff" firms is healthy, active, and growing. Having an intelligent business model, highly skilled staff, and spot-on management is key to succeeding in this market. Using Free Software to complement and extend your offerings only makes business sense.

    --
    The Attitude Adjuster, I hate me, you can too.
  58. What about config files ? by Laz10 · · Score: 1

    When people say something like that I always wonder what they do about their configuration scripts.

    I run gentoo myself and I always find it painfull to keep trace of which scripts I edited (should be merged) and which ones I can just replace with the new default script.

    1. Re:What about config files ? by XanC · · Score: 1

      That's the advantage of Debian Stable. The only changes are bug / security fixes. No added features. No config file changes. It's a dream.

    2. Re:What about config files ? by Laz10 · · Score: 1

      I don't dream of software that old. Running stable is almost the same as not updating. That's how I go about the problem on my gentoo server. I works. But it is hardly a dream.

  59. What to name it by paulexander · · Score: 2, Interesting

    Call it Offix Linux.

  60. You guys are all missing the point. by Mustang+Matt · · Score: 0, Troll

    I haven't read the article yet (-1 Karma) but I have read most of the comments below (-2 Karma) and I think everyone is missing the point.

    The idea is to give the consumer choice. If the customer wants to be notified of updates, notify them. If the customer wants the updates automagically installed, install them. If the customer wants no notification and will manually install updates, let them do that.

    Windows installer is not beautiful but it works well for the average user. You can pop a CD in and the autorun installer pops up and most users and capable of hitting next several times and then finish with icons in their menus.

    I haven't yet seen this process in any form of linux. Granted I really only use debian and knoppix. Have any distros really perfected this process?

    --
    The man who trades freedom for security does not deserve nor will he ever receive either. - Benjamin Franklin
  61. There are by DaEMoN128 · · Score: 2, Interesting

    Suns Java desktop system is like that. I would highly recommend that the sysadmin removes all references to the install cd or any other source other than his dedicated ftp server. That server better be locked down tight.

    With that said, these will work with yast (the jds is based off os suse, as well as novells offering). The solutions are out there, but they are designed for the office only, and great care should be placed in testing the patches before they are posted on the server for the users to automatically download. Hell, that could be done with a cron job and a script.

    --
    Stop signs are only Suggestions
  62. Human Nature to resist change. by jellomizer · · Score: 4, Insightful

    Most people don't want to change their platform or even their Windows 98 to XP. So you are marketing to them that they should switch to Linux. People respond to Joy and Pain, they will react more strongly to pain, it is human nature which helps us survive from getting hurt. So you are pushing all the Pluses of Linux and tell them how much Joy it will give them. So they asked the questions to determin how much pain is involved. So they ask if it has these features that are on windows, if they are not there or not as good as windows it is a level of pain. While I am sure they are feeling pain from using windows but it is pain they know of and learned to cope with. Now switching to the pains in Linux although in reality may be less then that of windows, is an adventure in descovering and dealing with new pains. It is much like a person who broke there arm. Now they will probably not try to set the bone back, and will stop someone else from trying, unless they intectually know there is no other option, because that would require attempting new pain. ALthough it may help eleaveate the current pain which is much higher.

    Windows User: Doese Linux have a Disk Deframenter?
    - Experiences pain of defragmenting due to slow disks.
    + at least know how to defragment the drive.

    Linux User: No because the way that linux handles the files the drive doesn't get fragmented, so it doesn't need one. *
    + Disks dont get fragmented.

    Windows User: I am sorry I need a disk defragmenter.
    - Afraid of not being able to defragment a Linux system.

    *Yes I know they are diskdefragmenters for Linux and a Linux file system can get fragmented.

    --
    If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    1. Re:Human Nature to resist change. by MmmDee · · Score: 1
      120 Chars! How can I give my profound wisdom under 120 Chars... Never Mind.

      Skip the "profound", shoot for the profane instead. Most take only four characters.

      --
      No man's an island, unless he's had too much to drink and wets the bed.
  63. Missing dynamic DNS support by DavidTurner · · Score: 2, Interesting

    One thing about most main-stream Linux distros that has annoyed me a lot is that they don't seem to support dynamic DNS (which most corporate environments that I know of use). In particular, a parameter usually needs to be passed to the DHCP client to "send the hostname" (which allows the DHCP server to update the DNS records). This parameter is almost always off by default. On Redhat this is just annoying; you can turn it on fairly easily. On Ubuntu and some other Debian-based distros, this is a royal pain in the ass.

    By comparison, Windows makes this very easy. Windows also doesn't insist on equating the hostname to localhost (i.e. putting hostname in the hosts file pointing to 127.0.0.1), which is very broken behaviour IMHO. Localhost = loopback = 127.0.0.1. Hostname = primary interface = some other IP. I understand the reasons why the distros do this, but there are adequate workarounds which should be used instead.

    1. Re:Missing dynamic DNS support by theendlessnow · · Score: 1

      Huh?? You think DDNS works in Windows? You have to run a stupid skulker to clean up the mess left behind. Running ISC's BIND and DHCP you get tagged updates. Also, under Windows, the client makes updates to the DNS server...huh?..what??!! Just plain wrong. Your statements about DDNS under Linux are just plain incorrect. DDNS is fundamentally broken under Windows (for non-Windows clients)... DDNS (ISC) in Linux handles it all and does it nicely. Btw... ISC DDNS implementations don't make assumptions with regards to setup... you are the admin and you SHOULD know what your DHCP server and DNS server are doing... can't say that at all with regards to Windows. Easy in the Windows case means, "seems to be working with just a few unexplained issues". I'd rather not have the "few unexplained issues".

    2. Re:Missing dynamic DNS support by DavidTurner · · Score: 1

      What I'm saying is that DDNS doesn't work "out of the box" on many popular distros, and it should. That's all. I know damn well that Windows does broken client-side DDNS :-). I've also helped configure enough Linux boxes to know that the average administrator has a tough time figuring out where to go looking when he can't ping the box he just hooked up to the network. It almost invariably involves some console work, which is unacceptable if Linux wants to reach the mass market. For myself, I don't have a problem getting it to work, but I find it irritating that I have to in the first place.

    3. Re:Missing dynamic DNS support by jimmyharris · · Score: 1

      In particular, a parameter usually needs to be passed to the DHCP client to "send the hostname" (which allows the DHCP server to update the DNS records). This parameter is almost always off by default. On Redhat this is just annoying; you can turn it on fairly easily.

      This is something that's always annoyed me with RedHat. Can you tell me how it's turned on?

    4. Re:Missing dynamic DNS support by DavidTurner · · Score: 1

      Set DHCP_HOSTNAME in /etc/sysconfig/network. Here's a page that may be helpful.

    5. Re:Missing dynamic DNS support by jimmyharris · · Score: 1

      Thanks for the link.

  64. Re:I'll pass. - THIS IS A SOLVED PROBLEM by Anonymous Coward · · Score: 0

    Given how many times an update has broken an app or caused a conflict I cant say I would welcome an auto updating autonomous Linux system. As with any modern OS an admin must review what an update does and test it out prior to rolling it out to the unwashed masses.

    Microsoft has already solved this particular problem with SUS (Software Update Services): you can change which server the Windows (W2K and up) machines on your network use to query and download updates from and make it one that you administer, which lets you manage/filter the updates available from Microsoft's website. (thus preventing users from downloading/installing a particular update that breaks a particular application)

    Also, didn't RedHat's RHN provide something similar, where you could have up2date query a server under your organization's control instead of RedHat's, thus providing the same feature?

  65. It was a question of hypocrisy, not functionality by JPelorat · · Score: 1

    No, his point was that Slashdot would consider automatic Windows Update to be evil by virtue of being automatic (working condition doesn't enter into it - pretend WU works flawlessly), but that an automatic Linux Update would be good by virtue of being automatic. Thus showing an inherent bias against Windows simply for being Windows.

    But your own point is a valid one. False sense of security == evil, no matter what OS.

    --
    Hokey statistics and ancient misconceptions are no match for a good thought in your head, kid!
  66. Re:I'll pass. - THIS IS A SOLVED PROBLEM by Kenja · · Score: 2, Insightful
    "Microsoft has already solved this particular problem with SUS (Software Update Services): you can change which server the Windows (W2K and up) machines on your network use to query and download updates from and make it one that you administer, which lets you manage/filter the updates available from Microsoft's website. (thus preventing users from downloading/installing a particular update that breaks a particular application)

    Also, didn't RedHat's RHN provide something similar, where you could have up2date query a server under your organization's control instead of RedHat's, thus providing the same feature?"

    This only solves the internal distrabution problem, an admin still needs to take the time to review the patches and test for instances where there are problems. There have allways been tools for getting the updates/patches out to the desktop. However checking for problems and being able to roll back an update is a major problem.

    --

    "Have you ever thought about just turning off the TV, sitting down with your kids, and hitting them?"
  67. Upgrades: focused patches vs. feature upgrades by Spoing · · Score: 1
    A focused patch is a good thing; it fixes a defined known problem with a low chance of introducing additonal problems.

    Microsoft's updates tend to be mixed feature and defect updates...introducing defects along with the new features. That's why auto updates have a bad rep.

    Many Linux distributions handle updates in a similar way, with some important differences;

    Each update tends to be at the package level; an X update doesn't impact Perl, a kernel update doesn't change X.

    Updates tend to be incremental and not by major version number; a change from version 2.75.38-2 to 2.75.38-3 to cover distribution tuning or a change of 3.14.4 to 3.14.5 to cover an actual code upgrade are common.

    This often works, though not always. The more focused the patch, the more likely I'd turn on automatic updates.

    --
    A firewall can not protect you from yourself. Turn off what you do not need. Do not use the firewall to do your work.
  68. Redhat/Fedora is working on it. by Anonymous Coward · · Score: 2, Interesting

    It's called the "stateless" computer.

    Think about read-only OS. Think about local disk access just for the /home. Think about knoppix.

    Now imagine:
    1. You buy PC with a ethernet card with PXE-or-similar-technology support and a blank harddrive.
    2. You drive to work with PC in car.
    3. You plug PC into local network.
    4. The PC boots off of ethernet, loads kernel, initrd downloads parts of the OS needed to boot system.
    5. You log into PC.

    Completely plug-n-play.

    Check it out.
    http://people.redhat.com/~hp/stateless/State lessLi nux.pdf

    This technology will make Windows administration look as obsolete as a single high school dropout running around with a handfull of windows 3.0 floppies in order to build a 300+ user network.

  69. Good points and bad points... by EmagGeek · · Score: 1

    On of the ideas central to this argument is that of a centralized authority for the administration and configuration of both hardware and software. This paradigm works great in a business where there is significant brand recognition for the specific outlet of the product or service. But, in an arena dealing with distribution of commodity hardware and open-sourced software, I do not see where this business model has adequate competitive protections. Since any other company would be able to offer the same exact products and services with a) relatively little startup cost b) relatively few or no barriers to entry and c) no established brand to compete against, it would be difficult to stay in this business. It would simply be a competition to see who could run the leanest business and who could have the most effective marketing campaign.

    That all fine, but there is something to be said for having an 800lb gorilla in the industry. We all hate Microsoft, but we know they are going to be there tomorrow, and the next day, and so on. In a level playing field created by open source and commodity hardware, differentiation is impossible, as will be the existence of such an 800lb gorilla. The result of this inconsistency will be a lack of confidence in standards, and there is no doubt that competing companies will fallaciously disagree to adhere to a standard in an effort to differentiate in a homogenized market.

  70. Domain Group Policy Editor... by dameron · · Score: 1

    Live it, learn it.

    -dameron

  71. Better than out of date machines by JThundley · · Score: 1

    Auto-Update isn't evil if you do it right in the right environment. Do we want our desktops managed this way? No, but a school? In the right place, yes.

    I think one of the big problems of automatically updating a lot of machines would be the downloading of all of them. It'd be cool if it was cached some kind of way, maybe use something like bittorrent: have them talk to a tracker, but only distribute the files locally.

  72. Small business isn't a horizontal market by duffbeer703 · · Score: 2, Insightful

    The small business market is a vertical market that centers around applications needed for general business administration and specialized needs.

    Linux needs some widely recognized accounting packages (ie Quickbooks) to attract the general market.

    The web-browser is the real secret -- porting applications to Linux/Unix still locks you into a platform... and why would you do that?

    --
    Conformity is the jailer of freedom and enemy of growth. -JFK
  73. It Does Work by nightsweat · · Score: 1

    Yes, there are problems, but can you imagine the patch problems Windows would have in Windows Update wasn't out there? Statistically zero home users would apply patches.

    The problem is with the OS not the patching system. Get off your high horse.

    --

    the major advances in civilization are processes which all but wreck the societies in which they occur - A.N. White
  74. Most of the comments above missed the point.. by Zate · · Score: 2, Insightful

    the business model he is describing is more about offering services that companies want.. thatn auto update or free software. If a business isnt big enough to have its own IT staff, they still have IT needs to be met. Most times they dont care how you meet those needs, as long as you do. The business model proposed is basically saying use a "whitebox" running a bunch of software to meet these needs.. you can reuse the same concept in a number of businesses as they all have similar needs. Tie this in with providing central administration for the installed "whiteboxes", compatability with existing systems and people wont care what its running. If they can run their business they wil be happy. The idea is to make a highly flexable system able to be "tuned" to the customers needs that is transparent to them, it just works. after all thats been the theory behind alot of OSS, it just works.

    --
    IT is Dead. The industry is Shot Join Others Who Feel Your Pain http://www.internalstrife.com/
  75. Re:I'll pass. - THIS IS A SOLVED PROBLEM by akvalentine · · Score: 1

    You are missing the point. There is no Admin at the business to review updates. That is what the vendor is being/would be paid to do. The whole point of this setup is to have a pre-packaged computer with a known set of software that is tested and approved and deployed by the vendor. If the vendor did it right, the business wouldn't be able to install their own software at all, for just this reason.

    If the business wanted to install new software they could pick from an existing list of software that is know to work (i.e. already tested), or request the new software from the vendor, who can then test the software for compatibility.

    The whole point of this setup would be to give the business a well-updated and well-managed network, without them having to do anything to keep it that way.

  76. Re:I'll pass. - THIS IS A SOLVED PROBLEM by Glamdrlng · · Score: 1

    If you liked SUS then check out Ximian/Novell's Red Carpet. Think SUS for Windows and Linux machines.

    --

    Yes, my only tool is a hammer. And you're starting to look like a nail.
  77. Auto upating is a good idea by dbacher · · Score: 1

    Autoupdating is a good idea, the problem on Windows is the design of the OS and programming environment.

    On Linux, make a directory: /opt

    Under /opt, make a folder for each vendor's product: /opt/vendor1 /opt/vendor2
    (note vendor here could include package maintainers, organizations, etc. not necessarily a commercial vendor)

    All the vendor's software is chrooted to this base folder when it runs, and the base folder is determined from a digitally signed package with a trusted root authority listed (note: trusted doesn't necessarily mean commercial -- Debian could maintain its own CA, for example).

    Additionally, a Java or .NET style security policy is applied to each program. The default settings disallow network access, disallow file access outside the chroot jail, etc.

    When running a vendor's app, you put their /lib in from of the system lib's, etc.

    Now if Another Useless toolbar (AUT) installs itself, it can't perform its spyware functions without obtaining authorization from the user. The user can select whether the program should have access or not.

    Meanwhile, the system administrator can lock the policy, etc. so that end user's can't modify it or grant permission, and can grant permission to applications that they know are safe.

    It's that easy.

    The issue with conflicts has never been the auto updater in Windows, the issue has been that program XYZ installs library ABC into \Windows\System32, and then program 123 needs a different version, and installs an incompatible version over the top.

    Spyware/Malware replaces some files sometimes in order to "get in deep" where it can't be removed.

    If you remove the capability of non-OS provided files to install themselves into places reserved for OS-provided files, then you remove the primary issue with application compatibility.

    Additionally, if program XYZ just can't function with the patched version of libC, you have a standard, known, easily obtainable folder to put the copy of the file that program needs to ensure it gets that copy of the library until you're ready to upgrade it.

    Windows "kind of" supports this, but it's half hearted and not well thought out, and most vendors have ignored it totally.

    --
    If your code is acting bloated, and is running rather slow, it's likely and predicted that some loops you will unroll.
  78. Ubuntu by Broadcatch · · Score: 1

    Sounds like an area Ubuntu could step into pretty easily...

    --

    The antidote for misuse of freedom of speech is more freedom of speech.
    -- Molly Ivins

  79. The hardware is standard by arevos · · Score: 1

    If I'm reading the article right the software *and* the hardware is sold as a standard package. Therefore any updates can be extensively tested by the company offering the service, before being uploaded through to their client's computers.

    Because the company knows that their test machines are identical to the machines used by their clients, the company offering this service can test out the updates to make sure they work. In fact, they could probably test the systems more thoroughly than an on-site admin who may have other duties.

    The only problem with this is if the hardware itself breaks in one or more of the client's computers.

  80. Re:I'll pass. - THIS IS A SOLVED PROBLEM by really? · · Score: 1

    This is exactly how I have set things up for a few of my "customers". It works like a charm.

    The "problem" is they are totally dependent on me. It's not really an issue in these cases, but, I can see it being an issue in larger installations with a more diverse user population and more complex software needs.

    On the other hand, these guys are paying me with pats on the back, so if a real money-for-service exchange would take place ...

    --

    "Consistency is contrary to nature, contrary to life. The only completely consistent people are the dead." A. Huxley
  81. Dependency Hell vs DLL Hell: Call for submissions by yoz · · Score: 1

    If you had less problems with it on Windows then either you happen to only use products from vendors that are extremely carefull, or simply had a lot of luck.

    Let's move this one from theoretical differences to real world experiences, shall we?

    Personally, I've been a Windows user since before Win95. I've used Linux a fair amount, but not nearly as much.

    My experiences with Linux dependency hell are such that in the past month I've had more of it than in all of my years using Windows. It all came from trying to get GParted running on a RedHat 9 box. After three hours of chasing random extra packages which it needed, and which those packages needed, and which those packages needed, I gave up.

    Now, someone's obviously going to chime in and berate me for using RH9, and obviously Debian - no wait Gentoo - no, hang on - Slackware does it better. Well, please don't tell me that unless you've had no problems at all, ever. On the lists I'm on I continually hear users of those distributions complaining as well. Not saying they're not better than RH/Fedora, but dammit, they're a long way off perfect. Every time there's a /. post about new multimedia apps on Linux I see a ton of posts about how people can't get MPlayer and JACK to play happily with ALSA, and CUPS isn't happy either, and...

    In other words, I want users of yum/apt/portage to tell me they've never encountered dependency problems if they've been using them for more than a couple of years. (No, seriously. I would really like to hear, because then I would know which dist to choose)

    Sod that. Wanna know how many experiences with DLL hell I've had? None. Zero. In ten years. And that's with me being a heat-seeking beta bunny half the time. The most I've ever had to do is drag a DLL into WINDOWS\SYSTEM32. Never had to go to a command line, ever. I'm not allergic to the CLI by any means, but I do object to being forced to use it because a system's designed badly.

    You want to know why I sound so angry about this? Because this is the ONE THING REMAINING that keeps me on Windows. Otherwise, I'm pretty sick of it, and am relishing the chance to move to an OS that's fast, free, and will let me do what I want.

    Okay, I may well be the one lucky Windows user, but I doubt it. I know I'm not the one unlucky Linux user. And I do genuinely want to hear experiences or tips that contradict mine, so that I can move to an OS where I can actually see what's going on.

  82. Re:Dependency Hell vs DLL Hell: Call for submissio by yoz · · Score: 1

    It all came from trying to get GParted running on a RedHat 9 box. After three hours of chasing random extra packages which it needed, and which those packages needed, and which those packages needed, I gave up.

    I should clarify that had I not eventually hit some bizarre brick wall that stopped me getting GParted installed and working, you wouldn't be seeing this complaint. But I did. In other words, it's not just that I had to follow dependencies that were not installed and get those too; nor is it just that I had to do a bunch of renaming and symlinking in order to get new versions of .so's working either. It's that after I did all that, there was still stuff that refused to install, and gave me such arcane reasons that I gave up.

    In other words - there is only so much that I should have to know about a system's internals in order to install software. Once I have to understand C and edit header files of packages which I didn't write, that's already way too much.

  83. This already exists. by pnutjam · · Score: 1

    Sounds like somebody never heard about ClarkConnect. Their distribution is awsome and requires very little user intervention. Everything is done through a web interface.
    I highly recommend it!

  84. Mono is the future by Phantasmo · · Score: 1

    Just wait 'til Microsoft redoes Office for .Net. Then run it on Mono or DotGNU.

    --

    The US Army: promoting democracy through unquestioned obedience
  85. emerge -upvD world by user317 · · Score: 0

    put that into your weekly cron job

    --
    me fail english? thats unpossible
  86. Re:Dependency Hell vs DLL Hell: Call for submissio by SillyNickName4me · · Score: 1

    > In other words, I want users of yum/apt/portage to tell me they've never encountered dependency problems if they've been using them for more than a couple of years. (No, seriously. I would really like to hear, because then I would know which dist to choose)

    If you read my post actually, you'd see that I never claimed them to be perfect to begin with.

    That said, despite my relatively low use of windows, I have had more then a fair share of dll hell. It just shows itself in a different way (random crashes, apps just no longer starting etc) instead of by complainign about missing libraries.

    At any rate, the issue you describe is a problem of Linux distributions, not of Linux itself. Sadly enough it affects the usability of Linux for many people. Sad because it is quite solvable, unlike on Windows.

    Your claim was that Windows handles .dll hell better then Linux handles dependency hell

    Well, Windows has no clue whatsoever about which version of which library it has and where, and as a result does not handle .dll hell at all.

    Dependency hell is a distribution issue, not a Linux issue, so Linux does not handle dependencies at all.

    However, some Linux distributions do handle dependency hell, and even if they don't, at least itgives information on what is wrong that could be dealt with by a knowledgable enough user.

  87. What do businesses REALLY want? by Jaime2 · · Score: 1

    The issue here is that there is only a small number of businesses that really want trouble-free basic computing. Most of them want to go down to BestBuy with and buy the printer that's on sale for $65 and print marketing material. Or they want plug in their iPod for doing medical dictations. Or something else that we won't be able to predict.

    The main reason the world hasn't switched to stable software is that they value new technology above stable software. The US had increased productivity at a rate of 3% per year for nearly 10 years now. Much of that came from IT innovations. Giving a company a fixed system and expecting them to live with it for 5 years is stagnating them and will be a competetive disadvantage. The support costs for today's buggy system don't outweigh the benefits.

    Make a Linux distro that you can easily plug as much crap into it as a Windows box and you'll finally get over 10% market share. Of course then the system will be a buggy and unstable as Windows.

  88. It's in the works. by HeadachesAbound · · Score: 1

    My partner and I are in the process of developing a self-updating system designed for use as a business-class server. It will provide VPN, DNS, Email, Web, and MySQL Services for small to medium-sized businesses. It will be capable of communicating with other servers (ours of course) to share the services (think of Replication and Load Balancing on Demand).

    The purpose being a plug-it-in and let-it-play system to provide IT Solutions to company's without the desire to create an IT Department or IT Budget.

  89. Ubuntu by Edie+O'Teditor · · Score: 0, Troll
    it's polish
    Sounds more African to me.
    --
    If X is the new Y, and Y is "X is the new Y", solve for X.
  90. Been there Done That by Skraut · · Score: 2, Interesting
    I already have started this as an experiment in our office. I took about a dozen identical computers and installed Gentoo on them with Gnome, Ximian OpenOffice, Evolution, Firefox etc.

    Every Sunday night all systems do an emerge sync via a cron job. Monday morning I'll take my system and do an emerge -uD world world on it. If everything goes ok with the system on Monday, I'll allow the cron to run Monday night on the rest of the machines doing it to them as well.

    Granted it's not the perfect solution, but I've had no issues so far in about 2 months using the systems, and those who use them have had no issues . Literally this takes me maybe 2 hours a week to maintain, and most of that time is just my computer compiling the week's updates while I'm busy doing other things, so its hard to count that as "Time" I could cron my system to run Sunday night, and just check the logs when I get in Monday, but for whatever reason I just like to be there when the first machine compiles the week's updates.

    There's still a lot of things I'd love to improve, but judging by how many people keep asking when they can get that "leeenicks thingie" on their system, using the Gentoo portage system in this way seems to work pretty darn well.

    --
    Introducing Microsoft Vacuum 1.0 The first Microsoft product that doesn't suck.
  91. Re:We were meant to live through so much more.. by Anonymous Coward · · Score: 0

    Dick. Now I have that sucky song stuck in my head. Fuck you.

  92. Allow me to disagree by edremy · · Score: 2, Interesting
    Can't say I've been very impressed with Red Hat's Up2date.

    I actually got it to work the other day on one of my machines- it usually hangs on the "resolving dependecies" step, requiring a force quit. It's been months since I updated either of my Linux machines, but I keep hoping, and I got "lucky". Happy that I could actually update, I did the whole hog, and xemacs now dumps core complaining that font resources aren't available. An auto-mounted share is totally corrupted as well- trying to go to / hangs any shell waiting for /backup to actually respond. No idea what else is broken.

    --
    "Seven Deadly Sins? I thought it was a to-do list!"
  93. Auto updating by Anonymous Coward · · Score: 0

    Well, you really need a new and specific distribution for that, as all the currently available distributions must be attended while updating. An auto-update feature should include neither versions that require changes to configuration files nor those with new features -- only patches and bugfixes. There should be a separate update method for all packages that do not adhere to the mentioned requirements.

    Otherwise it is not advisable to update at all. I think ;>

  94. Who needs Linux? by GunFodder · · Score: 1

    Sun has offered SunRay technology for years. Each SunRay device is a thin client with smart card authentication. Your session follows your smart card so you can use any device on the network. The server software currently runs on Solaris, which is not Linux. but Solaris 10 has the ability to run Linux software, and a Linux version of the SunRay server software is in the works. Solaris runs Mozilla/FireFox/Thunderbird, StarOffice/OpenOffice, and many other apps natively anyway.

    The server software has cluster support, so you can add as much hardware as you need. The clients need nothing more than a fast ethernet connection to the server, and a low-bandwidth version for home use is in the works.

  95. Re:Dependency Hell vs DLL Hell: Call for submissio by bheerssen · · Score: 1

    DLL Hell? I've seen that. Of course with Windows it manifests itself differently than the Linux/dependancy hell. With Windows, sometimes applications install old DLLs over new ones, breaking several other applications at once. It's rare, and it's not supposed to happen, but it does.

    Oh, and urpmi rocks. Takes care of dependancies for you, and it is rare that it's dependancy resolution fails. Not unheard of, but rare.

    The bottom line is that operating systems are complex and sometimes fail, no matter which operating system it is. Personally, and for too many reasons to list here, I find Linux much more pleasant to use than Windows.

    --
    (Score: -1, Stupid)
  96. What would best serve office users, ideology aside by otis+wildflower · · Score: 1

    Here's a question: How is Groupwise on Linux?

    Here or coming shortly for that package:
    * corporate IM
    * Evolution compatibility
    * Groupware win32 client for scriptvirus free work
    * use Outlook via MAPI driver?
    * Runs on Linux, Solaris, et al.

    Has anyone had success with this? I feel at this point there's a certain level of capability in OSS officeware that's 'good enough' for standalone tasks (such as writing memos/documentation, grinding numbers, doing slideshows) but the integration is lacking (due to, in part, balkanization of WMs and toolkits) and more advanced stuff is still too raw for prime time.

    Freedesktop may provide the "LSB" equivalent for this functionality, but there's still a lot of 'quirkiness' that hackers may treasure but scare the living shit out of normals. The question is if someone can earn a living as a Stephensonian tour guide, and who knows, I just quit my job ;)

  97. Debian... by pebs · · Score: 1

    I'm waiting for the next Debian stable to get released, then I think the updating portion of this will be covered nicely.

    --
    #!/
  98. Re:Dependency Hell vs DLL Hell: Call for submissio by Robert+The+Coward · · Score: 1

    You have used windows much have. It shows itself differently as other have said. Microsoft products are the worse on this front but other do the same. It installes older version on top of newer version. That cause alot of the fun blue screens that people see.

  99. Doh. by Anonymous Coward · · Score: 0

    A plug-and-play Linux office computer will be available as soon as there's a plug-and-play business. SAP tried this once, and look what it became.

    Dumb question IMHO.

  100. Debian by phorm · · Score: 1

    As a debian user, I'm a big fan of apt-get. And as far as most things go, it's fairly easy to automate. Perhaps a script that does that apt-get update every night at a given time, and then an apt-get upgrade (but only downloads packages). Next time a privilaged user logs in, it could let you know that new updates are available and let you choose to install them (or choose which ones).

    Alternately, Synaptic (screenshot is a bit dated) does a good job of this itself. You have to run the app, but if your packages list is too out-of-date the newer versions will tell you so, at which point you can update and upgrade.

    1. Re:Debian by joel48 · · Score: 1

      If you are looking for such a script, try an "apt-cache show cron-apt", and then install it. It should be exactly what you're after. I use it myself on a number of different machines and have had great success with it.

  101. Challenges for the small business market by cojsl · · Score: 1

    As a Windows consultant for small businesses, the main barrier to Linux for my customers is this: The dominant industry specific packages they use daily that are vital to their business operation, and interoperation w/ customers and partners, aren't supported by the manufacturer if they run on Linux. Sure you could probably get the windows packages running, but my experience is that most of these companies won't even support or understand an even mildly unusual windows install, let alone Linux. Until there is a better collection of Linux compatible industry-specific apps, Linux is a non-starter for the SMB market.

  102. Re:Dependency Hell vs DLL Hell: Call for submissio by Kent+Recal · · Score: 1

    In other words, I want users of yum/apt/portage to tell me they've never encountered dependency problems if they've been using them for more than a couple of years. (No, seriously. I would really like to hear, because then I would know which dist to choose)

    Okay, you asked for it so here I am, telling you to give debian a shot.
    After installation set your /etc/apt/sources.list to the 'testing'-branch and run
    apt-get update; apt-get dist-upgrade.
    Wait a while, answer a couple interactive questions (most have sane defaults, you shouldn't run into trouble that can't be solved with a bit of googling), now your box is up to date.
    Next install the stuff you want but don't have yet,
    this might be a good kickstart:
    apt-get install kde firefox madman xmms kernel-package abiword pan.

    There's a simple rule to avoid breaking debian's package management and that is: don't try to do something that it doesn't want to (don't use the "force"-option) unless you know what you're doing.
    The other advice would be to stick with the 'testing'-branch for desktop machines. The packages in 'stable' are pretty outdated (but well, stable!) and 'unstable' can indeed lead to depency hell if, again, you don't know how the the whole thing ticks.

    I don't know of anyone who discovered debian and would go back to a RPM based distro.

    In fact I'd say that a common route for the linux kids of nowadays is:

    1. Knoppix, RedHat, SuSE, Mandrake or similar for the first intro
    2. Debian once they're fed up with the little annoyances of the former
    3. Gentoo ("Slackware XP")
    4. Slack or LFS

    You're now on stage 1, insert coin to advance.

  103. Any takers? by geg81 · · Score: 1

    Robin Miller asks the question and makes the case for starting a business to sell a self-updating networked Linux system for small business. Any takers?

    Yes

  104. It's me, not you. Really. by bradleyland · · Score: 1

    It doesn't sound like the author has spent much time trying to get users to switch software. Migrating the software is nowhere near as hard as migrating the users. Just trying to get my clients (almost all small businesses) to switch to Firefox has been a nightmare experience. Any change you make in configuration instantly becomes the cause of any problem that crops up in the next two weeks. If I install Firefox today, and the network printer goes down next week, it will be because I installed Firefox.

    Linux, OpenOffice, et al may be great, but users suck.

    The other downfall the author suffers from is assuming that small business owners/employees operate inside a small confined set of operations. This is applying enterprise logic to the small business level. At nearly all my small business clients, everyone is an "admin". Apparently it is appropriate for everyone in the company to have decision making capacity when it comes to their computer. I'm their computer tech, not their business consultant. I can tell them that it's a bad idea to run all this crap software, but they'll do what they want, or they'll find a computer guy who will let them.

    Many of these small businesses don't run their business consistently enough to survive with a boxed solution. They constantly install new software and experiment with off the wall solutions. It's poor business sense, but they keep paying me to fix the stuff they break, and I keep coming back for another paycheck. The first time the "director of operations" tries to install some shareware bean counting app and it doesn't work, they'll hang me from the nearest tree.

    I paint a gloomy picture, but I'm just describing my business. I try to weed out "bad clients", but you've got to make a living. Most of my clients fit the bill for a system like this pretty well... in theory.

    The problem with this business model isn't the technology, it's the personnel. And we all know, you can't fix a personnel problem with a technology solution.

  105. What if? It's existed for years! by JoeNotCharles · · Score: 1
    Plug-and-play Linux for small businesses? That would be Nitix, which has been around since 1997, although it was only bundled with the "Net Integrator" server hardware and so didn't get its own name until last year. (Or maybe it was the year before, I can't recall.)

    Version 4.0 got released not long ago (no version inflation here, we actually used point releases - gasp!) Upgrades are offered through authenticated download, and have to be manually triggered, so you don't need to worry about incompatibilities showing up unexpectedly, but a big notice shows up on your server status page when a new release is available. Patch releases are made to older lines to fix security holes (similar to the Debian security branch) in case you don't want to upgrade for fear of breakage.

    Oh, hey, and it even works as a "franchise opportunity", since the small-business sales are done through VARs. Sounds like in 1998, Roblimo had the exact same idea the NITI founders had in 1997, except they went on to actually do it.

    The links I listed above are the corporate pages written by marketing - Slashdot geeks will be more interested in the Wiki.

    (Disclaimer: I am a former employee.)

  106. well by Ambient_Developer · · Score: 1

    I thought that is what all those package managers on the distros were for?

  107. Automatic Updates not so important by Anonymous Coward · · Score: 0

    How about a distribution that has a "business desktop" with business-apps pre-installed (something like Knoppix?). I hope to start working on this (probably with Debian as a base). I work with Mandrake Linux their "commercial" distributions, the update process is pretty good.

    I like the idea of local franchises helping businesses. Business people have no time or experience to deal with something like "automatic updates". The first they would do is call and complain that "something" has changed :)

    My small company, would be very interested in being a "franchise" but there is no way IT consultants would pay the franchise fee that other people are charging. The Best Buy stores near me have Geek Squads...

  108. The web-browser is the real secret by gzunk · · Score: 1

    The web-browser is the real secret -- porting applications to Linux/Unix still locks you into a platform... and why would you do that?

    Have you actually tried using a web application? Give me a traditional application any day.

    1. Re:The web-browser is the real secret by duffbeer703 · · Score: 1

      The web is very young and held back by the Microsoft monopoly, which does little work to make IE an application platform.

      --
      Conformity is the jailer of freedom and enemy of growth. -JFK
  109. SUSE... by Aldric · · Score: 1
    Seriously, is there a more idiot-proof distro out there? A nice visual installer (as easy as Windows if you just click ok to the default settings), answer a few of the usual questions about timezones, keyboard locales, passwords and so forth and you end up at a nicely configured and non-threatening KDE desktop.

    Auto-updating? Just set it up in YOU. And speaking of YaST, I have yet to find a better tool for managing a Linux system. While I personally prefer Apt to RPM for package management, the simple visual congig panels for just about everything in Linux more than make up for it.

  110. Patlabor Reference by packrat0x · · Score: 1

    In the movie there's a problem with a new upgrade that creates a backdoor. Robots are getting hacked and creating a mess. The police are worried that their robots will get hacked if they boot them. The sysadmin comes back from vacation and informs the police that he never really installed the upgrade.
    Doesn't trust fresh patches...

    An entire movie on the dangers of patching. A tale of warning?

    --
    227-3517
  111. Re:Dependency Hell vs DLL Hell: Call for submissio by yoz · · Score: 1

    Thanks for the advice! I'll definitely be trying a Debian dist soon - possibly Ubuntu (since I've heard it's a much easier install than plain Debian)

  112. What about Java Web Start? by thanasakis · · Score: 1

    Java Web Start is pretty cool regarding automatic updating of applications.

    For example, I have installed jamp (which is a java based winamp lookalike) and it automaticaly installes a fresh version whenever there is one.

  113. JD4X is Plug-and-play Linux office by Anonymous Coward · · Score: 0

    JD4X does what they are asking for.

    The commercial spin-off is called Zesktop at zerahstar.com. It's basically Knoppix plus auto-update stuff.

    From the site:

    Zesktop is our research and development project. Its goal is to achieve a totally automated computing system that is capable of maintaining and fixing itself without any need for human intervention. Other possible features we are working on would include a highly portable and virus free environment. Zesktop is still a project and concept under development and would require your continued support.

  114. Plug & Play Unix? by rspress · · Score: 1

    It is called MacOS X!

    What could be better. You have unix, you have a better MS Office than the PC platform. Built in web, ftp, mail server. No viri.

  115. It works great for Mac OS X by tentimestwenty · · Score: 1

    Auto-update works a treat for Mac OS X. Of the hundreds of updates there have been I can't think of one that has broken an app or created even the most minor problem. Other people's mileage may vary but that's my experience. Perhaps the closed and predictable architecture?

  116. Re:QuickBooks by Whatchamacallit · · Score: 1

    QuickBooks came with my new OS X PowerBook, I've got an installer for it on the hard disk.

    I haven't tried it out on Windows so I don't know how well it compares. I have been told that Quicken kinda sucks on the Mac.

  117. Breaking Dependencies ... Regardless of OS by quarkscat · · Score: 1

    The basic problem, as I see it, is the
    granularity of the update database,
    regardless of the OS (GNU/Linux, OS X,
    UNIX, Win32). Shared libraries will
    break some code. Given the speed of the
    latest crop of computers, and the cheaper
    disk storage today, perhaps the answer lies
    in the use of static libraries. With static
    libraries, so long as an application follows
    a specific subdirectory path, the application
    could reside anywhere so long as the top level
    directory tree includes PATH data to other
    resources. (Yes, I know - code bloat.)

    With the size of many OS distributions
    spanning multiple CDs, or even a DVD,
    releasing updated source code for the
    BSD equivalent of a "make world" seems
    out of the question. Binary patches
    offer too many opportunities for rogue
    code, especially considering the recent
    issues with MD5 hashsums. If Microsoft
    cannot provide working binary patches for
    their OS, how can anyone expect various
    vendors COTS software not to break -- let
    alone the wild and wonderful world of
    F/OSS?

    1. Re:Breaking Dependencies ... Regardless of OS by AstroDrabb · · Score: 1
      Shared libraries will break some code
      Linux/*nix handles shared libraries well. Something called the soname is used. That is why you may see libpng-1.0.0.so, libpng-1.0.1.so, libpng-1.1.0.so, etc. Each application can install their own version and not worry about stepping on other versions. /usr/lib/libpng.so will always point to that latest lib-png.x.x.x.so, however any application can still ask for libpng-0.0.1.so, libpng-0.0.2.so, etc if it needed it and not worry about what other applications need/use.

      I do agree with you about static apps. With current disk/memory space, static application are not such a bad thing anymore. The only draw back about static applications is that each instance of a static application will not reuse a shared instance of a particular library, such as is done with dynamic libraries. With most desktop apps only running as one instance, it is not really an issue. However, if the _whole_ system is static linked, it would be an issue, since for example with Linux, each GTK+ application would have their own version of the GTK+ libraries loaded even if they are the same version as other applications and this would dramatically increase memory footprint for your typical desktop.

      --
      If Tyranny and Oppression come to this land,
      it will be in the guise of fighting a foreign enemy. -James Madison
    2. Re:Breaking Dependencies ... Regardless of OS by Anonymous Coward · · Score: 0

      How well do you, OS providers, and 3rd parties keep up with patches to libraries incorporated into statically linked programs?

      If a bug or security problem is found in libzlib.so.0.1, a single file must be changed; if programs used libzlib.a instead, who knows how many must be relinked, redownloaded, or repurchased?

  118. Where Is The Plug-and-Play Linux Office System? by PHAEDRU5 · · Score: 1

    Bolld will flow, and heads will roll for what I have to say, but it's nowhere.

    I mean, today, I got an email attachment from one of the office Linux bigots, AND I HAD TO DO A GIGANTIC DOWNLOAD (OpenOffice) TO READ WHAT HE HAD TO SAY!!!!!!!

    OK, I didn't have to pay, but I did have to figure out what application generated the doc (the little twat would supply no clues), then I had to do the rest........, then I could communicate with him on his terms.

    I will never hire a Linux bigot.

    --
    668: Neighbour of the Beast
  119. The One True UNIX by po8 · · Score: 1

    For as long as there's been UNIX, there's been arguments that there needs to be a "one true UNIX", often phrased exactly the way parent phrased them. We've even tried it a couple of times. There was an era where it was pretty much all BSD, and another era where SVID compliance was pretty much mandatory.

    Oddly, those eras have passed us by. Folks have found that a range of UNIX kernels and application suites, sharing some common function but tuned toward specific niches, is a better match for real work in the long run. Right now, there are a proliferation of Linux distros aimed at a few niches. They are slowly sorting themselves out, though. In the long run (over the next few years) UNIX/Linux as a whole will be strengthened by this competition and differentiation.

    As a proud user of 2.9BSD and many of its successors, I'm happy to see the good parts of history repeat themselves once in a while.

  120. Been doing it since 1999 by Anonymous Coward · · Score: 0

    Yes http://synapticserver.com/ All linux for small companies. Lots of customers. Just quietly going about our business.

  121. return of the mainframe by torrents · · Score: 1

    most people don't need the type of box that runs lots of complex software and services that they don't require... employees in most corporations have specific software needs for their job and all would like access to the internet... putting db/cad/cam/graphics aside your basic word processing /spreadsheet bod doesn't need a p4 or an os that has a few dozen different servers and useless apps that ship with it...

    --
    Get your torrents...
  122. It's here! by invisik · · Score: 1

    The Novell Linux Desktop 9 is just what you're asking for. $50/year gets you your updates which can be automatically installed.

    Ok, ok, automatic updates have been a disaster on Windows, affirmative. But, the main reason why I think automatic updates will and are succeeding on Linux is that you don't need to reboot every single time you get an update. Everything isn't integrated with the operating system, so just individual packages are updated, thus the difference.

    NLD really has the cookie-cutter out of the box corporate desktop available now. OOo is a great product that satisfies 99% of the need, and browsers, e-mail and hardware support are all in there.

    I suggest downloading the free 30-day trial package at http://www.novell.com and evaluate it for yourself. I think you'll be pleasantly surprised.

    -m

    --
    http://www.invisik.com
  123. Auto-updates by DBAscent · · Score: 1

    I think the part that Linux excels in is how encompassing updates are. With Microsoft you get Windows Update and it takes care of the OS. Then there's Office Update for their Office suite. What about everything else?

    I run Debian and all of my software is from the maintained repositories. This means that when I update my system *everything* gets upgraded.

    As was stated in another thread, it is very true that there are big business software gaps in the open source realm. This will change in time.

    I found the article put into words a lot of what is on my mind and my focus on IT for small companies. I sincerely hope that if this idea flies, that it be with a distribution that is not corporate. Sooner or later the corporation exerts too much power over their customers.

  124. Re:It was a question of hypocrisy, not functionali by sumdumass · · Score: 1

    But thats not really a good point. In windows land the tendency to break stuff with updates is more real then in linux. By virtue of the hassles that came come around with automatice updates in one os verses another.

    That being said, i'm not a big fan of autoupdating at all. The reason? I think the sys admin should be aware of the software being placed on the computer. Also, i don't want the software licenses to change because i installed some update that now says anythign made with this software is property of someone else or that it cannot be used in a certain way or have a product become disabled because for some reason they think one of the pieces opf software installed is pirated even though i have all the boxes and licenses. There have been more then one time i updated a winxp machine and had to reactivate it. One time it sliped under my radar and was a bitch to get running agian.

  125. Re:Dependency Hell vs DLL Hell: Call for submissio by Kent+Recal · · Score: 1

    Yup, that's probably a good idea. I havent tried other Deb-based distros (except knoppix) myself but they might make installation easier.
    Last time I checked the debian installer was still a bit unfriendly.

    Just make sure to choose a variant distro that you can upgrade to "real" debian later or you might find yourself stuck with incompatible packages and "locked" into the small distro that doesn't have all the pkgs you want.

    I read somewhere that recent knoppix-livecds can optionally drop a Debian installation to your hdd. I have mo expirience with that either but it sounds like it'd be the easiest way to get a base-install going (I imagine you just boot a knoppix and run whatever their disk-installer is called).

    Good luck and have fun! :)

  126. Re:Dependency Hell vs DLL Hell: Call for submissio by ingenuus · · Score: 1

    There is nothing inherent in Windows that prevents solving DLL hell. The problem is the same as with Linux: finding compatible capabilities independent of filename or version. DotNET, for example, provides a vastly improved system for dynamically managing versions.

    I have spent much time on Windows and DLL hell has become rare because programmers avoid it by linking to DLLs with the version in the filename. Sometimes they even keep all the necessary DLLs in their program's directory, so the application is basically self-contained. This often destroys the principle of reuse, but stability is much more important, and a lot of the libraries that are important to share are standardized by Microsoft and backwards compatible.

    The problem is that package management in Linux is so fragmented, as you illustrated. It's not "Linux" (the kernel), it's the distributions -- each creating their own, relatively closed, world of incompatible packages. Of course, if Linus did provide a standard system in the kernel for package management and versioning, it would probably go a long way toward standardizing across all distributions.

    Amazingly, in Windows, the world is open: MS doesn't need to maintain a repository of all the properly crafted applications for each version of their distro. Their binary and source APIs are much more stable than Linux, and they tend to maintain backwards compatibility.

    I love the idea and heart of Linux, but it seems that a BDFL is required at the distribution level to declare some standards. Installation should be as easy as copying a directory (back to the DOS days). This is the way MS is headed with dotNET. This is why I'm also interested in somewhat similar projects for Linux, such as zero-install. There are some flaws, but even if it were perfect, if it is not widely accepted, it becomes largely meaningless.

  127. Re:Dependency Hell vs DLL Hell: Call for submissio by SillyNickName4me · · Score: 1

    > There is nothing inherent in Windows that prevents solving DLL hell. The problem is the same as with Linux: finding compatible capabilities independent of filename or version. DotNET, for example, provides a vastly improved system for dynamically managing versions.

    There is nothing that inherently prevents creating a system for handling this. Except for filenames, there is nothing that facilitates managing versions either.

    > I have spent much time on Windows and DLL hell has become rare because programmers avoid it by linking to DLLs with the version in the filename. Sometimes they even keep all the necessary DLLs in their program's directory, so the application is basically self-contained. This often destroys the principle of reuse, but stability is much more important, and a lot of the libraries that are important to share are standardized by Microsoft and backwards compatible.

    Which helps a bit, and is how this was done in Unix like systems traditionally. elf (and as a result systems that use it, like Linux) has this information as part of the dynamically linked library, and keeps a lot better track of which libraries are where.

    Hence the conclusion is still that Windows simply doesn't handle it at all (eventho you can create a workaround) whereas Linux and similar systems have a real system for supporting this.

  128. Re:It was a question of hypocrisy, not functionali by Grax · · Score: 1

    Windows ocassionally removes functionality and changes licenses during their updates while open source software generally only adds functionality and keeps licenses either the same or very close.

    Perhaps Gentoo is less mature that some other distros. I don't know. I do know that after updating I often have to troubleshoot some annoying little problem that occured. I like Gentoo a lot so I am willing to put up with those annoyances but I'm not ready to install it on my parent's computer and I am not ready to configure it to update automatically.

  129. cut and paste by Anonymous Coward · · Score: 0

    Linux and the numerous projects born from are great however the diversity and lack of communication between the projects has its issues. I belive the average user will want to cut and paste as it's been done for the last decade before wide adoption. Try copying and pasting an image from GIMP into Openoffice, does it work for you?

  130. To Answer Your Question, Do the Following by LifesABeach · · Score: 1

    On Debian Linux Distro's:

    "In a Shell Window Run:

    apt-get update

    Followed By:

    apt-get dist-upgrade

    Answer any questions that might come up, and your system will be upgraded."

    this was copied from the Debian site: www.debian.org/doc/FAQ/ch-uptodate.en.html

    It's been around for years.

    I was able to get this using the Google Search Engine to search "Linux update howto". In under 5 minutes, I was able to easily answer this question. I like easy questions.

  131. Any Resemblance To A Forthcoming Book Title By... by reallocate · · Score: 1

    ...Mr. Miller is, of course, purely coincidental.

    Ahem....

    --
    -- Slashdot: When Public Access TV Says "No"
  132. Re:Dependency Hell vs DLL Hell: Call for submissio by ingenuus · · Score: 1

    What information does ELF hold that PE doesn't? Note that Windows uses PE and not the old COFF, and that (IIRC) both PE and ELF are based upon COFF. You can certainly store version information in PE. If you're ever in Windows, take a look at the Version tab in the Properties of a modern .exe or .dll.

    However, AFAIK, that version information is not used when dynamically linking, in either Linux or Windows (other than dotNET) -- they both link solely based upon the filename.

    i.e. shared library (.so) resolution in the host program only depends upon the .so filename and not any supplementary version or capability information provided by the host.

    The package manager is (sadly) independent of this resolution mechanism. I think this is part of why relatively "closed" systems of packages are required by Linux distributions.

    The primary advantage that Linux has is that symlinks can be used rather than duplicating files -- i.e. the version is embedded in the filename, but that filename can be resolved to link to a more advanced, but compatible, version. However, this system requires symlink maintenance by someone to determine compatibility and fix it if necessary, which is provided redundantly by each distro and package manager.

    Please correct me if I'm wrong.

  133. Re:Dependency Hell vs DLL Hell: Call for submissio by ingenuus · · Score: 1

    Oops. Sorry. After writing my last reply, I noticed that ELF does standardize a SONAME for linking which includes some versioning information, and which can be different from the actual filename it resolves to.

    Of course, I suppose it could be argued that the SONAME resolution is not part of Linux since it is up to each executable to implement it. However, since most execs implement it by linking to the standard ld.so, I'm not sure the distinction is that significant.

    So if versioning conflicts are not the problem with Linux, why are there still so many incompatibilities and why are packages often restricted to a single version of a single distro?

  134. No, it doesn't. by alizard · · Score: 1
    Why yes, I know that! It's exactly my point! Windows handles it better. Sorry, but it's true. Have a nice day.

    Having the installer barf if it needs a .DLL that isn't already installed and isn't bundled in the package is better? Than what?

    I prefer something that'll search repository sites for the right library parts like apt-get and yum.

    The only thing wrong with the automated installers is that only a limited number of apps, mostly system updates are available this way. If the last step of any Open Source development team in a release after making binaries was to get the required info onto apt-get/yum/etc. installer repositories, the only people who would be unhappy with Linux installation would all be working for Microsoft.

  135. FC3 for USB/mass storage? by alizard · · Score: 1
    It's already usable in FC2, with issues. I'd very much like o find that FC3 makes them go away. The following is in case it doesn't.

    I've got a Lexmark printer, USB mass storage camera, and LIDE30 scanner running. I have to unplog and replug my scanner (hotplug problem) so I can run xsane as an ordinery user. Once I've done that, the scanner is recognized immediately. Start xsane and it comes right up. A camera whose name and model is in gphoto or something like that should be picked up immediately.

    To get the generic mass storage camera connected (I've got an Aiptex DV3100 supertoy), go http://cyberelk.net/tim/usb-storage.html. You can probably start at Step 4 if you know your camera is doing something (e.g. showing memory access) when plugged into the USB bus.