|
From: Robert M. <rg...@ht...> - 2006-03-05 03:18:00
|
At 11:27 PM 3/3/2006, Craig White wrote: >On Fri, 2006-03-03 at 10:45 -0500, Robert Moskowitz wrote: > > At 10:32 AM 3/3/2006, Craig White wrote: > > >On Fri, 2006-03-03 at 10:18 -0500, Robert Moskowitz wrote: > > > > I have Webmin working on a few systems here very nicely, thank you. > > > > All are Centos 4.2 distros. > > > > > > > > On a clean Centos install, I installed Scalix v 10 which also installs > > > > JRE and Tomcat 5. > > > > > > > > Then I installed Webmin. Nothing seemed wrong (Install done through > > > > an SSH connection, not console). When I tried to connect to Webmin I > > > > got a connection failed message. So I dug and found > > > > a /var/webmin/miniserv.error file. Here it is pasted in (actually it > > > > is a rather screwy file with special charaters, I dragged it into a > > > > Firefox window and then copied from there. Please help me figure out > > > > what is wrong. > > > > > > > > > > > > > > > > It goes on from here, but whatever the special characters are, copy and > > > > paste stops here.... > > >--- > > >How did you install? using yum and dag repo? tarball? > > > > > >webmin version? > > > > cd /root > > mkdir webmin > > cd webmin > > wget > > > http://internap.dl.sourceforge.net/sourceforge/webadmin/webmin-1.260-1.noarch.rpm > > rpm -Uvh webmin* >---- >hmmm...and it has worked on other CentOS 4.2 systems...that is strange. > >Personally, I wouldn't install that way but that is a personal >preference. I generally install from tarballs - even though the last 2 >or 3 versions of tarball fail to install the redhat sysV script (and so >I might change my ways). > >If you install webmin from 'dag' repository, you automatically get >perl-Net-SSLeay and any other dependencies installed (I don't really any >other dependencies) and dag repository will take care of updates each >time you yum update - which is probably the best of all worlds - >especially since the dag repository has fixed the issues he had with >updates in his first few webmin packages. I had to reboot. After that Webmin worked. ??? sigh. SSL Webmin did not. I knew that OpenSSL was installed, I was using it already for Scalix admin. So I just needed Net:SSLeay yum install perl-Net-SSLeay And I am up and running. As I look at webmin, I might be REALLY happy with it to ease my way. >anyway...this may be useful ># rpm -q \ >--whatprovides /usr/lib/perl5/vendor_perl/5.8.5/Authen/SASL/Perl.pm >perl-Authen-SASL-2.09-1.2.el4.rf > >try 'yum install perl-Authen-SASL' > >Craig > > > > >------------------------------------------------------- >This SF.Net email is sponsored by xPML, a groundbreaking scripting language >that extends applications into web and mobile media. Attend the live webcast >and join the prime developer group breaking into this new coding territory! >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 >- >Forwarded by the Webmin mailing list at web...@li... >To remove yourself from this list, go to >http://lists.sourceforge.net/lists/listinfo/webadmin-list |