Git Product home page Git Product logo

tilde's Introduction

#tilde

Manages home directory life-cycle across multiple servers.

Features:

  • Configurable commands
  • Handles creating, moving, migrating and archiving homes across servers

How it works

tilde uses two database tables to track the requested and last known status of home directories. It fetches unclean entries periodically and attempts to update them appropriately.

Authentication is currently limited to ssh key authentication with and between file servers.

tilde's People

Contributors

veloutin avatar

Watchers

 avatar

tilde's Issues

Unhandled error in Deferred in listSharesToUpdate

2013-06-03 15:28:32,759 ERROR [twisted] Unhandled Error
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1169, in run
    self.mainLoop()
  File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1178, in mainLoop
    self.runUntilCurrent()
  File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 800, in runUntilCurrent
    call.func(*call.args, **call.kw)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/task.py", line 595, in _tick
    taskObj._oneWorkUnit()
---  ---
  File "/usr/lib/python2.7/dist-packages/twisted/internet/task.py", line 472, in _oneWorkUnit
    result = self._iterator.next()
  File "/usr/lib/python2.7/dist-packages/tilde/runner.py", line 301, in 
    service.updateOne(*r).addErrback(log_err, log, "failed to update")
  File "/usr/lib/python2.7/dist-packages/tilde/runner.py", line 58, in listSharesToUpdate
    zs = getUtility(IZStorm).get("tilde")
  File "/usr/lib/python2.7/dist-packages/storm/zope/zstorm.py", line 156, in get
    return self.create(name, default_uri)
  File "/usr/lib/python2.7/dist-packages/storm/zope/zstorm.py", line 133, in create
    store = Store(database)
  File "/usr/lib/python2.7/dist-packages/storm/store.py", line 73, in __init__
    self._connection = database.connect(self._event)
  File "/usr/lib/python2.7/dist-packages/storm/database.py", line 410, in connect
    return self.connection_factory(self, event)
  File "/usr/lib/python2.7/dist-packages/storm/database.py", line 185, in __init__
    self._raw_connection = self._database.raw_connect()
  File "/usr/lib/python2.7/dist-packages/storm/databases/postgres.py", line 329, in raw_connect
    raw_connection = psycopg2.connect(self._dsn)
  File "/usr/lib/python2.7/dist-packages/psycopg2/__init__.py", line 179, in connect
    connection_factory=connection_factory, async=async)
psycopg2.OperationalError: could not connect to server: Connection refused
        Is the server running on host "localhost" (127.0.0.1) and accepting
        TCP/IP connections on port 5432?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.