From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13574 invoked by alias); 8 Sep 2011 19:57:19 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 16328 Received: (qmail 9488 invoked from network); 8 Sep 2011 19:57:17 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 74.125.82.171 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=Orv+aFEYFfCQ4eJH6mvpZfoAJNObWRtk1Rzxd9WROmA=; b=M2uwBI6Gbz6BVCXpDWquilgmDbgSWlfnqlLifWn9uhrhnDevdRBVNT3CS8w0qJ7nB9 EsJclLHA7im7vcQXLF/AjHNvtLRZQbtkk10XxnI7oy38a1i8sWy/lFpaNuss1iSm1qnM uRVAfiUcUPaN3YShqElmDu88na2VL6QBJdKEs= MIME-Version: 1.0 From: Renato Botelho Date: Thu, 8 Sep 2011 16:56:49 -0300 Message-ID: Subject: Re: Zsh startup really slow after upgrade to fedora 15 [SOLVED] To: Bart Schaefer Cc: zsh-users@zsh.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Mon, Sep 5, 2011 at 5:56 PM, Bart Schaefer w= rote: > On Sep 5, 10:35pm, Mikael Magnusson wrote: > } > } We solved this on irc, it turned out to be that group lookup thing in > } compaudit you fixed/worked around the other week > > Curious that upgrading to Fedora 15 would cause that. =A0I would expect > it only to occur in a networked environment. =A0It is possible that F15 > has the networked version of getent enabled by default now, and the > long delay is because it's waiting for a connection to a non-existent > server to time out? Like Mikael said, i added 'compinit -u' and it helped me a lot, but i was still having a big delay on completion. After dig into it i figured out my problem was being caused because i had a symlink "/usr/bin/foo" that was pointing to a NFS mounted directory, and it was the cause of delay. After remove this symlink it started to work fine again even if i remove -u option from compinit. The conclusion is it was just an environment problem, not zsh, sorry for the noise. And i figured out it started happening after i upgrade to fedora 15 because there is a local repository with tools from the company i work for, and one of those packages created that link on my /usr/bin. Regards --=20 Renato Botelho