From owner-freebsd-questions@FreeBSD.ORG Tue May 10 22:13:31 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5357A16A4CE for ; Tue, 10 May 2005 22:13:31 +0000 (GMT) Received: from rastaban.dandy.net (rastaban.dandy.net [209.128.224.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0EBC43D7E for ; Tue, 10 May 2005 22:13:30 +0000 (GMT) (envelope-from andy@neu.net) Received: from Mira.dandy.net (mira.dandy.net [209.128.224.15]) by rastaban.dandy.net (8.12.10/8.12.6) with ESMTP id j4AMDUER016571 for ; Tue, 10 May 2005 18:13:30 -0400 Date: Tue, 10 May 2005 18:13:30 -0400 (EDT) From: andy@neu.net X-X-Sender: andyneu@Mira.dandy.net To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: cups problem (fwd) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 May 2005 22:13:31 -0000 I did some more digging and found that I am having a problem with the loopback interface: here is some more info ifconfig sk0: flags=8843 mtu 1500 inet 10.0.x.x netmask 0xffffff00 broadcast 10.0.1.255 inet6 fe80::20e:a6ff:fe90:fc26%sk0 prefixlen 64 scopeid 0x1 ether 00:0e:a6:90:fc:26 media: Ethernet autoselect (100baseTX ) status: active plip0: flags=108810 mtu 1500 lo0: flags=8049 mtu 16384 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 cat /etc/hosts 127.0.0.1 localhost.foo.bar localhost amd64 localhost.localdomain 192.168.1.175 amd64.foo.bar amd64 amd64.foo.bar. when I try ping I get: ]# ping localhost PING localhost.foo.bar (127.0.0.1): 56 data bytes ping: sendto: Can't assign requested address ping: sendto: Can't assign requested address ping: sendto: Can't assign requested address ping: sendto: Can't assign requested address ping: sendto: Can't assign requested address what does this mean and how do you fix it? ---------- Forwarded message ---------- Date: Tue, 10 May 2005 17:30:02 -0400 (EDT) From: andy@neu.net To: freebsd-questions@freebsd.org Subject: cups problem I recently upgraded from 5.3 to 5.4 release, and I just noticed CUPS is not working properly. It is running as a proess: ps -aux|grep cups root 410 0.0 0.6 4792 3216 ?? Ss 5:18PM 0:00.01 /usr/local/sbin/cupsd but when I try to login thru the web interface I get a dialog box saying "connection refused" when attempting to contact localhost:631. The manual is not helpful regarding this problem. I have stopped the daemon, and deinstalled/reinstalled the software but it has not fixed the problem. How do I go about diagnosing/fixing the problem? Any help is appreciated. TIA, Andy