Re: [e-smith-devinfo] Problems with configuration database manipulation

2002-03-28 Thread Darrell May
Brad Hards <[EMAIL PROTECTED]> said: > I can't see what is different, or why it doesn't work. Usually if it works from the commandline and not the server-manager it is a setuid error. Your functions script must have the following attributes, as an example: -rwsr-x--- 1 root admin 32324 Dec 1

Re: [e-smith-devinfo] Problems with configuration database manipulation

2002-03-28 Thread Brad Hards
On Thu, 28 Mar 2002 07:03, Darrell May wrote: > Brad Hards <[EMAIL PROTECTED]> said: > > I can't see what is different, or why it doesn't work. > > Usually if it works from the commandline and not the server-manager it is a > setuid error. Your functions script must have the following attributes,

RE: [e-smith-devinfo] Problems with configuration database manipulation

2002-03-27 Thread P. Sanchez
Are the persmisions correct? I have had the same problem, but after I did the below, everything works fine. -- cp $TheScriptName /etc/e-smith/web/functions/ ln -s ../../../functions/$ThisScriptName /etc/e-smith/web/panels/manager/cgi-bin/$TheScr