hi, I recently noticed that `/dev/stderr` was not present at the very beginning of the boot, in early userspace. if I add `break` parameter to have control during this step and do a `ls` test, this is what I get: ``` [rootfs ]# ls -l /dev/std* ls: /dev/std*: No such file or directory ``` Is there anything special to add/do to get these special devices ? nothing special in my `mkinitcpio.conf`, `base` and `udev` hooks installed/used. just note that the image is made from a chroot with `arch-chroot` with no error/warning. regards, lacsaP.
On Thursday, 23 March 2023 10:49:40 EET lacsaP Patatetom wrote:
hi,
I recently noticed that `/dev/stderr` was not present at the very beginning of the boot, in early userspace.
if I add `break` parameter to have control during this step and do a `ls` test, this is what I get:
``` [rootfs ]# ls -l /dev/std* ls: /dev/std*: No such file or directory ```
Is there anything special to add/do to get these special devices ?
nothing special in my `mkinitcpio.conf`, `base` and `udev` hooks installed/used. just note that the image is made from a chroot with `arch-chroot` with no error/warning.
regards, lacsaP.
Hi! This was fixed in mkinitcpio 35.1, specifically in the commit https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio/-/commit/ae2b2d... /dev/stderr (and the rest of them) should exist in early userspace. nl6720
Le jeu. 23 mars 2023 à 11:02, nl6720 <nl6720@gmail.com> a écrit :
On Thursday, 23 March 2023 10:49:40 EET lacsaP Patatetom wrote:
hi,
I recently noticed that `/dev/stderr` was not present at the very beginning of the boot, in early userspace.
if I add `break` parameter to have control during this step and do a `ls` test, this is what I get:
``` [rootfs ]# ls -l /dev/std* ls: /dev/std*: No such file or directory ```
Is there anything special to add/do to get these special devices ?
nothing special in my `mkinitcpio.conf`, `base` and `udev` hooks installed/used. just note that the image is made from a chroot with `arch-chroot` with no error/warning.
regards, lacsaP.
Hi!
This was fixed in mkinitcpio 35.1, specifically in the commit https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio/-/commit/ae2b2d...
/dev/stderr (and the rest of them) should exist in early userspace.
nl6720
ok for me with mkinitcpio 35.1 : "special" devices are now present. thanks. regards, lacsaP. (my problem with pv (pipe view @ https://github.com/a-j-wood/pv/issues/19) is no longer to be found on this side)
participants (2)
-
lacsaP Patatetom
-
nl6720