Koozali.org: home of the SME Server

Horde 3.0/IMP upgrade now denying webmail login

JohnnyKH

Horde 3.0/IMP upgrade now denying webmail login
« Reply #15 on: July 28, 2005, 04:03:56 AM »
I think I might be closing-in on this. Okay, first I'm getting repeated output of the following messages - unsure how to remove this or what's causing it:

Jul 27 18:50:23 heimdall httpd: PHP Warning:  unpack(): Type N: not enough input, need 4, have 3 in /home/httpd/html/horde/lib/Cipher/blowfish.php on line 356
Jul 27 18:50:23 heimdall httpd: PHP Warning:  unpack(): Type N: not enough input, need 4, have 3 in /home/httpd/html/horde/lib/Cipher/blowfish.php on line 356
Jul 27 18:50:23 heimdall httpd: PHP Warning:  unpack(): Type N: not enough input, need 4, have 1 in /home/httpd/html/horde/lib/Cipher/blowfish.php on line 356

Secondly, I've just now removed PHP 4.3.11 as follows:

(1)
rpm -e php-manual-4.3.11-4eo
rpm -e php-eaccelerator-4.3.11_0.9.3-3eo
rpm -e php-mcrypt-4.3.11-4eo
rpm -e php-mhash-4.3.11-4eo
rpm -e php-snmp-4.3.11-4eo
rpm -e php-odbc-4.3.11-4eo
rpm -e php-pgsql-4.3.11-4eo
rpm -e php-mysql-4.3.11-4eo
rpm -e php-imap-4.3.11-4eo --nodeps
rpm -e php-ldap-4.3.11-4eo
rpm -e php-4.3.11-4eo --nodeps

And a "php -v" now shows nothing

(2)
Used the "php4.3.10-upgrade.sh" script from Ergin, installs just fine. A "php -v" shows:

[root@heimdall install]# php -v
PHP 4.3.10 (cli) (built: Mar  1 2005 08:30:27)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies

(3)
Did all the "pear install", only package that wasn't installed was "File", which I then installed. No messages as before, so it must have been PHP 4.3.11.

(4)

Tried getting in to webmail again, and AGAIN it failed:

Jul 27 18:50:24 heimdall HORDE[2039]: [imp] FAILED LOGIN 67.189.117.182 to localhost:143[imap/notls] as jherrick [on line 282 of "/home/httpd/html/horde/imp/lib/IMP.php"]
Jul 27 18:50:24 heimdall HORDE[2039]: PHP Notice:  (null)(): LOGIN failed (errflg=1) in Unknown on line 0
Jul 27 18:50:24 heimdall last message repeated 2 times
Jul 27 18:50:24 heimdall HORDE[2039]: PHP Notice:  (null)(): Too many login failures (errflg=2) in Unknown on line 0
Jul 27 18:50:24 heimdall HORDE[2039]: PHP Notice:  (null)(): Unexpected untagged message: LOGGING (errflg=1) in Unknown on line 0
Jul 27 18:55:01 heimdall last message repeated 7 times

Checked for IMP install packages:

[root@heimdall install]# rpm -qa | grep imp
e-smith-imp-1.11.0-03sme01
perl-Test-Simple-0.42-1
imp-3.2.1-2es01

I'm looking at that IMP version and mulling things over. I've played with SME a whole lot but I'm still trying to keep track of all the packages being used and what's OK to work with what.

JohnnyKH

Horde 3.0/IMP upgrade now denying webmail login
« Reply #16 on: July 28, 2005, 04:05:19 AM »
Oh, and when I did the "pear list" I had all the Pear modules you showed, plus some:

