Hello,

I've tried finding a solution with google & on the Plumi site, but no luck to 
date.  It's basically a connection reset when I run the buildout.  What am I 
doing wrong?

My server:
Ubuntu 11.04

I've run all the apt-get commands listed in the INSTALL.txt and edited the 
site.cfg file placing my site name and the url of the encoder site, and set a 
secret key.

As root I ran
python2.6 bootstrap.py -c production.cfg -v 1.4.3

And got no errors, however when I ran:
./bin/buildout -c production.cfg

I got:
---
root@video:/iscsidrive/plumi.app-4.2.2# ./bin/buildout -c devel.cfg
While:
  Initializing.

An internal error occured due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
  File 
"/iscsidrive/plumi.app-4.2.2/eggs/zc.buildout-1.4.3-py2.6.egg/zc/buildout/buildout.py",
 line 1659, in main
    user_defaults, windows_restart, command)
  File 
"/iscsidrive/plumi.app-4.2.2/eggs/zc.buildout-1.4.3-py2.6.egg/zc/buildout/buildout.py",
 line 182, in __init__
    data['buildout'].copy(), override))
  File 
"/iscsidrive/plumi.app-4.2.2/eggs/zc.buildout-1.4.3-py2.6.egg/zc/buildout/buildout.py",
 line 1333, in _open
    eresult = _open(base, extends.pop(0), seen, dl_options, override)
  File 
"/iscsidrive/plumi.app-4.2.2/eggs/zc.buildout-1.4.3-py2.6.egg/zc/buildout/buildout.py",
 line 1335, in _open
    _update(eresult, _open(base, fname, seen, dl_options, override))
  File 
"/iscsidrive/plumi.app-4.2.2/eggs/zc.buildout-1.4.3-py2.6.egg/zc/buildout/buildout.py",
 line 1283, in _open
    path, is_temp = download(filename)
  File 
"/iscsidrive/plumi.app-4.2.2/eggs/zc.buildout-1.4.3-py2.6.egg/zc/buildout/download.py",
 line 96, in __call__
    local_path, is_temp = self.download(url, md5sum, path)
  File 
"/iscsidrive/plumi.app-4.2.2/eggs/zc.buildout-1.4.3-py2.6.egg/zc/buildout/download.py",
 line 173, in download
    tmp_path, headers = urllib.urlretrieve(url, tmp_path)
  File "/usr/lib/python2.6/urllib.py", line 93, in urlretrieve
    return _urlopener.retrieve(url, filename, reporthook, data)
  File "/usr/lib/python2.6/urllib.py", line 239, in retrieve
    fp = self.open(url, data)
  File "/usr/lib/python2.6/urllib.py", line 207, in open
    return getattr(self, name)(url)
  File "/usr/lib/python2.6/urllib.py", line 349, in open_http
    errcode, errmsg, headers = h.getreply()
  File "/usr/lib/python2.6/httplib.py", line 1064, in getreply
    response = self._conn.getresponse()
  File "/usr/lib/python2.6/httplib.py", line 990, in getresponse
    response.begin()
  File "/usr/lib/python2.6/httplib.py", line 391, in begin
    version, status, reason = self._read_status()
  File "/usr/lib/python2.6/httplib.py", line 349, in _read_status
    line = self.fp.readline()
  File "/usr/lib/python2.6/socket.py", line 427, in readline
    data = recv(1)
IOError: [Errno socket error] [Errno 104] Connection reset by peer

---

Any help would be appreciated.

---
Chris McAnally
Director of Technology
Shanghai Community International School
http://www.scischina.org<http://www.scischina.org/>
Phone:  8621-6261-4338
Cell: 18621187481
Extension:  7162

_______________________________________________
Discuss mailing list
[email protected]
http://lists.plumi.org/listinfo/discuss

Reply via email to