[LON-CAPA-dev] Re: SuSE installation

Martin Siegert lon-capa-dev@mail.lon-capa.org
Wed, 8 Sep 2004 14:34:50 -0700


On Wed, Sep 08, 2004 at 05:07:44PM -0400, Guy Albertelli II wrote:
> > 
> > USE mysql;
> > INSERT INTO db VALUES 
> > ('localhost','loncapa','www','Y','Y','Y','Y','Y','Y','N','Y','Y','Y');
> 
> I am fairly certain you will need 2 more 'Y' on the end for this to work.

Your are exactly right. I got our local database expert and he figured it
out. This does seem to be a difference between mysql-4 and mysql-3.

And ...

newton:~ # /etc/init.d/loncontrol restart
Restarting LON-CAPA
Ending LON-CAPA client and daemon processes
lonsql     not running
lond       not running
lonc       not running
lonhttpd   not running
Starting LON-CAPA client and daemon processes (please be patient)
lonsql     started
lond       started
lonc       new started
lonhttpd   started

Now the http://newton.science.sfu.ca/lon-status/ web page shows
under Connections

sfua1	ok
sfua2	ok
sfua3	sfua3:self_reply
sfulc	ok

which seems to indicate that at least something is working.
Unfortunately, authentication is not working yet ..

Cheers,
Martin