[root@heimdall install]# pear list
Installed packages:
===================
Package          Version  State
Archive_Tar      1.1      stable
Cache            1.5.5RC3 beta
Console_Getopt   1.2      stable
DB               1.6.2    stable
Date             1.4.3    stable
File             1.2.0    stable
HTTP             1.2.2    stable
HTTP_Request     1.2.4    stable
Log              1.8.7    stable
Mail             1.1.3    stable
Net_SMTP         1.2.6    stable
Net_Socket       1.0.1    stable
Net_URL          1.0.14   stable
PEAR             1.3.2    stable
SOAP             0.9.1    beta
Services_Weather 1.3.2    stable
XML_Parser       1.0.1    stable
XML_RPC          1.1.0    stable
XML_Serializer   0.16.0   beta
XML_Util         1.1.1    stable

Offline mrjhb3

  • *
  • 1,188
  • +0/-0
    • John Bennett Services
Horde 3.0/IMP upgrade now denying webmail login
« Reply #17 on: July 28, 2005, 04:36:55 AM »
It looks like you are still trying to get horde 3.0 to work.  A rpm -qa doesn't do you any good, because the files are not installed via RPM.  What you are seeing is the 2.0 stuff.  I did a google of your error and got this link:
http://lists.horde.org/archives/horde/Week-of-Mon-20021216/017701.html

Not 100% sure if this is going to fix everything, but here goes.  Check to make sure you have libmcrypt and probably libmhash installed.  rpm -qa | grep libm  If you don't, you need to download them and install them.  You can get them from my contribs area at mirror.contribs.org/smeserver/contribs/jbennett/horde30.  Since you previously stated that you removed the entries in php.ini, you will need to look through the install script I put together and look for 75mcrypt and 75mhash.  You need to get these back into your php.ini.  That looks like it will fix the blowfish errors.  Make sure to restart httpd-e-smith so that the php.ini file is re-read.  You should be able to tail -f /var/log/messages to see if you get any php errors.  
I still don't know about the login issue.  I logged in remotely to my webmail today and I don't get the [imap/notls] you are getting in your log.  Did/have you made any other modifications to any of the conf.php files?

JB
......

JohnnyKH

Horde 3.0/IMP upgrade now denying webmail login
« Reply #18 on: July 28, 2005, 05:12:08 AM »
Okay, first off I used the horde "restore" 2.0 script provided to go back - I don't want to use Horde 3.0 at all. I tried it and it broke things, so until I can finish the test server and get it working I'm not interested.

Okay, so I did as you said:

(1)
rpm -a | grep libm .... shows nothing

(2)
Downloaded:
libmcrypt-2.5.7-1.dag.rh73.i386.rpm
libmhash-0.9.1-1.rh73.dag.i386.rpm

[root@heimdall install]# rpm -Uvh *.rpm
Preparing...                ########################################### [100%]
   1:libmcrypt              ########################################### [ 50%]
   2:libmhash               ########################################### [100%]

(3)
Restored those files (something told me to save them ;-) ) to "/etc/e-smith/templates-custom/etc/php.ini":

70DynamicExtension75mcrypt
70DynamicExtension75mhash

(4)
Expanded the template and restarted httpd-e-smith:

[root@heimdall install]# /sbin/e-smith/expand-template /etc/php.ini
[root@heimdall install]# service httpd-e-smith restart
Stopping httpd-e-smith:                                    [   OK   ]
Starting httpd-e-smith:                                    [   OK   ]

(5)
Checked using the "tail" command:

tail -f /var/log/messages

Getting these errors:

Jul 27 20:02:43 heimdall httpd: PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib/php4/mhash.so' - /usr/lib/php4/mhash.so: cannot open shared object file: No such file or directory in Unknown on line 0
Jul 27 20:02:44 heimdall httpd: PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib/php4/mcrypt.so' - /usr/lib/php4/mcrypt.so: cannot open shared object file: No such file or directory in Unknown on line 0

Whoops ... meant to do that.

(6)
Put the .so files back in place:

mhash.so -> /usr/lib/php4
mcrypt.so -> /usr/lib/php4

Restarted httpd-e-smith (for good measure):

[root@heimdall install]# service httpd-e-smith restart
Stopping httpd-e-smith:                                    [   OK   ]
Starting httpd-e-smith:                                    [   OK   ]

Tried the tail command again, and now no probs:

