You are not logged in.
I'm doing my tries as root.
This works:
# schedtool -F -p 10 $$But if i connect to the same machine from outside via ssh, even as root, i've:
# schedtool -F -p 10 $$
ERROR: could not set PID 14331 to F: SCHED_FIFO - Operation not permittedI know root doesn't need that, but i even added the limits module to the pam stack:
# cat /etc/pam.d/sshd
#%PAM-1.0
#auth required pam_securetty.so #disable remote root
auth include system-remote-login
account include system-remote-login
password include system-remote-login
session include system-remote-login
session required pam_limits.soBut it didn't change a thing.
What is going on?
-EDIT-
Happens on several arch machines.
Is this systemd-related maybe?
Last edited by kokoko3k (2015-01-17 14:29:09)
Help me to improve ssh-rdp !
Retroarch User? Try my koko-aio shader !
Offline