Koozali.org: home of the SME Server

e-smith configures itself as windows PDC

Reggie Williams

e-smith configures itself as windows PDC
« on: October 11, 2000, 10:32:51 PM »
I installed 4.0 final and was sure to make the selection NOT to act as a PDC for my windows nt domain.
WhenI boot my nt server, I can not run the user manager on my domain because e-smith
is acting as the PDC. What can I do to correct this?

Charlie Brady

RE: e-smith configures itself as windows PDC
« Reply #1 on: October 11, 2000, 10:43:01 PM »
Reggie Williams wrote:

> I installed 4.0 final and was sure to make the selection NOT to
> act as a PDC for my windows nt domain.

Please ensure that you have applied the updated e-smith-base RPM from ftp://ftp.e-smith.com/pub/e-smith/e-smith-4.0/updates/.

You need to log in as root (see the FAQ on www.e-smith.org if you don't know how), and apply the update using:

wget ftp://ftp.e-smith.com/pub/e-smith/e-smith-4.0/updates/RPMS/noarch/e-smith-base-4.0.12-28.noarch.rpm
rpm -Uhv e-smith-base-4.0.12-28.noarch.rpm
/sbine/e-smith/signal-event console-save

exit

[The wget command takes a single argument, the full URL of the RPM on the ftp site. That command is broken into three lines as I type it into the textbox, but I guess it will look OK when I post it.]

Regards

Charlie

Reggie Williams

RE: e-smith configures itself as windows PDC
« Reply #2 on: October 16, 2000, 07:11:34 PM »
Thanks......that solved my problem.




Reggie WilliamsCharlie Brady wrote:

> Reggie Williams wrote:
>
> > I installed 4.0 final and was sure to make the selection
> NOT to > act as a PDC for my windows nt domain.
>
> Please ensure that you have applied the updated e-smith-base
> RPM from ftp://ftp.e-smith.com/pub/e-smith/e-smith-4.0/updates/.
>
> You need to log in as root (see the FAQ on www.e-smith.org if
> you don't know how), and apply the update using:
>
> wget
> ftp://ftp.e-smith.com/pub/e-smith/e-smith-4.0/updates/RPMS/noarch/e-smith-base-4.0.12-28.noarch.rpm
> rpm -Uhv e-smith-base-4.0.12-28.noarch.rpm
> /sbine/e-smith/signal-event console-save
>
> exit
>
> [The wget command takes a single argument, the full URL of the
> RPM on the ftp site. That command is broken into three lines as
> I type it into the textbox, but I guess it will look OK when I
> post it.]
>
> Regards
>
> Charlie

John Sadie

RE: e-smith configures itself as windows PDC
« Reply #3 on: November 05, 2000, 09:35:24 AM »
The first two lines works as suggested. The third line (/sbine/...) gives an error:

No such file or directory.


Any suggestions ?

John Sadie

RE: e-smith configures itself as windows PDC
« Reply #4 on: November 05, 2000, 09:49:48 AM »
Realised it should be /SBIN/... nor /SBINE?..

Still gives an error though -

Can't open directory /etc/e-smith/events/console-event

Any further suggestions ?

(The first two lines of the original suggestions seems to have done the trick, though.)

Charlie Brady

RE: e-smith configures itself as windows PDC
« Reply #5 on: November 05, 2000, 05:41:51 PM »
John Sadie wrote:

> Realised it should be /SBIN/... nor /SBINE?..

No, it should be /sbin, not /sbine - Linux is case sensitive.

> Still gives an error though -
>
> Can't open directory /etc/e-smith/events/console-event
>
> Any further suggestions ?

You typed "console-event" where you should have typed "console-save".

Charlie