[Box Backup] error on first run

Ben Summers boxbackup@fluffy.co.uk
Fri, 29 Oct 2004 18:31:09 +0100


On 29 Oct 2004, at 18:22, Charles Lecklider wrote:

> Ben Summers wrote:
>> You need to check that you have got the right certificates and CA 
>> roots on the client and the server. Remember, 'sign' and 
>> 'sign-server' are different!
>
> 2nd time through I had 6 PuTTYs so as to be sure to have the 
> instructions at each step. Copy, paste, scp. I can do it all again, 
> but I'm reasonably certain that I put the right files in the right 
> places.
>
> Is there an 'ls -lR' of a working server and client someplace so I can 
> check what I've got?

Server:

# ls -laR /etc/box
total 20
drwxr-xr-x   3 root       wheel   512 Feb 26  2004 .
drwxr-xr-x  18 root       wheel  2048 Feb 26  2004 ..
drwxr-xr-x   2 _bbstored  wheel   512 Feb 26  2004 bbstored
-rw-r--r--   1 root       wheel   595 Apr 29  2004 bbstored.conf
-rw-r--r--   1 root       wheel   197 Feb 26  2004 raidfile.conf

/etc/box/bbstored:
total 28
drwxr-xr-x  2 _bbstored  wheel   512 Feb 26  2004 .
drwxr-xr-x  3 root       wheel   512 Feb 26  2004 ..
-rw-r--r--  1 _bbstored  wheel    41 Aug 23 14:14 accounts.txt
-rw-r--r--  1 _bbstored  wheel  1009 Feb 26  2004 clientCA.pem
-rw-r--r--  1 _bbstored  wheel  1009 Feb 26  2004 
SERVERNAME.co.uk-cert.pem
-rw-r--r--  1 _bbstored  wheel   911 Feb 26  2004 
SERVERNAME.co.uk-csr.pem
-rw-r--r--  1 _bbstored  wheel  1679 Feb 26  2004 
SERVERNAME.co.uk-key.pem


Client:

# ls -laR /etc/box
total 24
drwxr-xr-x   3 root  wheel   512 Mar  4  2004 .
drwxr-xr-x  21 root  wheel  2048 Oct 19 10:11 ..
drwx------   2 root  wheel   512 Mar  4  2004 bbackupd
-rw-r--r--   1 root  wheel  2971 Apr  3  2004 bbackupd.conf

/etc/box/bbackupd:
total 32
drwx------  2 root  wheel   512 Mar  4  2004 .
drwxr-xr-x  3 root  wheel   512 Mar  4  2004 ..
-rw-r--r--  1 root  wheel  1024 Mar  4  2004 56-FileEncKeys.raw
-rw-r--r--  1 root  wheel   989 Mar  4  2004 56-cert.pem
-rw-r--r--  1 root  wheel   891 Mar  4  2004 56-csr.pem
-rw-r--r--  1 root  wheel  1679 Mar  4  2004 56-key.pem
-rwx------  1 root  wheel  1153 Apr  1  2004 NotifyStoreFull.sh
-rw-r--r--  1 root  wheel  1009 Mar  4  2004 serverCA.pem


Look similar?

Ben