-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Devfsadm doesn't create /dev/foo link #3
Comments
Sounds like a bug. I haven't used this in a while. Did devfsadm run? |
How do I check this? I can manually run
It should print devfsadm output here, too, right? |
I'm trying to refresh my memory about how this works. Looking now: That's supposed to create the /dev link to devices, via that plugin module. |
Nothing, with exit code 0.
|
OK, something is wrong there then. Needs debugging. |
After adding this line to the
I immediately got after running
Now, I understand why this worked, I don't understand why other nodes work, other than fuse, tpm, and xsvc. There's lots of pseudo devices that don't require special treatment. Why is that? |
I don't know how devfsadm works, but after creating and installing foo package, I don't see /dev/foo node created. There are 2 foo nodes under /devices/pseudo directories. If I run
foo
command, then it printsfoo: err = 2
and loads the module (shows up in the modinfo). If I manually create link from/devices/pseudo/foo@0:foo
to/dev/foo
, thenfoo
command works correctly. Is it the expected behavior?The text was updated successfully, but these errors were encountered: