X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.6 required=5.0	tests=AWL,BAYES_00,DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL
X-Spam-Check-By: sourceware.org
Message-ID: <32705311.post@talk.nabble.com>
Date: Sun, 23 Oct 2011 07:26:25 -0700 (PDT)
From: Marc Girod <marc.girod@gmail.com>
To: cygwin@cygwin.com
Subject: Re: Install error with rebase 4.0.0-1
In-Reply-To: <4EA41F13.8090203@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
References: <32705124.post@talk.nabble.com> <4EA4193C.6010204@cornell.edu> <32705183.post@talk.nabble.com> <32705227.post@talk.nabble.com> <4EA41F13.8090203@gmail.com>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com


Thanks again Marco,


marco atzeri-4 wrote:
> 
> As workaround with rebase-4.0.0-1 you can, from ash,
> 
> mkdir /usr/etc
> rebaseall
> 
> the database will be created as
> /usr/etc/rebase.db.i386
> 
I did, and it worked.
As for the xauth error, it is in /usr/bin/startx:

~> xauth -q -f "$xserverauthfile" << EOF
add :$dummy . $mcookie
EOF
> xauth:  file /home/marc/.serverauth.4668 does not exist
~> ll .serverauth.4668
-rw------- 1 marc None 51 Oct 23 15:23 .serverauth.4668
~> xauth -q -f $xserverauthfile << EOF
add :$dummy . $mcookie
EOF

It seems that xauth doesn't like the double-quote around the filename...
Doesn't /bin/sh consume them?

Marc
-- 
View this message in context: http://old.nabble.com/Install-error-with-rebase-4.0.0-1-tp32705124p32705311.html
Sent from the Cygwin list mailing list archive at Nabble.com.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

