#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 , 16 months ago
comment:2 by , 16 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed at r11.3-165-g8435a70be.
Note:
See TracTickets
for help on using tickets.
The
dev_setup
call has been removed in systemd-udevd since 2020, so I'll try creating these symlinks in a bootscript.