<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<STYLE type=text/css>DIV {
        MARGIN: 0px
}
</STYLE>

<META content="MSHTML 6.00.2900.2995" name=GENERATOR></HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>The permission on the Data.fs file does not allow 
it to be accessed by zope.&nbsp; You need to chown/chgrp Data.fs so that zope 
can access it (or chmod it).</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>hth</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Jonathan</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=nancydonnelly2006@yahoo.com 
  href="mailto:nancydonnelly2006@yahoo.com">Nancy Donnelly</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=zope@zope.org 
  href="mailto:zope@zope.org">zope@zope.org</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Wednesday, November 29, 2006 2:59 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [Zope] My Sad Tale Of Woe</DIV>
  <DIV><BR></DIV>
  <DIV 
  style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"><SPAN 
  style="BORDER-RIGHT: black 1px solid; PADDING-RIGHT: 3px; BORDER-TOP: black 1px solid; DISPLAY: none; PADDING-LEFT: 3px; FONT-SIZE: xx-small; Z-INDEX: 500; LEFT: 0pt; PADDING-BOTTOM: 0px; BORDER-LEFT: black 1px solid; PADDING-TOP: 0px; BORDER-BOTTOM: black 1px solid; FONT-FAMILY: sans-serif; POSITION: absolute; TOP: 0pt" 
  mlb_idspanflag="true" idspanfor="frame">75</SPAN><SPAN 
  style="BORDER-RIGHT: black 1px solid; PADDING-RIGHT: 3px; BORDER-TOP: black 1px solid; DISPLAY: none; PADDING-LEFT: 3px; FONT-SIZE: xx-small; Z-INDEX: 500; LEFT: 0pt; PADDING-BOTTOM: 0px; BORDER-LEFT: black 1px solid; PADDING-TOP: 0px; BORDER-BOTTOM: black 1px solid; FONT-FAMILY: sans-serif; POSITION: absolute; TOP: 0pt" 
  mlb_idspanflag="true" idspanfor="frame">75</SPAN><SPAN 
  style="BORDER-RIGHT: black 1px solid; PADDING-RIGHT: 3px; BORDER-TOP: black 1px solid; DISPLAY: none; PADDING-LEFT: 3px; FONT-SIZE: xx-small; Z-INDEX: 500; LEFT: 0pt; PADDING-BOTTOM: 0px; BORDER-LEFT: black 1px solid; PADDING-TOP: 0px; BORDER-BOTTOM: black 1px solid; FONT-FAMILY: sans-serif; POSITION: absolute; TOP: 0pt" 
  mlb_idspanflag="true" idspanfor="frame">75</SPAN>
  <DIV>Hi;<BR>Is anybody out there reading this list? Third question today, no 
  responses, and boy am I in trouble. I went to backup my server's working HD on 
  my new .5 teraflop HD and for some reason that wiped out the /var dirs in my 
  Zope instances. I have backups of the Data.fs that aren't too old, but for 
  some reason I can't get a working copy of Zope installed! I follow the tar, 
  configure, make, make install, make instance without throwing anything special 
  at the configure, then I edit zope.conf to enter the correct effective-user, 
  but when I go to runzope, it throws a cPersistence error. Well, I yahoo'd that 
  and found out I had to run "python setup.py build_ext -if" to knock it out. 
  But why should I have to do that at all? That's not standard procedure. 
  Anyway, I got past that point, but now when I try runzope I get the error that 
  follows. And I've tried every way I can think of to get around it. All the 
  permissions are correct. Once I actually got to the point where it said Zope 
  was ready to serve, could surf to the 111.222.333.444:8080 page, but try to 
  get into the "manage" page and it won't accept my username/password. I ran 
  zpasswd.py and still couldn't get in! Guys, I'm exhausted. I've been at this 
  for 10 hours! Any help would really be 
  appreciated.<BR>Nancy<BR><BR>root@server167:local/www/clients (103) 
  ./bin/runzope<BR>Traceback (most recent call last):<BR>&nbsp; File 
  "/usr/local/src/Zope-2.9.6-final/lib/python/Zope2/Startup/run.py", line 56, in 
  ?<BR>&nbsp;&nbsp;&nbsp; run()<BR>&nbsp; File 
  "/usr/local/src/Zope-2.9.6-final/lib/python/Zope2/Startup/run.py", line 21, in 
  run<BR>&nbsp;&nbsp;&nbsp; starter.prepare()<BR>&nbsp; File 
  "/usr/local/src/Zope-2.9.6-final/lib/python/Zope2/Startup/__init__.py", line 
  98, in prepare<BR>&nbsp;&nbsp;&nbsp; self.startZope()<BR>&nbsp; File 
  "/usr/local/src/Zope-2.9.6-final/lib/python/Zope2/Startup/__init__.py", line 
  257, in startZope<BR>&nbsp;&nbsp;&nbsp; Zope2.startup()<BR>&nbsp; File 
  "/usr/local/src/Zope-2.9.6-final/lib/python/Zope2/__init__.py", line 47, in 
  startup<BR>&nbsp;&nbsp;&nbsp; _startup()<BR>&nbsp; File 
  "/usr/local/src/Zope-2.9.6-final/lib/python/Zope2/App/startup.py", line 60, in 
  startup<BR>&nbsp;&nbsp;&nbsp; DB = dbtab.getDatabase('/', is_root=1)<BR>&nbsp; 
  File "/usr/local/src/Zope-2.9.6-final/lib/python/Zope2/Startup/datatypes.py", 
  line 280, in getDatabase<BR>&nbsp;&nbsp;&nbsp; db = factory.open(name, 
  self.databases)<BR>&nbsp; File 
  "/usr/local/src/Zope-2.9.6-final/lib/python/Zope2/Startup/datatypes.py", line 
  178, in open<BR>&nbsp;&nbsp;&nbsp; DB = self.createDB(database_name, 
  databases)<BR>&nbsp; File 
  "/usr/local/src/Zope-2.9.6-final/lib/python/Zope2/Startup/datatypes.py", line 
  175, in createDB<BR>&nbsp;&nbsp;&nbsp; return ZODBDatabase.open(self, 
  databases)<BR>&nbsp; File 
  "/usr/local/src/Zope-2.9.6-final/lib/python/ZODB/config.py", line 97, in 
  open<BR>&nbsp;&nbsp;&nbsp; storage = section.storage.open()<BR>&nbsp; File 
  "/usr/local/src/Zope-2.9.6-final/lib/python/ZODB/config.py", line 135, in 
  open<BR>&nbsp;&nbsp;&nbsp; quota=self.config.quota)<BR>&nbsp; File 
  "/usr/local/src/Zope-2.9.6-final/lib/python/ZODB/FileStorage/FileStorage.py", 
  line 112, in __init__<BR>&nbsp;&nbsp;&nbsp; self._lock_file = 
  LockFile(file_name + '.lock')<BR>&nbsp; File 
  "/usr/local/src/Zope-2.9.6-final/lib/python/ZODB/lock_file.py", line 60, in 
  __init__<BR>&nbsp;&nbsp;&nbsp; self._fp = open(path, 'w+')<BR>IOError: [Errno 
  13] Permission denied: '/usr/local/www/clients/var/Data.fs.lock'<BR><BR><SPAN 
  style="FONT-FAMILY: monospace"></SPAN></DIV></DIV><BR>
  <HR SIZE=1>
  Cheap Talk? <A 
  href="http://us.rd.yahoo.com/mail_us/taglines/postman8/*http://us.rd.yahoo.com/evt=39663/*http://voice.yahoo.com">Check 
  out</A> Yahoo! Messenger's low PC-to-Phone call rates.
  <P>
  <HR>

  <P></P>_______________________________________________<BR>Zope maillist&nbsp; 
  -&nbsp; 
  Zope@zope.org<BR>http://mail.zope.org/mailman/listinfo/zope<BR>**&nbsp;&nbsp; 
  No cross posts or HTML encoding!&nbsp; **<BR>(Related lists - 
  <BR>&nbsp;http://mail.zope.org/mailman/listinfo/zope-announce<BR>&nbsp;http://mail.zope.org/mailman/listinfo/zope-dev 
  )<BR></BLOCKQUOTE></BODY></HTML>