From: Bryce H. <br...@os...> - 2003-04-25 22:14:58
|
On Fri, 25 Apr 2003, Nick Jennings wrote: > On Fri, Apr 25, 2003 at 02:30:39PM -0700, Bryce Harrington wrote: > > > > [root@sherborne sandweb]# sandweb-admin --add-user bryce > > unable to open config file: ../etc/sandweb.cfg > > return data: <pre>$VAR1 = { > > 'errlev' => 0, > > 'data' => {} > > }; > > Did you see my post regarding sandweb-admin location? Delete the one > in /usr/bin, and also make sure you add users su'd to the apache user. Okay, I did these things, and it worked: [root@sherborne src]# rm /usr/bin/sandweb-admin rm: remove regular file `/usr/bin/sandweb-admin'? y [root@sherborne sandweb]# su apache sh-2.05b$ which sandweb-admin /usr/local/bin/sandweb-admin sh-2.05b$ sandweb-admin --add-user bryce username bryce already exists! sh-2.05b$ sandweb-admin --add-user test Enter password for test: Username test successfully added! sh-2.05b$ > I am using Mandrake 9.0 as well, so I know that is not the problem. Ah, that's a good sign. ;-) I'll see if the cgi is working now, when I get home. Bryce |