CentOS + Bluequartz CCED problems

Menù di navigazione
  • Home
  • Contacts
HOME | Index |

CCED problems

CCED problems

We experienced some little problems with CCED. Actually what happened was that one day we could not restart HTTPD with the command line

/etc/init.d/httpd restart

It seemed that Apache could not start in any case.

The problem is identificable with the functionalities due to SSL integration with CCED, the engine of Bluequartz.

You can do the following:

/etc/init.d/cced.init stop
/etc/init.d/admserv stop

then you must check that CCED has no processes defunct

ps aux | grep cced

If you find any please kill them with -9 signal

kill -9 PID

Then you can type

/etc/init.d/cced.init start

This will take a while... but then you can type

/etc/init.d/httpd start
/etc/init.d/admserv start

Personally, i have commented out the line

/usr/sausalito/handlers/base/network/change_route.pl -c 2>/dev/null

because this gave much problems.

Also, if you need to start APACHE in any case and don't want to wait until the problem is really solved you can type:

mv /etc/httpd/conf.d/ssl.conf /etc/httpd/conf.d/ssl.conf_bck
mv /etc/httpd/conf.d/ssl_perl.conf /etc/httpd/conf.d/ssl_perl.conf_bck
/etc/init.d/httpd restart
mv /etc/httpd/conf.d/ssl.conf_bck /etc/httpd/conf.d/ssl.conf
mv /etc/httpd/conf.d/ssl_perl.conf_bck /etc/httpd/conf.d/ssl_perl.conf

Labs
  • CentOS + BlueQuartz
  • Installing Spamassassin ClamAv and Mailscanner on Bluequartz
  • SARE Rules & RulesDuJour
  • Installing MRTG
  • Mass Change IP
  • CCED problems
  • Deleting old logfiles
  • POP3 problems
  • Recalculate Quotas
  • How to block an IP address
  • NAMED and DNS
  • PHP
  • Enabling safe mode per-directory
  • Howto install php4 & php5 on Apache2
  • Linux
  • Automating Mysql backups
  • Restoring MySQL dumps
  • Replacing Text In Files
  • Firefox and flash on x86_64
  • Find user's files
  • Lines of code
  • Vsftp with virtual users
  • MSN
  • RandomCase

Home | Contacts | E.R.WEB Official Site