[Box Backup] Installation problems (was: (no subject))

Ben Summers boxbackup at fluffy.co.uk
Mon Oct 25 12:50:25 BST 2004


On 25 Oct 2004, at 12:13, Michel CERDINI wrote:

>
>  Problem solved...
>  It was a g++ compiler bug...
>  It was this bug : http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12726
>  I have compiled a new one (g++-3.3.4), and now it work fine...
>
>  But... I have another one issue...
>  I can't read the archive list at this time (the web access does't 
> work ?), so sorry if I ask again a question already answered...
>
>  The server use libssl.so.0.9.7a, and boxbackup was compiled with it.
>  The client use libssl.so.0.9.6b, and boxbackup was compiled with 
> allow-old-openssl option.

Although I haven't tested this configuration, I do not think it should 
be a problem.

>
>  When the client is going to connect to the server, I see in the log 
> file box :
>
>  Oct 25 13:00:14 serveur bbstored[30495]: SSL err during Accept: 
> error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate 
> returned
>
>  Any idea ?

Did you follow the instructions to set up the certificates exactly? 
Everything will work if you follow them to the letter.

>
>  And I discovered a little bug :
>  When the server is running, there are 2 process in the ps table.

One is the listening server, the other is the housekeeping process. 
Send signals to the listening server. (the process ID is in the .pid 
file, so you might do "xargs kill < /var/run/bbstored.pid" for 
example.)

>  I've tried to kill the 2 process with one kill line (ie. # kill 29143 
> 29144).
>  After that, the etc/bbstored.conf was strangely deleted !

Could you post your bbstored.conf file? It's only the PID file which 
will be deleted on the server.

>  If I only kill the first process, the server going down, and 
> etc/bbstored.conf isn't deleted...

I'm not sure why that would happen. The housekeeping process is set to 
ignore signals anyway.

Ben





More information about the Boxbackup mailing list