Slashdot Mirror


Google Gets Slack with Software Updates

An anonymous reader writes "While Google's open source project titled 'Slack' was released over a year ago, last week's Australian Unix Users Group Conference marks the first time that Google has ever discussed the system in public. Corporate systems administrator Michael Still helped to illuminate a little bit about how Google uses Slack and how their network of computers fits together. From the article: '"Slack is a source deployment system and it's the way we install applications on servers," Still said, adding Slack is based around a centralized configuration repository which is then deployed onto selected machines in a "pull" method. Each of the "worker" machines asks for its new configuration regularly or when a manual command is run.'"

3 of 94 comments (clear)

  1. Here's the source code by Benley · · Score: 5, Informative

    Before anybody says "Hey! Where's the source?!", let me just provide a link right now:

    http://www.sundell.net/~alan/projects/slack/

    Do me a favor and don't destroy sundell's server, or he's likely to hurt me :-P

  2. Coral Cache by dch24 · · Score: 5, Informative

    I doubt it will get too slashdotted, but just in case, this is the link with the downloads coming from coral cache:

    Index of /~alan/projects/slack

    [TXT] COPYING 13-Oct-2006 00:09 1k
    [TXT] ChangeLog 13-Oct-2006 00:09 7k
    [ ] slack-0.13.1.tar.gz 08-Jan-2005 20:01 28k
    [ ] slack-0.13.2.tar.gz 09-Feb-2005 11:27 28k
    [ ] slack-0.14.0.tar.gz 13-Oct-2006 00:09 47k

    Short Description:

    slack is a configuration management system designed to appeal to lazy
    admins (like me). It's an evolution from the usual "put files in some
    central directory" that is faily common practice. It's descended from an
    earlier system I also wrote, called "subsets", and uses a multi-stage
    rsync to fix some of the problems I had there.

    Basically, it's a glorified wrapper around rsync.

    License:
    See the file COPYING.

    Getting slack:
    http://www.sundell.net/~alan/projects/slack/

    Documentation:
    Not much, but there's some in doc/

    Reporting problems:
    Send an email to <sundell (at gmail.com)>. Probably want to put
    "slack" in the subject and be patient for replies. :)

    $Id: README,v 1.5 2006/09/25 21:35:22 alan Exp $

  3. Re:Confusing title? by ardran · · Score: 5, Informative

    FWIW, the name is an acronym: SLACK - Sysadmins' Lazy Auto-Configuration Kit