<div>Hi</div><div>I'm new to tahoe-LAFS, I tried GlusterFS and Ceph and got a little knowledge of this stuff. I got through the first</div><div>couple cryptic python error messages, and this one seems to be that it can't find the node</div>
<div>stuff, but I created a directory /tmp/xxx and ran tahoe create-node . inside of it. ran tahoe start. set the</div><div>introducer.furl to the public place. I started my own introducer too, but I guess I don't need it for now</div>
<div>nothing showed up in localhost:3456. help. don't know what to do. </div><div><br></div><div><br></div><div>root:~/.tahoe# tahoe create-alias tahoe</div><div>Traceback (most recent call last):</div><div>  File "/usr/bin/tahoe", line 3, in <module></div>
<div>    runner.run()</div><div>  File "/usr/lib/pymodules/python2.7/allmydata/scripts/runner.py", line 113, in run</div><div>    rc = runner(sys.argv[1:], install_node_control=install_node_control)</div><div>  File "/usr/lib/pymodules/python2.7/allmydata/scripts/runner.py", line 67, in runner</div>
<div>    config.parseOptions(argv)</div><div>  File "/usr/lib/python2.7/dist-packages/twisted/python/usage.py", line 266, in parseOptions</div><div>    self.subOptions.parseOptions(rest)</div><div>  File "/usr/lib/python2.7/dist-packages/twisted/python/usage.py", line 276, in parseOptions</div>
<div>    self.postOptions()</div><div>  File "/usr/lib/pymodules/python2.7/allmydata/scripts/cli.py", line 42, in postOptions</div><div>    self['node-url'] = open(node_url_file, "r").read().strip()</div>
<div>IOError: [Errno 2] No such file or directory: u'/root/.tahoe/node.url'</div><div><br></div>