View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000226 | My infrastructure | General | public | 2024-05-29 14:57 | 2024-05-29 19:47 |
Reporter | dvl | Assigned To | dvl | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Summary | 0000226: jails: clear out tmp on reboot? | ||||
Description | sounds good to me. Include freshports jails? Is periodic enabled there? I think no. | ||||
Tags | No tags attached. | ||||
|
Done. Check for lack of setting: [19:46 r730-03 dvl ~] % grep -c clear_tmp_enable /jails/*/etc/rc.conf | grep -v :1 [19:46 r730-03 dvl ~] % Set what's lacking: [19:47 tallboy dvl ~] % grep -c clear_tmp_enable /jails/*/etc/rc.conf | grep -v :1 | cut -f 1 -d : | xargs -n 1 -I % sudo sysrc -f % clear_tmp_enable=\"YES\" |