Opened 13 years ago

Last modified 13 years ago

#7367 closed bug

sshd fails to load, due to missing directory /var/empty — at Initial Version

Reported by: mmadia Owned by: nobody
Priority: normal Milestone: R1/alpha3
Component: Applications/Installer Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

hrev40924.

By default, /boot/common/settings/network/services launches /boot/common/bin/sshd -D . However, on a cleanly installed partition, /var/empty does not exist, thus sshd fails to start :

~/Desktop> /boot/common/bin/sshd -D
Missing privilege separation directory: /var/empty

browser:haiku/trunk/build/jam/OptionalPackages:1225 , specifies the /var/empty directory.

		AddUserToHaikuImage sshd : 1001 : 100 : /var/empty : /bin/true
			: "sshd user" ;

I'm uncertain if it's more correct to specify a different directory or to simply AddDirectoryToHaikuImage common var empty ;

Change History (0)

Note: See TracTickets for help on using tickets.