[tahoe-dev] multi-user tahoe node suggestions

Jody Harris imhavoc at gmail.com
Sat Jan 23 16:49:13 UTC 2010


On Wed, Jan 13, 2010 at 12:26 PM, Brian Warner <warner at lothar.com> wrote:

>  mkdir ~/.tahoe
>  mkdir ~/.tahoe/private
>  echo "http://127.0.0.1:3456/" >~/.tahoe/node.url
>  tahoe create-alias tahoe:
>  echo "yay" |tahoe put - tahoe:yay.txt
>  tahoe get tahoe:yay.txt
>
> I tried this....

and I got:

$ tahoe create-alias REfiles:
/home/re/allmydata-tahoe-1.5.0/support/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/persisted/sob.py:12:
DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import os, md5, sys
/home/re/allmydata-tahoe-1.5.0/support/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/python/filepath.py:12:
DeprecationWarning: the sha module is deprecated; use the hashlib module
instead
  import sha
/home/re/allmydata-tahoe-1.5.0/support/lib/python2.6/site-packages/foolscap-0.4.2-py2.6.egg/foolscap/banana.py:2:
DeprecationWarning: the sets module is deprecated
  import struct, sets, time
Traceback (most recent call last):
  File "/home/re/allmydata-tahoe-1.5.0/support/bin/tahoe", line 8, in
<module>
    load_entry_point('allmydata-tahoe==1.5.0', 'console_scripts', 'tahoe')()
  File "/home/tahoe/allmydata-tahoe-1.5.0/src/allmydata/scripts/runner.py",
line 91, in run
    rc = runner(sys.argv[1:])
  File "/home/tahoe/allmydata-tahoe-1.5.0/src/allmydata/scripts/runner.py",
line 78, in runner
    rc = cli.dispatch[command](so)
  File "/home/tahoe/allmydata-tahoe-1.5.0/src/allmydata/scripts/cli.py",
line 402, in create_alias
    rc = tahoe_add_alias.create_alias(options)
  File
"/home/tahoe/allmydata-tahoe-1.5.0/src/allmydata/scripts/tahoe_add_alias.py",
line 34, in create_alias
    assert ":" not in alias
AssertionError


Thoughts?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tahoe-lafs.org/pipermail/tahoe-dev/attachments/20100123/1334de1b/attachment.html>


More information about the tahoe-dev mailing list