Bug 308 - openssh 3.4 won't install or run on Solaris 8, on an Ultra 10 Sparc station
Summary: openssh 3.4 won't install or run on Solaris 8, on an Ultra 10 Sparc station
Status: CLOSED INVALID
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: Build system (show other bugs)
Version: -current
Hardware: UltraSPARC Solaris
: P1 critical
Assignee: OpenSSH Bugzilla mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-28 01:32 AEST by Margaret Doll
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 Margaret Doll 2002-06-28 01:32:46 AEST
I had openssh running on Ultra 10 systems running Solaris 8.  I have
sshd:x:74:74::/var/empty/sshd:/bin/false  	in /etc/passwd
sshd:x:11864::::::
			in /etc/shadow
sshd::74:
				added in /etc/group

When I "make install" for openssh 3.4 on these systems, I get the following error:

id sshd || \
        echo "WARNING: Privilege separation user \"sshd\" does not exist"
id: invalid user name: "sshd" 


When I try to start 3.4, I get

 /etc/init.d/sshd start
Bad owner or mode for /var/empty

or starting directly from the file: 

./sshd
Privilege separation user sshd does not exist


WARNING:ls -sal /var/empty
total 6
   2 drwx------   3 sshd     sshd         512 Jun 27 09:27 .
   2 drwxr-xr-x  29 root     sys          512 Jun 26 14:57 ..
   2 drwx------   2 sshd     sshd         512 Jun 27 09:27 sshd
Comment 1 Darren Tucker 2002-07-15 22:01:07 AEST
/var/empty should be owned by root and mode 0755:

# ls -ld /var/empty
drwxr-xr-x   2 root sys  512 Jul 15 21:44 /var/empty
Comment 2 Ben Lindstrom 2002-07-18 06:25:05 AEST
README.privsep covers this.
Comment 3 Damien Miller 2004-04-14 12:24:18 AEST
Mass change of RESOLVED bugs to CLOSED