From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by nuthatch.gentoo.org with esmtp (Exim 4.43)
	id 1EBJFw-0007sm-5d
	for garchives@archives.gentoo.org; Fri, 02 Sep 2005 21:39:28 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j82LZs0l024491;
	Fri, 2 Sep 2005 21:35:54 GMT
Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192])
	by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j82LWBSj028112
	for <gentoo-user@lists.gentoo.org>; Fri, 2 Sep 2005 21:32:12 GMT
Received: by zproxy.gmail.com with SMTP id x7so493101nzc
        for <gentoo-user@lists.gentoo.org>; Fri, 02 Sep 2005 14:34:52 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references;
        b=V8cYHiiCEE7IhP54VYOG4POhZk1gse4djfA2DbP0xCxyu4yABY0yRgH0Ftsei8eGo6t+/RiGCfgwk9ke/nuRUgEnnzOpAaZtAkeQ9HAPcrL7uRCbyZziU3wm0s2Obqcqg5+QljRuMU6Yp4KrHPfZEPFWdW64nkFRnBzjxpg+O2E=
Received: by 10.36.79.10 with SMTP id c10mr230445nzb;
        Fri, 02 Sep 2005 14:34:52 -0700 (PDT)
Received: by 10.36.7.18 with HTTP; Fri, 2 Sep 2005 14:34:52 -0700 (PDT)
Message-ID: <558b73fb050902143411b67e5b@mail.gmail.com>
Date: Fri, 2 Sep 2005 17:34:52 -0400
From: Michael Crute <mcrute@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] connections
In-Reply-To: <00cb01c5afec$38b97cb0$0501a8c0@croatus>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
Mime-Version: 1.0
Content-Type: multipart/alternative; 
	boundary="----=_Part_15759_21058419.1125696892634"
References: <00cb01c5afec$38b97cb0$0501a8c0@croatus>
X-Archives-Salt: 2bc23ef9-46fc-4f07-a8cf-15d1cd1a2072
X-Archives-Hash: 0fd9ab71fce29b83b4102c78d8fedbac

------=_Part_15759_21058419.1125696892634
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

On 9/2/05, John Dangler <jdangler@atlantic.net> wrote:=20
>=20
> how can I setup my laptop to connect to apps like phpmyadmin on the local
> fileserver?
> both are running gentoo 2.6.12-r9 .
> vfs is setup and running, but when I try to connect from the laptop to th=
e
> fileserver on other apps like
> phpmyadmin, I get "The connection was refused when attempting to contact
> 127.0.0.1 <http://127.0.0.1>"
> I'm using http://192.168.1.10/phpmyadmin in the browser, so it would=20
> appear
> as though the message is saying it's trying to connect to 'localhost'.
>=20
> I can't verify this at the moment as I'm not within reach of my network=
=20
but I do believe that you have a misconfiguration in either MyAdmin or=20
MySQL. Check your my.cnf first and make sure that the line skip-networking=
=20
is commented out.=20
 BTW... By localhost it is most likely the server referring to itself not=
=20
your computer trying to connect back to itself.
 -Mike
______________________________________
Michael E. Crute
Software Developer
SoftGroup Development Corporation

Linux, because reboots are for installing hardware.
"In a world without walls and fences, who needs windows and gates?"

------=_Part_15759_21058419.1125696892634
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

<div><span class=3D"gmail_quote">On 9/2/05, <b class=3D"gmail_sendername">J=
ohn Dangler</b> &lt;<a href=3D"mailto:jdangler@atlantic.net">jdangler@atlan=
tic.net</a>&gt; wrote:</span>
<blockquote class=3D"gmail_quote" style=3D"PADDING-LEFT: 1ex; MARGIN: 0px 0=
px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">how can I setup my laptop to con=
nect to apps like phpmyadmin on the local<br>fileserver?<br>both are runnin=
g gentoo=20
2.6.12-r9 .<br>vfs is setup and running, but when I try to connect from the=
 laptop to the<br>fileserver on other apps like<br>phpmyadmin, I get &quot;=
The connection was refused when attempting to contact<br><a href=3D"http://=
127.0.0.1">
127.0.0.1</a>&quot;<br>I'm using <a href=3D"http://192.168.1.10/phpmyadmin"=
>http://192.168.1.10/phpmyadmin</a> in the browser, so it would appear<br>a=
s though the message is saying it's trying to connect to 'localhost'.<br>
<br></blockquote></div>
<div>I can't verify this&nbsp;at the moment as I'm not within reach of my n=
etwork but I do believe that you have a misconfiguration in either MyAdmin =
or MySQL. Check your my.cnf first and make sure that the line skip-networki=
ng is commented out.=20
</div>
<div>&nbsp;</div>
<div>BTW... By localhost it is most likely the server referring to itself n=
ot your computer trying to connect back to itself.</div>
<div>&nbsp;</div>
<div>-Mike<br>______________________________________<br>Michael E. Crute<br=
>Software Developer<br>SoftGroup Development Corporation<br><br>Linux, beca=
use reboots are for installing hardware.<br>&quot;In a world without walls =
and fences, who needs windows and gates?&quot;=20
</div>

------=_Part_15759_21058419.1125696892634--
-- 
gentoo-user@gentoo.org mailing list