From owner-freebsd-hackers@FreeBSD.ORG Sat Sep 11 16:58:37 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EA5C1065670 for ; Sat, 11 Sep 2010 16:58:37 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 23C3D8FC08 for ; Sat, 11 Sep 2010 16:58:36 +0000 (UTC) Received: by ywt2 with SMTP id 2so1816655ywt.13 for ; Sat, 11 Sep 2010 09:58:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=rk11BL+QA0d7p8lCVfpb0mIviKUai5sEemXJqS1DSYE=; b=LCTXxA/WTGQY1KzF6qIMJAUSoX/Ab1PV4rk9G5qsvBPj4EFxLnSAHHl7PguyiI8627 wsonsDO8yNvSMG9+nTLXu6YSmcHTTXUGqKXCrhPdwmdl2UEYHwpgskSypMFSw3ptuiqi t629clJAWq7YiLMEAYiSWeTSs21miPhKhlQuw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=u8kgzUAn5HLS3UbHdRZeKRL/IxVZ4mFB79q6oZr9NcIbnSGcLuNtRW+EJNzl2j3Erf IknT4K80AYC+ndQD5pCKFerz4ORPRg0c/Pxh0sJ2G8lWmcSGAaEdN170OAhvQ1A5lnr/ akJ0y18QWLzguELA8erOw/AS4vPomdirqns8c= Received: by 10.101.28.4 with SMTP id f4mr2200725anj.181.1284222767927; Sat, 11 Sep 2010 09:32:47 -0700 (PDT) Received: from [192.168.1.3] (c-24-14-170-47.hsd1.il.comcast.net [24.14.170.47]) by mx.google.com with ESMTPS id d4sm6163129and.19.2010.09.11.09.32.46 (version=SSLv3 cipher=RC4-MD5); Sat, 11 Sep 2010 09:32:47 -0700 (PDT) Message-ID: <4C8BAF2F.4050905@gmail.com> Date: Sat, 11 Sep 2010 11:32:47 -0500 From: Joshua Isom User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.9) Gecko/20100825 Thunderbird/3.1.3 MIME-Version: 1.0 To: freebsd-hackers@freebsd.org References: <201009111510.o8BFAnJ9011318@lurza.secnetix.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: How to disallow logout X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Sep 2010 16:58:37 -0000 On 9/11/2010 10:18 AM, Aryeh Friedman wrote: > ys of work and as I said the only reason > for all this is to make the client comfortable and not that I do not > trust the team (I do trust them) Write a script that gets executed in the background once you log in that will periodically check to make sure you're still logged in and if not, commit and delete. If you have a power failure, the script won't be running until you log in(unlike using cron), and when you log in after a power failure it should still all be there.