<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Oct 21, 2021, 6:33 PM Duncan Roe <<a href="mailto:duncan_roe@optusnet.com.au">duncan_roe@optusnet.com.au</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Thu, Oct 21, 2021 at 10:42:04AM -0600, Jeremy Hansen wrote:<br>
> On Thu, Oct 21, 2021, 3:45 AM Jude DaShiell <<a href="mailto:jdashiel@panix.com" target="_blank" rel="noreferrer">jdashiel@panix.com</a>> wrote:<br>
><br>
> > Note: repo version not obtainable by standard method, may be inaccurate.<br>
> > Can this be cleared by now or should it be cleared later by configuration?<br>
> > One thing I have noticed about slackware and maybe this applies to other<br>
> > linux distros is that the /tmp directory tree tends to be rather permanent<br>
> > unless cleaned out every so often.  I've had instances where the root user<br>
> > ran out of space on the system and this was with I think the standard 30gb<br>
> > root partition install space a while ago.<br>
> > I need to go through logs and clean some of those out too so disk quota<br>
> > situations don't happen again for a while.<br>
> ><br>
><br>
> I can't answer about your error, but while sbopkg doesn't clean up the<br>
> files in /tmp/ by default, you can change it by setting the following in<br>
> /etc/sbopkg/sbopkg.conf<br>
><br>
> CLEANUP=${CLEANUP:-NO}<br>
><br>
> to<br>
><br>
> CLEANUP=YES<br>
><br>
> Jeremy<br>
<br>
I think you are meant to:<br>
<br>
export CLEANUP=YES<br>
<br>
before running (un-amended) sbopkg<br>
<br>
Cheers ... Duncan.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">If you want this to stick, you'd need to add the export to your ~/.profile or change the config file I mentioned earlier.</div><div dir="auto"><br></div><div dir="auto">Exporting it will only save it for that instance of bash (and any bash sessions spawned from this one) and won't stick to any other sessions already running.</div><div dir="auto"><br></div><div dir="auto">Jeremy</div></div>