Daniel Luttermann <dan...@dlutt.de> wrote: > When I use > > service config { > unix_listener config { > group = > mode = 0666 > user = > } > } > > then the error "permission denied" doesn't occur anymore but the error > > warning: access table unix:private/quota-status entry has empty value
I don't know if this is related to your problem but the error may be caused because of the doublespace between "entry" and "has". Timo has already recogniced this. Andreas