[ic] Re: Interchange 5.4.2 released

Kevin Walsh kevin at cursor.biz
Sat Mar 17 13:26:22 EST 2007


Toni Mueller <support-ic at oeko.net> wrote:
> On Tue, 06.02.2007 at 21:51:16 -0700, Jon Jensen <jon at endpoint.com> wrote:
> > The software and a more detailed change log are available here:
> >
> after I upgraded from a customized 5.4.1 to a stock 5.4.2, my IC engine
> doesn't like to configure my site anymore at system startup. Doing it
> manually works fine, however. On automatic startup, I find this in
> interchange/error.log:
> 
>  shop1 config error: Please specify the Message directive in the configuration file 'catalog.cfg'
>  shop1: config error. Skipping.
> 
> I added a Message statement to my catalog.cfg and rebooted the server,
> but to no avail.
> 
> Manually restarting Interchange from a shell makes everything work
> smooth (again). I'd prefer very much if Interchange could survive
> reboots alone, however.
>
I've not seen this problem myself.  The following patch may or may not
help, but seems to be worth a try:

======================================================================
--- lib/Vend/Config.pm        24 Feb 2007 05:48:26 -0000      2.213
+++ lib/Vend/Config.pm        17 Mar 2007 18:20:58 -0000
@@ -2874,6 +2874,7 @@
                                )
                );
        }
+       return '';
 }
======================================================================

> 
> This is on OpenBSD 4.0/i386.
> 
Ugh.

-- 
   _/   _/  _/_/_/_/  _/    _/  _/_/_/  _/    _/
  _/_/_/   _/_/      _/    _/    _/    _/_/  _/   K e v i n   W a l s h
 _/ _/    _/          _/ _/     _/    _/  _/_/    kevin at cursor.biz
_/   _/  _/_/_/_/      _/    _/_/_/  _/    _/


More information about the interchange-users mailing list