raphael / linux-samus

Linux 4.16 on Chromebook Pixel 2015
GNU General Public License v2.0
181 stars 36 forks source link

Lack of CONFIG_MAGIC_SYSRQ breaks Flatpak #189

Closed colemickens closed 7 years ago

colemickens commented 7 years ago

... I think?

I tried installing some stuff via flatpak and got:

flatpak run org.mozilla.FirefoxNightly
Can't bind mount /newroot/proc/sysrq-trigger on /newroot/proc/sysrq-trigger: No such file or directory

I checked:

$ ls /proc/sysrq-trigger
ls: cannot access '/proc/sysrq-trigger': No such file or directory

And then:

$ zcat config.gz | grep CONFIG_MAGIC_SYSRQ
# CONFIG_MAGIC_SYSRQ is not set

Can CONFIG_MAGIC_SYSRQ be enabled?

Related issue on Flatpak: https://github.com/flatpak/flatpak/issues/643

raphael commented 7 years ago

Let's give that a shot, I'll build 4.10-5 with the flag enabled - thanks for the report!

raphael commented 7 years ago

4.10-5 is out, it upgrades to Linux v4.10.4 and has the CONFIG_MAGIC_SYSRQ flag enabled.