Craig
I rebuilt the server over the weekend.
To obtain PHP4.3.2 (specifically gd2) I also ran the PHP/IMP/HORDE upgrade located at:
http://www.leiinc.com/repository/Linux/Mitel_SME_Server/Contribs/imp_php_horde/sme56_php-horde-imp.tarHave found and its contents are now:
-- $Horde: turba/scripts/drivers/turba.sql,v 1.4.2.4 2002/09/11 11:32:35 jan Exp $
USE horde;
CREATE TABLE turba_objects (
object_id VARCHAR(32) NOT NULL,
owner_id VARCHAR(255) NOT NULL,
object_type VARCHAR(255) NOT NULL DEFAULT 'Object',
object_members BLOB,
object_name VARCHAR(255),
object_alias VARCHAR(32),
object_email VARCHAR(255),
object_homeaddress VARCHAR(255),
object_workaddress VARCHAR(255),
object_homephone VARCHAR(25),
object_workphone VARCHAR(25),
object_cellphone VARCHAR(25),
object_fax VARCHAR(25),
object_title VARCHAR(255),
object_company VARCHAR(255),
object_notes TEXT,
PRIMARY KEY(object_id)
);
CREATE INDEX turba_owner_idx ON turba_objects (owner_id);
GRANT SELECT, INSERT, UPDATE, DELETE ON turba_objects TO horde;
I presumed a reboot was required.
There seems to be no improvement to my current difficulties.
Afterwards the boot.log shows the following (at the very end):
Sep 15 09:46:09 nas600 guardian.pl: Loaded 0 addresses from /etc/guardian.ignore
Sep 15 09:46:09 nas600 guardian.pl: Becoming a daemon..
Sep 15 09:46:09 nas600 guardiand: guardian.pl startup succeeded
Sep 15 09:46:11 nas600 mysql: ERROR
Sep 15 09:46:11 nas600 mysql: 1050 at line 5: Table 'turba_objects' already exists
Sep 15 09:46:11 nas600 mysql.init: Loading 40mysql.create.turba.sql into mysql failed
Sep 15 09:46:35 nas600 atalk: atalkd startup succeeded
Sep 15 09:46:47 nas600 atalk: papd startup succeeded
Sep 15 09:46:47 nas600 atalk: afpd startup succeeded
Down in root I see a file called
of some 75kB. The file starts off with...
<86>Sep 13 10:13:08 groupadd[272]: new group: name=ntp, gid=38
<86>Sep 13 10:13:08 useradd[273]: new user: name=ntp, uid=38, gid=38, home=/etc/ntp, shell=/sbin/nologin
<86>Sep 13 10:13:10 groupadd[280]: new group: name=slocate, gid=21
<86>Sep 13 10:13:13 groupadd[302]: new group: name=floppy, gid=19
...and this file continues similarly in a scratchpad type manner. Worryingly, the end of the file seems truncated. The end of the file reads...
<142>/etc/e-smith/events/post-install/S75conf-masq[1263]: /home/e-smith/configuration: OLD masq=service|Logging|none|status|enabled
<142>/etc/e-smith/events/post-install/S75conf-masq[1263]: /home/e-smith/configuration: NEW masq=service|Logging|none|Stealth|no|status|enabled
<13>Sep 13 15:20:18 e-smith[1168]: S75conf-masq=action|Event|post-install|Action|S75conf-masq|Start|1063462817 864024|End|1063462818 649861|Elapsed|0.785837
<13>Sep 13 15:20:18 e-smith[1168]: Running event handler: /etc/e-smith/events/post-install/S75conf-mysql-startup
<142>/etc/e-smith/events/post-install/S75conf-mysql-startup[1264]: /home/e-smith/configuration: OLD mysqld=(undefined)
<142>/etc/e-smith/events/post-install/S75conf-mysql-startup[1264]: /home/e-smith/configu
...and the file's content just ends precisely as shown above:-|
Perhaps this is an indicator that something went radically wrong with the functionality of the (PHP/IMP/HORDE) updating process?
best wishes, Robert