From: Johannes R. <jr...@un...> - 2002-04-17 09:01:27
|
Hi list here is an extract of my /usr/bin/sandweb-admin script: # changeable global vars my $config_file = 'sandweb.cfg'; my $config_dir = '/etc/sandweb'; and here is the output of a call to it with no arguments: unable to open config file: ../etc/sandweb.cfg return data: <pre>$VAR1 = { 'errlev' => 0, 'data' => {} }; </pre> I don't know why it is looking for ../etc/sandweb.cfg - I don't have a clue.... Best regards Johannes * Rob Helmer <ro...@na...> [020417 11:57]: > Hi Johannes, > > > It works for me, I just modified this line in sandweb-admin : > > my $config_dir = '/etc/sandweb'; > > Created '/etc/sandweb' and moved my currently working > '/usr/local/etc/sandweb/sandweb.cfg' into it. sandweb-admin > is still able to list users and what not ( if I have time I > will try doing a full reinstall later ). > > Can you paste the exact error message from sandweb-admin, and > the command you used to produce it? > > I'm going to try CC:'ing the users list too. > > > > Thanks, > Rob Helmer > > On Wed, Apr 17, 2002 at 01:09:53AM +0200, Johannes Ranke wrote: > > Hi Rob, > > > > A couple of days ago, i tried to send the following message to > > san...@li.... My exim keeps telling me > > that it is not being delivered, so I am trying directly .. > > > > -------------- > > > > Hallo there > > > > I am really excited about your nice project (exept that > > I am using PHP for my development, and can not join in > > as a developer). > > > > I installed ALPHA, and wanted to add a user. sandweb-admin > > complains, that it can't open /etc/sandweb.cfg. However, I > > gave /etc/sandweb as the configuration directory, and it > > was created and used in the install procedure. Moreover, > > the variables in /usr/bin/sandweb-admin are set correctly > > ($config-dir set to '/etc/sandweb') as far as I can tell. > > > > What's wrong? > > > > Hannes > > > > > > > > _______________________________________________ > Sandweb-users mailing list > San...@li... > https://lists.sourceforge.net/lists/listinfo/sandweb-users > |