Jul 27 20:08:55 heimdall httpd-e-smith: Stopping httpd-e-smith succeeded
Jul 27 20:08:56 heimdall httpd-e-smith: Starting httpd-e-smith succeeded
Jul 27 20:10:02 heimdall last message repeated 7 times

Okay. So now, if you think I'm trying to use Horde 3.0 and I'm not, and I KNOW I didn't mess with any "conf" files, any idea what did go wrong?

JohnnyKH

Horde 3.0/IMP upgrade now denying webmail login
« Reply #19 on: July 28, 2005, 05:21:27 AM »
So for giggles, I decided to poke around and see what "conf.php" files are out there. Take a gander, I think that Horde 3.0 never left (even with the "horde20_restore" script being used):

[root@heimdall install]# locate conf.php
/etc/e-smith/templates/home/httpd/html/horde/imp/config/conf.php
/etc/e-smith/templates/home/httpd/html/horde/imp/config/conf.php/160MailServerSettings
/etc/e-smith/templates/home/httpd/html/horde/imp/config/conf.php/100ExternalUtils
/etc/e-smith/templates/home/httpd/html/horde/imp/config/conf.php/120MenuSettings
/etc/e-smith/templates/home/httpd/html/horde/imp/config/conf.php/140UserCapabilities
/etc/e-smith/templates/home/httpd/html/horde/imp/config/conf.php/180MailboxSettings
/etc/e-smith/templates/home/httpd/html/horde/imp/config/conf.php/200MessageSettings
/etc/e-smith/templates/home/httpd/html/horde/imp/config/conf.php/220SpamReporting
/etc/e-smith/templates/home/httpd/html/horde/imp/config/conf.php/240ComposeSettings
/etc/e-smith/templates/home/httpd/html/horde/imp/config/conf.php/260CustomHooks
/etc/e-smith/templates/home/httpd/html/horde/imp/config/conf.php/template-begin
/etc/e-smith/templates/home/httpd/html/horde/imp/config/conf.php/template-end
/etc/e-smith/templates/home/httpd/html/horde/turba/config/conf.php
/etc/e-smith/templates/home/httpd/html/horde/turba/config/conf.php/template-begin
/etc/e-smith/templates/home/httpd/html/horde/turba/config/conf.php/100Conf
/etc/e-smith/templates/home/httpd/html/horde/turba/config/conf.php/template-end
/etc/e-smith/templates/home/httpd/html/horde/passwd/config/conf.php
/etc/e-smith/templates/home/httpd/html/horde/passwd/config/conf.php/120Backends
/etc/e-smith/templates/home/httpd/html/horde/passwd/config/conf.php/100Menu
/etc/e-smith/templates/home/httpd/html/horde/passwd/config/conf.php/300PasswdStrengthTest
/etc/e-smith/templates/home/httpd/html/horde/passwd/config/conf.php/200DeniedUserNames
/etc/e-smith/templates/home/httpd/html/horde/passwd/config/conf.php/400CustomHooks
/etc/e-smith/templates/home/httpd/html/horde/passwd/config/conf.php/template-begin
/etc/e-smith/templates/home/httpd/html/horde/passwd/config/conf.php/template-end
/etc/e-smith/templates-custom/home/httpd/html/horde/config/conf.php
/etc/e-smith/templates-custom/home/httpd/html/horde/config/conf.php/template-begin
/etc/e-smith/templates-custom/home/httpd/html/horde/config/conf.php/10AllHorde
/etc/e-smith/templates-custom/home/httpd/html/horde/kronolith/config/conf.php
/etc/e-smith/templates-custom/home/httpd/html/horde/kronolith/config/conf.php/template-begin
/etc/e-smith/templates-custom/home/httpd/html/horde/kronolith/config/conf.php/10AllKronolith
/root/horde30-restore/horde/conf.php
/root/horde30-restore/imp/conf.php
/root/horde30-restore/turba/conf.php
/root/horde30-restore/kronolith/conf.php
/root/horde30-restore/mnemo/conf.php
/root/horde30-restore/nag/conf.php
/root/horde30-restore/ingo/conf.php
/root/horde30-restore/accounts/conf.php
/root/horde30-restore/mimp/conf.php
/home/httpd/html/horde/imp/config/conf.php.dist
/home/httpd/html/horde/imp/config/conf.php
/home/httpd/html/horde/turba/config/conf.php
/home/httpd/html/horde/turba/config/conf.php.dist
/home/httpd/html/horde/passwd/config/conf.php.dist
/home/httpd/html/horde/passwd/config/conf.php
/home/httpd/html/horde.30/config/conf.php.dist
/home/httpd/html/horde.30/config/conf.php
/home/httpd/html/horde.30/imp/config/conf.php
/home/httpd/html/horde.30/turba/config/conf.php
/home/httpd/html/horde.30/kronolith/config/conf.php
/home/httpd/html/horde.30/mnemo/config/conf.php
/home/httpd/html/horde.30/nag/config/conf.php
/home/httpd/html/horde.30/ingo/config/conf.php
/home/httpd/html/horde.30/accounts/config/conf.php
/home/httpd/html/horde.30/mimp/config/conf.php

