uneedawebsite

Active Member
Apr 14, 2003
27
0
151
All of a sudden, my users cannot access CPanel anymore. When they try to, they get this error:

Cannot dup STDIN at cpsrvd.pl line 2093

I am, however, able to log in to CPanel using root's password.

We are running the current RELEASE version (R119).

Mark
 

Excalibur

Registered
Mar 19, 2005
1
0
151
Ssh to your server, and try this -

ls -al /dev/null

I got this fixed by changing permission to 666 -

chmod 666 /dev/null

:D