Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

Add category: operation not supported

Quote Reply
Add category: operation not supported
Greetings,
Just got the script up and I seem to have a problem. Can anyone tell whether this is my fault or my ISP's?

CGI ERROR
==========================================
Error Message : unable to get exclusive lock on /users/a-m/d/dr/dracos/public_html/cgi-bin/link/admin/data/categories.db.
Reason: Operation not supported
Script Location : /users/a-m/d/dr/dracos/public_html/cgi-bin/link/admin/admin.cgi
Perl Version : 5.00402

Form Variables
-------------------------------------------
Description : General, Non-path specific Witchcraft links.
Footer :
Header :
ID : 2
Meta Description :
Meta Keywords :
Name : General_Witchcraft
Related :
add_record : Add Category
db : category

Environment Variables
-------------------------------------------
CONTENT_LENGTH : 181
CONTENT_TYPE : application/x-www-form-urlencoded
DOCUMENT_ROOT : /var/www/htdocs
GATEWAY_INTERFACE : CGI/1.1
HTTP_ACCEPT : image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, image/png, */*
HTTP_ACCEPT_CHARSET : iso-8859-1,*,utf-8
HTTP_ACCEPT_ENCODING: gzip
HTTP_ACCEPT_LANGUAGE: en
HTTP_CONNECTION : Keep-Alive
HTTP_HOST : www.inficad.com
HTTP_REFERER : http://www.inficad.com/~dracos/cgi-bin/link/admin/admin.cgi?db=category&add_form=1
HTTP_USER_AGENT : Mozilla/4.6 [en] (Win98; U)
PATH : /usr/bin:/bin
QUERY_STRING :
REMOTE_ADDR : 208.198.102.10
REMOTE_HOST : ip10.ts5.phx.inficad.com
REMOTE_PORT : 2093
REQUEST_METHOD : POST
REQUEST_URI : /~dracos/cgi-bin/link/admin/admin.cgi
SCRIPT_FILENAME : /users/a-m/d/dr/dracos/public_html/cgi-bin/link/admin/admin.cgi
SCRIPT_NAME : /~dracos/cgi-bin/link/admin/admin.cgi
SERVER_ADMIN : root@inficad.com
SERVER_NAME : www.inficad.com
SERVER_PORT : 80
SERVER_PROTOCOL : HTTP/1.0
SERVER_SIGNATURE :
SERVER_SOFTWARE : Apache/1.3.4 (Unix)
TZ : MST



------------------
"If microsoft ever releases a product that doesn't suck, It'll be a vaccuum cleaner."
Quote Reply
Re: Add category: operation not supported In reply to
Is this a Windows server? If so, flock is not supported and you will need to turn if off in links.cfg:

Code:
# Database Options
# --------------------------------------------------------
# You really need to use flock(). However if your system doesn't support it (Win95),
# then turn this off at your own risk!
# $db_use_flock = 1;

I hope this helps.
Quote Reply
Re: Add category: operation not supported In reply to
Greetings,
I turned flock off in the cgi and it works fine, but the ISP I use uses FreeBSD linux and apache as the servers. So I'm curious why flock didn't work. I'll talk to one of my friends (he's tech support for my ISP and a Perl guru), he should know why it didn't work. Keep you all posted.

Dracos