Offline mrjhb3

  • *
  • 1,188
  • +0/-0
    • John Bennett Services
Horde 3.0/IMP upgrade now denying webmail login
« Reply #20 on: July 28, 2005, 05:33:57 AM »
Everything you have done is for horde 3.0.  Not 2.0.  None of the extra php.ini files are needed for 2.0.  The php upgrade is not needed for horde 2.0, just 3.0 When you get to your webmail screen, if you have a white background, then you are trying to use horde 3.0  If you have a purple background, then that's 2.0.

From your second post, remove the entries in templates-custom, those are all for horde 3.0.  Those are the files that the script would put in.  I will need to make sure the horde20-restore removes those entries.  When I tested this, things worked fine and I moved on.  I forgot to test making a change via server-manager which re-expands the templates again. I'll have to get on that.  The entries in templates are put there by the default server install.  The other entries will not be used.  After you remove the templates-custom entries, go to server-manager/email and just save your settings so the templates can be re-expanded.  Let see where you are at after that.  This has been a dousy of an issue, but I think progress is being made.

JB
......

JohnnyKH

Horde 3.0/IMP upgrade now denying webmail login
« Reply #21 on: July 28, 2005, 06:12:00 AM »
Okay, per your suggestions:

(1)
Selected only these entries:

/etc/e-smith/templates-custom/home/httpd/html/horde/config/conf.php
/etc/e-smith/templates-custom/home/httpd/html/horde/config/conf.php/template-begin
/etc/e-smith/templates-custom/home/httpd/html/horde/config/conf.php/10AllHorde
/etc/e-smith/templates-custom/home/httpd/html/horde/kronolith/config/conf.php
/etc/e-smith/templates-custom/home/httpd/html/horde/kronolith/config/conf.php/template-begin
/etc/e-smith/templates-custom/home/httpd/html/horde/kronolith/config/conf.php/10AllKronolith

(2)
Moved them out (to local machine, in case I need them later) as such:

/etc/e-smith/templates-custom/home/httpd/html/horde/config  -> local machine
/etc/e-smith/templates-custom/home/httpd/html/horde/kronolith  -> local machine

(3)
Went into "E-mail", hit "Save"

(4)
Did a "tail", only saw the event itself:

