Control Web Panel

WebPanel => Information => Topic started by: Namaste on October 10, 2020, 10:31:38 AM

Title: SoftException UID is smaller than min_uid
Post by: Namaste on October 10, 2020, 10:31:38 AM
Im getting errors in my log file.
Title: Re: SoftException UID is smaller than min_uid
Post by: cinique on October 10, 2020, 11:42:15 AM
Stunningly descriptive post!  ::)
You have the wrong ownership of some file(s) - it'll tell you which ones in the log.
Title: Re: SoftException UID is smaller than min_uid
Post by: Namaste on October 10, 2020, 12:12:13 PM
lmao.  I wondered.   A zebra never changes its stripes, especially yours.

Just for you I will include the error message.

Quote
SoftException UID is smaller than min_uid
Title: Re: SoftException UID is smaller than min_uid
Post by: Namaste on October 10, 2020, 12:16:05 PM
I googled that and already learned about your solution before you posted.

Using fix permissions did not change anything.  So, either fix permission script is bad or it is something else above my paygrade.
Title: Re: SoftException UID is smaller than min_uid
Post by: cinique on October 10, 2020, 12:22:48 PM
Draws blood from a stone..
Which log? What is the message just prior to that?
You have an application (PHP, HTML, script) that is running at too high a privilege (possibly root).

My car has broken down - could be any number of reasons.  :-\
Title: Re: SoftException UID is smaller than min_uid
Post by: Namaste on October 10, 2020, 12:34:14 PM
Its the error.log.  It hasnt happened since oct 3 so maybe its no longer a problem.  I may have over reactivated.  :-\
Title: Re: SoftException UID is smaller than min_uid
Post by: Igor S. on October 18, 2020, 06:25:41 AM
@Namaste, the error means your files owner root (I guess you have uploaded them under root user). You must use the chown command for the files.
Fix permissions feature will fix the permissions and not owners.