Closed luckman212 closed 2 years ago
Hi!
(Sorry in advance if this is the wrong place to report this)
Nope, you reported the issue to the right repo, thank you for this :)
Can you please post --doctor
's output so I can see what's going wrong with the Shell readout?
No need, you're absolutely right:
Not sure where the issue is but I guess maybe because the mod.rs module tries to look at /proc which doesn't exist on macOS?
Right on! It seems like I haven't paid attention to this very detail.
But not sure why it works with a null config...
The default configuration displays your user's default shell as defined by the passwd struct.
You just debugged the whole thing! I'll fix this right up :construction_worker_man:
macchina will automatically pick up on this error (and report it) in the next release, so our work is finished :)
@grtcdr Amazing, thank you!
My pleasure :smile:
(Sorry in advance if this is the wrong place to report this)
I installed
macchina
using Homebrew on macOS 12.1.When I run it using this config, it fails to retreive the
shell
info:However, if I run it with
macchina -c /dev/null
it does print it. Screenshot below. Not sure where the issue is but I guess maybe because the mod.rs module tries to look at/proc
which doesn't exist on macOS? But not sure why it works with a null config... (I usebash
btw)