[root@heimdall install]# tail -f /var/log/messagestai
l -f /var/log/messages
tail: /var/log/messagestail: No such file or director
y
==> /var/log/messages <==
Jul 27 21:07:30 heimdall esmith::event[11454]: Runnin
g event handler: /etc/e-smith/events/email-update/S65
smtp-auth-proxy-restart
Jul 27 21:07:36 heimdall smtp-auth-proxy: Stopping sm
tp-auth-proxy succeeded
Jul 27 21:07:36 heimdall esmith::event[11454]: Stoppi
ng smtp-auth-proxy:[   OK   ]^M
Jul 27 21:07:36 heimdall esmith::event[11454]: S65smt
p-auth-proxy-restart=action|Event|email-update|Action
|S65smtp-auth-proxy-restart|Start|1122523650 371024|E
nd|1122523656 559223|Elapsed|6.188199
Jul 27 21:07:36 heimdall esmith::event[11454]: Runnin
g event handler: /etc/e-smith/events/email-update/S70
conf-turba
Jul 27 21:07:38 heimdall esmith::event[11454]: S70con
f-turba=action|Event|email-update|Action|S70conf-turb
a|Start|1122523656 559779|End|1122523658 382330|Elaps
ed|1.822551
Jul 27 21:07:38 heimdall esmith::event[11454]: Runnin
g event handler: /etc/e-smith/events/email-update/S90
adjust-masq
Jul 27 21:07:39 heimdall esmith::event[11454]: S90adj
ust-masq=action|Event|email-update|Action|S90adjust-m
asq|Start|1122523658 382966|End|1122523659 236542|Ela
psed|0.853576
Jul 27 21:07:39 heimdall esmith::event[11454]: Runnin
g event handler: /etc/e-smith/events/email-update/S90
email-sighup
Jul 27 21:07:39 heimdall esmith::event[11454]: S90ema
il-sighup=action|Event|email-update|Action|S90email-s
ighup|Start|1122523659 237163|End|1122523659 340349|E
lapsed|0.103186

Trying webmail again ... failing:

Jul 27 21:10:57 heimdall HORDE[2038]: [imp] FAILED LOGIN 67.189.117.182 to localhost:143
[imap/notls] as jherrick [on line 282 of "/home/httpd/html/horde/imp/lib/IMP.php"]
Jul 27 21:10:57 heimdall HORDE[2038]: PHP Notice:  (null)(): LOGIN failed (errflg=1) in
Unknown on line 0
Jul 27 21:10:57 heimdall last message repeated 2 times
Jul 27 21:10:57 heimdall HORDE[2038]: PHP Notice:  (null)(): Too many login failures (er
rflg=2) in Unknown on line 0
Jul 27 21:10:57 heimdall HORDE[2038]: PHP Notice:  (null)(): Unexpected untagged message
: LOGGING (errflg=1) in Unknown on line 0

Rrrrr ... what changed....

JohnnyKH

Horde 3.0/IMP upgrade now denying webmail login
« Reply #22 on: July 28, 2005, 06:12:49 AM »
BTW, purple background, its Horde 2.0 ...

JohnnyKH

Horde 3.0/IMP upgrade now denying webmail login
« Reply #23 on: July 28, 2005, 07:49:13 AM »
OMG.

Okay, as is the case usually with Linux, out of nowhere ... its working again.

I noticed I'd accidentally put the "install.sh" file in the "php.ini" templates-custom directory, so I removed it and rebuilt, restarted httpd & httpd-e-smith.

First time I tried nothing. Poked around, was about to go to bed, tried again ... uh, it worked. I mean, wait ... it worked? Yeah, there's my inbox (still no "Password" link, though) ... empty, but I use POP3 so ...

So I went into "E-mail", changed the HTTP to HTTPS-Only, saved, and tried again. Well !$@#4!@# !$@#1 ! @#$12# .... its working. Its really working.

I'm not touching a production server anymore with new code. I'm making a test server if I have to use coatwire and duct tape.

Thanks, all the brains here, for all the damned good help you provided. I promise to provide as well in the future for any & all of your questions I might be able to help with. You've been great help.

Offline mrjhb3

  • *
  • 1,188
  • +0/-0
    • John Bennett Services
Horde 3.0/IMP upgrade now denying webmail login
« Reply #24 on: July 29, 2005, 02:12:36 AM »
Damn glad to hear that is working!!!  I built another test server last night to try to duplicate your issue, but now I can do something else.  I did test all of the templates-custom files that remain after running the horde20-restore.sh script and they don't interfere with horde 2.0.  So, maybe I did test that and forgot.  But, working through your issue has prompted me to remove those files.

Have a good day.   :hammer:    :pint:
......

