From mint-bounce@lists.fishpool.fi  Wed Jul 27 00:35:18 2005
X-Original-To: fnaumann@mail.boerde.de
Delivered-To: fnaumann@mail.boerde.de
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
  s=s1024; d=yahoo.com;
  h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding;
  b=XJi8Z9uGUNm2PiuFuHBACZgmnkAn3pM7L7piSGO6t+YTIoMwSYICjPqeTT0dtBiu9nh4OmbvP1BD4oyxAof4T1DvRLGZGkztV7fbW1Rd1rKf0n7o3hPhmR3ah+Lk/jRtbieodRdLJ6aDsgYEFpPnFALIPO49ifcuIGOdKKRB6Pk=  ;
Message-ID: <20050726223223.8592.qmail@web31011.mail.mud.yahoo.com>
Date: Tue, 26 Jul 2005 15:32:23 -0700 (PDT)
From: Frederic Fouche <x130844@yahoo.com>
Subject: Re: [MiNT] AtariForge
To: Alan Hourihane <alanh@fairlite.demon.co.uk>,
        Mark Duckworth <mduckworth@atari-source.com>
Cc: Mint List <mint@fishpool.com>
In-Reply-To: <1122415650.8216.61.camel@jetpack.demon.co.uk>
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="0-1025453102-1122417143=:7612"
X-ecartis-version: Ecartis v1.0.0
Sender: mint-bounce@lists.fishpool.fi
Errors-To: mint-bounce@lists.fishpool.fi
X-original-sender: x130844@yahoo.com
Precedence: bulk
List-help: <mailto:ecartis@lists.fishpool.fi?Subject=help>
List-unsubscribe: <mailto:mint-request@lists.fishpool.fi?Subject=unsubscribe>
List-Id: <mint.lists.fishpool.fi>
X-List-ID: <mint.lists.fishpool.fi>
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: by amavisd-new at relay.boerde.de
X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on relay.boerde.de
X-Spam-Status: No, hits=5.5 tagged_above=-50.5 required=7.0 tests=AWL,
 BAYES_00, FORGED_YAHOO_RCVD, FROM_ENDS_IN_NUMS, FROM_WEBMAIL_END_NUMS6,
 HTML_MESSAGE, RCVD_IN_SORBS
X-Spam-Level: *****

--0-1025453102-1122417143=:7612
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

Not to sound too picky or a pain in the butt, whoever is designing http:/=
/dev.sparemint.org/ should make sure that php is used as sparingly as pos=
sible. Same goes to mysql connection. The more you use static, the better=
. (unless your page needs dynamic content). But for a simple welcome page=
, you might want to redesign it to access better load, So errors like War=
ning: mysql_pconnect(): Can't connect to local MySQL server through socke=
t '/var/run/mysqld/mysqld.sock' (2) in /var/www/dev.sparemint.org/connect=
.php on line 8
Access to the sparemint database was denied... Sorry.. Please inform the =
webmaster
would not occur.


Alan Hourihane <alanh@fairlite.demon.co.uk> wrote:
On Tue, 2005-07-26 at 17:56 -0400, Mark Duckworth wrote:
> The path that I would like everything to follow is very soon to upgrade
> to the sparemint development site at http://dev.sparemint.org... The IP
> on here is wrong, I have to chat with Rob about getting it updated ;)
> Just add that to your hosts file and set the IP to 66.92.233.10 and the
> site should load properly. Basically a yum/up2date style automatic
> updater/net installation client. The server side has a lot of code and
> maintains a database of packages ... The rationale for me is twofold:
>=20
> 1. sparemint cannot support multiple repositories right now so having a
> 68060 or a gcc3 specific sparemint distribution is out of the question
> without losing what you have now.
> 2. sparemint does not maintain archives of all the older packages which
> I also think is important in case there's bugs - the Sparemint Update
> Manager client will be able to upgrade or downgrade packages at will.
> Things will be more idea once we have a dynamic library linking system
> setup.

Now that's nice. Thanks for that Mark.

Alan.



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around=20
http://mail.yahoo.com=20
--0-1025453102-1122417143=:7612
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

<DIV>Not to sound too picky or a pain in the butt, whoever is designing <=
A href=3D"http://dev.sparemint.org/">http://dev.sparemint.org/</A>&nbsp;s=
hould make sure that php is used as sparingly as possible. Same goes to m=
ysql connection. The more you use static, the better. (unless your page n=
eeds dynamic content). But for a simple welcome page, you might want to r=
edesign it to access better load, So errors like <STRONG>Warning</STRONG>=
: mysql_pconnect(): Can't connect to local MySQL server through socket '/=
var/run/mysqld/mysqld.sock' (2) in <B>/var/www/dev.sparemint.org/connect.=
php</B> on line <B>8</B><BR>Access to the sparemint database was denied..=
. Sorry.. Please inform the webmaster</DIV>
<DIV>would not occur.</DIV>
<DIV><BR><BR><B><I>Alan Hourihane &lt;alanh@fairlite.demon.co.uk&gt;</I><=
/B> wrote:</DIV>
<BLOCKQUOTE class=3Dreplbq style=3D"PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #1010ff 2px solid">On Tue, 2005-07-26 at 17:56 -0400, Mark D=
uckworth wrote:<BR>&gt; The path that I would like everything to follow i=
s very soon to upgrade<BR>&gt; to the sparemint development site at http:=
//dev.sparemint.org... The IP<BR>&gt; on here is wrong, I have to chat wi=
th Rob about getting it updated ;)<BR>&gt; Just add that to your hosts fi=
le and set the IP to 66.92.233.10 and the<BR>&gt; site should load proper=
ly. Basically a yum/up2date style automatic<BR>&gt; updater/net installat=
ion client. The server side has a lot of code and<BR>&gt; maintains a dat=
abase of packages ... The rationale for me is twofold:<BR>&gt; <BR>&gt; 1=
. sparemint cannot support multiple repositories right now so having a<BR=
>&gt; 68060 or a gcc3 specific sparemint distribution is out of the quest=
ion<BR>&gt; without losing what you have now.<BR>&gt; 2. sparemint does n=
ot maintain archives of all the older packages
 which<BR>&gt; I also think is important in case there's bugs - the Spare=
mint Update<BR>&gt; Manager client will be able to upgrade or downgrade p=
ackages at will.<BR>&gt; Things will be more idea once we have a dynamic =
library linking system<BR>&gt; setup.<BR><BR>Now that's nice. Thanks for =
that Mark.<BR><BR>Alan.<BR><BR><BR></BLOCKQUOTE><p>______________________=
____________________________<br>Do You Yahoo!?<br>Tired of spam?  Yahoo! =
Mail has the best spam protection around <br>http://mail.yahoo.com=20
--0-1025453102-1122417143=:7612--


