5 messages in com.perforce.perforce-user[p4] Halting perforce server on MacOS...
FromSent OnAttachments
Dave Rehring15 Apr 2004 10:03 
Dave Lewis15 Apr 2004 11:56 
Jeff Younker15 Apr 2004 12:35 
Jack Tan15 Apr 2004 14:34 
Hattarki, Mark16 Apr 2004 08:21 
Subject:[p4] Halting perforce server on MacOS X Server
From:Dave Lewis (dle@vignette.com)
Date:04/15/2004 11:56:35 AM
List:com.perforce.perforce-user

User-Agent: Microsoft-Entourage/10.1.4.030702.0

> From: Dave Rehring <drehring at atimi.com> > CC: "me at work" <drehring at atimi.com> > Sender: perforce-user-admin at perforce.com > Errors-To: perforce-user-admin at perforce.com > Precedence: bulk > List-Help: <mailto:perforce-user-request at perforce.com?subject=help> > List-Post: <mailto:perforce-user at perforce.com> > List-Subscribe:
<http://maillist.perforce.com/mailman/listinfo/perforce-user>, > <mailto:perforce-user-request at perforce.com?subject=subscribe> > List-Id: Discuss Perforce with other users <perforce-user.perforce.com> > List-Unsubscribe:
<http://maillist.perforce.com/mailman/listinfo/perforce-user>, > <mailto:perforce-user-request at perforce.com?subject=unsubscribe> > List-Archive: <http://maillist.perforce.com/pipermail/perforce-user/> > Date: Thu, 15 Apr 2004 10:03:41 -0700 > > Hi, > > I've got an OS X 10.3.3 Server set up, and I'm wondering how 'safe' it is > for p4d to be terminated by a SIGTERM signal when the computer is > shutdown/restarted? > > I know the manual recommends using 'p4 admin stop'. >

SIGTERM should be fine. it is the default signal for kill, and we use this on solaris all the time. Actually, its what we used before they had the p4 admin stop command. Don't use a kill -9!

dave