From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18525 invoked from network); 30 Nov 2005 14:24:56 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,FORGED_RCVD_HELO autolearn=ham version=3.1.0 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 30 Nov 2005 14:24:56 -0000 Received: (qmail 21413 invoked from network); 30 Nov 2005 14:24:48 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 30 Nov 2005 14:24:48 -0000 Received: (qmail 17879 invoked by alias); 30 Nov 2005 14:24:41 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9720 Received: (qmail 17870 invoked from network); 30 Nov 2005 14:24:40 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 30 Nov 2005 14:24:40 -0000 Received: (qmail 20327 invoked from network); 30 Nov 2005 14:24:40 -0000 Received: from zproxy.gmail.com (64.233.162.199) by a.mx.sunsite.dk with SMTP; 30 Nov 2005 14:24:38 -0000 Received: by zproxy.gmail.com with SMTP id z3so47309nzf for ; Wed, 30 Nov 2005 06:24:37 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=FhRXZg5ljEy9cxXaK3wSRMloDfM5ew243dekeM2sf5O+6RalPGfWN6qjHoyGZruhher29iY6SHy5y7TmvZHdN0PvwdMty+mSA32+Q+ewAhugjnCvtfInmpWD3HWtnfmvVg1TEukIBpQxeyR+2JtHGs5ZCenFVZBzZcWdzD+8FRs= Received: by 10.36.222.12 with SMTP id u12mr294854nzg; Wed, 30 Nov 2005 06:24:35 -0800 (PST) Received: from ?10.0.4.49? ( [209.117.190.11]) by mx.gmail.com with ESMTP id 23sm30214nzn.2005.11.30.06.24.25; Wed, 30 Nov 2005 06:24:26 -0800 (PST) Message-ID: <438DB614.2050304@gmail.com> Date: Wed, 30 Nov 2005 09:24:20 -0500 From: Scott Lipcon User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: zsh-users@sunsite.dk CC: Bart Schaefer Subject: Re: completions broken for root user References: <580cd3b30509300858s21a8e20bue3d6e84e633d171b@mail.gmail.com> <1051001184053.ZM27916@candle.brasslantern.com> <580cd3b30510011333w38daa4efwc2de3d8fbfaa9882@mail.gmail.com> In-Reply-To: <580cd3b30510011333w38daa4efwc2de3d8fbfaa9882@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit for the archives: i finally figured it out - I had an old zcompdump file that wasn't being auto-regenerated for some reason. After deleting that, and logging in, completions work fine again. Scott Scott Lipcon wrote: > Thanks. I tried removing and recompiling the .zwc files anyway, > although root and my user have different .zsh directories, and each can > read its own files with no problem. There are no .zwc files in the > /usr/local/share/zsh directories so that shouldn't be a problem... > > For the other poster, I get the same behavior whether I su or log in as > root - the default shell for root on FreeBSD is csh, so whenever I > become root I just run zsh manually... could that have something to do > with it? Running zsh manually as my user the completions work fine. > > Scott > > > > On 10/1/05, *Bart Schaefer* > wrote: > > On Sep 30, 11:58am, Scott Lipcon wrote: > } > } What else should I be looking for? > > The only thing I can think of is to look for .zwc files that are > readable only by root and which need to be recompiled. > >