Offline Tib

  • *
  • 571
  • +0/-0
    • http://www.tibors.net
Horde 3.0/IMP upgrade now denying webmail login
« Reply #25 on: July 29, 2005, 10:45:27 AM »
mrjhb3

Been using horde 3 for quite some time now and I think it's great.

One thing though.

Do you know how to change the welcome screen in Horde 3 ... looks and performs a lot better that horde 2 ... well thats my opinion anyway ... but would love to change the welcome screen.

When I used horde 2 some one did a howto to change the welcome screen but I can't seem to find a way on horde 3.

I'd love it if someone could point me in the right direction.

Tib

Offline mrjhb3

  • *
  • 1,188
  • +0/-0
    • John Bennett Services
Horde 3.0/IMP upgrade now denying webmail login
« Reply #26 on: July 30, 2005, 01:29:00 AM »
Quote from: "Tib"
mrjhb3

Been using horde 3 for quite some time now and I think it's great.

One thing though.

Do you know how to change the welcome screen in Horde 3 ... looks and performs a lot better that horde 2 ... well thats my opinion anyway ... but would love to change the welcome screen.

When I used horde 2 some one did a howto to change the welcome screen but I can't seem to find a way on horde 3.

I'd love it if someone could point me in the right direction.

Tib


Haven't done much in this area.  Here are some places you can check.  The welcome to webmail is in imp/login.php.  Also, look at imp/login.inc and imp/motd.conf.  If you find more or a better way to do this, please post it so others can benefit as well.  Maybe we could start a wiki page with tips and tricks for horde 3.0.

JB
......

omnicron

upgrade didn.t go so well for me
« Reply #27 on: July 31, 2005, 11:27:56 AM »
Please help my upgrade is baffling me.

tail /var/log/messages

Jul 31 02:56:25 webmail afpd[1972]: uam: loading (/usr/lib/uams_pgp.so)
Jul 31 02:56:25 webmail afpd[1972]: uam: uams_pgp.so loaded
Jul 31 02:56:25 webmail afpd[1972]: uam: "PGPuam 1.0" available
Jul 31 02:56:25 webmail afpd[1972]: uam: "DHCAST128" available
Jul 31 02:59:46 webmail ntpd[1333]: kernel time discipline status change 41
Jul 31 03:00:01 webmail php: PHP Notice:  Undefined index:  log in /home/httpd/html/horde/lib/Horde.php on line 52
Jul 31 03:05:00 webmail php: PHP Notice:  Undefined index:  log in /home/httpd/html/horde/lib/Horde.php on line 52
Jul 31 03:10:00 webmail php: PHP Notice:  Undefined index:  log in /home/httpd/html/horde/lib/Horde.php on line 52
Jul 31 03:15:00 webmail php: PHP Notice:  Undefined index:  log in /home/httpd/html/horde/lib/Horde.php on line 52
Jul 31 03:20:00 webmail php: PHP Notice:  Undefined index:  log in /home/httpd/html/horde/lib/Horde.php on line 52


This is for the horde 3.0 IMP 4.0 etc.  

when ever I do a

[root@webmail log]# /etc/e-smith/events/actions/restart-httpd-full
Shutting down http:                                        [ FAILED ]
Starting httpd:                                            [   OK   ]
serviceControl: Couldn't system(/etc/rc.d/rc7.d/S85httpd-e-smith, restart):
Couldn't restart httpd-e-smith at /etc/e-smith/events/actions/restart-httpd-full line 45.
[root@webmail log]#

Any clues as to where I shoudl begin to look?

-Sincerely,
..::eric::..

Offline mrjhb3

  • *
  • 1,188
  • +0/-0
    • John Bennett Services
Re: upgrade didn.t go so well for me
« Reply #28 on: July 31, 2005, 08:08:19 PM »
Quote from: "omnicron"
Please help my upgrade is baffling me.

tail /var/log/messages

