On Thu, 10 Dec 1998 17:16:49 -0800, Vincent Yau wrote:
With the Zope web server, I get this error:
Traceback (innermost last): <snip>
File "/usr/local/Zope-1.9b1-src/lib/python/BoboPOS/SimpleDB.py", line 1436, in lock_file fcntl.flock(un,lock_file_FLAG) IOError: (11, 'Resource temporarily unavailable')
I had this error when I was creating the RPMs. It means the UID/GID your Apache is running under does not have correct ownership/permissions access re the Zope database or directory. Here are the permissions on my working setup. [root@vault local]# ls -lR /var/local/zope total 5 -rw-r--r-- 1 root wheel 15 Dec 10 12:34 access -rw-rw-r-- 1 root wheel 324 Dec 10 12:35 access.log -rw-r--r-- 1 root wheel 971 Dec 10 12:32 serve.py -rwxr-xr-x 1 root wheel 188 Dec 10 12:32 serve.sh drwxr-xr-x 2 root root 1024 Dec 10 12:35 var /var/local/zope/var: total 9 -rw-rw-r-- 1 root wheel 7789 Dec 4 15:26 Data.bbb -rw-rw-r-- 1 root root 9 Dec 10 12:35 Data.bbb.trans [root@vault local]#
Hi There, First, let me say that I was completely flabbergasted when I downloaded Zope and got it compiled and running out-of-the-box within 10 minutes, without any tweaking. Chapeau! (Debian 2.0, Linux 2.0.29, Python 1.5, Zope-1.9b1-src.tar.gz) There are three thing which confuse me right now: 1. I am unable to use the PUT method as advertised: Netscape complains it gets a message indacating that do_PUT is unsupported? (running serve.sh). Part of serve.log: x.x.x.x - - [10/Dec/1998 18:21:48] code 501, message Unsupported method ('do_PUT') x.x.x.x - - [10/Dec/1998 18:21:48] "PUT /BlauweHomepage/projecten.html H TTP/1.0" 501 - 2. Can I use Zope to organise a part of a document tree served by an apache server on the same machine; much of the tree is out of my reach (and I am lucky at that)... (I can run a user-space process on the server machine, though) 3. Althoug I can allow an external user to modify a(ny) specific document down in the tree, I can't seem to be able to let this entity modify (replace) an image file. Strange. Regards, -- John van der Koijk. -- J.F. van der Koijk Ph.D. -- TNO Institute of Industrial Technology PO Box 5073, 2600 GB, Delft, The Netherlands Phone +31 15 2608833, Fax +31 15 2608846
On Fri, 11 Dec 1998, John van der Koijk wrote:
Hi There,
First, let me say that I was completely flabbergasted when I downloaded Zope and got it compiled and running out-of-the-box within 10 minutes, without any tweaking. Chapeau!
(Debian 2.0, Linux 2.0.29, Python 1.5, Zope-1.9b1-src.tar.gz)
There are three thing which confuse me right now:
1. I am unable to use the PUT method as advertised: Netscape complains it gets a message indacating that do_PUT is unsupported? (running serve.sh). Part of serve.log:
x.x.x.x - - [10/Dec/1998 18:21:48] code 501, message Unsupported method ('do_PUT') x.x.x.x - - [10/Dec/1998 18:21:48] "PUT /BlauweHomepage/projecten.html H TTP/1.0" 501 - ZopeHTTPServer as currently released does not support PUT methods :( I've patched BoboHTTPServer to support PUTs, but then BoboHTTPServer doesn't support Zope *g*, but Amos said he will add my patch to next release of ZopeHTTPServer :)
Andreas -- Win95: n., A huge annoying boot virus that causes random spontaneous system crashes, usually just before saving a massive project. Easily cured by UNIX. See also MS-DOS, IBM-DOS, DR-DOS, Win 3.x, Win98.
At 05:31 PM 12/11/98 +0100, Andreas wrote:
On Fri, 11 Dec 1998, John van der Koijk wrote:
1. I am unable to use the PUT method as advertised: Netscape complains it gets a message indacating that do_PUT is unsupported?
...
ZopeHTTPServer as currently released does not support PUT methods :( I've patched BoboHTTPServer to support PUTs, but then BoboHTTPServer doesn't support Zope *g*, but Amos said he will add my patch to next release of ZopeHTTPServer :)
Yes it's coming, but it unfortunately did not make the cut for today's beta. One more week of hell for all your Composer types ;-) Or, if you're totally fed up, you can just make the changes yourself right now, thanks to Andreas. -Amos
participants (4)
-
Amos Latteier -
Andreas Kostyrka -
Jeff Rush -
John van der Koijk