Skip to content

[Build Error] Cannot create directory '/var/run/sshd': File exists #2314

@sslvjun

Description

@sslvjun

It will report this error when I execute “make configure PLATFORM=p4”. This problem may be due to "mkdir /var/run/sshd" in "sonic-slave/Dockfile" and "sonic-slave-stretch/Dockfile".

Modify "mkdir /var/run/sshd" to "mkdir -p /var/run/sshd" will solve the problem.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions