[imp] Getting logged out

Philip Clever philip@turquoise.net
Tue, 15 Jan 2002 08:32:21 -1000


Actually, running the below commands did the trick:

mysqladmin -p shutdown
isamchk -o active_sessions.ISD
isamchk -o active_sessions.ISM
isamchk -rv active_sessions.ISM
init 6

-Philip

----- Original Message ----- 
From: "Mark Herdman" <markh@wqeic.ac.uk>
To: <imp@lists.horde.org>
Sent: Tuesday, January 15, 2002 1:35 AM
Subject: Re: [imp] Getting logged out


I had a similar problem to yourself and this sorted it out-

#!/bin/bash

mysql -u hordemgr --password=whateveryourpasswordis <<-EOF
use horde;
delete from active_sessions;
EOF

  ----- Original Message ----- 
  From: Philip Clever 
  To: imp@lists.horde.org 
  Sent: Tuesday, January 15, 2002 8:15 AM
  Subject: Re: [imp] Getting logged out


  How do you mean?  We ran isamchk but it didn't solve the problem.

  -Philip

  ----- Original Message -----
  From: "Mark Herdman" <markh@wqeic.ac.uk>
  To: <imp@lists.horde.org>
  Sent: Monday, January 14, 2002 9:53 PM
  Subject: Re: [imp] Getting logged out


  Have you tried cleaning out the database tables?
    ----- Original Message -----
    From: Philip Clever
    To: imp@lists.horde.org
    Sent: Tuesday, January 15, 2002 2:26 AM
    Subject: [imp] Getting logged out


    Hello,

    Starting today, whenever we click on a message, or any link for that
  matter
    in the webmail interface, we get immediatley logged out to the login
  screen.
    Any ideas?

    Thanks,

    -Philip



    ---
    Outgoing mail is certified Virus Free.
    Checked by AVG anti-virus system (http://www.grisoft.com).
    Version: 6.0.313 / Virus Database: 174 - Release Date: 1/2/2002


    --
    IMP mailing list: http://horde.org/imp/
    Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
    Frequently Asked Questions: http://horde.org/faq/
    To unsubscribe, mail: imp-unsubscribe@lists.horde.org



  ---
  Outgoing mail is certified Virus Free.
  Checked by AVG anti-virus system (http://www.grisoft.com).
  Version: 6.0.314 / Virus Database: 175 - Release Date: 1/12/2002


  -- 
  IMP mailing list: http://horde.org/imp/
  Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
  Frequently Asked Questions: http://horde.org/faq/
  To unsubscribe, mail: imp-unsubscribe@lists.horde.org


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.313 / Virus Database: 174 - Release Date: 1/2/2002