We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jails hang at job unload due to cron.
workaround is to kill -9 them from the main host.
The text was updated successfully, but these errors were encountered:
I think it has something to do with sendmail:
freebsd11% ps ax|grep J 30075 - IsJ 0:00.01 /usr/sbin/syslogd -s 30127 - SsJ 0:00.00 sendmail: accepting connections (sendmail) 30130 - IsJ 0:00.00 sendmail: Queue runner@00:30:00 for /var/spool/clientmqueue 30134 - IsJ 0:00.00 /usr/sbin/cron -s 30159 - ZJ 0:00.03 30161 2 I+J 0:00.02 /bin/sh /etc/rc.shutdown 30164 2 I+J 0:00.00 /bin/sh /etc/rc.shutdown 30166 2 I+J 0:00.00 sleep 90 30203 2 I+J 0:00.00 /bin/sh /etc/rc.shutdown 30208 2 I+J 0:00.00 pwait 30134
Sorry, something went wrong.
No branches or pull requests
jails hang at job unload due to cron.
workaround is to kill -9 them from the main host.
The text was updated successfully, but these errors were encountered: