2.2.5 upgrade 3.1 admin host failed

joe

Well-Known Member
#1
I just ran a cmdline upgrade from 2.2.5 to 3.1. Although the upgrade appeared to finish fine, and all virtual hosts appear to be online, I can not access the admin console any longer. Its reporting a 503 error under firefox.


stderror file reports last entries of this:
/libexec/ld-elf.so.1: Shared object "libcrypt.so.3" not found, required by "admin_php"
/libexec/ld-elf.so.1: Shared object "libcrypt.so.3" not found, required by "admin_php"
/libexec/ld-elf.so.1: Shared object "libcrypt.so.3" not found, required by "admin_php"


The server error log appears to be filling up with this:
2007-05-06 10:44:18.507 [NOTICE] Your free software update had expired 13639 days ago.
2007-05-06 10:44:18.507 [NOTICE] Loading LiteSpeed/3.1 Standard ...
2007-05-06 10:44:18.513 [NOTICE] [ADMIN] server socket: 127.0.0.1:7725
2007-05-06 10:44:18.513 [NOTICE] Loading configuration from /usr/local/lsws/conf/httpd_config.xml ...
2007-05-06 10:44:18.519 [NOTICE] Recovering server socket: [*:81]
2007-05-06 10:44:18.519 [NOTICE] Recovering server socket: [*:80]
2007-05-06 10:44:18.519 [NOTICE] Recovering server socket: [*:443]
2007-05-06 10:44:18.519 [NOTICE] Recovering server socket: [*:7080]
2007-05-06 10:44:18.519 [NOTICE] Recovering server socket: [*:7085]
2007-05-06 10:44:18.519 [INFO] old priority: 0, new priority: 0
2007-05-06 10:44:18.519 [INFO] [config:server:basic] For better obscurity, server version number is hidden in the response header.
2007-05-06 10:44:18.540 [NOTICE] The maximum number of file descriptor limit is set to 7264.
2007-05-06 10:44:18.543 [NOTICE] [config:server:epsr:LSAPI]'Process Limit' probably is too low, adjust the limit to: 650.
2007-05-06 10:44:18.592 [NOTICE] [AutoRestarter] new child process with pid=71098 is forked!
2007-05-06 10:44:18.593 [NOTICE] Core dump is disabled.
2007-05-06 10:44:18.593 [NOTICE] [child: 71098] Successfully change current user to nobody
2007-05-06 10:44:18.594 [NOTICE] [Child: 71098] Setup swapping space...
2007-05-06 10:44:18.595 [NOTICE] [Child: 71098] LiteSpeed/3.1 Standard starts successfully!
2007-05-06 10:44:19.116 [NOTICE] [AutoUpdate] Checking for new releases...
2007-05-06 10:44:19.390 [INFO] [AutoUpdate] No new update.
2007-05-06 10:44:23.949 [NOTICE] SIGTERM received, stop server...
2007-05-06 10:44:23.949 [NOTICE] [Child: 71098] Start shutting down gracefully ...
2007-05-06 10:44:23.949 [INFO] Stop listener *:81.
2007-05-06 10:44:23.949 [INFO] Stop listener *:80.
2007-05-06 10:44:23.949 [INFO] Stop listener *:443.
2007-05-06 10:44:23.949 [INFO] Stop listener *:7080.
2007-05-06 10:44:23.949 [INFO] Stop listener *:7085.
2007-05-06 10:44:23.949 [NOTICE] [Child: 71098] Shut down successfully!
2007-05-06 10:44:23.950 [NOTICE] [phpFcgi] stop worker processes
2007-05-06 10:44:23.950 [NOTICE] [AdminPHP] stop worker processes
2007-05-06 10:44:23.950 [NOTICE] [LSAPI] stop worker processes
2007-05-06 10:44:23.996 [NOTICE] [AutoRestarter] cleanup children processes and unix sockets belong to process 71098 !
2007-05-06 10:44:24.106 [NOTICE] [AutoRestarter] child process with pid=71098 exited with status=0!
2007-05-06 10:44:24.106 [NOTICE] [PID:71096] Server Stopped!


Yet from the task list I believe litespeed is running since I can access defined virtual hosts other than admin.

root 71127 0.0 0.7 4404 3792 ?? S 10:44AM 0:01.80 ./lshttpd (lshttpd.3.1)
root 71129 0.0 0.1 1228 684 ?? S 10:44AM 0:00.02 lscgid (lscgid.3.1)
nobody 71130 0.0 0.7 4404 3772 ?? S 10:44AM 0:00.86 ./lshttpd (lshttpd.3.1)

I have tried replacing the php binary I was using prior to the upgrade with the new defaults under fcgi-bin folder and the admin_php one with no results.

I'm on FreeBSD 5.4 and php 5.1.2.

All was running very well under 2.2.5.

Help?
 
Top