• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Linux cron jobs Please help

Penth

Senior member
I'll start by saying I'm not very good in linux and I obviously shouldn't have been testing cron under root, but that's done and now I need help.

I was logged in as root because I was doing some linking of files between users and I started working with cron jobs. I accidentally deleted the default configuration that comes with the godaddy hosted server.

Now on my website some of the pages are loading really slow (it has been about a week since this happened) and I'm not sure if file system maintenance is being done anymore. Is there any way to check this or does anyone have a list of things that should be run by the root in the cron file?

Ideally, does anyone have their own dedicated server with godaddy and could let me know what is in the cron configuration? Thanks for any help.
 
It's impossible to really say without having a Godaddy account to look and see what you might have gotten rid of. But even if you did get rid of some of the nightly maintenance stuff it shouldn't be causing noticable difference in webserver performance, at least I can't think of a reason why it would.
 
Here's a crapshoot - I noticed that on some webservers, their memory usage is always maxed out because of memory caching.. it might be that one of those cron jobs were supposed to maintain the cache that speeds up serving.

This is a big guess.. I have completely no idea how that works 😛
 
Back
Top