On Monday 16 January 2006 21:01, Kern Sibbald wrote:
> With 2.4 Linux kernels (with a few exceptions), each thread had a
> separate pid. On 2.6 Linux kernels, all threads share the same pid but
> have different thread ids.
Rats, why didn't I think of that. Of course that bit me once before when
On Tuesday 17 January 2006 10:40, Martin Simmons wrote:
> > On Mon, 16 Jan 2006 21:01:13 +0100, Kern Sibbald <[EMAIL PROTECTED]>
> > said:
>
> Kern> On Monday 16 January 2006 20:19, Martin Simmons wrote:
> >> > On Mon, 16 Jan 2006 19:44:02 +0100, "[EMAIL PROTECTED]"
> >> > <[E
> On Mon, 16 Jan 2006 21:01:13 +0100, Kern Sibbald <[EMAIL PROTECTED]> said:
Kern> On Monday 16 January 2006 20:19, Martin Simmons wrote:
>> > On Mon, 16 Jan 2006 19:44:02 +0100, "[EMAIL PROTECTED]"
>> > <[EMAIL PROTECTED]> said:
>>
Pascal> Yes! it desappeared on /etc/init.d
On Monday 16 January 2006 20:19, Martin Simmons wrote:
> > On Mon, 16 Jan 2006 19:44:02 +0100, "[EMAIL PROTECTED]"
> > <[EMAIL PROTECTED]> said:
>
> Pascal> Yes! it desappeared on /etc/init.d/bacula
> Pascal> Is it in relation with the number of storage configured?
> Pascal> The probl
> On Mon, 16 Jan 2006 19:44:02 +0100, "[EMAIL PROTECTED]" <[EMAIL
> PROTECTED]> said:
Pascal> Yes! it desappeared on /etc/init.d/bacula
Pascal> Is it in relation with the number of storage configured?
Pascal> The problem is that i think my jobs fail because the thead concurently
P
Yes! it desappeared on /etc/init.d/bacula
Is it in relation with the number of storage configured?
The problem is that i think my jobs fail because the thead concurently
lock the nst0 device:
fuser -uv /dev/nst0
USERPID ACCESS COMMAND
/dev/nst0root 302
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Christoph Haas wrote:
> On Monday 16 January 2006 16:02, [EMAIL PROTECTED] wrote:
>> I use debian sarge. When i lauch bacula (/etc/init.d/bacula-sd start) i
>> obtains 4 threads
[...]
>> I wanted to obtain only one (as it is in my other machine with b
On Monday 16 January 2006 16:02, [EMAIL PROTECTED] wrote:
> I use debian sarge. When i lauch bacula (/etc/init.d/bacula-sd start) i
> obtains 4 threads
> # pgrep -l bacula
> 30232 bacula-sd
> 30233 bacula-sd
> 30234 bacula-sd
> 30235 bacula-sd
> I wanted to obtain only one (as it is in my other mac
Hi,
I use debian sarge. When i lauch bacula (/etc/init.d/bacula-sd start) i
obtains 4 threads
# pgrep -l bacula
30232 bacula-sd
30233 bacula-sd
30234 bacula-sd
30235 bacula-sd
I wanted to obtain only one (as it is in my other machine with bacula).
Is somebody knowing where is the parameter which co