#531879 elinks: start errors from interlink.c

Package:
elinks
Source:
elinks
Description:
advanced text-mode WWW browser
Submitter:
Jack Hill
Date:
2014-09-04 16:24:04 UTC
Severity:
normal
#531879#5
Date:
2009-06-04 17:21:56 UTC
From:
To:
Every time I start elinks, it takes a long time to start and prints these
error messages

ERROR at /build/buildd/elinks-0.12~pre3/src/main/interlink.c:329: The call
to connect() failed: 13 (Permission denied)
ERROR at /build/buildd/elinks-0.12~pre3/src/main/interlink.c:329: The call
to bind() failed: 13 (Permission denied)
ERROR at /build/buildd/elinks-0.12~pre3/src/main/interlink.c:329: The call
to bind() failed: 13 (Permission denied)
ERROR at /build/buildd/elinks-0.12~pre3/src/main/interlink.c:329: The call
to bind() failed: 13 (Permission denied)
ERROR at /build/buildd/elinks-0.12~pre3/src/main/interlink.c:329: The call
to bind() failed: 13 (Permission denied)

As far as I can tell, after it starts there are no other problems.

#531879#16
Date:
2014-09-04 16:13:34 UTC
From:
To:
Problem permissions, may you execute for firts time elinks with sudo.
try: " sudo chown -R user_name:user_name /home/user_name/.elinks  "