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.60) (envelope-from ) id 1GFouT-0003X0-GY for garchives@archives.gentoo.org; Wed, 23 Aug 2006 09:20:29 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k7N9K7v0003240; Wed, 23 Aug 2006 09:20:07 GMT Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k7N9K67a011752 for ; Wed, 23 Aug 2006 09:20:06 GMT Received: by nf-out-0910.google.com with SMTP id m19so251890nfc for ; Wed, 23 Aug 2006 02:20:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=Tm7zBYeYxgHeJ5MqJLM57PnNJQqtWvuyBCaJZ9OKVoeolD3zeUdC/GfTxfh/fS8lIsTzgtrEsyKbEZxkoDjMRD9QPDxiGqxjYCnV+m+MpJ7cI6FBcsfNTWnl7tMDsiGB1KqVjKnC/meXAKZdKbXBFURGNNv7xANHDPzBdKXg7RE= Received: by 10.49.90.4 with SMTP id s4mr1661055nfl; Wed, 23 Aug 2006 02:20:05 -0700 (PDT) Received: from ?192.168.178.23? ( [87.16.186.78]) by mx.gmail.com with ESMTP id z73sm2081952nfb.2006.08.23.02.20.04; Wed, 23 Aug 2006 02:20:05 -0700 (PDT) From: Luca Casagrande To: gentoo-catalyst@lists.gentoo.org Subject: Re: [gentoo-catalyst] Some error on my first build.. Date: Wed, 23 Aug 2006 11:20:01 +0200 User-Agent: KMail/1.9.4 References: <200608221010.10004.luca.casagrande@gmail.com> <44EB1A73.5090002@gentoo.org> <1156265300.9379.14.camel@inertia.twi-31o2.org> In-Reply-To: <1156265300.9379.14.camel@inertia.twi-31o2.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Message-Id: <200608231120.01914.luca.casagrande@gmail.com> X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id k7N9K67a011752 Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by robin.gentoo.org id k7N9K7vX003240 X-Archives-Salt: ca9db0c0-2a3f-46e5-b40d-8b9a4ec1caf0 X-Archives-Hash: afa33473ca2e8af2db5000394c4c9403 Alle 18:48, marted=EC 22 agosto 2006, Chris Gianelloni ha scritto: > On Tue, 2006-08-22 at 09:53 -0500, Andrew Gaffney wrote: > > Luca Casagrande wrote: > > > Thanks for your answer! > > > I used: > > > livecd/type: generic-livecd > > > > Ok. The error from 'mv' is harmless. It just means you aren't using g= nome > > on your CD. The sed error I don't know about. It probably means there= 's > > an invalid sed statement somewhere in catalyst, but I don't know wher= e. > > Right, the mv error is fine. The sed error is an actual error that onl= y > affects non-release builds, which is why I didn't find it before. It's > been fixed in catalyst and will show up in 2.0.1, when it is released. > Currently, it causes auto-login to not work properly for X on > non-release builds. Fixing the sed at the end of > targets/support/livecdfs-update.sh in catalyst should solve the issue. > > @@ -382,7 +382,7 @@ > if [ -e /etc/startx ] > then > sed -i \ > - "s/##STARTX/source /etc/profile && su - ${first_user} -= c > startx/" \ > + "s:##STARTX:source /etc/profile && su - ${first_user} -= c > startx:" \ > /root/.bashrc > fi I have changed that part and now look like this: if [ -e /etc/startx ] then sed -i \ "s:##STARTX:source /etc/profile && su - ${first_user} -c startx:" \ /root/.bashrc fi But the error it's still there... Thanks Luca --=20 "Chiunque pu=F2 simpatizzare col dolore di un amico, ma solo chi ha un an= imo=20 nobile riesce a simpatizzare col successo di un amico (Oscar Wilde)" LINUX User #411601 jabber: casagrande@jabber.linux.it =20 --=20 gentoo-catalyst@gentoo.org mailing list