Hi Mark,

What would cause the entire crontab to disappear? Would a system update that modifies cron do something with non-root crontabs? I guess that is a question for the CentOS folks.

On 3/22/2022 3:00 PM, Mark Sapiro wrote:
On 3/22/22 11:47, Dennis Putnam wrote:
For some reason the crontab for mailman is gone. When I try run crontab for mailman on crontab.in there is no error but when I run 'crontab -l -u mailman' it says there is no crontab. Can someone tell me how to fix this? TIA.

Are you running crontab as the mailman user?
```
crontab -u mailman path/to/crontab.in
```
or
```
sudo -u mailman crontab path/to/crontab.in
```

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

------------------------------------------------------
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
    https://mail.python.org/archives/list/mailman-users@python.org/

Reply via email to