Results 1 to 5 of 5

Thread: elinks error

  1. #1
    Join Date
    Mar 2007
    Location
    Delaware, USA
    Beans
    682
    Distro
    Ubuntu 12.04 Precise Pangolin

    elinks error

    Just installed elinks with apt-get and I'm getting this error. Does anyone have a fix?

    Code:
    ERROR at /build/buildd/elinks-0.12~pre2.dfsg0/src/main/interlink.c:329: The call to bind() failed: 13 (Permission denied)
    Asus
    Intel Core 2 Duo 2.26 GHz - 4GB DDR2
    1 GB ATI Mobility Radeon HD 3650
    Atheros AR928X Wireless

  2. #2
    Join Date
    Mar 2007
    Location
    Delaware, USA
    Beans
    682
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: elinks error

    bump
    Asus
    Intel Core 2 Duo 2.26 GHz - 4GB DDR2
    1 GB ATI Mobility Radeon HD 3650
    Atheros AR928X Wireless

  3. #3
    Join Date
    May 2006
    Beans
    33

    Re: elinks error

    I am getting the same error in ubuntu 9.10 64bit

    Code:
    ~$ elinks 
    ERROR at /build/buildd/elinks-0.12~pre5/src/main/interlink.c:329: The call to connect() failed: 13 (Permission denied)
    ERROR at /build/buildd/elinks-0.12~pre5/src/main/interlink.c:329: The call to bind() failed: 13 (Permission denied)
    ERROR at /build/buildd/elinks-0.12~pre5/src/main/interlink.c:329: The call to bind() failed: 13 (Permission denied)
    ERROR at /build/buildd/elinks-0.12~pre5/src/main/interlink.c:329: The call to bind() failed: 13 (Permission denied)
    Elinks will eventually work after about 3-4 seconds of getting these error messages. The really odd thing is that it works just fine for some of the accounts on my system, but others get these errors.

  4. #4
    Join Date
    May 2006
    Beans
    33

    Re: elinks error

    Quote Originally Posted by MillDaKill View Post
    I am getting the same error in ubuntu 9.10 64bit

    Code:
    ~$ elinks 
    ERROR at /build/buildd/elinks-0.12~pre5/src/main/interlink.c:329: The call to connect() failed: 13 (Permission denied)
    ERROR at /build/buildd/elinks-0.12~pre5/src/main/interlink.c:329: The call to bind() failed: 13 (Permission denied)
    ERROR at /build/buildd/elinks-0.12~pre5/src/main/interlink.c:329: The call to bind() failed: 13 (Permission denied)
    ERROR at /build/buildd/elinks-0.12~pre5/src/main/interlink.c:329: The call to bind() failed: 13 (Permission denied)
    Elinks will eventually work after about 3-4 seconds of getting these error messages. The really odd thing is that it works just fine for some of the accounts on my system, but others get these errors.

    Fixed the problem. I must have done a sudo elinks on my admin account and it messed up the permissions of the .elinks folder in my home dir.

    to fix... delete or chown the .elinks folder in your home space.

    Chown...
    Code:
    sudo chown -R user_name:user_name /home/user_name/.elinks
    Delete...
    Code:
    sudo rm -rf /home/user_name/.elinks

  5. #5
    MountainX's Avatar
    MountainX is offline Iced Blended Vanilla Crème Ubuntu
    Join Date
    Jan 2008
    Location
    A place with no mountains
    Beans
    1,610
    Distro
    Kubuntu

    Re: elinks error

    Thanks for the solution.
    Desktop: KX Studio (Kubuntu 12.04)
    Laptop & Netbook: Kubuntu 12.04
    Tablet: Samsung Galaxy Tab 10.1
    Phone: Nexus 4 Cyanogenmod

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •