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

FS#1631 - procd: zram for /tmp feature is missing CONFIG dependencies #7954

Closed
openwrt-bot opened this issue Jul 4, 2018 · 0 comments
Closed
Labels

Comments

@openwrt-bot
Copy link

hmh:

The config help for CONFIG_PROCD_ZRAM_TMPFS is missing several dependencies, without which the feature will fail to work at runtime.

On LEDE-17.01, one must set:

CONFIG_PROCD_ZRAM_TMPFS=y
CONFIG_PACKAGE_kmod-zram=y
CONFIG_PACKAGE_kmod-fs-ext4=y
CONFIG_PACKAGE_e2fsprogs=y

as well as their dependencies, for the "use zram for /tmp" feature of procd to work.

Either CONFIG_PROCD_ZRAM_TMPFS needs to arrange for these dependencies to be force-enabled, or its help text needs to document the need for them. The ext4 ones are anything but obvious...

Apparently, this issue is still present in openwrt-18.06 and trunk.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant