Koozali.org: home of the SME Server

[Announce] : release of smeserver-sme7admin-1.1.0

tshimko1

Working like a charm!
« Reply #15 on: February 20, 2006, 08:08:07 PM »
Landry,

Thanks so much for the contrib to SME 7.x !

Installed it this weekend and works like a charm!

THANK YOU!! THANK YOU!! THANK YOU!!!

 :-D

Todd

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: [Announce] : release of smeserver-sme7admin-1.1.0
« Reply #16 on: February 20, 2006, 08:38:56 PM »
Quote from: "Landry"
I'm waiting for your comments AND FEEDBACK :)
Landry


Thank very much for this tool.... however I have a few remarks:

1. Since CentOS uses yum instead of rpm I think you should use yum to install our RPMs (as it is capable of foing so). As it is also to configure more repositories (see 3rd-Party Yum Repositories setup in the SME Server Core Development Project)

This way the most up-to-date and suitable dependencies are downloaded.

To install it like I did you should at least confgure the following yum repositories from the list:

kbs-centos-extras (provides hddtemp)
dag (provides perl-rrdtool)
atrpms (provides rrdtool)
base (provides sysstat)

I have managed to do it like this:

Code: [Select]
wget http://sme.firewall-services.com/rpms/smeserver-sme7admin-1.1.0-1.noarch.rpm
yum localinstall --enablerepo=* --disablerepo=*testing* smeserver-sme7admin-1.1.0-1.noarch.rpm


(As I have all repositories from the list enabled I simply enable all repositories and exlcude all testing repositories as the latter can result in errors)

Maybe you can update your howto as well to reflect my suggestions.

Jonathan
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Landry

[Announce] : release of smeserver-sme7admin-1.1.0
« Reply #17 on: February 20, 2006, 09:43:22 PM »
Quote
Since CentOS uses yum instead of rpm I think you should use yum to install our RPMs

And i should use yum just because CentOS uses it ?? yum is only a frontend to rpm commands, and personally, i prefer executing 4 simple rpm -ivh commands rather than editing yum configuration,enabling repositories, updating a database, scratching dozens of options and whatever other crap related to yum. I don't like yum.
2nd : by now, i don't need up-to-date dependencies, because sysstat > 5.0.5 and rrdtool > 1.0.50 are NOT supported (options & data format changed). I should recheck my code to see if it'll be easy to update the dependencies.
3rd : if i had dozens of contribs to share with the community, maybe it'll be easier for me to setup a 3rd-party yum repository. But i have only 2-3 contribs, and as i have enough work to keep sme7admin bug-free and supported, i don't have time to work on a repository-based setup.

To conclude: a yum repository is not on my todo-list.
If you want to install sme7admin, following the howto is sufficient.

I hope i haven't been rude, and that my point of view is clear :)
Landry

Janm

[Announce] : release of smeserver-sme7admin-1.1.0
« Reply #18 on: February 22, 2006, 11:56:29 AM »
Hej Landry
Just installed sme7admin-1.1.0-1.noarch.rpm
and everything went fine
with rpm -Uvh *.rpm 5 files
no problem at all on sme7.0pre3
Thanks a lot wery god job you have done
All the best from
Jan denmark    :hammer:

stocky

[Announce] : release of smeserver-sme7admin-1.1.0
« Reply #19 on: February 22, 2006, 11:49:31 PM »
Hi Landry,

Finally been able to get this info for you....

