Slashdot Mirror


Canonical Begins Tracking Ubuntu Installations

suraj.sun passes along this excerpt from Phoronix: "Just uploaded to the Ubuntu Lucid repository for Ubuntu 10.04 LTS (and we imagine it will appear shortly in Maverick too for Ubuntu 10.10) is a new package called canonical-census, which marks its initial release. Curious about what this package provides, we did some digging and found it's for tracking Ubuntu installations by sending an 'I am alive' ping to Canonical on a daily basis. When the canonical-census package is installed, the program is to be added to the daily Cron jobs to be executed so that each day it will report to Canonical over HTTP the number of times this system previously sent to Canonical (this counter is stored locally and with it running on a daily basis it's thereby indicating how many days the Ubuntu installation has been active), the Ubuntu distributor channel, the product name as acquired by the system's DMI information, and which Ubuntu release is being used. That's all that canonical-census does, at least for now. Previously there haven't been such Ubuntu tracking measures attempted by Canonical."

10 of 548 comments (clear)

  1. It's about time by unixcrab · · Score: 5, Interesting

    It seems like any kind of Linux usage statistics you see these days are just a load of hot air. Hopefully this will provide some solid data and hopefully Canonical will make it public. I for one will happily enable it.

    1. Re:It's about time by quantumphaze · · Score: 5, Interesting

      They should send the usage statistics to the mailing addresses of all the big name game developers so we can finally get rid of Windows.

      Also send them to hardware companies that seemingly sabotage any attempt to write Linux drivers.

  2. Test Your Bias! by gravos · · Score: 5, Interesting

    Test your Free Software bias! If this article had the following summary, would you react differently?

    "Just released as part of the latest patch Tuesday for Windows 7 (and we imagine it will appear shortly in Windows Server, too) is a new feature called microsoft-census, which marks its initial release. Curious about what this feature provides, we did some digging and found it's for tracking Windows installations by sending an 'I am alive' ping to Microsoft on a daily basis. When the microsoft-census update is installed, the program is to be added to the daily scheduled tasks to be executed so that each day it will report to Microsoft over HTTP the number of times this system previously sent to Microsoft (this counter is stored locally and with it running on a daily basis it's thereby indicating how many days the Windows 7 installation has been active), the Microsoft distributor channel, the product name as acquired by the system's DMI information, and which Windows release is being used. That's all that microsoft-census does, at least for now. Previously there haven't been such Windows tracking measures attempted by Microsoft."

  3. why not if its optional by blackest_k · · Score: 4, Interesting

    I'll let it run at least initially, I am curious as to how many people run ubuntu and where (to at least the country level). If ordinary users can access that information I will be happy enough to run it on my systems.

    If that access isn't available then I won't.

     

  4. I'm torn by mpeskett · · Score: 3, Interesting

    Is this a good thing for creating verifiable stats on the number of users, or a bad thing because of the "phone home" behaviour.

    At least it's not doing this secretly...

  5. Re:Phone home? by FudRucker · · Score: 3, Interesting

    the slashdot submission summary says it is a cronjob, it would be easy to look in /etc/cron.* and remove the entries for it, check Top for any running dameons for it, and remove the binary from /bin /sbin /usr/bin /usr/sbin (where they installed it) or apt-get remove "package_name" could do it all for you automagically

    --
    Politics is Treachery, Religion is Brainwashing
  6. Re:If Microsoft did this... by Anonymous Coward · · Score: 1, Interesting

    Microsoft already does this...remember registering your activation code? What about WGA (and whatever came after that, I jumped ship around that point)?

  7. Re:WINE compatibility by natehoy · · Score: 2, Interesting

    Certain games work better under WINE than they do in Windows, though few of them are current-market games.

    I'm mostly referring to older adventure-type games that used things like Quicktime. My wife has an old favorite (Amber: Journeys Beyond) that we lost access to when we went to Windows XP, but I discovered recently that it is very well supported in Wine, and my wife was thrilled to have an old favorite back. We have a catalog of older games, many of which don't work in XP that I need to try out (Obsidian, Sanitarium, and a few other Myst-like games including the entire Myst series).

    There could actually be a market for some of these older games in Linux where none can possibly exist in Windows without costly redevelopment of the game. The software houses could sell them in their original form (no redevelopment costs, only pressing the discs) with a one-page installation FAQ and milk a little more cash out of them with almost no effort.

    --
    "This post contains words, known to the State of California to cause thought. Wash brain thoroughly after reading."
  8. Re:WINE compatibility by Anon-Admin · · Score: 2, Interesting

    I always find it funny when people set a number, "If you knew say you could add
    2 to 3 million potential customers"

    Some say, based on web site hits to non-geek sites, that linux is .5% of the hits so it is a small % of the total computer market. So lets take a quick look at that .5%

    As of 2004 there were an estimated 223,810,000 Personal computers. Note, these are not servers these are Personal computers for home use.

    So what is .5% of that you may ask?? (Came from a site that was a financial site geared towards 45-55 year old men)

    1,119,050 Linux desktops, Yep that little .5% is 1.1 million users!!

  9. Re:It's no worse than Update Manager by tepples · · Score: 2, Interesting

    My reaction to your reaction would be: why doesn't Ubuntu Update already do this?

    Each program on a *n?x system is supposed to do one thing and do it well. If it's just as easy to do this in a separate, purpose-built package instead of inside APT, then why do it in APT?