View Issue Details

IDProjectCategoryView StatusLast Update
0000226My infrastructureGeneralpublic2024-05-29 19:47
Reporterdvl Assigned Todvl  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Summary0000226: jails: clear out tmp on reboot?
Descriptionsounds good to me.

Include freshports jails? Is periodic enabled there? I think no.
TagsNo tags attached.

Activities

dvl

2024-05-29 19:47

manager   ~0000256

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\"

Issue History

Date Modified Username Field Change
2024-05-29 14:57 dvl New Issue
2024-05-29 19:46 dvl Assigned To => dvl
2024-05-29 19:46 dvl Status new => assigned
2024-05-29 19:47 dvl Status assigned => closed
2024-05-29 19:47 dvl Resolution open => fixed
2024-05-29 19:47 dvl Note Added: 0000256