Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jul 2016 08:58:59 +0200
From:      Bernt Hansson <bah@bananmonarki.se>
To:        =?UTF-8?B?SsO4cm4gw4VuZQ==?= <freebsd@jornane.me>, freebsd-questions@freebsd.org
Subject:   Re: Found possible bug - how to report
Message-ID:  <f84f60ff-0cb8-99eb-c78e-57586cd4af20@bananmonarki.se>
In-Reply-To: <8b3948f8-dc6a-af53-4ff5-b73be90884d5@fyrkat.no>
References:  <8b3948f8-dc6a-af53-4ff5-b73be90884d5@fyrkat.no>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2016-07-05 11:12, Jørn Åne wrote:
> Hi, i'm fairly new to FreeBSD and i've never submitted a bugreport
> before.  I think I found a bug but i'm not sure which component is to blame.
>
> My setup is as follows:
>
> I use winbind for user accounts, my /etc/nsswitch.conf has the following
> modifications:
> group: winbind files
> passwd: winbind files
>
> The problem occurs in csh or tcsh.  When I run a program (not a shell
> built-in command), the shell goes into a state that will cause it to
> exit when I press ^C.  So for example:
>
> % ^C
> % which which
> which: shell built-in command.
> % ^C
> % which whoami
> /usr/bin/whoami
> % ^C
> % whoami
> jornane
> % ^CConnection closed.
>
> (^C isn't actually printed, I've added it for clarity)
>
> This does not happen in sh-based shells, and it does not happen when I
> change nsswitch back to dist.

It does happen in sh based shells. Csh and tcsh are both sh based.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f84f60ff-0cb8-99eb-c78e-57586cd4af20>