Obsolete Releases > SME 8.x Contribs

smeserver-sme8admin in smecontribs repository

(1/1)

Jean-Philippe Pialasse:
Hello,

i am pleased to announce the new version of this long known contrib adapted for sme8.

-a lot of bug fix.
-new features to enable or disable services
-x64 compatibility.

to install :


--- Code: ---yum install smeserver-sme8admin --enablerepo=smecontribs
--- End code ---

wiki page will follow

for any bug please raise a bug against the contrib "unknown"  and add me in CC

_alex:
Great news, thanks!  :)

FIY, I had to apply this http://bugs.contribs.org/show_bug.cgi?id=3022#c3 to get it working
replacing sme7admind by sme8admind, of course.

edit:
sensors fail to start at boot, so I tried with

--- Code: ---ln -s /etc/rc.d/init.d/e-smith-service /etc/rc7.d/S98lm_sensors
--- End code ---
with no luck.

I solved it by adding the following line to /etc/rc.loal:

--- Code: ---/etc/init.d/lm_sensors restart
--- End code ---

Not a very elegant solution, but I really don't care, as long as it works.

Jean-Philippe Pialasse:
i have reopen the listed bug to correct this issue, can you post there to confirm what you didi to resolve in order that i patch against a new version.


about sensors



sensors detect final output is:

--- Quote ---To make the sensors modules behave correctly, add these lines to
/etc/modprobe.conf:

#----cut here----
# I2C module options
alias char-major-89 i2c-dev
#----cut here----

To load everything that is needed, add this to some /etc/rc* file:

#----cut here----
# Chip drivers
modprobe f71805f
# sleep 2 # optional
/usr/bin/sensors -s # recommended
#----cut here----

If you have some drivers built into your kernel, the list above will
contain too many modules. Skip the appropriate ones! You really
should try these commands right now to make sure everything is
working properly. Monitoring programs won't work until the needed
modules are loaded.
--- End quote ---


i usually just paste the second one at the end of  /etc/rc.d/rc.local and that do the trick without defining a ln for /etc/rc.d/init.d/lm_sensors

_alex:
Here is what I did:

--- Code: ---rm /etc/rc7.d/S97sme8admind
ln -s /etc/rc.d/init.d/e-smith-service /etc/rc7.d/S99sme8admind

--- End code ---

Thanks for the sensors tip!

Navigation

[0] Message Index

Go to full version