[vchkpw] disk error?

2005-09-01 Thread kalin mintchev
hi all...

suddenly today out of nowhere this happens (log below) and now i get
vchkpw core dumps every few minutes or so. vchkpw is authorization module
for vpopmail...  does this mean the disk where vpopmail lives - ad2 - is
already craping up?!  thanks...

here is the log:

Aug 31 22:53:33 chavo /kernel: ad2: READ command timeout tag=0 serv=0 -
resetting
Aug 31 22:53:33 chavo /kernel: ata1: resetting devices .. done
Sep  1 00:36:22 chavo /kernel: ad2: READ command timeout tag=0 serv=0 -
resetting
Sep  1 00:36:22 chavo /kernel: ata1: resetting devices .. done
Sep  1 01:12:42 chavo /kernel: ad2: READ command timeout tag=0 serv=0 -
resetting
Sep  1 01:12:42 chavo /kernel: ata1: resetting devices .. done
Sep  1 01:49:54 chavo /kernel: ad2: WRITE command timeout tag=0 serv=0 -
resetting
Sep  1 01:49:54 chavo /kernel: ata1: resetting devices .. done
Sep  1 01:52:12 chavo /kernel: ad2: WRITE command timeout tag=0 serv=0 -
resetting
Sep  1 01:52:12 chavo /kernel: ata1: resetting devices ..
Sep  1 01:52:12 chavo /kernel: ad2: removed from configuration
Sep  1 01:52:12 chavo /kernel: ad3: removed from configuration
Sep  1 01:52:12 chavo /kernel: done
Sep  1 01:53:02 chavo /kernel: handle_workitem_freeblocks: block count Sep
 1 01:54:04 chavo /kernel: handle_workitem_freeblocks: block count Sep  1
01:55:37 chavo last message repeated 2 times



--






Re: [vchkpw] disk error?

2005-09-01 Thread Rainer Duffner

Shane Chrisp wrote:


On Thu, 2005-09-01 at 03:50 -0400, kalin mintchev wrote:
 


hi all...

suddenly today out of nowhere this happens (log below) and now i get
vchkpw core dumps every few minutes or so. vchkpw is authorization module
for vpopmail...  does this mean the disk where vpopmail lives - ad2 - is
already craping up?!  thanks...

here is the log:

   


[...]


It certainly looks that way.
 




Indeed.
dump(8) what you have and get (a) new disk(s).
ASAP.
It's not a bad idea to have a spare one in the drawer.



cheers,
Rainer



[vchkpw] Using the Courier-authentication modules with Vpopmail for use on Sqwebmail

2005-09-01 Thread Andrew Hodgson
Hi all,

Has anyone seen an issue where they build Vpopmail fine and add the users:

#groupadd -g 89 vchkpw
 #useradd -g vchkpw -u 89 vpopmail

I then build Courier authentication modules using the following commands:

./configure --without-authpam --without-authldap --without-authpwd
--without-authmysql --without-authpgsql --without-authshadow
--without-authuserdb --without-authcustom --without-authcram
--without-authdaemon --with-authvchkpw --with-mailuser=vpopmail
--with-mailgroup=vchkpw
make
make install
make install-configure

I then run the .configure script on latest Sqwebmail build thusly:

#./configure --prefix=/usr/local/share/sqwebmail
--with-cachedir=/var/cache/sqwebmail --enable-imageurl=/images/sqwebmail
--enable-imagedir=/srv/www/htdocs/images/sqwebmail
--enable-cgibindir=/srv/www/cgi-bin --with-cacheowner=bin --without-authpam
--without-authuserdb --without-authpwd --without-authshadow

However I get an error about the authentication modules not being loaded.  I
have started the authdaemon and it seems to start without error.

Any suggestions/clues?

Vpopmail is working fine, but I posted here as per the comments in the
configure script of the courier-authentication package.

Thanks.
Andrew.


**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

allpay.net Limited, Fortis et Fides, Whitestone Business Park, Whitestone, 
Hereford, HR1 3SE. Telephone: 0870 243 3434, Fax: 0870 243 6041. Website: 
www.allpay.net Email: [EMAIL PROTECTED]
**



[vchkpw] Re: Using the Courier-authentication modules with Vpopmail for use on Sqwebmail

2005-09-01 Thread Andrew Hodgson
On Thu, 1 Sep 2005 15:29:15 +0100, Andrew Hodgson
[EMAIL PROTECTED] wrote:

Hi all,

Has anyone seen an issue where they build Vpopmail fine and add the users:

#groupadd -g 89 vchkpw
 #useradd -g vchkpw -u 89 vpopmail

I then build Courier authentication modules using the following commands:

./configure --without-authpam --without-authldap --without-authpwd
--without-authmysql --without-authpgsql --without-authshadow
--without-authuserdb --without-authcustom --without-authcram
--without-authdaemon --with-authvchkpw --with-mailuser=vpopmail
--with-mailgroup=vchkpw
make
make install
make install-configure

I have subsequently found the authtest program which works as expected
- so the module is working as expected.  This is in /usr/local/sbin.

This is on a SLES9 box btw.

Thanks.
Andrew.