Code: [Select]
[root@mserver ~]# sensors
w83627thf-isa-0290
Adapter: ISA adapter
VCore:     +1.47 V  (min =  +0.70 V, max =  +1.87 V)
+12V:     +11.73 V  (min =  +0.12 V, max =  +5.05 V)
+3.3V:     +3.36 V  (min =  +0.22 V, max =  +2.03 V)
+5V:       +5.04 V  (min =  +3.20 V, max =  +6.67 V)
-12V:     -14.91 V  (min = -14.91 V, max = -14.91 V)
V5SB:      +4.95 V  (min =  +1.37 V, max =  +1.94 V)
VBat:      +3.50 V  (min =  +2.56 V, max =  +0.29 V)
fan1:        0 RPM  (min = 17763 RPM, div = 2)
CPU Fan:  3026 RPM  (min = 675000 RPM, div = 2)
fan3:        0 RPM  (min = 10384 RPM, div = 2)
M/B Temp:    +35°C  (high =  -101°C, hyst =    +1°C)   sensor = thermistor
CPU Temp:  +29.0°C  (high =   +70°C, hyst =   +65°C)   sensor = thermistor
temp3:     +65.0°C  (high =   +70°C, hyst =   +65°C)   sensor = thermistor
ERROR: Can't get VID data!
alarms:   Chassis intrusion detection                      ALARM
beep_enable:
          Sound alarm disabled

eeprom-i2c-0-50
Adapter: SMBus Via Pro adapter at 5000
Memory type:            DDR SDRAM DIMM
Memory size (MB):       512


i have tried ALL of the keywords above (eg fan1, CPU FAN, fan3, M/B Temp, CPU & temp3) in the sme7admin config without any luck.

I have checked the sme7admin.conf file and they are listed there as one would expect. Since getting the modules to load on startup I now have two system temps on my temp graph plus the two hdd temps i had before, but no matter what i enter into the config section, the temps are the same sensors each time and i cannot get ANY fan speeds at all.

any ideas?

All the rest of sme7admin works a treat, just not this bit..arrggghhhh!

Landry

[Announce] : release of smeserver-sme7admin-1.1.0
« Reply #20 on: February 23, 2006, 12:22:47 AM »
paste here the output of
Code: [Select]
grep tag /etc/e-smith/web/panels/manager/html/sme7admin/sme7admin.conf

it should be
Code: [Select]

sensors_first_temp_tag = M/B Temp
sensors_first_temp_tag = CPU Temp
sensors_fan_tag = CPU Fan

(or "temp3" in place of "M/B Temp" / "CPU Temp")
Did you wait 5/10mn between each tests ? sme7admin is not a REAL TIME contrib :)
Do your hddtemps works ??
Landry

stocky

[Announce] : release of smeserver-sme7admin-1.1.0
« Reply #21 on: February 23, 2006, 02:04:34 AM »
Landry,

Results of grep:

Code: [Select]
sensors_first_temp_tag = CPU Temp
sensors_second_temp_tag = M/B Temp
sensors_fan_tag = CPU Fan


I assume you line above contained a typo...both first_temp

HDD temps work fine!! :-)

Has been running for about 45min with config as above, still no fan reading at all and temps for CPU & mobo are wrong ones when compares to sensors tags.

stocky

[Announce] : release of smeserver-sme7admin-1.1.0
« Reply #22 on: February 23, 2006, 04:27:55 AM »
ok, a few hours later and two reboots later (for other reasons) and WITHOUT changing ANY settings away from those above it now works...*BIZZARE*

Thanks Landry for a top notch product and being willing to answer those of us with queries :-)

i owe u a  :pint:  or 3........

 :-D

Landry

[Announce] : release of smeserver-sme7admin-1.1.0
« Reply #23 on: February 23, 2006, 10:04:49 AM »
Cool !

Maybe it didn't re-read correctly its conf... strange.

Sometimes, if you configure something, and it seems not to change something,  you can restart safely the service to be sure.
Code: [Select]
service sme7admind restart
The strange values are maybe due to rrdtool, making a sliding average with old and current values to compute a data point (read rrdtools doc and internals to know more about this).
A little bit weird anyway, but pleased to see it works.

Offline calisun

  • *
  • 601
  • +0/-0
[Announce] : release of smeserver-sme7admin-1.1.0
« Reply #24 on: February 24, 2006, 08:53:25 AM »
Landry
Thanks for a great product.
One thing, it does not show anything under DHCP list and nothing on main page under "connected users"
SME user and community member since 2005.
Want to install Wordpress in iBay of SME Server?
See my step-by-step How-To wiki here:
http://wiki.contribs.org/Wordpress_Multisite

