Opened 9 months ago

Closed 9 months ago

Last modified 9 months ago

#5289 closed defect (fixed)

No /dev/{core,fd,stdin,stdout,stderr} on SysV since switching to systemd-udevd

Reported by: Xi Ruoyao Owned by: lfs-book
Priority: normal Milestone: 12.0
Component: Book Version: git
Severity: blocker Keywords:
Cc:

Description

These /dev files are symlinks to /proc/..., so the kernel won't create them.

In LFS SysV they'd been created by eudev (calling dev_setup function), but systemd-udevd does not create them.

Maybe we should make standalone systemd-udevd call dev_setup as well, or create these symlinks in a bootscript.

Change History (3)

comment:1 by Xi Ruoyao, 9 months ago

The dev_setup call has been removed in systemd-udevd since 2020, so I'll try creating these symlinks in a bootscript.

comment:2 by Xi Ruoyao, 9 months ago

Resolution: fixed
Status: newclosed

comment:3 by Bruce Dubbs, 9 months ago

Milestone: 11.412.0

Milestone renamed

Note: See TracTickets for help on using tickets.