[Slackbuilds-users] can't uninstall dehydrated
Donald R Laster Jr
laster at dlaster.com
Thu Jul 4 12:45:10 UTC 2019
David,
Check for an entry in the crontab system that is trying to run the script. Look in these directories
/etc/cron.d/
/etc/cron.daily/
/etc/cron.hourly/
/etc/cron.monthly/
/etc/cron.weekly/
for the cron commands the are trying to execute the command
/usr/bin/dehydrated -c >/dev/null
I would look in the /etc/cron.d/ and /etc/cron.daily/ directories first. Another option to try and find where the script is trying to be invoked from would be this command:
find /etc -exec grep dehydrated \{} \; -print
Everything normally should be rooted in the /etc directory but the man pages also indicate that some items may be in /var/spool/cron/crontabs as well. So the find command start directory "/etc" can be changed to point to "/var/spool/cron" as well.
Don
Eugen Wissner wrote on 07/04/2019 03:30 AM:
> /etc/cron.d/dehydrated?
>
> Am Donnerstag, den 04.07.2019, 00:06 -0700 schrieb David Melik:
>> Lately I installed the other Lets Encrypt clients, and tried to
>> uninstall them. Every day now (despite having rebooted) I get an
>> email
>> message from my server (cron for user root /usr/bin/dehydrated -c
>> >/dev/null) '/bin/sh: /usr/bin/dehydrated: No such file or
>> directory.'
>> However, I don't have this in my crontab for root. How do I get rid
>> of
>> this message?
>> I might reinstall it but first need to hear back about what
>> went
>> wrong with my dependencies for the main letsencrypt package. I
>> believe
>> I posted the most recent compilation error, for a dependency, a few
>> days
>> ago.
>>
>> _______________________________________________
>> SlackBuilds-users mailing list
>> SlackBuilds-users at slackbuilds.org
>> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
>> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
>> FAQ - https://slackbuilds.org/faq/
>>
> _______________________________________________
> SlackBuilds-users mailing list
> SlackBuilds-users at slackbuilds.org
> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> FAQ - https://slackbuilds.org/faq/
>
More information about the SlackBuilds-users
mailing list