On Saturday 19 December 2020 07:39:34 pm Gene Heskett via tde-users wrote:
On Saturday 19 December 2020 19:15:47 Michael via
tde-users wrote:
> On Saturday 19 December 2020 11:15:43 am Michael via tde-users wrote:
> > On Saturday 19 December 2020 08:34:37 am Gene Heskett via tde-users
wrote:
> > On
Saturday 19 December 2020 03:32:07 Gene Heskett wrote:
>
> Hi Gene,
>
> Thanks for posting the dcop commands, I’ve been meaning to add
> similar to my local nightly backup for awhile.
>
> On the permissions issue:
>
> Use sudo, basically the same as using sudo for yourusername to root,
> but replace root with yourusername and yourusername with amanada.
> And then get sudo to run without password.
>
> -
>
https://www.golinuxhub.com/2013/12/how-to-give-permission-to-user-to
>-run/ -
https://linuxhandbook.com/sudo-without-password/
This second URL showed me how to edit the sudoers file and add this:
amanda ALL=(ALL) NOPASSWD:/opt/trinity/bin/dcop
But it still fails:
root@coyote:~$ su amanda -c "/opt/trinity/bin/dcop --user gene
--all-sessions kmail KMailIface resumeBackgroundJobs"
sudo NOT su... Read the first link, they go together... AFIK, you'll need to
reformat the whole command for sudo (as it is not the same format as su).
Don't run as root either! Run it as plain amanda, even if you have to stick
it in a test script and add it to amanda cron to kick it off.
Do use visudo to edit sudoers, it will use whatever editor* you have exported,
e.g.:
export EDITOR=nano
* I know I’m a heathen heretic, I hate vi…
Best,
Michael