From owner-freebsd-bugs Fri May 16 08:40:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA04411 for bugs-outgoing; Fri, 16 May 1997 08:40:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA04387; Fri, 16 May 1997 08:40:03 -0700 (PDT) Resent-Date: Fri, 16 May 1997 08:40:03 -0700 (PDT) Resent-Message-Id: <199705161540.IAA04387@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, tejblum@arc.hq.cti.ru Received: from arc.hq.cti.ru (arc.hq.cti.ru [194.67.85.50]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA04234 for ; Fri, 16 May 1997 08:37:19 -0700 (PDT) Received: (from tejblum@localhost) by arc.hq.cti.ru (8.8.5/8.8.5) id TAA20943; Fri, 16 May 1997 19:36:33 +0400 (MSD) Message-Id: <199705161536.TAA20943@arc.hq.cti.ru> Date: Fri, 16 May 1997 19:36:33 +0400 (MSD) From: Dmitrij Tejblum Reply-To: tejblum@arc.hq.cti.ru To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: conf/3605: New /etc/rc not clearing /tmp Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 3605 >Category: conf >Synopsis: New /etc/rc not clearing /tmp >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 16 08:40:01 PDT 1997 >Last-Modified: >Originator: Dmitrij Tejblum >Organization: CompTek >Release: FreeBSD 2.2-STABLE i386 >Environment: >Description: The following lines was excluded from /etc/rc. It probably caused my troubles with starting X. echo clearing /tmp # prune quickly with one rm, then use find to clean up /tmp/[lq]* # (not needed with mfs /tmp, but doesn't hurt there...) (cd /tmp && rm -rf [a-km-pr-zA-Z]* && find -d . ! -name . ! -name lost+found ! -name quotas -exec rm -rf -- {} \;) # The above is even more stupid since it prevents you from restarting # X11 after a system crash. If you disable the above, make sure to # uncomment the line below. # # clean up leftover X lock files and local connection sockets #rm -f /tmp/.X*-lock /tmp/.X11-unix/* >How-To-Repeat: >Fix: Restore the code. >Audit-Trail: >Unformatted: