-
30
Nov
-
- Article wrote by
Tom Whiting
-

Loading ...
-
631 views
When setting up new server this week, and trying to add cronjobs, I noticed that I was getting an error:
cron/user: Permission denied
What caused this? Why is it here? How to resolve? Read more
addthis_url = ‘http%3A%2F%2Fblog.linux-tech.net%2F2007%2F11%2F30%2Fcron-permission-denied%2F’;
addthis_title = ‘Cron%3A+Permission+denied%3F’;
addthis_pub = ‘twhiting9275′;
-
18
Nov
-
- Article wrote by
Tom Whiting
-

Loading ...
-
269 views
I read a number of individual comments about “server security”, and how individuals focus more on “security” and less on “customer usability”, and it just makes me wonder HOW individuals get away with pulling such ridiculous stunts. Well, here’s a few tips from someone who’s been in the game a while. I’m not going [...]
-
18
Sep
-
- Article wrote by
Tom Whiting
-

Loading ...
-
267 views
Probably one of the most important things you will have to do in your life as a systems admin is BACKUPS. Typically, you can rsync things from A to B, and then reverse to restore. HOWEVER, there are certain things that this should never be done for. One of those very critical things is MySQL.
[...]
-
17
Sep
-
- Article wrote by
Tom Whiting
-

Loading ...
-
1,227 views
Running 2 webservers myself, both very intense in SQL services (what server isn’t any more?), I found that SQL can be ugly, it can be just downright ugly, especially when NOT optimized on a frequent basis. Today, I’ll go through a very simple trick and script to optimize your SQL databases. Doing this saves [...]
-
8
Sep
-
- Article wrote by
Tom Whiting
-

Loading ...
-
5,604 views
So, on setting up a few new servers tonight for a client, I ran into the following error
[root@server ~]# rpm -e httpd httpd-suexec httpd-devel php php-pear php-devel php-imap
service httpd does not support chkconfig
error: %preun(httpd-2.0.52-32.3.ent.centos4.i386) scriptlet failed, exit status 1
[root@server ~]#
What happened here? This was a stock CentOS4 server (completely updated). How to resolve? Read [...]
-
4
Sep
-
- Article wrote by
Tom Whiting
-

Loading ...
-
348 views
With CPanel 11 rolling out as stable, you’d be surprised to see the number of individuals I get with this response:
I can’t access CPanel/webmail/etc. When I try, I get the following error
The server was configured to not permit you access to the specified resource. If you believe this is in error or inadvertent, please contact [...]
-
11
Aug
-
- Article wrote by
Tom Whiting
-

Loading ...
-
256 views
So, finally, the day has arrived. I woke up around 3am because of an alert from a client’s server. Services down, so naturally, I responded.
Being the kind of person that doesn’t (rather can’t) just go back to bed, I looked to see what had progressed the past few days with a few things. Lo and [...]