SOLVED /bin/cagefs_enter.proxied does not have setuid enabled

servermanaged

Registered
Sep 20, 2010
4
0
51
Hi there

on a newly installed server with WHM 76.0.15 and Cloudlinux I get

Code:
/bin/cagefs_enter.proxied does not have setuid enabled! at /usr/local/cpanel/Cpanel/Streamer/Shell.pm line 175.
when trying to access the terminal of a Cpanel user. All users are under CageFS and the shell is Normal shell.

Thanks in advance for any suggestion!
 

cPanelLauren

Product Owner II
Staff member
Nov 14, 2017
13,266
1,304
363
Houston
Hello @servermanaged


This occurs frequently when the setuid bit is missing from /bin/cagefs_enter.proxied which is included with the lve-wrappers package. You might try reinstalling the package with the following:

Code:
yum reinstall lve-wrappers
Once complete a stat on it should look as follows:

Code:
stat /bin/cagefs_enter.proxied
  File: ‘/bin/cagefs_enter.proxied’
  Size: 11536         Blocks: 24         IO Block: 4096   regular file
Device: 804h/2052d    Inode: 6446260810  Links: 1
Access: (4755/-rwsr-xr-x)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2018-11-22 19:14:36.872309263 +0900
Modify: 2015-12-29 02:19:56.000000000 +0900
Change: 2018-11-22 19:13:45.249504661 +0900
 

servermanaged

Registered
Sep 20, 2010
4
0
51
Hello @servermanaged


This occurs frequently when the setuid bit is missing from /bin/cagefs_enter.proxied which is included with the lve-wrappers package. You might try reinstalling the package with the following:

Code:
yum reinstall lve-wrappers
Once complete a stat on it should look as follows:

Code:
stat /bin/cagefs_enter.proxied
  File: ‘/bin/cagefs_enter.proxied’
  Size: 11536         Blocks: 24         IO Block: 4096   regular file
Device: 804h/2052d    Inode: 6446260810  Links: 1
Access: (4755/-rwsr-xr-x)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2018-11-22 19:14:36.872309263 +0900
Modify: 2015-12-29 02:19:56.000000000 +0900
Change: 2018-11-22 19:13:45.249504661 +0900
Thanks a lot, it fixed the issue!