| > > The problem now is that when I run it I get command
line but
> > not GUI !! help please
> The problem now that I get the following error at command
line:
> /usr/local/bin/webhttrack: line 69: 21349
Killed
> ${BINPATH}/htsserver '${DISTPATH}/' path
> '${HOME}/websites' lang '${LANGN}' $@
> Note that I get the same message when I run webhttrack for
> the 1st time and when I run it again, I get the welcome
page
> of webhttrack.
Darn.. it seems that the server ws launched and then killed
(?!)
Can you try to comment the "trap" lines
in /usr/bin/webhttrack ?
That is, just replace the
trap ..
lines by
# trap ..
lines
and see if this is solving the issue? | |