View Single Post
  #5   (View Single Post)  
Old 27th January 2013
bob701 bob701 is offline
New User
 
Join Date: Jan 2013
Posts: 4
Default

Hi, that would be much appreciated. I installed OpenBSD 5.2 i386 using the "install52.iso" without x* and game* sets (from the cd). Then I set PKG_PATH and installed BackupPC from the ftp mirror using pkg_add.

Aha:
Thanks for the info on the missing dependency issue. Turns out it just didn't install the 'fcgi' dependency. Solved by running:
Code:
pkg_add fcgi
So as a summary the problems I ran into:
1. Required _backuppc user was not created.
2. BackupPC configuration and data directories therefore had wrong permissions.
3. Required dependency fcgi not installed.

Not 100% sure weather httpd needs to run unchrooted but I havn't finished setting up yet.

Last edited by bob701; 27th January 2013 at 09:17 PM.
Reply With Quote