You can subscribe to this list here.
2001 |
Jan
(13) |
Feb
(24) |
Mar
(23) |
Apr
(11) |
May
(18) |
Jun
(90) |
Jul
(29) |
Aug
(26) |
Sep
(37) |
Oct
(10) |
Nov
(31) |
Dec
(11) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(45) |
Feb
(18) |
Mar
(12) |
Apr
(7) |
May
(10) |
Jun
(62) |
Jul
(8) |
Aug
(40) |
Sep
(41) |
Oct
(43) |
Nov
(29) |
Dec
(36) |
2003 |
Jan
(25) |
Feb
(9) |
Mar
(11) |
Apr
(13) |
May
(19) |
Jun
(19) |
Jul
(11) |
Aug
(4) |
Sep
(109) |
Oct
(73) |
Nov
(69) |
Dec
(21) |
2004 |
Jan
(21) |
Feb
(33) |
Mar
(31) |
Apr
(25) |
May
(33) |
Jun
(42) |
Jul
(47) |
Aug
(12) |
Sep
(41) |
Oct
(47) |
Nov
(30) |
Dec
(19) |
2005 |
Jan
(6) |
Feb
(23) |
Mar
(21) |
Apr
(26) |
May
(21) |
Jun
(16) |
Jul
(17) |
Aug
(7) |
Sep
(8) |
Oct
(13) |
Nov
(7) |
Dec
(10) |
2006 |
Jan
(10) |
Feb
(3) |
Mar
|
Apr
(2) |
May
|
Jun
(3) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
(4) |
2007 |
Jan
(2) |
Feb
(3) |
Mar
(2) |
Apr
|
May
(1) |
Jun
(6) |
Jul
(6) |
Aug
(8) |
Sep
(3) |
Oct
(21) |
Nov
(4) |
Dec
(6) |
2008 |
Jan
(11) |
Feb
(28) |
Mar
(26) |
Apr
(9) |
May
(2) |
Jun
(10) |
Jul
(1) |
Aug
(20) |
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
(4) |
Feb
(10) |
Mar
(1) |
Apr
(24) |
May
(22) |
Jun
(18) |
Jul
(15) |
Aug
(21) |
Sep
(4) |
Oct
(7) |
Nov
(6) |
Dec
|
2010 |
Jan
|
Feb
(2) |
Mar
(13) |
Apr
|
May
(4) |
Jun
|
Jul
|
Aug
(4) |
Sep
(6) |
Oct
(1) |
Nov
(1) |
Dec
|
2011 |
Jan
(18) |
Feb
(2) |
Mar
(23) |
Apr
(4) |
May
(5) |
Jun
(1) |
Jul
|
Aug
|
Sep
(9) |
Oct
|
Nov
(5) |
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(6) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
(31) |
Apr
(3) |
May
|
Jun
(2) |
Jul
(6) |
Aug
|
Sep
|
Oct
(4) |
Nov
|
Dec
(7) |
2014 |
Jan
|
Feb
(1) |
Mar
(9) |
Apr
(4) |
May
(7) |
Jun
(2) |
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
(4) |
Dec
|
2016 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(5) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
(7) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Joe C. <jo...@sw...> - 2002-03-17 03:51:59
|
The two pence version: I am of two minds on things like this. On one hand, using standardized and heavier protocols (heavier merely in the sense of the implementation of the protocol--not necessarily that the communications are heavier or more taxing on the network or the machines) leads to Webmin being less 'standalone'. It will need other perl modules--against the Webmin rules, generally. On the other hand, it would allow integration of Webmin with things that may not be 'Webmin-ified'...and potentially leverage existing development efforts in Webmin into less redundant efforts. Modules save time--I use them all the time in my perl programming and I really couldn't be very productive without them (I'm a rank amateur at many complex Perl topics). The longer version: I am constanty torn between this dichotomy in general--not just the specific RPC case. The problem of, balancing code reuse with Webmin usability. If Webmin used a standard web template system (TT2, etc.) the GUI could break free of the constraints of the current half-templated and half-hardcoded system, but then everyone has to install TT2 before using Webmin. Integration is difficult if not impossible, and that extra labor takes away a primary motivation for code reuse (i.e. saving Jamie from having to spend time developing a template system or an RPC system or whatever). The negatives (the primary one being, everyone has to install a bunch of extra perl modules) don't bother me in the least. Me and cpanflute got this deal going--anything from CPAN that I can build without any hassle I can make a package that goes into my default system kickstart install in a matter of minutes. Maybe this isn't a deal casual users are willing to make. So I would happily encourage Jamie to make Webmin less standalone, if it will add functionality, flexibility, and give Jamie more time that would have been spent reinventing wheels. I'd probably make enemies of Webmin users, though... That said, XML-RPC is one of those that might just be a no-brainer. It would be transparent to folks doing casual Webmin work (i.e. they only work directly on a single machine) and would give those of us with nerdier tendencies a standardized way to link into a variety of systems. There will probably still be a few folks for whom this would be a negative--folks doing embedded installs of Webmin, perhaps? But they've got to strip Webmin to the bone anyway, so this wouldn't be any major hurdle for them, I wouldn't think. So, the summary: I don't know. I can't make up my mind. I enjoy ranting about it from both sides. Wil Cooley wrote: > I've been thinking about it a bit lately and wanted to know what > anyone else thought about this: Webmin uses a "proprietary" RPC > mechanism (I say "proprietary" because it's not really a standard; > not because it's locked away by copyright or whatnot) and was > wondering if it might not be possible or desirable to re-work the > HTML-RPC mechanism to use a "standardized" XML-RPC mechanism. > There are Perl modules (and modules for other languages) for > developing XML-RPC clients and servers; so it might be nice to be > able to develop client-applications or non-Webmin-integrated web > applications using the interface. Has anyone else considered this > or agree with me? > > Wil -- Joe Cooper <jo...@sw...> http://www.swelltech.com Web Caching Appliances and Support |
From: Jamie C. <jca...@we...> - 2002-03-17 03:49:30
|
> karthikeyan wrote: > > Hi, > > I have successfully installed Webmin in our Redhat Linux 7.1 version using rpm bundle (webmin > 0.92) provided in the webmin site. I am quite happy with all its features. But i encountered on > major problem - I was able to create a new master zone under Bind 8 DNS Server. When i go inside > and try to add new Accounts or Name Server or Mail Server, it doesn't add's up and doesn't even > produce errors whereas I am able to do that for existing master zone under Bind 8 DNS Server. > > Any explanation for this would be greatly appreciated. You should try installing webmin 0.93, along with the latest updates from http://www.webmin.com/updates.html . That will fix this problem .. - Jamie |
From: Wil C. <wc...@na...> - 2002-03-17 03:25:42
|
I've been thinking about it a bit lately and wanted to know what anyone else thought about this: Webmin uses a "proprietary" RPC mechanism (I say "proprietary" because it's not really a standard; not because it's locked away by copyright or whatnot) and was wondering if it might not be possible or desirable to re-work the HTML-RPC mechanism to use a "standardized" XML-RPC mechanism. There are Perl modules (and modules for other languages) for developing XML-RPC clients and servers; so it might be nice to be able to develop client-applications or non-Webmin-integrated web applications using the interface. Has anyone else considered this or agree with me? Wil --=20 W. Reilly Cooley wc...@na... Naked Ape Consulting http://nakedape.cc irc.linux.com #orlug,#lnxs The older I grow, the more I distrust the familiar doctrine that age brings wisdom. -- H.L. Mencken |
From: karthikeyan <kar...@as...> - 2002-03-17 00:34:30
|
Hi, I have successfully installed Webmin in our Redhat Linux 7.1 version = using rpm bundle (webmin 0.92) provided in the webmin site. I am quite = happy with all its features. But i encountered on major problem - I was = able to create a new master zone under Bind 8 DNS Server. When i go = inside and try to add new Accounts or Name Server or Mail Server, it = doesn't add's up and doesn't even produce errors whereas I am able to do = that for existing master zone under Bind 8 DNS Server. =20 Any explanation for this would be greatly appreciated. You can contact me at : kar...@as... Regards, karthikeyan. |
From: <tb...@gr...> - 2002-03-16 11:44:29
|
Hi: thanks a lot!!! now i know what to do with my programs :D > tb...@gr... wrote: >> >> Hi: >> i m writing a small webmin program with mysql & perl-DBI. >> i found that if perl-DBI raise some error message then >> the rest page of webmin will disappear. >> so i try to print something myself to STDERR, and it stops rest >> pages of webmin. >> how can i show STDERR messages to webmin pages? >> thanks for ur help!!! > > The problem here is that when webmin is started at boot time from > an init script on some operating systems, STDERR is not available > so any webmin CGI that prints to it will immediately die with a > SIGPIPE error. This can be very annoying, and has caused several > problems with webmin in the past .. > > If you want to see stuff that gets printed to STDERR (useful for > debugging purposes), the solution is to login as root and run > /etc/webmin/stop ; /etc/webmin/start . If you are calling some library > or program that may write to STDERR, your perl code should have > the line open(STDERR, ">/dev/null"); somewhere at the top, so that it > doesn't die unexpectledy. > > - Jamie > > - > Forwarded by the Webmin development list at web...@we... To > remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-devel |
From: Jamie C. <jca...@we...> - 2002-03-16 11:05:21
|
tb...@gr... wrote: > > Hi: > i m writing a small webmin program with mysql & perl-DBI. > i found that if perl-DBI raise some error message then > the rest page of webmin will disappear. > so i try to print something myself to STDERR, and it stops rest pages > of webmin. > how can i show STDERR messages to webmin pages? > thanks for ur help!!! The problem here is that when webmin is started at boot time from an init script on some operating systems, STDERR is not available so any webmin CGI that prints to it will immediately die with a SIGPIPE error. This can be very annoying, and has caused several problems with webmin in the past .. If you want to see stuff that gets printed to STDERR (useful for debugging purposes), the solution is to login as root and run /etc/webmin/stop ; /etc/webmin/start . If you are calling some library or program that may write to STDERR, your perl code should have the line open(STDERR, ">/dev/null"); somewhere at the top, so that it doesn't die unexpectledy. - Jamie |
From: <tb...@gr...> - 2002-03-16 10:30:24
|
Hi: i m writing a small webmin program with mysql & perl-DBI. i found that if perl-DBI raise some error message then the rest page of webmin will disappear. so i try to print something myself to STDERR, and it stops rest pages of webmin. how can i show STDERR messages to webmin pages? thanks for ur help!!! Regards, tbsky |
From: Bharat K. N. <bha...@ex...> - 2002-02-27 04:37:48
|
Hello sir, i have installed the webmin 0.90 version from a tar file.it is working fine. But i am unable to change the password of admin through this s/w.I can change without login through the console by typing:- "/home/webmin-0.90/changepass.pl /etc/webmin admin foo " But if i have to change the same through the application how can i???? -- Bharat Kumar Nayyar Exaband(India) PRIVATE LIMITED, 24,shantiniketan, East Marredpally, Secunderabad-26, India. ********************************************************************************* This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED.If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated. Mail recipients and senders are bound by the EXABAND(INDIA)PRIVATE LIMITED Non-Disclosure Policy. ********************************************************************************* |
From: wade <51...@21...> - 2002-02-25 09:09:33
|
IEhlbGxvIGV2ZXJ5IG9uZSwNCiANCiAgICBJIHdhbnQgdG8gcmVmZXJlbmNlIHRoZSB3YXkgdGhh dCBjaGFuZ2UgdXNlcidzIHBhc3N3b3JkIGluIFdlYm1pbix0aG9zZSBwYXNzd29yZCBvbiBteSBs aW51eCBzeXN0ZW0gaXMgZW5jcnlwdCB3aXRoIE1ENSAuIEhvdyBjYW4gSSBtYWtlIGEgcGllY2Ug b2YgY29kZSB0aGF0IGNhbiBkbyBwYXNzd29yZC1jaGVja2luZz8gDQogICAgSXMgdGhvc2UgY29k ZSBjYW4gYmUgc2F3IGluIG1pbmlzZXJ2LnBsIG9yIHNvbWUgb3RoZXIgZmlsZXM/DQoNCiAgIEFu b3RoZXIgcXVlc3Rpb24gOiAgSWYgb25lIExpbnV4IHN5c3RlbSBpcyBwbG90ZWQgdG8gc29tZSBk aWZmZXJlbnQgcHJpdmlsZWdlcywgc28geW91IGhhdmUgdG8gYWx3YXlzIGdpdmUgb3V0IHRoZSBk aWZmZXJlbnQgYWNjb3VudCBhbmQgcGFzc3dvcmQgdG8gY29uZmlndXJlIHNvbWUgc3BlY2lmaWMg c2VydmljZSwgcm9vdCBpcyBmb3JiaWRkZW4sIGhvdyBjYW4gcnVuIHRoZSBkaWZmZXJlbnQgd2Vi bWluIG1vZHVsZSB1bmRlciB0aGUgZGlmZmVyZW50IGFjY291bnQ/DQoNCiAgIElzIGFueWJvZHkg Y2FuIGdpdmUgb3V0IHNvbWUgZGVzY3JpcHRpb24/DQoNCkJlc3QgVGhhbmtzDQogDQogV2FkZQ0K IA0KDQo= |
From: Joe C. <jo...@sw...> - 2002-02-23 08:17:01
|
Wil Cooley wrote: > Also Sprach Joe Cooper <jo...@sw...> on Fri, Feb 22, 2002 at 11:55:16PM PST > >>Wil Cooley wrote: >> >> >>>Also Sprach Joe Cooper <jo...@sw...> on Fri, Feb 22, 2002 at 09:52:33PM PST >>> >>> >>>>Remove, disable, or move to another category all of the modules in the >>>>category you'd like to get rid of. The list is dynamically generated >>>>based on what the modules you have want to be a part of (this is >>>>configured in the module.info file). >>>> >>>> >>>Are you sure about that? I seem to recall when I started writing >>>a test module in a "Test" category, but it ended up in the "Others" >>>category. Yeah, I looked at it and that's what happens. >>> >>Nope. You're wrong. ;-) >> >>Actually, I didn't explain the situation fully because he wants to >>remove a category, not add one. To add a category you've got to add >>information to the language files. Edit your lang/en file in the Webmin >>root directory to include your creatively named Test category, like so: >> >>category_test=Test >> >>You're done. So, yep, I'm sure about what I said (the category tabs are >>generated based on what categories the modules available want to be >>in--I just left out the bit about that category having to be configured >>elsewhere). >> > > Ah, that explains why my test module always ended up in the > "Others" category. Thanks. You're welcome, Wil. I should confess I had to do a little grepping on the Webmin directory to figure out exactly how Jamie was handling categories to prove myself unwrong. ;-) I was hoping your Mencken sig wasn't true of my answer "simple, neat and wrong." -- Joe Cooper <jo...@sw...> http://www.swelltech.com Web Caching Appliances and Support |
From: Wil C. <wc...@na...> - 2002-02-23 08:07:12
|
Also Sprach Joe Cooper <jo...@sw...> on Fri, Feb 22, 2002 at 11:55:16= PM PST > Wil Cooley wrote: >=20 > > Also Sprach Joe Cooper <jo...@sw...> on Fri, Feb 22, 2002 at 09:5= 2:33PM PST > >=20 > >>Remove, disable, or move to another category all of the modules in the= =20 > >>category you'd like to get rid of. The list is dynamically generated= =20 > >>based on what the modules you have want to be a part of (this is=20 > >>configured in the module.info file). > >> > >=20 > > Are you sure about that? I seem to recall when I started writing > > a test module in a "Test" category, but it ended up in the "Others" > > category. Yeah, I looked at it and that's what happens. >=20 > Nope. You're wrong. ;-) >=20 > Actually, I didn't explain the situation fully because he wants to=20 > remove a category, not add one. To add a category you've got to add=20 > information to the language files. Edit your lang/en file in the Webmin= =20 > root directory to include your creatively named Test category, like so: >=20 > category_test=3DTest >=20 > You're done. So, yep, I'm sure about what I said (the category tabs are= =20 > generated based on what categories the modules available want to be=20 > in--I just left out the bit about that category having to be configured= =20 > elsewhere). Ah, that explains why my test module always ended up in the "Others" category. Thanks. Wil --=20 W. Reilly Cooley wc...@na... Naked Ape Consulting http://nakedape.cc irc.linux.com #orlug,#lnxs For every complex problem, there is a solution that is simple, neat, and wr= ong. -- H. L. Mencken |
From: Joe C. <jo...@sw...> - 2002-02-23 07:55:56
|
Wil Cooley wrote: > Also Sprach Joe Cooper <jo...@sw...> on Fri, Feb 22, 2002 at 09:52:33PM PST > >>Remove, disable, or move to another category all of the modules in the >>category you'd like to get rid of. The list is dynamically generated >>based on what the modules you have want to be a part of (this is >>configured in the module.info file). >> > > Are you sure about that? I seem to recall when I started writing > a test module in a "Test" category, but it ended up in the "Others" > category. Yeah, I looked at it and that's what happens. Nope. You're wrong. ;-) Actually, I didn't explain the situation fully because he wants to remove a category, not add one. To add a category you've got to add information to the language files. Edit your lang/en file in the Webmin root directory to include your creatively named Test category, like so: category_test=Test You're done. So, yep, I'm sure about what I said (the category tabs are generated based on what categories the modules available want to be in--I just left out the bit about that category having to be configured elsewhere). -- Joe Cooper <jo...@sw...> http://www.swelltech.com Web Caching Appliances and Support |
From: Wil C. <wc...@na...> - 2002-02-23 07:42:17
|
Also Sprach Joe Cooper <jo...@sw...> on Fri, Feb 22, 2002 at 09:52:33= PM PST > Remove, disable, or move to another category all of the modules in the=20 > category you'd like to get rid of. The list is dynamically generated=20 > based on what the modules you have want to be a part of (this is=20 > configured in the module.info file). Are you sure about that? I seem to recall when I started writing a test module in a "Test" category, but it ended up in the "Others" category. Yeah, I looked at it and that's what happens. Wil --=20 W. Reilly Cooley wc...@na... Naked Ape Consulting http://nakedape.cc irc.linux.com #orlug,#lnxs For every complex problem, there is a solution that is simple, neat, and wr= ong. -- H. L. Mencken |
From: Joe C. <jo...@sw...> - 2002-02-23 05:53:12
|
Remove, disable, or move to another category all of the modules in the category you'd like to get rid of. The list is dynamically generated based on what the modules you have want to be a part of (this is configured in the module.info file). Support wrote: > hello, > > I am wanting to remove a few of the default categories from webmin. > defaults are: "webmin" "servers" "hardware", etc... I am not sure where > the file that controls the the categories is. what directory or file do I > need to alter? > > Thanks, > > Diego -- Joe Cooper <jo...@sw...> http://www.swelltech.com Web Caching Appliances and Support |
From: Support <su...@ea...> - 2002-02-23 05:46:00
|
hello, I am wanting to remove a few of the default categories from webmin. defaults are: "webmin" "servers" "hardware", etc... I am not sure where the file that controls the the categories is. what directory or file do I need to alter? Thanks, Diego |
From: wade <51...@21...> - 2002-02-22 06:47:09
|
SGVsbG8gZXZlcnkgb25lLA0KDQogICBJIHdhbnQgdG8gcmVmZXJlbmNlIHRoZSB3YXkgdGhhdCBj aGFuZ2UgdXNlcidzIHBhc3N3b3JkIGluIFdlYm1pbix0aG9zZSBwYXNzd29yZCBvbiBteSBsaW51 eCBzeXN0ZW0gaXMgZW5jcnlwdCB3aXRoIE1ENSAuIEhvdyBjYW4gSSBtYWtlIGEgcGllY2Ugb2Yg Y29kZSB0aGF0IGNhbiBkbyBwYXNzd29yZC1jaGVja2luZz8gDQogICBJcyB0aG9zZSBjb2RlIGNh biBiZSBzYXcgaW4gbWluaXNlcnYucGwgb3Igc29tZSBvdGhlciBmaWxlcz8NCg0KQmVzdCBUaGFu a3MNCg0KV2FkZQ0KDQpIZWxsbywNCj4gDQo+IEkgYW0gd2FudGluZyB0byBidWlsZCBhIHNpbXBs ZSBtb2R1bGUsICBpbiB3aGljaCwgYSB1c2VyIHByZXNzZXMgYW4gaWNvbiA9DQo+IGFuZCBhbmQg YSBjb21tYW5kIGlzIGV4ZWN1dGVkIG9uIGEgdW5peCBib3guDQo+IA0KPiBleGFtcGxlOiAgKFVz ZXIpIFByZXNzZXMgIkV4ZWN1dGUiIEljb24gLSAgcHJlc3NpbmcgIkV4ZWN1dGUiICBzaG91bGQg YmUgPQ0KPiBwcm9ncmFtbWVkIGZvciBkaXJlY3RvcnkgICIvdXNyL2xvY2FsL2V4ZWN1dGUvIiAg YW5kICIuL2ZpcmUiICBiZWdpbnMgPQ0KPiB0aGUgIkV4ZWN1dGlvbiINCj4gDQo+IG9uIGEgdW5p eCBib3g6ICB1c2VyIHNpbXBseSB0eXBlczogICJjZCAvdXNyL2xvY2FsL2V4ZWN1dGUvIiAgYW5k ID0NCj4gIi4vZmlyZSIgPTIwDQo+IA0KPiBDYW4gc29tZW9uZSBoZWxwIG1lIHdpdGggdGhlIGZv bGxvd2luZyBhYm92ZSBleGFtcGxlLiA9MjANCj4gDQo+IA0KPiBUaGFua3MgaW4gQWR2YW5jZSEh DQo+IA0KPiBEaWVnbw0KDQotLS0tLSBPcmlnaW5hbCBNZXNzYWdlIC0tLS0tIA0KRnJvbTogPHdl YmFkbWluLWRldmVsLXJlcXVlc3RAbGlzdHMuc291cmNlZm9yZ2UubmV0Pg0KVG86IDx3ZWJhZG1p bi1kZXZlbEBsaXN0cy5zb3VyY2Vmb3JnZS5uZXQ+DQpTZW50OiBXZWRuZXNkYXksIEZlYnJ1YXJ5 IDIwLCAyMDAyIDQ6MTcgQU0NClN1YmplY3Q6IHdlYmFkbWluLWRldmVsIGRpZ2VzdCwgVm9sIDEg IzEzNyAtIDIgbXNncw0KDQoNCj4gU2VuZCB3ZWJhZG1pbi1kZXZlbCBtYWlsaW5nIGxpc3Qgc3Vi bWlzc2lvbnMgdG8NCj4gd2ViYWRtaW4tZGV2ZWxAbGlzdHMuc291cmNlZm9yZ2UubmV0DQo+IA0K PiBUbyBzdWJzY3JpYmUgb3IgdW5zdWJzY3JpYmUgdmlhIHRoZSBXb3JsZCBXaWRlIFdlYiwgdmlz aXQNCj4gaHR0cHM6Ly9saXN0cy5zb3VyY2Vmb3JnZS5uZXQvbGlzdHMvbGlzdGluZm8vd2ViYWRt aW4tZGV2ZWwNCj4gb3IsIHZpYSBlbWFpbCwgc2VuZCBhIG1lc3NhZ2Ugd2l0aCBzdWJqZWN0IG9y IGJvZHkgJ2hlbHAnIHRvDQo+IHdlYmFkbWluLWRldmVsLXJlcXVlc3RAbGlzdHMuc291cmNlZm9y Z2UubmV0DQo+IA0KPiBZb3UgY2FuIHJlYWNoIHRoZSBwZXJzb24gbWFuYWdpbmcgdGhlIGxpc3Qg YXQNCj4gd2ViYWRtaW4tZGV2ZWwtYWRtaW5AbGlzdHMuc291cmNlZm9yZ2UubmV0DQo+IA0KPiBX aGVuIHJlcGx5aW5nLCBwbGVhc2UgZWRpdCB5b3VyIFN1YmplY3QgbGluZSBzbyBpdCBpcyBtb3Jl IHNwZWNpZmljDQo+IHRoYW4gIlJlOiBDb250ZW50cyBvZiB3ZWJhZG1pbi1kZXZlbCBkaWdlc3Qu Li4iDQo+IA0KPiANCj4gVG9kYXkncyBUb3BpY3M6DQo+IA0KPiAgICAxLiBzaW1wbGUgbW9kdWxl IGV4YW1wbGU/IChTdXBwb3J0KQ0KPiAgICAyLiBSZTpzaW1wbGUgbW9kdWxlIGV4YW1wbGU/IChK b2UgQ29vcGVyKQ0KPiANCj4gLS1fXy0tX18tLQ0KPiANCj4gTWVzc2FnZTogMQ0KPiBGcm9tOiAi U3VwcG9ydCIgPHN1cHBvcnRAZWFydGhvaWQuY29tPg0KPiBUbzogPHdlYmFkbWluLWRldmVsQGxp c3RzLnNvdXJjZWZvcmdlLm5ldD4NCj4gU3ViamVjdDogc2ltcGxlIG1vZHVsZSBleGFtcGxlPw0K PiBEYXRlOiBNb24sIDE4IEZlYiAyMDAyIDIzOjU4OjExIC0wNjAwDQo+IA0KPiBUaGlzIGlzIGEg bXVsdGktcGFydCBtZXNzYWdlIGluIE1JTUUgZm9ybWF0Lg0KPiANCj4gLS0tLS0tPV9OZXh0UGFy dF8wMDBfMDA5Nl8wMUMxQjhEOC4xRUU0OUM3MA0KPiBDb250ZW50LVR5cGU6IHRleHQvcGxhaW47 DQo+IGNoYXJzZXQ9Imlzby04ODU5LTEiDQo+IENvbnRlbnQtVHJhbnNmZXItRW5jb2Rpbmc6IHF1 b3RlZC1wcmludGFibGUNCj4gDQo+IEhlbGxvLA0KPiANCj4gSSBhbSB3YW50aW5nIHRvIGJ1aWxk IGEgc2ltcGxlIG1vZHVsZSwgIGluIHdoaWNoLCBhIHVzZXIgcHJlc3NlcyBhbiBpY29uID0NCj4g YW5kIGFuZCBhIGNvbW1hbmQgaXMgZXhlY3V0ZWQgb24gYSB1bml4IGJveC4NCj4gDQo+IGV4YW1w bGU6ICAoVXNlcikgUHJlc3NlcyAiRXhlY3V0ZSIgSWNvbiAtICBwcmVzc2luZyAiRXhlY3V0ZSIg IHNob3VsZCBiZSA9DQo+IHByb2dyYW1tZWQgZm9yIGRpcmVjdG9yeSAgIi91c3IvbG9jYWwvZXhl Y3V0ZS8iICBhbmQgIi4vZmlyZSIgIGJlZ2lucyA9DQo+IHRoZSAiRXhlY3V0aW9uIg0KPiANCj4g b24gYSB1bml4IGJveDogIHVzZXIgc2ltcGx5IHR5cGVzOiAgImNkIC91c3IvbG9jYWwvZXhlY3V0 ZS8iICBhbmQgPQ0KPiAiLi9maXJlIiA9MjANCj4gDQo+IENhbiBzb21lb25lIGhlbHAgbWUgd2l0 aCB0aGUgZm9sbG93aW5nIGFib3ZlIGV4YW1wbGUuID0yMA0KPiANCj4gDQo+IFRoYW5rcyBpbiBB ZHZhbmNlISENCj4gDQo+IERpZWdvDQo+IA0KPiANCj4gDQo+IC0tLS0tLT1fTmV4dFBhcnRfMDAw XzAwOTZfMDFDMUI4RDguMUVFNDlDNzANCj4gQ29udGVudC1UeXBlOiB0ZXh0L2h0bWw7DQo+IGNo YXJzZXQ9Imlzby04ODU5LTEiDQo+IENvbnRlbnQtVHJhbnNmZXItRW5jb2Rpbmc6IHF1b3RlZC1w cmludGFibGUNCj4gDQo+IDwhRE9DVFlQRSBIVE1MIFBVQkxJQyAiLS8vVzNDLy9EVEQgSFRNTCA0 LjAgVHJhbnNpdGlvbmFsLy9FTiI+DQo+IDxIVE1MPjxIRUFEPg0KPiA8TUVUQSBodHRwLWVxdWl2 PTNEQ29udGVudC1UeXBlIGNvbnRlbnQ9M0QidGV4dC9odG1sOyA9DQo+IGNoYXJzZXQ9M0Rpc28t ODg1OS0xIj4NCj4gPE1FVEEgY29udGVudD0zRCJNU0hUTUwgNi4wMC4yNjAwLjAiIG5hbWU9M0RH RU5FUkFUT1I+DQo+IDxTVFlMRT48L1NUWUxFPg0KPiA8L0hFQUQ+DQo+IDxCT0RZIGJnQ29sb3I9 M0QjZmZmZmZmPg0KPiA8RElWPjxGT05UIGZhY2U9M0RBcmlhbCBzaXplPTNEMj5IZWxsbyw8L0ZP TlQ+PC9ESVY+DQo+IDxESVY+PEZPTlQgZmFjZT0zREFyaWFsIHNpemU9M0QyPjwvRk9OVD4mbmJz cDs8L0RJVj4NCj4gPERJVj48Rk9OVCBmYWNlPTNEQXJpYWwgc2l6ZT0zRDI+SSBhbSB3YW50aW5n IHRvIGJ1aWxkIGEgc2ltcGxlID0NCj4gbW9kdWxlLCZuYnNwOyBpbj0yMA0KPiB3aGljaCwmbmJz cDthIHVzZXIgcHJlc3NlcyBhbiBpY29uIGFuZCBhbmQgYSBjb21tYW5kIGlzIGV4ZWN1dGVkIG9u ID0NCj4gYSZuYnNwO3VuaXg9MjANCj4gYm94LjwvRk9OVD48L0RJVj4NCj4gPERJVj48Rk9OVCBm YWNlPTNEQXJpYWwgc2l6ZT0zRDI+PC9GT05UPiZuYnNwOzwvRElWPg0KPiA8RElWPjxGT05UIGZh Y2U9M0RBcmlhbCBzaXplPTNEMj5leGFtcGxlOiZuYnNwOyAoVXNlcikgUHJlc3NlcyA9DQo+ICJF eGVjdXRlIiZuYnNwO0ljb249MjANCj4gLSZuYnNwOyBwcmVzc2luZyAiRXhlY3V0ZSImbmJzcDsm bmJzcDtzaG91bGQgYmUgcHJvZ3JhbW1lZCZuYnNwO2Zvcj0yMA0KPiBkaXJlY3RvcnkmbmJzcDsm bmJzcDsiL3Vzci9sb2NhbC9leGVjdXRlLyImbmJzcDsgYW5kICIuL2ZpcmUiJm5ic3A7ID0NCj4g YmVnaW5zIHRoZT0yMA0KPiAiRXhlY3V0aW9uIjwvRk9OVD48L0RJVj4NCj4gPERJVj48Rk9OVCBm YWNlPTNEQXJpYWwgc2l6ZT0zRDI+PC9GT05UPiZuYnNwOzwvRElWPg0KPiA8RElWPjxGT05UIGZh Y2U9M0RBcmlhbCBzaXplPTNEMj5vbiBhIHVuaXggYm94OiZuYnNwOyB1c2VyIHNpbXBseSA9DQo+ IHR5cGVzOiZuYnNwOyAiY2Q9MjANCj4gL3Vzci9sb2NhbC9leGVjdXRlLyImbmJzcDsgYW5kICIu L2ZpcmUiJm5ic3A7IDwvRk9OVD48L0RJVj4NCj4gPERJVj48Rk9OVCBmYWNlPTNEQXJpYWwgc2l6 ZT0zRDI+PC9GT05UPiZuYnNwOzwvRElWPg0KPiA8RElWPjxGT05UIGZhY2U9M0RBcmlhbCBzaXpl PTNEMj5DYW4gc29tZW9uZSBoZWxwIG1lIHdpdGggdGhlIGZvbGxvd2luZyA9DQo+IGFib3ZlPTIw DQo+IGV4YW1wbGUuJm5ic3A7IDwvRk9OVD48L0RJVj4NCj4gPERJVj4mbmJzcDs8L0RJVj4NCj4g PERJVj48Rk9OVCBmYWNlPTNEQXJpYWwgc2l6ZT0zRDI+PC9GT05UPiZuYnNwOzwvRElWPg0KPiA8 RElWPjxGT05UIGZhY2U9M0RBcmlhbCBzaXplPTNEMj5UaGFua3MgaW4gQWR2YW5jZSEhPC9GT05U PjwvRElWPg0KPiA8RElWPjxGT05UIGZhY2U9M0RBcmlhbCBzaXplPTNEMj48L0ZPTlQ+Jm5ic3A7 PC9ESVY+DQo+IDxESVY+PEZPTlQgZmFjZT0zREFyaWFsIHNpemU9M0QyPkRpZWdvPC9GT05UPjwv RElWPg0KPiA8RElWPjxGT05UIGZhY2U9M0RBcmlhbCBzaXplPTNEMj48L0ZPTlQ+Jm5ic3A7PC9E SVY+DQo+IDxESVY+PEZPTlQgZmFjZT0zREFyaWFsIHNpemU9M0QyPjwvRk9OVD4mbmJzcDs8L0RJ Vj48L0JPRFk+PC9IVE1MPg0KPiANCj4gLS0tLS0tPV9OZXh0UGFydF8wMDBfMDA5Nl8wMUMxQjhE OC4xRUU0OUM3MC0tDQo+IA0KPiANCj4gDQo+IC0tX18tLV9fLS0NCj4gDQo+IE1lc3NhZ2U6IDIN Cj4gRGF0ZTogVHVlLCAxOSBGZWIgMjAwMiAwMDoxNzo0MyAtMDYwMA0KPiBGcm9tOiBKb2UgQ29v cGVyIDxqb2VAc3dlbGx0ZWNoLmNvbT4NCj4gU3ViamVjdDogUmU6IHNpbXBsZSBtb2R1bGUgZXhh bXBsZT8NCj4gVG86IFN1cHBvcnQgPHN1cHBvcnRAZWFydGhvaWQuY29tPg0KPiBDYzogd2ViYWRt aW4tZGV2ZWxAbGlzdHMuc291cmNlZm9yZ2UubmV0DQo+IA0KPiBUaGlzIGlzIGV4Y2VlZGluZ2x5 IGVhc3kgdG8gZG86DQo+IA0KPiBGb2xsb3cgdGhlIGluc3RydWN0aW9ucyBpbiB0aGUgV3JpdGlu ZyBXZWJtaW4gTW9kdWxlcyBkb2N1bWVudGF0aW9uIG9uIA0KPiB0aGUgV2VibWluIHNpdGUgKGku ZS4gc2V0IHVwIHRoZSBkaXJlY3Rvcnkgd2l0aCBhbiBpY29uLCBtb2R1bGUuaW5mbywgZXRjLiku DQo+IA0KPiBUaGVuIGNyZWF0ZSBhbiBpbmRleC5jZ2kgZmlsZSB0aGF0IGVpdGhlciBjYWxscyB5 b3VyIGNvbW1hbmQsIG9yIA0KPiBwZXJmb3JtcyB0aGUgYWN0aW9ucyB5b3Ugd2FudCBwZXJmb3Jt ZWQgKGlmIG1vcmUgdGhhbiBvbmUgY29tbWFuZCkuICBZb3UgDQo+IGNhbiB1c2UgcGVybCdzIHN5 c3RlbSgpIGZ1bmN0aW9uIG9yIGJhY2t0aWNrcyB0byBleGVjdXRlIHN5c3RlbSBjb21tYW5kcy4N Cj4gDQo+IEknbSBub3Qgc3VyZSB3aGF0IGVsc2UgdG8gdGVsbCB5b3UsIHNob3J0IG9mIHdyaXRp bmcgaXQgZm9yIHlvdS4gIEl0IGlzIA0KPiBhIHRocmVlIGhvdXIgam9iLCBldmVuIGlmIHlvdSBk b24ndCBrbm93IHBlcmwgYW5kIGhhdmUgbmV2ZXIgd3JpdHRlbiBhIA0KPiBtb2R1bGUgZm9yIFdl Ym1pbiBiZWZvcmUgKGl0J3MgYSAxNSBtaW51dGUgam9iIGlmIHlvdSBrbm93IHBlcmwgYW5kIGhh dmUgDQo+IHdyaXR0ZW4gbW9kdWxlcyBiZWZvcmUpLg0KPiANCj4gU3VwcG9ydCB3cm90ZToNCj4g DQo+ID4gSGVsbG8sDQo+ID4gDQo+ID4gIA0KPiA+IA0KPiA+IEkgYW0gd2FudGluZyB0byBidWls ZCBhIHNpbXBsZSBtb2R1bGUsICBpbiB3aGljaCwgYSB1c2VyIHByZXNzZXMgYW4gaWNvbiANCj4g PiBhbmQgYW5kIGEgY29tbWFuZCBpcyBleGVjdXRlZCBvbiBhIHVuaXggYm94Lg0KPiA+IA0KPiA+ ICANCj4gPiANCj4gPiBleGFtcGxlOiAgKFVzZXIpIFByZXNzZXMgIkV4ZWN1dGUiIEljb24gLSAg cHJlc3NpbmcgIkV4ZWN1dGUiICBzaG91bGQgYmUgDQo+ID4gcHJvZ3JhbW1lZCBmb3IgZGlyZWN0 b3J5ICAiL3Vzci9sb2NhbC9leGVjdXRlLyIgIGFuZCAiLi9maXJlIiAgYmVnaW5zIA0KPiA+IHRo ZSAiRXhlY3V0aW9uIg0KPiA+IA0KPiA+ICANCj4gPiANCj4gPiBvbiBhIHVuaXggYm94OiAgdXNl ciBzaW1wbHkgdHlwZXM6ICAiY2QgL3Vzci9sb2NhbC9leGVjdXRlLyIgIGFuZCAiLi9maXJlIiAN Cj4gPiANCj4gPiAgDQo+ID4gDQo+ID4gQ2FuIHNvbWVvbmUgaGVscCBtZSB3aXRoIHRoZSBmb2xs b3dpbmcgYWJvdmUgZXhhbXBsZS4gDQo+ID4gDQo+ID4gVGhhbmtzIGluIEFkdmFuY2UhIQ0KPiAN Cj4gDQo+IC0tIA0KPiBKb2UgQ29vcGVyIDxqb2VAc3dlbGx0ZWNoLmNvbT4NCj4gaHR0cDovL3d3 dy5zd2VsbHRlY2guY29tDQo+IFdlYiBDYWNoaW5nIEFwcGxpYW5jZXMgYW5kIFN1cHBvcnQNCj4g DQo+IA0KPiANCj4gDQo+IC0tX18tLV9fLS0NCj4gDQo+IF9fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fDQo+IHdlYmFkbWluLWRldmVsIG1haWxpbmcgbGlzdA0K PiB3ZWJhZG1pbi1kZXZlbEBsaXN0cy5zb3VyY2Vmb3JnZS5uZXQNCj4gaHR0cHM6Ly9saXN0cy5z b3VyY2Vmb3JnZS5uZXQvbGlzdHMvbGlzdGluZm8vd2ViYWRtaW4tZGV2ZWwNCj4gDQo+IA0KPiBF bmQgb2Ygd2ViYWRtaW4tZGV2ZWwgRGlnZXN0DQo+IA0KPiANCg== |
From: Joe C. <jo...@sw...> - 2002-02-19 06:18:14
|
This is exceedingly easy to do: Follow the instructions in the Writing Webmin Modules documentation on the Webmin site (i.e. set up the directory with an icon, module.info, etc.). Then create an index.cgi file that either calls your command, or performs the actions you want performed (if more than one command). You can use perl's system() function or backticks to execute system commands. I'm not sure what else to tell you, short of writing it for you. It is a three hour job, even if you don't know perl and have never written a module for Webmin before (it's a 15 minute job if you know perl and have written modules before). Support wrote: > Hello, > > > > I am wanting to build a simple module, in which, a user presses an icon > and and a command is executed on a unix box. > > > > example: (User) Presses "Execute" Icon - pressing "Execute" should be > programmed for directory "/usr/local/execute/" and "./fire" begins > the "Execution" > > > > on a unix box: user simply types: "cd /usr/local/execute/" and "./fire" > > > > Can someone help me with the following above example. > > Thanks in Advance!! -- Joe Cooper <jo...@sw...> http://www.swelltech.com Web Caching Appliances and Support |
From: Support <su...@ea...> - 2002-02-19 06:00:32
|
Hello, I am wanting to build a simple module, in which, a user presses an icon = and and a command is executed on a unix box. example: (User) Presses "Execute" Icon - pressing "Execute" should be = programmed for directory "/usr/local/execute/" and "./fire" begins = the "Execution" on a unix box: user simply types: "cd /usr/local/execute/" and = "./fire" =20 Can someone help me with the following above example. =20 Thanks in Advance!! Diego |
From: Jamie C. <jca...@we...> - 2002-02-15 23:12:11
|
Terry Davis wrote: > > It would be nice if the file manager showed the full time and date for > each file and not change the older it gets. It could be easily added, but on most displays the column wouldn't be wide enough to show the full date and time.. that's why I had to convert it to the kind of short form that ls -l uses. - Jamie |
From: Terry D. <td...@bi...> - 2002-02-15 21:16:44
|
It would be nice if the file manager showed the full time and date for each file and not change the older it gets. -- Terry Davis Systems Administrator BirdDog Solutions, Inc. (402) 829-6059 www.birddog.com |
From: Jamie C. <jca...@we...> - 2002-02-13 04:17:53
|
Wouldn't the best solution then be to run the Cluster Users and Groups module on machine A, but not have machine A in the list of hosts to manage users on? - Jamie Rob...@co... wrote: > > Jamie - let me state my question another way. I have a machine (Machine A) > that I want to use as > my user master for all user/group accounts but I do not want to give each > user an account on Machine A. > With the Synchronize users and groups button can I sync up all the users > from files other than the system > /etc/passwd files and such. And have the slaves update correctly into their > /etc/passwd files and such. > > Bob Teeter > > Jamie Cameron <jca...@we...>@lists.sourceforge.net on 02/12/2002 > 04:30:14 PM > > Sent by: web...@li... > > To: Rob...@co... > cc: web...@li..., > Joh...@co... > Subject: Re: Request for information > > Rob...@co... wrote: > > > > James - on Cluster Useradmin is it possible to use alternate files for > the > > system /etc/passwd, /etc/shadow, /etc/group. > > > > I have a master distribution box that I would prefer to use as the master > > user machine but I don't want to add an account for each user > > on this box. Can the code for cluster useradmin have a module setup that > > allows you to specifiy what files to use for user control. > > You can do this by adjusting the module config of the Users and Groups > module on the 'slave' machines, because the cluster module on the 'master' > server actually just calls functions from that module on the remote server > .. |
From: <Rob...@co...> - 2002-02-12 22:48:23
|
Jamie - let me state my question another way. I have a machine (Machine A) that I want to use as my user master for all user/group accounts but I do not want to give each user an account on Machine A. With the Synchronize users and groups button can I sync up all the users from files other than the system /etc/passwd files and such. And have the slaves update correctly into their /etc/passwd files and such. Bob Teeter Jamie Cameron <jca...@we...>@lists.sourceforge.net on 02/12/2002 04:30:14 PM Sent by: web...@li... To: Rob...@co... cc: web...@li..., Joh...@co... Subject: Re: Request for information Rob...@co... wrote: > > James - on Cluster Useradmin is it possible to use alternate files for the > system /etc/passwd, /etc/shadow, /etc/group. > > I have a master distribution box that I would prefer to use as the master > user machine but I don't want to add an account for each user > on this box. Can the code for cluster useradmin have a module setup that > allows you to specifiy what files to use for user control. You can do this by adjusting the module config of the Users and Groups module on the 'slave' machines, because the cluster module on the 'master' server actually just calls functions from that module on the remote server .. - Jamie - Forwarded by the Webmin development list at web...@we... To remove yourself from this list, go to http://lists.sourceforge.net/lists/listinfo/webadmin-devel |
From: Jamie C. <jca...@we...> - 2002-02-12 22:29:57
|
Rob...@co... wrote: > > James - on Cluster Useradmin is it possible to use alternate files for the > system /etc/passwd, /etc/shadow, /etc/group. > > I have a master distribution box that I would prefer to use as the master > user machine but I don't want to add an account for each user > on this box. Can the code for cluster useradmin have a module setup that > allows you to specifiy what files to use for user control. You can do this by adjusting the module config of the Users and Groups module on the 'slave' machines, because the cluster module on the 'master' server actually just calls functions from that module on the remote server .. - Jamie |
From: <Rob...@co...> - 2002-02-12 16:48:11
|
James - on Cluster Useradmin is it possible to use alternate files for the system /etc/passwd, /etc/shadow, /etc/group. I have a master distribution box that I would prefer to use as the master user machine but I don't want to add an account for each user on this box. Can the code for cluster useradmin have a module setup that allows you to specifiy what files to use for user control. Bob Teeter |
From: Wil C. <wc...@na...> - 2002-02-07 09:31:21
|
The attached patch defines a 12th (number 11) config section for module configuration. All you need to do is add an entry in modules.info like: foo=This Is My Section,11 and it will appear with $cb colors. Wil -- W. Reilly Cooley wc...@na... Naked Ape Consulting http://nakedape.cc irc.linux.com #orlug,#lnxs "There was a vague, unpleasant manginess about his appearence; he somehow seemed dirty, though a close glance showed him as carefully shaven as an actor, and clad in immaculate linen." -- H.L. Mencken, on the death of William Jennings Bryan |