Page MenuHomePhabricator

Access request to run bulk operations in phabricator for user lmata
Closed, ResolvedPublic

Description

when attempting to perform a bulk operation (retagging), I am encouraged to silence the noise via:

phabricator/ $ ./bin/bulk make-silent --id 3410

However, it seems I do not have the correct privilege:

lmata@phab1001:~$ cd /srv/phab/phabricator
lmata@phab1001:/srv/phab/phabricator$ ./bin/bulk make-silent --id 3410
-bash: ./bin/bulk: Permission denied

I'll hold off while i am unable to silence to avoid spamming the ops channel.

Event Timeline

That looks like a file permissions issue.

Can you check what group the file is owned by and run it as that?

lmata claimed this task.

Can you share which doc you looked at so it can be updated?

This was a dialogue/modal out of phabricator’s confirmation page for bulk change. I can find one and take a screengrab if that’s helpful.

This was a dialogue/modal out of phabricator’s confirmation page for bulk change. I can find one and take a screengrab if that’s helpful.

Probably something can be changed within the translations plugin. Might be worth a task if one doesn't exist.