|
From: Joaquim H. <jo...@we...> - 2006-07-04 11:59:44
|
Using 1.290 (thanks!) RPC CALLS We have a nearby machine that is physically close, but logically protected = by its internal firewall. I have opened the TCP port for which I've configu= red Webmin to use. I've also opened the machine's local firewall for UDP ca= lls on the same port (do I need this?). I cannot seem to get FAST RPC CALLS to work properly. What did I miss? SOFTWARE INVENTORY Would it be possible to get a "master screen" in my "master webmin" that wo= uld report the version numbers of all installed pieces of software that has= been configured in the various "slave webmins" that I connect to from the = master? NOTIFICATION MESSAGES I'm still seeing unencoded messages being sent out by Webmin; they contain = national characters and are now sent encoded, but because there's no MIME H= EADER information in the message, my e-mail client don't know what to do wi= th those characters. Example: L=E4rar (the second character is an 'a' with umlauts) is sent as L=3DE4rar = which is correct, if there is a mime header in the message :-) Keep up the GREAT work! -joho |
|
From: Freddie C. <fca...@sd...> - 2006-07-04 17:41:37
|
On Tue, July 4, 2006 4:59 am, Joaquim Homrighausen wrote: > Using 1.290 (thanks!) > RPC CALLS > We have a nearby machine that is physically close, but logically > protected by its internal firewall. I have opened the TCP port for > which I've configured Webmin to use. I've also opened the machine's > local firewall for UDP calls on the same port (do I need this?). > I cannot seem to get FAST RPC CALLS to work properly. What did I > miss? This feature uses 10-20 (possibly up to 100) TCP ports above the one configured for Webmin. So, if Webmin is configured to use port 10000, you need to open ports 10000-10100 in order for the RPC feature to work correctly (we've gotten away with only opening 10000-10020, but haven't tried to do much with RPC to date). ---- Freddie Cash, LPCI-1 CCNT CCLP Helpdesk / Network Support Tech. School District 73 (250) 377-HELP [377-4357] fca...@sd... |
|
From: Jamie C. <jca...@we...> - 2006-07-04 21:58:39
|
On 4/Jul/2006 06:59 Joaquim Homrighausen wrote .. > > Using 1.290 (thanks!) > > RPC CALLS > > We have a nearby machine that is physically close, but logically protected > by its internal firewall. I have opened the TCP port for which I've configured > Webmin to use. I've also opened the machine's local firewall for UDP calls > on the same port (do I need this?). > > I cannot seem to get FAST RPC CALLS to work properly. What did I miss? You need to open up ports 10000-10100 on the slave system for fast RPC to work. > SOFTWARE INVENTORY > > Would it be possible to get a "master screen" in my "master webmin" that > would report the version numbers of all installed pieces of software that > has been configured in the various "slave webmins" that I connect to from > the master? Have you checked out the Cluster Software Packages module? It has a 'Compare Servers' page for displaying the versions of all the RPMs on multiple systems, with a view to finding mismatches.. > NOTIFICATION MESSAGES > > I'm still seeing unencoded messages being sent out by Webmin; they contain > national characters and are now sent encoded, but because there's no MIME > HEADER information in the message, my e-mail client don't know what to > do with those characters. Example: > > L=E4rar (the second character is an 'a' with umlauts) is sent as L=3DE4rar > which is correct, if there is a mime header in the message :-) This sounds like a bug - which modules are sending out these emails? I may not have converted them all to do proper MIME headers.. - Jamie |
|
From: Joaquim H. <jo...@we...> - 2006-07-05 09:12:55
|
>> SOFTWARE INVENTORY >Have you checked out the Cluster Software Packages module? It has a 'Compa= re >Servers' page for displaying the versions of all the RPMs on multiple syst= ems, >with a view to finding mismatches.. No, I haven't checked that out. It seems a bit overkill for what I want to = do, but perhaps I need to look at it again. I would also like to have other= summary screens, like _one_ page where I can see all disk usage collected = data be displayed, sorted per server, and then clickable/browseable, just l= ike when I view calculated (collected) disk usage on a single server. >> NOTIFICATION MESSAGES >> L=E4rar (the second character is an 'a' with umlauts) is sent as L=3DE4r= ar >> which is correct, if there is a mime header in the message :-) >This sounds like a bug - which modules are sending out these emails? I may= not >have converted them all to do proper MIME headers.. This is the Others -> System and Server Status monitoring messages. -joho |
|
From: Jamie C. <jca...@we...> - 2006-07-05 17:56:06
|
On 5/Jul/2006 04:12 Joaquim Homrighausen wrote .. > >> SOFTWARE INVENTORY > >Have you checked out the Cluster Software Packages module? It has a 'Compare > >Servers' page for displaying the versions of all the RPMs on multiple > systems, > >with a view to finding mismatches.. > > No, I haven't checked that out. It seems a bit overkill for what I want > to do, but perhaps I need to look at it again. I would also like to have > other summary screens, like _one_ page where I can see all disk usage collected > data be displayed, sorted per server, and then clickable/browseable, just > like when I view calculated (collected) disk usage on a single server. That would be cool, but at the moment there is no module like this .. at least not yet :) > >> NOTIFICATION MESSAGES > >> L=E4rar (the second character is an 'a' with umlauts) is sent as L=3DE4rar > >> which is correct, if there is a mime header in the message :-) > >This sounds like a bug - which modules are sending out these emails? I > may not > >have converted them all to do proper MIME headers.. > > This is the Others -> System and Server Status monitoring messages. Ok, I think I see what you mean here .. so your mail client needs to have a header like : Content-type: text/plain; charset=3Diso-8859-1 to display mail properly? - Jamie |
|
From: Joaquim H. <jo...@we...> - 2006-07-06 09:02:26
|
>That would be cool, but at the moment there is no module like this .. at >least not yet :) Yay.. my idea reached coolness status; perhaps it'll make it onto the list. I wish my Perl knowledge was more up to scratch, I'd be happy to contribute code/modules; but I'm a C/C++/ASM/PHP dude :-) >> This is the Others -> System and Server Status monitoring messages. >Ok, I think I see what you mean here .. so your mail client needs to have >a header like : Content-type: text/plain; charset=iso-8859-1 >to display mail properly? These are the three headers required: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable -joho |
|
From: Jamie C. <jca...@we...> - 2006-07-06 16:34:55
|
On 6/Jul/2006 04:02 Joaquim Homrighausen wrote .. > > >That would be cool, but at the moment there is no module like this .. > at > >least not yet :) > > Yay.. my idea reached coolness status; perhaps it'll make it onto the list. > I wish my Perl knowledge was more up to scratch, I'd be happy to contribute > code/modules; but I'm a C/C++/ASM/PHP dude :-) It may fit in the with the graphing status module I'm working on .. > >> This is the Others -> System and Server Status monitoring messages. > >Ok, I think I see what you mean here .. so your mail client needs to have > >a header like : Content-type: text/plain; charset=iso-8859-1 > >to display mail properly? > > These are the three headers required: > > MIME-Version: 1.0 > Content-Type: text/plain; charset=ISO-8859-1 > Content-Transfer-Encoding: quoted-printable Thanks .. I will have Webmin set those headers in future. - Jamie |