[Klone-users] Building several web pages with html extension
thomas fossati
tho at koanlogic.com
Wed Oct 1 15:33:44 EDT 2008
Hi,
On Oct 1, 2008, at 8:52 PM, smlabs wrote:
>>> After launching kloned, take a look at the log messages to see if
>>> you get a "permission denied" or "address already in use" when
>>> doing bind(2).
> in my /val/log/messages I found the follwing:
>
> Jan 1 00:01:26 axis kloned: [wrn][713:klog.c:461:klog_args_check]
> threshold unspecified: assuming lowest possible (DEBUG)
> Jan 1 00:01:26 axis : [wrn][713:broker.c:105:broker_create] CGI
> support disabled, use --enable_cgi to enable it
> Jan 1 00:01:26 axis : [wrn][713:server.c:87:server_be_listen]
> errno: 98 (Address already in use)
> Jan 1 00:03:33 axis vftpd[720]: Accepted request from 192.168.1.10
> Jan 1 00:03:33 axis vftpd[720]: User root logged in.
>
> I read "address alerady" in use... what's the meaning and how may I
> solve the problem?
as root do:
# lsof -Pni4 | grep 80
and see which program has done bind(2) on port 80. Then kill it and
start kloned.
ciao, t.
More information about the klone-users
mailing list