Bug 302 - make install reports that separation user does not exist...
Summary: make install reports that separation user does not exist...
Status: CLOSED FIXED
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: Build system (show other bugs)
Version: -current
Hardware: UltraSPARC Solaris
: P2 normal
Assignee: OpenSSH Bugzilla mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-27 06:37 AEST by Aaron Dudek
Modified: 2004-04-14 12:24 AEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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