pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Problems distributed pbulk



Hi,
I found it! The problem was with my limited_list file.
I'm gonna make it short :
This syntax :

./archivers/gtar
./comms/kermit
./databases/couchdb
./foo/bar

even if it works without any problems in master_mode=no, won't work with master_mode=on.
You MUST write your packages like this :

archivers/gtar
comms/kermit 
databases/couchdb
foo/bar  

This means no " ./ " before "package category"/"pacakge name"

On Sat, Aug 4, 2018 at 6:16 PM Joerg Sonnenberger <joerg%bec.de@localhost> wrote:
On Fri, Aug 03, 2018 at 04:18:18PM -0400, Julien Savard wrote:
> Well... nobody's using master_mode ?

I've never seen that check being triggered in a decade. Are you sure
that you are using matching address/port settings? I.e. that the client
is actually talking to the master and not some other random network
service?

Joerg


Home | Main Index | Thread Index | Old Index