The Perfect Server - Ubuntu 6.10 (Edgy Eft): sasl issues after power outage

Discussion in 'HOWTO-Related Questions' started by incgnito, Dec 11, 2006.

  1. incgnito

    incgnito New Member

    Hopefully someone can help me here; I had a working server setup as per the Ubuntu 6.10 guide here (and thank you for an excellent guide, btw) but apparently there was a power outage here in the area (again) and now I'm unable to send mail; the error that comes up in /var/log/syslog is:

    After a little searching through the forums I've determined that saslauthd isn't running (configs point to the correct dir and the dir exists, but no .pid file (or anything else in that dir for that matter), and no saslauthd listing in 'ps aux'), and since it was working up until the power outage my guess is there's a corrupt file or two somewhere, but I'm not sure how to go about troubleshooting from this point -- I thought about just "apt-get remove saslauthd" and just reinstalling it but apparently the ubuntu newbie in me kicked in at that point: saslauthd is part of another package or else I'm just typing it wrong.

    If anyone has any ideas it'd be greatly appreciated!

    On an unrelated note: can anyone tell me why every time we have a half second power outage here all of my machines -- even the m0n0wall setup on the *exact* same hardware setup as my ubuntu box -- seem to be fine, but the linux box seems to always be affected *and* messed up in some way (and before someone mentions it yes: I will be going out to get a UPS today, thank you!)? :mad: :mad: :mad:
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Please try
    Code:
    /etc/init.d/saslauthd restart
    I don't know. I've never had such a problem. :confused:
     
  3. incgnito

    incgnito New Member

    Actually...

    That was one of the first things I tried. I'm not new to Linux totally; just this particular distro (Ubuntu; used to use Gentoo) and unfortunately I've never had to troubleshoot sasl issues before.

    Any idea what saslauthd is part of (postfix, cyrus, etc.) so I can see about reinstalling it? I'm not in dire straits at the moment since I have a back up VMWare image I've switched over to for now, but I'd like to get this fixed if for no other reason than I'm a tech and it's going to eat at me until I figure it out :confused:
     
  4. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    ps aux|grep sasl
    ? What's in /etc/default/saslauthd and /etc/init.d/saslauthd? What's the output of
    Code:
    ls -la /var/spool/postfix/var/run/saslauthd
    ?
     
  5. incgnito

    incgnito New Member

    Ask and ye shall recieve...

    output of ps aux|grep sasl:


    output of ls -la /var/spool/postfix/var/run/saslauthd:

    I'm about ready to just back up the database, wipe the machine, and start from scratch (kind of sucks, though--I was hoping to figure this out)
     
  6. falko

    falko Super Moderator Howtoforge Staff

    saslauthd isn't running. What's in /etc/default/saslauthd and /etc/init.d/saslauthd?
     

Share This Page