Offline gregswallow

  • *
  • 651
  • +1/-0
[Announce] : release of smeserver-sme7admin-1.1.0
« Reply #25 on: February 25, 2006, 01:08:03 AM »
Quote from: "Landry"
3rd : if i had dozens of contribs to share with the community, maybe it'll be easier for me to setup a 3rd-party yum repository. But i have only 2-3 contribs, and as i have enough work to keep sme7admin bug-free and supported, i don't have time to work on a repository-based setup.


SME Server is going to implement soon a addons and addons-testing repository.  So your rpms can go in there soon.  There will be some sort of testing/approval process to have them put in there, which hasn't really been thought through yet, but it is coming soon.  

For now, I would encourage everyone to report any problems with smeserver-sme7admin to the bug tracker.  There is a category " SME Contribs" and a subcategory "smeserver-sme7admin" so you can let Landry know of any problems there.

Thanks

Landry

[Announce] : release of smeserver-sme7admin-1.1.0
« Reply #26 on: February 25, 2006, 12:43:13 PM »
Quote from: "calisun"
Landry
Thanks for a great product.
One thing, it does not show anything under DHCP list and nothing on main page under "connected users"


Yes, for DHCP, it's a bug.
Quote from: "me in a mail"
Okay, i think i've found the bug: Please try to patch the file /usr/bin/sme7admind by removing the "via" word in the line 610.
Before:
if(/(\w{3}\s{1,2}\d{1,2} [0-9:]{8}) $SystemName dhcpd: DHCPACK on (\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3}) to ([0-9a-f:]{17}) via/o)
After:
if(/(\w{3}\s{1,2}\d{1,2} [0-9:]{8}) $SystemName dhcpd: DHCPACK on
(\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3}) to ([0-9a-f:]{17})/o)

Then, restart sme7admind (service sme7admind restart), and make a DHCP
request on your workstation. Then, after a little time, execute "grep
-i dhcp /var/log/sme7admin.log" to see if the request has been
detected.
 


I'll patch my srcs to correct this, and some other details, and post an update to the RPM.

For "connected users", did you read the documentation ?

Quote from: "the doc"
The result of the command w which permits to see the list of the users connected to a shell on the server, from where, since when, and what was their last command.


Connected users doesn't mean smb/afp/ftp connected users. It's only the result of 'w' in a shell.

@gregswallow : thanks for the reminder on the bugtrack. I should direct users there instead of replying directly on forums.
And if my rpm can go into an addons repository, i'll be pleased of it. Just let me know what are the guidelines/rules.

stocky

[Announce] : release of smeserver-sme7admin-1.1.0
« Reply #27 on: February 27, 2006, 01:03:46 PM »
Hi Landry,

sme7admin still working sweet...hasnt missed a beat!

a request for next release....can we have more than one fan input on the graphs? I like to monitor the CPU and hdd cage fans :-)

I like to watch.......oh, thats another subject altogether! LOL :-)

Offline uniqsys

  • *
  • 133
  • +0/-0
[Announce] : release of smeserver-sme7admin-1.1.0
« Reply #28 on: March 03, 2006, 12:13:42 AM »
I just installed sme7admin on 7pre3 without a hitch.  Very excellent work.

Regarding translations:

You might want to include Format D'image = Image format along with the other items noted above.  It is on the configuration page.

Merci Beaucoup!
...

Offline crazybob

  • ****
  • 894
  • +0/-0
    • Stalzer R&D
[Announce] : release of smeserver-sme7admin-1.1.0
« Reply #29 on: March 07, 2006, 11:24:02 PM »
I have installed sme7admin on two computers, and it is wonderful. I have discovered too late though  that  hddtemp does not support many SATA drives. I would suggest checking out there website before buying a drive if you were hoping to use this function.

All other functions installed without a hitch.

Thanks Landry

Bob
If you think you know whats going on, you obviously have no idea whats going on!