Bug 302

Summary: make install reports that separation user does not exist...
Product: Portable OpenSSH Reporter: Aaron Dudek <adudek>
Component: Build systemAssignee: OpenSSH Bugzilla mailing list <openssh-bugs>
Status: CLOSED FIXED    
Severity: normal    
Priority: P2    
Version: -current   
Hardware: UltraSPARC   
OS: Solaris   

Description Aaron Dudek 2002-06-27 06:37:12 AEST
I followed the directions in the README.prev and I am seeing this, not having
any issues so far,  but I am getting the following with make install...
/etc/ssh/ssh_host_rsa_key already exists, skipping.
id sshd || \
        echo "WARNING: Privilege separation user \"sshd\" does not exist"
uid=1011(sshd) gid=102(sshd)

Box specifics...
SunOS raistlin 5.8 Generic_108528-14 sun4u sparc
adudek@raistlin: ~/openssh-3.4p1/ >gcc -v
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.3/specs
Configured with: ../gcc-3.0.3/configure --enable-shared : (reconfigured)
../gcc-3.0.3/configure --enable-shared --with-gnu-as --with-gnu-ld
--enable-libgcj
Thread model: posix
gcc version 3.0.3adudek@raistlin: ~/openssh-3.4p1/ >./configure
--with-xauth=/usr/openwin/bin --with-mantype=man --with-md5-passwords
--with-ipaddr-display --with-ipv4-default --with-4in6 --sysconfdir=/etc/ssh
Comment 1 Kevin Steves 2002-07-18 15:04:49 AEST
fixed in current:

 - (tim) [Makefile.in] replace "id sshd" with "sshd -t"
Comment 2 Damien Miller 2004-04-14 12:24:18 AEST
Mass change of RESOLVED bugs to CLOSED