Jul 31 02:56:25 webmail afpd[1972]: uam: loading (/usr/lib/uams_pgp.so)
Jul 31 02:56:25 webmail afpd[1972]: uam: uams_pgp.so loaded
Jul 31 02:56:25 webmail afpd[1972]: uam: "PGPuam 1.0" available
Jul 31 02:56:25 webmail afpd[1972]: uam: "DHCAST128" available
Jul 31 02:59:46 webmail ntpd[1333]: kernel time discipline status change 41
Jul 31 03:00:01 webmail php: PHP Notice:  Undefined index:  log in /home/httpd/html/horde/lib/Horde.php on line 52
Jul 31 03:05:00 webmail php: PHP Notice:  Undefined index:  log in /home/httpd/html/horde/lib/Horde.php on line 52
Jul 31 03:10:00 webmail php: PHP Notice:  Undefined index:  log in /home/httpd/html/horde/lib/Horde.php on line 52
Jul 31 03:15:00 webmail php: PHP Notice:  Undefined index:  log in /home/httpd/html/horde/lib/Horde.php on line 52
Jul 31 03:20:00 webmail php: PHP Notice:  Undefined index:  log in /home/httpd/html/horde/lib/Horde.php on line 52


This is for the horde 3.0 IMP 4.0 etc.  

when ever I do a

[root@webmail log]# /etc/e-smith/events/actions/restart-httpd-full
Shutting down http:                                        [ FAILED ]
Starting httpd:                                            [   OK   ]
serviceControl: Couldn't system(/etc/rc.d/rc7.d/S85httpd-e-smith, restart):
Couldn't restart httpd-e-smith at /etc/e-smith/events/actions/restart-httpd-full line 45.
[root@webmail log]#

Any clues as to where I shoudl begin to look?

-Sincerely,
..::eric::..


What version of SME?  What version of PHP?  Any other contribs installed?  Is this a test server?

JB
......

omnicron

I.m an idiot.
« Reply #29 on: July 31, 2005, 10:23:35 PM »
Yep that is right I am an idiot and did this on a semi-production box.. most people use their email clients apps but I have a temporary redirect to mail2web.com.  

Well this is a SME 6.0

I tried to upgrade to php 4.3.10-3eo

I got rid of most of my errors but I am now getting some errors refering to the hash lib.

here is my pear list:
# pear list
Installed packages:
===================
Package          Version  State
Archive_Tar      1.3.1    stable
Cache            1.5.5RC3 beta
Console_Getopt   1.2      stable
DB               1.7.6    stable
Date             1.4.3    stable
File             1.2.0    stable
HTTP             1.3.6    stable
HTTP_Request     1.2.4    stable
Log              1.8.7    stable
Mail             1.1.6    stable
Net_SMTP         1.2.6    stable
Net_Socket       1.0.6    stable
Net_URL          1.0.14   stable
PEAR             1.3.5    stable
SOAP             0.9.1    beta
Services_Weather 1.3.2    stable
XML_Parser       1.2.6    stable
XML_RPC          1.3.3    stable
XML_Serializer   0.16.0   beta
XML_Util         1.1.1    stable



Here are my newest error messages. Anything would help me. especially a link to where I could wget the mcrypt dep libraries.

# rpm -Uvh php-mcrypt-4.3.10-3eo.i386.rpm
error: failed dependencies:
        libmcrypt.so.4   is needed by php-mcrypt-4.3.10-3eo

tail /var/log/messages

Jul 31 14:20:00 webmail php: PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib/php4/mcrypt.so' - /usr/lib/php4/mcrypt.so: cannot open shared object file: No such file or directory in Unknown on line 0
Jul 31 14:20:00 webmail php: PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib/php4/mhash.so' - /usr/lib/php4/mhash.so: cannot open shared object file: No such file or directory in Unknown on line 0
Jul 31 14:20:00 webmail HORDE[2171]: [horde] DB Error: connect failed:  [nativecode=Access denied for user: 'horde@localhost' (Using password: YES)] ** Array [on line 1308 of "/home/httpd/html/horde/lib/Horde/DataTree/sql.php"]


Any help would be more than appreciated.

-Sincerely,
..::eric::..