On 08/29/15 08:14, Craig Skinner wrote:
> Hi team,
>
> I played about with manually allocating /var/tmp in a 5.7 install.
>
> Twice tar has complained when installing from local disk with:
> < 512Mb /tmp
> > 512Mb /var/tmp
>
> I dunno if it's anything to worry about.
>
> Here's hoping a script(1) log doesn't bugger up this mail formatting...:
...
yeah. /var/tmp (the directory) has been replaced by a symlink to /tmp.
Your machine already has a directory where baseXX tried to drop a symlink.
This is fixed when you follow the upgrade57.html and follow these two lines:
rm -r /var/tmp
ln -s /tmp /var/tmp
Nick.