[Slackbuilds-users] Cant seem to build webkitgtk or webkitgtk3 on Slackware64-14.1
Robby Workman
rworkman at slackbuilds.org
Fri Nov 15 20:43:04 UTC 2013
On Fri, 15 Nov 2013 17:18:12 +0000
Nick Warne <nick at linicks.net> wrote:
> I have this added to /etc/rc.d/rc.6 on all my Slack boxes - it clears
> /tmp/ out on each shutdown:
>
> # Clear /var/lock/subsys.
> if [ -d /var/lock/subsys ]; then
> rm -f /var/lock/subsys/*
> fi
>
> # Nick - 05/09/2013 - clear /tmp
> echo "Clearing out /tmp/*."
> if [ -d /tmp ]; then
> rm -rf /tmp/*
> fi
This effectively solves the problem, assuming enough ram:
# grep /tmp /etc/fstab
tmpfs /tmp tmpfs size=4G 0 0
# mount | grep lock
/run/lock on /var/lock type none (rw,bind)
-RW
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20131115/74334289/attachment.asc>
More information about the SlackBuilds-users
mailing list