Linux and solaris say different things when binding to all interfaces. So here is a small patch to Directives/common.py to make it so you can specify either...
Dougal Scott
dwagon@...
Jul 23, 2004 4:12 am
113
... Hash: SHA1 It has been a long time between releases (blame real work!) but a few days ago I finally found time to release Eddie-0.33. ...
Hiya, Yeah that annoyed me too! I have actually implemented a similar fix which you'll find in the new release, 0.33 (which I just sent out an announcement...
This patch missed the 0.33 release (I hadn't caught up on my patches emails sadly) but has been added in now. So will be included in the next release. Ditto...
Sorry for my very bad English. File common.py have TODO line about shared systemcall _semaphore and COMsemaphore. IMHO COMsemaphore.acquire() must be replaced...
Hi Denis, yes I would say you are right. It looks like we noted this in the past (hence the "TODO") but were waiting on proof that they did indeed clash. Have...
Hi Denis, Thanks for confirming that. I will role that change into the current code so it will be included in the next release. Cheers, Chris. -- Chris Miles ...
I have been a bit lax in feeding back the patches of stuff that I have modified locally, so here is the first of some number of patches. I needed to have...
Dougal Scott
dwagon@...
Sep 7, 2004 3:08 am
123
I had problems on Linux specifying processes by name which this patch fixed....
Dougal Scott
dwagon@...
Sep 7, 2004 4:16 am
124
All the solaris system tools return in KB, but the linux ones return in bytes. This fixes that - although this will hurt people who just use linux as all their...
Dougal Scott
dwagon@...
Sep 7, 2004 4:20 am
125
This was a while ago - I think it fixes some wierd issues with the way Solaris specifies dates. YYMV...
Dougal Scott
dwagon@...
Sep 7, 2004 4:25 am
126
If you are unfortunate enough to have Sun blades then this patch will help monitor the temps etc....
Dougal Scott
dwagon@...
Sep 7, 2004 4:34 am
127
With the old smtp method you would get whinges when it couldn't send via one of the smtp hosts even if it eventually succeeded in using one of the other hosts....
Dougal Scott
dwagon@...
Sep 7, 2004 4:41 am
128
Simple module to measure smtp connection times...
Dougal Scott
dwagon@...
Sep 7, 2004 4:57 am
129
I have modules that do all sorts of funky stuff on Solaris by interrogating the kstat chains. I have sent them to Chris before but as they haven't been...
Dougal Scott
dwagon@...
Sep 7, 2004 5:16 am
130
... This works for SunOS - probably could do with more testing. This pulls everything out of 'df -g'. I haven't seen anything equivalent on Linux, but I...
Dougal Scott
dwagon@...
Sep 8, 2004 5:24 am
131
Hi, Thanks for the recent patches. They are much appreciated and I will go through them in more detail soon. I am about to release the next version which has...
Eddie-0.34 has now been released. This release contains a few bugfixes, better support for OpenBSD, Darwin and Redhat Enterprise Linux 3, and includes SNMP...
This is the kstat module and the setup.py to make it work. This is a Solaris specific module, btw....
Dougal Scott
dwagon@...
Sep 15, 2004 2:48 am
134
These are the modules that I currently use that take advantage of the kstat module that I just mailed out. I put these into eddie/lib/SunOS/Directives...
Dougal Scott
dwagon@...
Sep 15, 2004 2:51 am
135
Hi, I've now committed this updated SunOS/df.py (modified mainly for formatting and documentation) to Eddie, so it will be available in the next release. If...
Currently eddie doesn't handle groups with '-' in them, including hosts. As some of our hosts are so afflicted, this makes it very difficult to do host...
Dougal Scott
dwagon@...
Sep 30, 2004 12:45 am
137
This is true, it also doesn't handle hostnames which are fully qualified. For the above issue, I have modified the current CVS version to only match the...
*sigh* It breaks when you put a CD in, as it reports it as having -1 total files - not I don't know why they would report it as that either. Index: df.py ...
Dougal Scott
dwagon@...
Nov 11, 2004 3:50 am
139
I have just completed an initial port of the system-specific modules to FreeBSD. I have a large network to test it on, but if anyone else would like a snapshot...