Skip to content

systemd: Allow all sysrq keys #683

Closed
pmenzel opened this issue Mar 19, 2018 · 5 comments
Closed

systemd: Allow all sysrq keys #683

pmenzel opened this issue Mar 19, 2018 · 5 comments

Comments

@pmenzel
Copy link
Collaborator

pmenzel commented Mar 19, 2018

From merge/pull request #621 1:

Next problem: SysRq 'b' : This sysrq operation is disabled. wtf?

@pmenzel
Copy link
Collaborator Author

pmenzel commented Mar 19, 2018

All keys are enabled again with the snippet below.

$ more /etc/sysctl.d/90-enable-all-sysrq-keys.conf
# override systemd value from /usr/lib/sysctl.d/50-default.conf
kernel.sysrq = 1

@pmenzel pmenzel closed this as completed Mar 19, 2018
@donald
Copy link
Collaborator

donald commented Mar 19, 2018

Thanks. When is the file read? When we update and reboot, it is not there but only delivered the next night by the distmaster, right? Shouldn't we put it on the old distmaster, two?

@pmenzel
Copy link
Collaborator Author

pmenzel commented Mar 19, 2018 via email

@donald
Copy link
Collaborator

donald commented Mar 19, 2018

Let's just push it from ryan. Is shouldn't hurt the old systems, the target file is not in a repository anyway and the update script will go away when its job is done.

@donald
Copy link
Collaborator

donald commented Mar 20, 2018

Did scp -p /etc/sysctl.d/90-enable-all-sysrq-keys.conf ryan:/etc/sysctl.d/.

Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants