From: Robert <rob...@ho...> - 2003-08-30 04:32:49
|
When I run webmin as an inetd task, I get scores of the following lines in /var/log/webmin/miniserv.error Bad arg length for Socket::unpack_sockaddr_in, length is 0, should be 16 at /opt/webmin/miniserv.pl line 671. My /var/log/secure is full of: Aug 25 20:01:31 mycomputer webmin[4346]: Webmin starting Aug 25 20:01:51 mycomputer webmin[4348]: Webmin starting Aug 25 20:02:31 mycomputer webmin[4352]: Webmin starting Aug 25 20:02:38 mycomputer webmin[4354]: Webmin starting Aug 25 20:03:11 mycomputer webmin[4356]: Webmin starting Aug 25 20:03:16 mycomputer webmin[4358]: Webmin starting Aug 25 20:03:36 mycomputer webmin[4360]: Webmin starting Aug 25 20:03:39 mycomputer webmin[4362]: Webmin starting Aug 25 20:06:43 mycomputer webmin[4365]: Webmin starting Aug 25 20:06:46 mycomputer webmin[4367]: Webmin starting Aug 25 20:06:55 mycomputer webmin[4369]: Webmin starting Aug 25 20:07:03 mycomputer webmin[4373]: Webmin starting Aug 25 20:07:10 mycomputer webmin[4376]: Webmin starting Webmin seems to run very slowly from my web browser. I'm running slackware 9.0 and webmin 1.100 I've done all the recommended things for running webmin as an inetd service Here is my entry in /etc/inetd.conf: webmin stream tcp nowait root /opt/webmin/miniserv.pl miniserv.pl /etc/webmin/miniserv.conf Relevant entry in /etc/services webmin 10000/tcp #Webmin Is this anything I should worry about and is there an easy fix? |