Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] coreutils su problem ?

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Treeve Jelbert <treeve AT scarlet.be>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: Re: [SM-Discuss] coreutils su problem ?
  • Date: Sun, 9 Oct 2005 20:42:59 +0000

On Wednesday 05 Oct 2005 17:29, Treeve Jelbert wrote:
> I have just encountered a problem when starting a service which worked
> previously.
>
> I eventually traced it to
>
> $ su firebird
> su: user firebird does not exist
>
>
> but
> $grep "firebird" /etc/*
> /etc/group:firebird:x:84:treeve
> /etc/passwd:firebird:x:84:84:::
> /etc/shadow:firebird:!:12992:0:99999:7:::
>
> # useradd -u 84 firebird
> useradd: user firebird exists
>
>
> there appears to be a problem with su from coreutils-5.3.0



the problem disappears if I add a home directory for the firebird user
$grep "firebird" /etc/*
firebird:x:84:84::/var/run/firebird:/bin/false



--
Regards, Treeve




Archive powered by MHonArc 2.6.24.

Top of Page