I managed to get ASSP to start by turning off Griplist DB in assp.cfg.

How can I ‘repair the database in question’?

Thanks, James.

> On 25 Jun 2018, at 5:22 pm, James Brown via Assp-test 
> <assp-test@lists.sourceforge.net> wrote:
> 
> I have had some hardware issues with my mail server. So I removed the SSD and 
> put it in other computers, but ASSP always fails to start up.
> 
> This its where it gets to:
> 
> Jun 25 15:51:02 mail ASSP[1910]: /
> Jun 25 15:51:02 mail ASSP[1910]: -
> Jun 25 15:51:02 mail ASSP[1910]: \
> Jun 25 15:51:02 mail ASSP[1910]: starting maintenance worker thread           
>  [FAILED]                                                                     
>                                
> Jun 25 15:51:02 mail ASSP[1910]: starting 5 communication worker threads 
> Jun 25 15:51:02 mail ASSP[1910]: .
> Jun 25 15:52:43 mail ASSP[1910]: .
> Jun 25 15:54:24 mail ASSP[1910]: .
> Jun 25 15:56:05 mail ASSP[1910]: .
> 
> This continues until I quit Perl:
> 
> Jun 25 15:56:20 mail com.apple.launchd[1] (ASSP[1910]): Exited: Terminated: 15
> 
> It automatically tries to start again:
> Jun 25 15:56:21 mail ASSP[2288]: ASSP 2.6.2(18174) (source: 
> /Applications/assp/assp.pl) is starting in directory /Applications/assp
> Jun 25 15:56:21 mail ASSP[2288]: on host mail.bordo.com.au
> Jun 25 15:56:21 mail ASSP[2288]: using Perl /usr/bin/perl version 5.018002 
> (5.18.2), all Perl features for 5.18 are enabled
> Jun 25 15:56:21 mail ASSP[2288]: compiling code and check code integrity - 
> please wait .....
> Jun 25 15:56:21 mail ASSP[2288]: checking config in 
> /Applications/assp/assp.cfg            [OK]
> Jun 25 15:56:21 mail ASSP[2288]: the assp.pl code of version 2.6.2(18174) 
> passed the integrity check
> Jun 25 15:56:21 mail ASSP[2288]:                                              
>           
> Jun 25 15:56:21 mail ASSP[2288]: ASSP uses AsspSelfLoader 2.03 - check
> Jun 25 15:56:21 mail ASSP[2288]:            [OK]
> Jun 25 15:56:21 mail ASSP[2288]: loading configuration
> Jun 25 15:56:21 mail ASSP[2288]:                    [OK]
> Jun 25 15:56:21 mail ASSP[2288]: 1194 values loaded
> Jun 25 15:56:21 mail ASSP[2288]:                    [OK]
> Jun 25 15:56:21 mail ASSP[2288]: defining environment
> Jun 25 15:56:22 mail ASSP[2288]:                        [OK]
> Jun 25 15:56:22 mail ASSP[2288]: setting up global ENV
> Jun 25 15:56:22 mail ASSP[2288]:                    [OK]
> Jun 25 15:56:22 mail ASSP[2288]: loading modules.
> Jun 25 15:56:22 mail ASSP[2288]: .
> Jun 25 15:56:22 mail ASSP[2288]: ..
> Jun 25 15:56:22 mail ASSP[2288]: .
> Jun 25 15:56:22 mail ASSP[2288]: U
> Jun 25 15:56:22 mail ASSP[2288]:                [OK]
> Jun 25 15:56:22 mail ASSP[2288]: loading database drivers    
> Jun 25 15:56:22 mail ASSP[2288]:            [OK]
> Jun 25 15:56:22 mail ASSP[2288]: setup regular expressions
> Jun 25 15:56:22 mail ASSP[2288]:                [OK]
> Jun 25 15:56:22 mail ASSP[2288]: loading plugins
> Jun 25 15:56:22 mail ASSP[2288]:                        [OK]
> Jun 25 15:56:22 mail ASSP[2288]: fixing up config
> Jun 25 15:56:22 mail ASSP[2288]:                    [OK]
> Jun 25 15:56:24 mail ASSP[2288]: check process env 
> Jun 25 15:56:24 mail ASSP[2288]:                    [SKIP]
> Jun 25 15:56:24 mail ASSP[2288]: check process permission
> Jun 25 15:56:25 mail ASSP[2288]:                [OK]
> Jun 25 15:56:25 mail ASSP[2288]: setting up modules
> Jun 25 15:56:25 mail ASSP[2288]: .
> Jun 25 15:56:25 mail ASSP[2288]:                [OK]
> Jun 25 15:56:25 mail ASSP[2288]: checking directories
> Jun 25 15:56:25 mail ASSP[2288]:                    [OK]
> Jun 25 15:56:25 mail ASSP[2288]: loading caches and lists
> Jun 25 15:56:25 mail ASSP[2288]:                [OK]
> Jun 25 15:56:25 mail ASSP[2288]: starting maintenance worker thread -> init 
> all databases
> Jun 25 15:56:25 mail ASSP[2288]: |
> Jun 25 15:56:25 mail ASSP[2288]: /
> Jun 25 15:56:25 mail ASSP[2288]: -
> Jun 25 15:56:25 mail ASSP[2288]: \
> ...
> Jun 25 15:56:36 mail ASSP[2288]: 10000: BDB-DB (initPrivatHashes) - Griplist 
> , /Applications/assp/griplist.bdb 
> Jun 25 15:56:36 mail ASSP[2288]: Jun-25-18 15:56:36 Error: Worker_10000: 
> worker startup stucks for more than 10 seconds at step: BDB-DB 
> (initPrivatHashes) - Griplist , /Applications/assp/griplist.bdb
> Jun 25 15:56:36 mail ASSP[2288]: If the step belongs to a BerkeleyDB hash,
> Jun 25 15:56:36 mail ASSP[2288]: - stop assp or kill the assp process
> Jun 25 15:56:36 mail ASSP[2288]: - clean the folder '/Applications/assp/tmpDB'
> Jun 25 15:56:36 mail ASSP[2288]: - repair the database in question or remove 
> the .bdb file and import a database backup later
> Jun 25 15:56:36 mail ASSP[2288]: - start assp
> 
> Etc until the bit about failing to start maintenance worker thread.
> 
> I’ve tried tmpDB folder and the griplist.bdb file. No luck.
> 
> I ideas about how to fix this?
> 
> thanks,
> 
> James.
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Assp-test mailing list
> Assp-test@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/assp-test



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to