From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2188 invoked from network); 22 May 2005 03:16:07 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 22 May 2005 03:16:07 -0000 Received: (qmail 40391 invoked from network); 22 May 2005 03:16:01 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 22 May 2005 03:16:01 -0000 Received: (qmail 9656 invoked by alias); 22 May 2005 03:15:53 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8883 Received: (qmail 9629 invoked from network); 22 May 2005 03:15:52 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 22 May 2005 03:15:52 -0000 Received: (qmail 39312 invoked from network); 22 May 2005 03:15:52 -0000 Received: from gong.birdhouse.org (66.98.244.59) by a.mx.sunsite.dk with SMTP; 22 May 2005 03:15:48 -0000 Received: from mneptok.com ([209.20.244.4] helo=[192.168.1.3]) by gong.birdhouse.org with esmtpa (Exim 4.50) id 1DZgwN-0006WV-80; Sat, 21 May 2005 20:15:47 -0700 Subject: Re: zsh login coredump From: mneptok To: Bart Schaefer Cc: zsh-users@sunsite.dk In-Reply-To: <050521171740.ZM9619@candle.brasslantern.com> References: <1116717823.6855.8.camel@localhost.localdomain> <050521171740.ZM9619@candle.brasslantern.com> Content-Type: text/plain Date: Sat, 21 May 2005 20:15:45 -0700 Message-Id: <1116731745.6855.13.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.1.1 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gong.birdhouse.org X-AntiAbuse: Original Domain - sunsite.dk X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - mneptok.com X-Source: X-Source-Args: X-Source-Dir: X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-2.4 required=6.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.2 X-Spam-Hits: -2.4 On Sat, 2005-05-21 at 17:17 -0700, Bart Schaefer wrote: > Did it occur to you to look at /etc/profile line 33 or perhaps at > /etc/profile.d/krb5.sh line 5, to see what's causing the parse errors? > > Has /etc/profile or /etc/profile.d/krb5.sh changed recently? Why? Yes, it did occur to me, but nothing jumped out at me: ===== profile ===== 32 # Path manipulation 33 if [ `id -u` = 0 ]; then 34 pathmunge /sbin 35 pathmunge /usr/sbin 36 pathmunge /usr/local/sbin ===== krb5.sh ===== 1 if ! echo ${PATH} | grep -q /usr/kerberos/bin ; then 2 PATH=/usr/kerberos/bin:${PATH} 3 fi 4 if ! echo ${PATH} | grep -q /usr/kerberos/sbin ; then 5 if [ `id -u` = 0 ] ; then 6 PATH=/usr/kerberos/sbin:${PATH} 7 fi 8 fi ===== ./k kurt von finck -- http://www.mneptok.com mneptok@mneptok.com -- public key at: subkeys.pgp.net server key id: 5229D26A fingerprint: 127A A484 ADBF A5AD E7FB 8CD2 8913 18F4 5229 D26A -- Success is more a function of consistent common sense than it is of genius. - An Wang --