Re: [vchkpw] Core Dumping on command: vdeluser

2007-11-08 Thread Richard Secor

On Nov 7, 2007, at 9:44 PM, Rick Widmer wrote:


From the vpopmail Changelog:

5.4.22 - Released 15-Sep-2007
Snip

Steve Cole, Marcello Lupo, Japheth Cleaver,  Rick Widmer
- segfault in vdeluser with MySQL back end.  Work around
applied, and note added to TODO about making database valias
return .qmail files if they exist which is the long term fix.

5.4.25 is the current stable, but if you are using vpopmaild you  
should get 5.4.26.  Bill Shupp has fixed a couple of bugs within  
vpopmaild that were found after the 5.4.25 release.


Rick

Richard Secor wrote:

On Nov 6, 2007, at 4:25 PM, Richard Secor wrote:

Getting core dump  vdeluser.
Doesn't appear to be permissions.

Inside the core file I found:
Shared object nss_dns.so.1 not found, required by vdeluser

Anyone have any ideas I can try?

Same error happens with

valias -n seqlogic.com
But valias is fine when ran any other way.


Tried 5.4.26 but I still receive a problem with
valias -n seqlogic.com

No problem with
valias -s seqlogic.com

Inside the core still shows:
Shared object nss_dns.so.1 not found, required by valias

vdeluser appears to work, but not all the time.
Sometimes it appears to hang and just sit there and never finish it's  
job.


Going to try 5.4.25 and let everyone know.

!DSPAM:4733270832005483612697!



Re: [vchkpw] Core Dumping on command: vdeluser

2007-11-08 Thread Richard Secor

On Nov 8, 2007, at 10:10 AM, Richard Secor wrote:


On Nov 7, 2007, at 9:44 PM, Rick Widmer wrote:


From the vpopmail Changelog:

5.4.22 - Released 15-Sep-2007
Snip

Steve Cole, Marcello Lupo, Japheth Cleaver,  Rick Widmer
- segfault in vdeluser with MySQL back end.  Work around
applied, and note added to TODO about making database valias
return .qmail files if they exist which is the long term fix.

5.4.25 is the current stable, but if you are using vpopmaild you  
should get 5.4.26.  Bill Shupp has fixed a couple of bugs within  
vpopmaild that were found after the 5.4.25 release.


Rick

Richard Secor wrote:

On Nov 6, 2007, at 4:25 PM, Richard Secor wrote:

Getting core dump  vdeluser.
Doesn't appear to be permissions.

Inside the core file I found:
Shared object nss_dns.so.1 not found, required by vdeluser

Anyone have any ideas I can try?

Same error happens with

valias -n seqlogic.com
But valias is fine when ran any other way.


Tried 5.4.26 but I still receive a problem with
valias -n seqlogic.com

No problem with
valias -s seqlogic.com

Inside the core still shows:
Shared object nss_dns.so.1 not found, required by valias

vdeluser appears to work, but not all the time.
Sometimes it appears to hang and just sit there and never finish  
it's job.


Going to try 5.4.25 and let everyone know.


Same exact thing happens with 5.4.25.

Additional Information on vdeluser:
I changed my onchange timeout from 60 seconds to 10 seconds and it's  
fine now.


Still have valias problems though.


!DSPAM:47332aac32001182715831!



Re: [vchkpw] Core Dumping on command: vdeluser

2007-11-07 Thread Rick Widmer

From the vpopmail Changelog:

5.4.22 - Released 15-Sep-2007
Snip

Steve Cole, Marcello Lupo, Japheth Cleaver,  Rick Widmer
- segfault in vdeluser with MySQL back end.  Work around
applied, and note added to TODO about making database valias
return .qmail files if they exist which is the long term fix.

5.4.25 is the current stable, but if you are using vpopmaild you should 
get 5.4.26.  Bill Shupp has fixed a couple of bugs within vpopmaild that 
were found after the 5.4.25 release.


Rick

Richard Secor wrote:

On Nov 6, 2007, at 4:25 PM, Richard Secor wrote:


Getting core dump  vdeluser.
Doesn't appear to be permissions.

Inside the core file I found:
Shared object nss_dns.so.1 not found, required by vdeluser

Anyone have any ideas I can try?

Configuration:
==
  $ ./configure --enable-qmaildir=/var/qmail 
--enable-tcprules-prog=/usr/local/bin/tcprules 
--enable-tcpserver-file=/usr/local/vpopmail/etc/tcp.smtp 
--enable-non-root-build --enable-auth-module=mysql 
--enable-incdir=/usr/local/include/mysql 
--enable-libdir=/usr/local/lib/mysql --enable-mysql-limits 
--enable-sql-logging --enable-maildrop=y 
--enable-maildrop-prog=/usr/local/bin/maildrop --enable-logging=y 
--enable-valias --enable-spamassassin 
--enable-spamc-prog=/usr/local/bin/spamc --enable-spam-threshold=15 
--prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ 
--build=i386-portbld-freebsd6.2

