View previous topic :: View next topic |
Author |
Message |
atchoum222 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 26 Aug 2006 Posts: 2
|
Posted: Sat Aug 26, 2006 4:30 pm Post subject: [vpopmail] vadddomain >> segmentation fault !!! |
|
|
hi all,
Idon't really what's append.
I've done all my install correctly on gentoo.
I have vpopmail/qmail/courier installed.
But there is a little bug.
Code: | intranet ~ # vadddomain test.com test
Segmentation fault
intranet ~ # vdeldomain test.com
Warning: Failed while attempting to delete domain from auth backend
|
Can anybody help about what append ?
I search everywhere and i don't find any solutions ....
thx a lot |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Casshan n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 07 May 2004 Posts: 53
|
Posted: Mon Aug 28, 2006 8:47 am Post subject: |
|
|
do a revdep-rebuild
Make sure there are no libs that are broken, happened to me awhile back when I had to install a new version of mysql |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
locutus12 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 18 Nov 2004 Posts: 3
|
Posted: Mon Sep 11, 2006 10:02 am Post subject: |
|
|
I had the same problem. revdep-rebuild didn't show anything to recompile. I even did an emerge -e world
(I suspected a problem because of the recent openssl update).
Everything without success.
But then I discovered a lot of rcpthosts.* files in /var/qmail/control/. /var/qmail/control/rcpthosts itself was 1b,
the others were 0b.
I deleted /var/qmail/control/rcpthosts.* except /var/qmail/control/rcpthosts and /var/qmail/control/rcpthosts.lock
and then deleted the (empty) line in /var/qmail/control/rcpthosts.
Now /var/qmail/control/rcpthosts was 0b and vadddomain works again without segmentation fault.
(after adding one domain /var/qmail/control/rcpthosts isn't 0b any longer, so i suspect it was the empty line in this config file!)
Maybe it is another config file for you, it seems vadddomain segfaults on incompatible config files instead of giving a proper error, which is imho very poor design. In another thread an error in /etc/vpopmail.conf was the cause fpr excactly the same segfault.
I suggest to look in your config files, especially the ones you recently edited, for extra empty lines or invalid entrys. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|