Skip to content
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

[BUG] Wrong init and no DE #1344

Open
realroot2185 opened this issue Oct 15, 2024 · 3 comments
Open

[BUG] Wrong init and no DE #1344

realroot2185 opened this issue Oct 15, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@realroot2185
Copy link

It's the package from edge:

fastfetch -v
fastfetch 2.27.1 (aarch64)
OS: postmarketOS v24.06 aarch64
Init System: busybox

I believe that the init is openrc and not busybox am I wrong?

In the config I have DE but it does not show it.
Is that the file that launch the session?
For example /usr/share/xsessions/bspwm.desktop.

@realroot2185 realroot2185 added the bug Something isn't working label Oct 15, 2024
@AlbydST
Copy link
Contributor

AlbydST commented Oct 15, 2024

The init issue happens with all multicall-binary userlands, including busybox and toybox.

@CarterLi
Copy link
Member

The InitSystem module in fastfetch reports the first process started by kernel. In your case, it's busybox. This process is not necessarily the real process that initializes your system, because it can delegate the task of initializing the system to another process. See /etc/inittab.

@realroot2185
Copy link
Author

I think that it would be better to have also the actual init or only the latter in my opinion.
That's what I would expect from Init System.

And for some reason no DE is displayed, on another distro it's fine.
Should I open another issue for that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants