Re: [Bacula-users] bacula-dir + FreeBSD

2007-04-01 Thread Kimi Ostro
Just to follow up: I basically spent my weekend testing various ways and this is what I came up with: the thing that always breaks bacula-dir is sqlite3 with threads. now, if you want to use a threaded sqlite3, better of using sqlite3-threads port (i reckon changing dependency to this might be

Re: [Bacula-users] bacula-dir + FreeBSD

2007-04-01 Thread Kimi Ostro
On 01/04/07, Dan Langille [EMAIL PROTECTED] wrote: On 1 Apr 2007 at 21:59, Kimi Ostro wrote: Just to follow up: I basically spent my weekend testing various ways and this is what I came up with: the thing that always breaks bacula-dir is sqlite3 with threads. now, if you want

Re: [Bacula-users] bacula-dir + FreeBSD

2007-03-30 Thread Kimi Ostro
On 30/03/07, Jason King [EMAIL PROTECTED] wrote: I ran into the same problem. You have to check the startup script and change the user that it starts as. It's wanting to start as a user other than root. Here is the line you are looking for in the rc.d script. The -u flag should be changed it

Re: [Bacula-users] bacula-dir + FreeBSD

2007-03-30 Thread Kimi Ostro
On 30/03/07, Dan Langille [EMAIL PROTECTED] wrote: On 30 Mar 2007 at 23:21, Kimi Ostro wrote: On 30/03/07, Arno Lehmann [EMAIL PROTECTED] wrote: Hi, Which version of Bacula and FreeBSD is this? Bacula Version: 2.0.3 (06 March 2007) FreeBSD 6.2-STABLE #0: Fri Mar 30 07:19:11

Re: [Bacula-users] bacula-dir + FreeBSD

2007-03-30 Thread Kimi Ostro
Ok, work under CURRENT not problem. teos# ps aux | grep bacula bacula 27290 0.0 0.7 7708 3792 ?? Ss1:13AM 0:00.02 /usr/local/sbin/bacula-sd -u bacula -g bacula -v -c /usr/local/etc/bacula-sd.conf bacula 27868 0.0 0.8 9248 4280 ?? Ss1:13AM 0:00.01 /usr/local/sbin/bacula-dir

Re: [Bacula-users] bacula-dir + FreeBSD

2007-03-30 Thread Kimi Ostro
On 31/03/07, Dan Langille [EMAIL PROTECTED] wrote: BINGO! Oops! I was not clear. under FreeBSD-CURRENT, I created a jail (Basically I have a test box that runs CURRENT with loads of jails) so I thought I could create a new jail and build ports/sysutils/bacula-server. That did not work as