Page MenuHomeFreeBSD

emulators/linux_base-c7: Don't create /compat/linux/dev
AbandonedPublic

Authored by trasz on May 20 2019, 5:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Nov 28 2023, 3:38 AM
Unknown Object (File)
Nov 11 2023, 9:13 PM
Unknown Object (File)
Nov 4 2023, 3:27 AM
Unknown Object (File)
Oct 29 2023, 9:50 AM
Unknown Object (File)
Oct 20 2023, 2:52 PM
Unknown Object (File)
Oct 12 2023, 12:51 AM
Unknown Object (File)
Oct 10 2023, 8:06 PM
Unknown Object (File)
Oct 3 2023, 3:26 AM
Subscribers

Details

Reviewers
tijl
trasz
Group Reviewers
Linux Emulation
Summary

Modify linux_base-c7 to not create /compat/linux/dev. Creating
it shadows the hosts' /dev, which means linux binaries are not able
to access any device files.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 24330
Build 23152: arc lint + arc unit

Event Timeline

trasz added reviewers: tijl, Linux Emulation.

Do we not just mount another devfs at compat/linux/dev in some cases?

linimon retitled this revision from Don't create /compat/linux/dev to emulators/linux_base-c7: Don't create /compat/linux/dev.May 21 2019, 5:18 AM

Meh, never mind. Ed is right, I'll just go and make the linux rc script mount /compat/linux/dev/.