==
   vpopmail 5.4.20
Current settings
---
vpopmail directory = /usr/local/vpopmail
 domains directory = /usr/local/vpopmail/domains
   uid = 89
   gid = 89
 roaming users = OFF --disable-roaming-users (default)
 password learning = OFF --disable-learn-passwords (default)
 md5 passwords = ON  --enable-md5-passwords (default)
  file locking = ON  --enable-file-locking (default)
vdelivermail fsync = OFF --disable-file-sync (default)
 make seekable = ON  --enable-make-seekable (default)
  clear passwd = ON  --enable-clear-passwd (default)
 user dir hashing  = ON  --enable-users-big-dir (default)
address extensions = OFF --disable-qmail-ext (default)
  ip alias = OFF --disable-ip-alias-domains (default)
   onchange script = OFF --disable-onchange-script (default)
   auth module = mysql --enable-auth-module=mysql
 mysql replication = OFF --disable-mysql-replication (default)
   sql logging = ON  --enable-sql-logging
  mysql limits = ON  --enable-mysql-limits
  SQL valias table = ON  --enable-valias
  auth inc = -I/usr/local/include/mysql
  auth lib = -L/usr/local/lib/mysql  -lmysqlclient -lz -lm
  system passwords = OFF --disable-passwd (default)
pop syslog = show successful and failed login attempts 
--enable-logging=y

  auth logging = ON  --enable-auth-logging (default)
all domains in one SQL table = --enable-many-domains (default)
  spamassassin = ON  --enable-spamassassin
  maildrop = ON  --enable-maildrop
==

Thanks,
Rich


Same error happens with
valias -n seqlogic.com

But valias is fine when ran any other way.







!DSPAM:47327a5032001196321452!



Re: [vchkpw] Core Dumping on command: vdeluser

2007-11-06 Thread Richard Secor

On Nov 6, 2007, at 4:25 PM, Richard Secor wrote:


Getting core dump  vdeluser.
Doesn't appear to be permissions.

Inside the core file I found:
Shared object nss_dns.so.1 not found, required by vdeluser

Anyone have any ideas I can try?

Configuration:
==
  $ ./configure --enable-qmaildir=/var/qmail --enable-tcprules- 
prog=/usr/local/bin/tcprules --enable-tcpserver-file=/usr/local/ 
vpopmail/etc/tcp.smtp --enable-non-root-build --enable-auth- 
module=mysql --enable-incdir=/usr/local/include/mysql --enable- 
libdir=/usr/local/lib/mysql --enable-mysql-limits --enable-sql- 
logging --enable-maildrop=y --enable-maildrop-prog=/usr/local/bin/ 
maildrop --enable-logging=y --enable-valias --enable-spamassassin -- 
enable-spamc-prog=/usr/local/bin/spamc --enable-spam-threshold=15 -- 
prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/ 
info/ --build=i386-portbld-freebsd6.2

==
   vpopmail 5.4.20
Current settings
---
vpopmail directory = /usr/local/vpopmail
 domains directory = /usr/local/vpopmail/domains
   uid = 89
   gid = 89
 roaming users = OFF --disable-roaming-users (default)
 password learning = OFF --disable-learn-passwords (default)
 md5 passwords = ON  --enable-md5-passwords (default)
  file locking = ON  --enable-file-locking (default)
vdelivermail fsync = OFF --disable-file-sync (default)
 make seekable = ON  --enable-make-seekable (default)
  clear passwd = ON  --enable-clear-passwd (default)
 user dir hashing  = ON  --enable-users-big-dir (default)
address extensions = OFF --disable-qmail-ext (default)
  ip alias = OFF --disable-ip-alias-domains (default)
   onchange script = OFF --disable-onchange-script (default)
   auth module = mysql --enable-auth-module=mysql
 mysql replication = OFF --disable-mysql-replication (default)
   sql logging = ON  --enable-sql-logging
  mysql limits = ON  --enable-mysql-limits
  SQL valias table = ON  --enable-valias
  auth inc = -I/usr/local/include/mysql
  auth lib = -L/usr/local/lib/mysql  -lmysqlclient -lz -lm
  system passwords = OFF --disable-passwd (default)
pop syslog = show successful and failed login attempts -- 
enable-logging=y

  auth logging = ON  --enable-auth-logging (default)
all domains in one SQL table = --enable-many-domains (default)
  spamassassin = ON  --enable-spamassassin
  maildrop = ON  --enable-maildrop
==

Thanks,
Rich


Same error happens with
valias -n seqlogic.com

But valias is fine when ran any other way.

!DSPAM:4730dcd832006084418669!