* [gentoo-dev] adapting webmin and usermin @ 2002-06-04 22:05 Jose Alberto Suarez Lopez 2002-06-04 22:22 ` Maciek Borowka 2002-06-05 3:38 ` Chris Davies 0 siblings, 2 replies; 9+ messages in thread From: Jose Alberto Suarez Lopez @ 2002-06-04 22:05 UTC (permalink / raw To: gentoo-dev [-- Attachment #1: Type: text/plain, Size: 294 bytes --] Hi, can be interesting, port webmin <www.webmin.com> to gentoo, anybody with freetime? :) regards José Alberto Suárez López -- <bass@gentoo.org> <bass@adala.org> <josealberto.suarez@hispalinux.es> http://www.gentoo.org http://www.adala.org http://bass.dnsalias.com http://gimp.es.gnome.org [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] adapting webmin and usermin 2002-06-04 22:05 [gentoo-dev] adapting webmin and usermin Jose Alberto Suarez Lopez @ 2002-06-04 22:22 ` Maciek Borowka 2002-06-05 3:38 ` Chris Davies 1 sibling, 0 replies; 9+ messages in thread From: Maciek Borowka @ 2002-06-04 22:22 UTC (permalink / raw To: gentoo-dev :+/ Why not? As a gentoo user since quite a long time, I could finally give some work to the distribution... Contact me off the list so we can discuss the details... /Maciek <maciek@borowka.net> On Wednesday 05 June 2002 00:05, Jose Alberto Suarez Lopez wrote: > Hi, > > can be interesting, port webmin <www.webmin.com> to gentoo, > anybody with freetime? :) > > regards > > José Alberto Suárez López -- If you think C++ is not overly complicated, just what is a protected abstract virtual base pure virtual private destructor, and when was the last time you needed one? -- Tom Cargill, C++ Journal, Fall 1990 ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] adapting webmin and usermin 2002-06-04 22:05 [gentoo-dev] adapting webmin and usermin Jose Alberto Suarez Lopez 2002-06-04 22:22 ` Maciek Borowka @ 2002-06-05 3:38 ` Chris Davies 2002-06-05 9:02 ` Jose Alberto Suarez Lopez 2002-06-06 17:08 ` Per Wigren 1 sibling, 2 replies; 9+ messages in thread From: Chris Davies @ 2002-06-05 3:38 UTC (permalink / raw To: gentoo-dev Hi, I've actually been doing just this for a couple of days now.. I'm not really ready to go public with the resulting patch and ebuild but I suppose this might be a good time to ask a few questions that come into my head. 1) I am currently using the directory /opt/webmin as an installation dir. I appreciate that Gentoo wants to keep /opt for binaries only, and that webmin does not technically qualify as a binary distribution, but I think it comes damn close. Does anyone agree/disagree with this view, and if you disagree, where should webmin go? 2) SSL. Perl doesn't pay any attention to the ssl use flag as far as I am aware, so my strategy has been to have Perl grab the SSL module from CPAN if the use var is set, and then configure webmin with support for same. Again, comments? Suggestions? 3) What distribution should be chosen as a close approximation of Gentoo. I choose Redhat 7.2 as my first guess, and then later upgraded to .3 and I haven't noticed anything obviously broken, but extensive testing would be required before I'd let this anywhere near portage. Suggestions? Volunteers for testing? :) 4) I presumed that Webmin should not automatically be started on boot, that stuff should be handled by the user and whatever their preference of inetd or xinetd is, is this the correct approach? 5) License. Webmin uses a strange one, but not one that is restrictive. I presume it is OK just to add an entry in Gentoo's Lisencing dir specifically for Webmin and its kin. Any suggestions welcome, I'll post further when I have some more tangible results to show. Thanks, C.Davies On Tue, 2002-06-04 at 23:05, Jose Alberto Suarez Lopez wrote: > Hi, > > can be interesting, port webmin <www.webmin.com> to gentoo, > anybody with freetime? :) > > regards > > José Alberto Suárez López > -- > <bass@gentoo.org> > <bass@adala.org> > <josealberto.suarez@hispalinux.es> > http://www.gentoo.org > http://www.adala.org > http://bass.dnsalias.com > http://gimp.es.gnome.org > -- Chris Davies <c.davies@cdavies.org> CS Student, Swansea, UK. http://www.cdavies.org/ Public Key: http://www.cdavies.org/cdavies.gpg ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] adapting webmin and usermin 2002-06-05 3:38 ` Chris Davies @ 2002-06-05 9:02 ` Jose Alberto Suarez Lopez 2002-06-05 10:35 ` Chris Davies 2002-06-05 13:31 ` Joachim Blaabjerg 2002-06-06 17:08 ` Per Wigren 1 sibling, 2 replies; 9+ messages in thread From: Jose Alberto Suarez Lopez @ 2002-06-05 9:02 UTC (permalink / raw To: gentoo-dev [-- Attachment #1: Type: text/plain, Size: 2270 bytes --] On 05 Jun 2002 04:38:14 +0100 Chris Davies <c.davies@cdavies.org> wrote: |Hi, | |I've actually been doing just this for a couple of days now.. I'm not |really ready to go public with the resulting patch and ebuild but I |suppose this might be a good time to ask a few questions that come into |my head. | |1) I am currently using the directory /opt/webmin as an installation |dir. I appreciate that Gentoo wants to keep /opt for binaries only, and |that webmin does not technically qualify as a binary distribution, but I |think it comes damn close. Does anyone agree/disagree with this view, |and if you disagree, where should webmin go? /opt is a good choice, but i think that it can be best /var |2) SSL. Perl doesn't pay any attention to the ssl use flag as far as I |am aware, so my strategy has been to have Perl grab the SSL module from |CPAN if the use var is set, and then configure webmin with support for |same. Again, comments? Suggestions? well if you can use the USE variable cool :) |3) What distribution should be chosen as a close approximation of |Gentoo. I choose Redhat 7.2 as my first guess, and then later upgraded |to .3 and I haven't noticed anything obviously broken, but extensive |testing would be required before I'd let this anywhere near portage. |Suggestions? Volunteers for testing? :) i thinks that debian, slackware, o inclusive freebsd are more exact that redhat |4) I presumed that Webmin should not automatically be started on boot, |that stuff should be handled by the user and whatever their preference |of inetd or xinetd is, is this the correct approach? you can do a simple script to do it |5) License. Webmin uses a strange one, but not one that is restrictive. |I presume it is OK just to add an entry in Gentoo's Lisencing dir |specifically for Webmin and its kin. yes, it can be usefull for others webmin products, like usermin. when you finish with webmin, can be interesting adapt too usermin :) contact with Maciek <maciek@borowka.net>, he wants to help :) José Alberto Suárez López -- <bass@gentoo.org> <bass@adala.org> <josealberto.suarez@hispalinux.es> http://www.gentoo.org http://www.adala.org http://bass.dnsalias.com http://gimp.es.gnome.org [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] adapting webmin and usermin 2002-06-05 9:02 ` Jose Alberto Suarez Lopez @ 2002-06-05 10:35 ` Chris Davies 2002-06-05 13:31 ` Joachim Blaabjerg 1 sibling, 0 replies; 9+ messages in thread From: Chris Davies @ 2002-06-05 10:35 UTC (permalink / raw To: gentoo-dev Thanks for all the advice :) I will look into packaging usermin when I have done webmin but my main motivation is that at really want to write a portage front end for webmin, so I don't have to bother running sshd on a fair few of my machines. I dare say some other people may even find it useful... Cheers, C.Davies On Wed, 2002-06-05 at 10:02, Jose Alberto Suarez Lopez wrote: > On 05 Jun 2002 04:38:14 +0100 > Chris Davies <c.davies@cdavies.org> wrote: > > |Hi, > | > |I've actually been doing just this for a couple of days now.. I'm not > |really ready to go public with the resulting patch and ebuild but I > |suppose this might be a good time to ask a few questions that come into > |my head. > | > |1) I am currently using the directory /opt/webmin as an installation > |dir. I appreciate that Gentoo wants to keep /opt for binaries only, and > |that webmin does not technically qualify as a binary distribution, but > I > |think it comes damn close. Does anyone agree/disagree with this view, > |and if you disagree, where should webmin go? > > /opt is a good choice, but i think that it can be best /var > > > |2) SSL. Perl doesn't pay any attention to the ssl use flag as far as I > |am aware, so my strategy has been to have Perl grab the SSL module from > |CPAN if the use var is set, and then configure webmin with support for > |same. Again, comments? Suggestions? > > well if you can use the USE variable cool :) > > |3) What distribution should be chosen as a close approximation of > |Gentoo. I choose Redhat 7.2 as my first guess, and then later upgraded > |to .3 and I haven't noticed anything obviously broken, but extensive > |testing would be required before I'd let this anywhere near portage. > |Suggestions? Volunteers for testing? :) > > i thinks that debian, slackware, o inclusive freebsd are more exact that > redhat > > |4) I presumed that Webmin should not automatically be started on boot, > |that stuff should be handled by the user and whatever their preference > |of inetd or xinetd is, is this the correct approach? > > you can do a simple script to do it > > |5) License. Webmin uses a strange one, but not one that is restrictive. > |I presume it is OK just to add an entry in Gentoo's Lisencing dir > |specifically for Webmin and its kin. > > yes, it can be usefull for others webmin products, like usermin. > > when you finish with webmin, can be interesting adapt too usermin :) > > contact with Maciek <maciek@borowka.net>, he wants to help :) > > > José Alberto Suárez López > -- > <bass@gentoo.org> > <bass@adala.org> > <josealberto.suarez@hispalinux.es> > http://www.gentoo.org > http://www.adala.org > http://bass.dnsalias.com > http://gimp.es.gnome.org > -- Chris Davies <c.davies@cdavies.org> CS Student, Swansea, UK. http://www.cdavies.org/ Public Key: http://www.cdavies.org/cdavies.gpg ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] adapting webmin and usermin 2002-06-05 9:02 ` Jose Alberto Suarez Lopez 2002-06-05 10:35 ` Chris Davies @ 2002-06-05 13:31 ` Joachim Blaabjerg 2002-06-05 13:51 ` Maciek Borowka 2002-06-05 22:11 ` Chris Davies 1 sibling, 2 replies; 9+ messages in thread From: Joachim Blaabjerg @ 2002-06-05 13:31 UTC (permalink / raw To: gentoo-dev On Wednesday 05 June 2002 11:02, Jose Alberto Suarez Lopez wrote: > |3) What distribution should be chosen as a close approximation of > |Gentoo. I choose Redhat 7.2 as my first guess, and then later upgraded > |to .3 and I haven't noticed anything obviously broken, but extensive > |testing would be required before I'd let this anywhere near portage. > |Suggestions? Volunteers for testing? :) > > i thinks that debian, slackware, o inclusive freebsd are more exact that > redhat Well, I'm not too sure. I'm not an eager Webmin user (I guess I've tested it once or so), but wouldn't the BSD/SysV init scripts b0rk? Anyway, I heard some mumbling about Webmin and how the author was working on a Gentoo profile himself... Can someone confirm that? Regards, -- Joachim Blaabjerg styx@SuxOS.org www.SuxOS.org ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] adapting webmin and usermin 2002-06-05 13:31 ` Joachim Blaabjerg @ 2002-06-05 13:51 ` Maciek Borowka 2002-06-05 22:11 ` Chris Davies 1 sibling, 0 replies; 9+ messages in thread From: Maciek Borowka @ 2002-06-05 13:51 UTC (permalink / raw To: gentoo-dev Joachim Blaabjerg napisał(a): > Anyway, I heard some mumbling about Webmin and how the author was > working on a Gentoo profile himself... Can someone confirm that? Gentoo module is on the wishlist with the status : "Need Contributor(s)" however... /Maciek ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] adapting webmin and usermin 2002-06-05 13:31 ` Joachim Blaabjerg 2002-06-05 13:51 ` Maciek Borowka @ 2002-06-05 22:11 ` Chris Davies 1 sibling, 0 replies; 9+ messages in thread From: Chris Davies @ 2002-06-05 22:11 UTC (permalink / raw To: gentoo-dev Hi, I have no idea if an 'official' gentoo profile is in the pipeline, but I'll be sure to send a patch when I complete my own, as it would be a deal prettier to build if that stuff was included right in the tarball. We'll see :) Thanks, C.Davies On Wed, 2002-06-05 at 14:31, Joachim Blaabjerg wrote: > On Wednesday 05 June 2002 11:02, Jose Alberto Suarez Lopez wrote: > > > |3) What distribution should be chosen as a close approximation of > > |Gentoo. I choose Redhat 7.2 as my first guess, and then later upgraded > > |to .3 and I haven't noticed anything obviously broken, but extensive > > |testing would be required before I'd let this anywhere near portage. > > |Suggestions? Volunteers for testing? :) > > > > i thinks that debian, slackware, o inclusive freebsd are more exact that > > redhat > > Well, I'm not too sure. I'm not an eager Webmin user (I guess I've tested it > once or so), but wouldn't the BSD/SysV init scripts b0rk? > > Anyway, I heard some mumbling about Webmin and how the author was working on a > Gentoo profile himself... Can someone confirm that? > > Regards, > > -- > Joachim Blaabjerg > styx@SuxOS.org > www.SuxOS.org > > _______________________________________________ > gentoo-dev mailing list > gentoo-dev@gentoo.org > http://lists.gentoo.org/mailman/listinfo/gentoo-dev -- Chris Davies <c.davies@cdavies.org> CS Student, Swansea, UK. http://www.cdavies.org/ Public Key: http://www.cdavies.org/cdavies.gpg ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] adapting webmin and usermin 2002-06-05 3:38 ` Chris Davies 2002-06-05 9:02 ` Jose Alberto Suarez Lopez @ 2002-06-06 17:08 ` Per Wigren 1 sibling, 0 replies; 9+ messages in thread From: Per Wigren @ 2002-06-06 17:08 UTC (permalink / raw To: gentoo-dev > Hi, Hi! ;) > 1) I am currently using the directory /opt/webmin as an installation > dir. I appreciate that Gentoo wants to keep /opt for binaries only, and > that webmin does not technically qualify as a binary distribution, but I > think it comes damn close. Does anyone agree/disagree with this view, > and if you disagree, where should webmin go? I think it should be installed in /usr/{bin,sbin,lib/webmin,share/webmin} as most (all?) other packages with source do.. > 2) SSL. Perl doesn't pay any attention to the ssl use flag as far as I > am aware, so my strategy has been to have Perl grab the SSL module from > CPAN if the use var is set, and then configure webmin with support for > same. Again, comments? Suggestions? Create a separate ebuild for dev-perl/ssl if it doesn't exist already, and make webmin depend on it if ssl is in USE.. eg: DEPEND="ssl? ( dev-perl/ssl )" > 3) What distribution should be chosen as a close approximation of > Gentoo. I choose Redhat 7.2 as my first guess, and then later upgraded > to .3 and I haven't noticed anything obviously broken, but extensive > testing would be required before I'd let this anywhere near portage. > Suggestions? Volunteers for testing? :) I'm not sure, but I'd guess Debian or FreeBSD are the ones that come closest.. > 4) I presumed that Webmin should not automatically be started on boot, > that stuff should be handled by the user and whatever their preference > of inetd or xinetd is, is this the correct approach? Just create a /etc/init.d/webmin start/stop-script.. Then the user just have to run "rc-update add webmin default" to make it start at boot, just like with all other "daemon"-packages... You can (and should) also add a /etc/xinetd.d/webmin that contains the line "disable = yes"... > 5) License. Webmin uses a strange one, but not one that is restrictive. > I presume it is OK just to add an entry in Gentoo's Lisencing dir > specifically for Webmin and its kin. Yes. > Any suggestions welcome, I'll post further when I have some more > tangible results to show. Please ask if you have any questions or need any help! // Wigren ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2002-06-06 17:09 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2002-06-04 22:05 [gentoo-dev] adapting webmin and usermin Jose Alberto Suarez Lopez 2002-06-04 22:22 ` Maciek Borowka 2002-06-05 3:38 ` Chris Davies 2002-06-05 9:02 ` Jose Alberto Suarez Lopez 2002-06-05 10:35 ` Chris Davies 2002-06-05 13:31 ` Joachim Blaabjerg 2002-06-05 13:51 ` Maciek Borowka 2002-06-05 22:11 ` Chris Davies 2002-06-06 17:08 ` Per Wigren
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox