[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] CGI-Wrap Error on RaQ 4



> I'm trying to install PerlDesk on my RaQ4. I've up'd all the files,
> chmod'd the .cgi files, but when I go to run the install.cgi file
> (located in site/web/cgi-bin/install.cgi) I get the following error:
> 
> Execution of (root) is not permitted for the following reason: 
> User not Privileged.
> 
> Also, in the install readme file, it says to modify the /etc/aliases
> file and add the line:
> 
> Support: "|/path/to/perldesk/email.pl"  Where do I put this line? And in
> what file?
> 
> If anyone else has installed this software on a RaQ before, any help
> would be greatly appreciated.
> 
> Thanks,
> 
> Jordan Smith
> 


Who did you upload it as?  Sounds like you uploaded it as 
admin and admin can't be owner of cgi files to execute.
Try logging in ssh and going to that dir and doing a 
chown newowwner install.cgi   Make sure you change all the cgi 
files too.  You will probably need to be root in order to
issue the command above.

--Todd