Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: chris snow on March 24, 2003, 03:50:48 PM

Title: /sbin/e-smith/config parameters?
Post by: chris snow on March 24, 2003, 03:50:48 PM
Where can I find documentation on the list of properties that are accepted by /sbin/e-smith/config ?

Thanks,

Chris
Title: Re: /sbin/e-smith/config parameters?
Post by: Bill Talcott on March 24, 2003, 07:11:12 PM
Do you mean "/sbin/e-smith/db config"?  If so, try "/sbin/e-smith/db --help".
Title: Re: /sbin/e-smith/config parameters?
Post by: chris snow on March 24, 2003, 07:33:59 PM
Sorry Bill,

I've tried that.  What I'm actually looking for is documentation on the keys/values that the command accepts.

Thanks,

Chris
Title: Re: /sbin/e-smith/config parameters?
Post by: Scott Smith on March 24, 2003, 08:15:17 PM
Sorry Chris,

That does not exist.

You can look at the files in /home/e-smith (configuration, accounts, hosts) and get an idea as to what is available.

To understand what the options do and what they are used for (and in some cases, to learn about available options that are not set) you have to examine the code in /etc/e-smith/events/functions and /etc/e-smith/web/functions and other locations.
Title: Re: /sbin/e-smith/config parameters?
Post by: Bill Talcott on March 25, 2003, 06:13:55 PM
chris snow wrote:
>
> Sorry Bill,
>
> I've tried that.  What I'm actually looking for is
> documentation on the keys/values that the command accepts.

You can use "show" to see what's in there already. It's a database. It just stores values. You can add your own stuff to it if you like. The actual stored parameters are going to depend on which functions use those stored values. You can write a function to use anything, and store that anything in the database, so there's not really a set definition of what's "supposed" to be in there. I think looking at what's already there is going to give you the best idea of what the creators had in mind with the system...
Title: Re: /sbin/e-smith/config parameters?
Post by: Chris Snow on March 25, 2003, 06:22:28 PM
Thanks Bill, that's just what I'm looking for.

Chris
Title: Re: /sbin/e-smith/config parameters?
Post by: Serge Dutremble on March 27, 2003, 08:43:20 PM
Although the db can accomodate new settings, the default settings on a fresh installation of SME should be documented somewhere.

This db is a primary source of parameters in the function of a standard SME.

It would be a gross oversight NOT to have documentation on this.

Anyone tried Mitel?

Serge.
Title: Re: /sbin/e-smith/config parameters?
Post by: Scott Smith on March 28, 2003, 06:37:39 PM
I guess there is a gross oversight, then. :-)
Title: Re: /sbin/e-smith/config parameters?
Post by: Charlie Brady on March 28, 2003, 06:45:44 PM
chris snow wrote:

> What I'm actually looking for is
> documentation on the keys/values that the command accepts.

Any.

Charlie
Title: Re: /sbin/e-smith/config parameters?
Post by: Bill Talcott on March 28, 2003, 09:22:56 PM
As Serge stated, some sort of documentation on the default database structure would be extremely handy though. Even just a 1 page description of what the different options are...