Results 1 to 7 of 7

Thread: Can't get local host in 13.04

  1. #1
    Join Date
    Jul 2008
    Beans
    61

    Can't get local host in 13.04

    After upgrade to 13.04 neither Firefox or Chromium browsers will access localhost. Chromium says "Chromium's connection attempt to localhost was rejected".

    This is not a problem when I go back to 12.10.

    It may be a 64bit specific problem 'cos it happens on my desktop (64-bit installation) but not on a laptop (32-bit).

    The contents of /etc/hosts,host.conf,hostname,hosts.allow,hosts.deny are the same in my 12.10 & 13.04
    Last edited by hg21; May 18th, 2013 at 02:20 PM. Reason: Added info

  2. #2
    Join Date
    Oct 2005
    Location
    Milano, Italy
    Beans
    871
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: Can't get local host in 13.04

    What resides on localhost? I mean do you have some application that use http://localhost ?
    ------------------------------------------------
    yep ”short and long URL„
    http://yep.it/
    ------------------------------------------------

  3. #3
    Join Date
    Jul 2008
    Beans
    61

    Re: Can't get local host in 13.04

    Quote Originally Posted by dentaku65 View Post
    What resides on localhost? I mean do you have some application that use http://localhost ?

    I wanted to get to localhost:631 to deal with a printer problem.

  4. #4
    Join Date
    May 2006
    Location
    Boston
    Beans
    1,918
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Can't get local host in 13.04

    you are trying to use the cups conf feature try in the browser the address with the right port:

    "localhost:231"

    to check if cups is installed:
    Code:
    dpkg -s cups
    Last edited by fdrake; May 17th, 2013 at 10:03 AM.

    blog
    Donations BTC : 12FwoB7uAM5FnweykpR1AEEDVFaTLTYFkS
    DOUBLEPLUSGOOD!!

  5. #5
    Join Date
    Jul 2008
    Beans
    61

    Re: Can't get local host in 13.04

    Quote Originally Posted by fdrake View Post
    you are trying to use the cups conf feature try in the browser the address with the right port:

    "localhost:231"

    That gives the same result, I cannot access localhost. When did it change from 631? I've used that for years and on my laptop 631 gives cups info.

    to check if cups is installed:
    Code:
    dpkg -s cups
    dpkg -s cups
    Package: cups
    Status: install ok installed

  6. #6
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Can't get local host in 13.04

    if you only have that printer connection issue (but no network trouble), then check the users & groups properties

  7. #7
    Join Date
    Jul 2008
    Beans
    61

    Re: Can't get local host in 13.04

    Solved it!

    The problem was in cupsd.conf.

    The line

    Listen /var/run/cups/cups.sock

    was repeated twice

    I replaced one of these with

    Listen localhost:631

    I presume this is a bug in the 64bit version of 13.04

Tags for this Thread

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
  •