From owner-freebsd-questions@FreeBSD.ORG Thu Sep 2 01:32:57 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5BD110656B8 for ; Thu, 2 Sep 2010 01:32:57 +0000 (UTC) (envelope-from olivares14031@gmail.com) Received: from mail-wy0-f172.google.com (mail-wy0-f172.google.com [74.125.82.172]) by mx1.freebsd.org (Postfix) with ESMTP id 4C94B8FC12 for ; Thu, 2 Sep 2010 01:32:57 +0000 (UTC) Received: by wyi11 with SMTP id 11so14107275wyi.17 for ; Wed, 01 Sep 2010 18:32:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=7qB6BAk8O8gxgwZPV2nGB+o2lryKzu9bYsTwxbabFUs=; b=P3iX2+4iaFes6H0ZLCMOPr/tpVmoF5jPw8D7ImOR8ULJH9QEEGM/bNOp5lBIRpzbmf fnuvjbElsSiMwnGUmQzRwQe1kKEifaklnjAucJsaP84I36vhLH94L0HxgD4H6xnmuDgJ rPZvZPIsLAl+PpluqSV3HqWD5P9f4XHM90AY8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=EW6vmRMzXUu7/M8NCa6Oyh3p5v/JJXSr8q+YvxCmYyJugKAKiBfHl2bkjUuos/nhJD moPsVmzw6bO/0RCfv8ZJFpf3mJcVsGBED1j6LFzmsu5euMYu7uvEEgXBn+A8U5vfBbCq 4O6wSlY7Vs+8ThMtZfp3GTWPXf8+OabmubBFg= MIME-Version: 1.0 Received: by 10.216.234.93 with SMTP id r71mr1017122weq.104.1283391176235; Wed, 01 Sep 2010 18:32:56 -0700 (PDT) Received: by 10.216.169.211 with HTTP; Wed, 1 Sep 2010 18:32:56 -0700 (PDT) In-Reply-To: <20100830120007.543fa5dd@gumby.homeunix.com> References: <20100830120007.543fa5dd@gumby.homeunix.com> Date: Wed, 1 Sep 2010 20:32:56 -0500 Message-ID: From: Antonio Olivares To: RW Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: killall -9 program-name does not work X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Sep 2010 01:32:57 -0000 On 8/30/10, RW wrote: > On Mon, 30 Aug 2010 03:14:58 +0000 > Antonio Olivares wrote: > >> Dear fellow FreeBSD users, >> >> I have a cron script that plays music in the morning when I arrive at >> work. >> >> in ~/.xalarm I have two lines, one that calls xterm and one that calls >> mplayer and plays a series of music files in a playlist >> >> crontab -l >> has the following >> # min hour day-of-month month day-of-week command >> # 0-59 0-23 1-31 1-12 0-6 0=sun 1=mon >> 00 07 * * 1-5 ~/.xalarm >/dev/null 2>&1 >> 30 07 * * 1-5 killall -9 /usr/local/bin/mplayer >/dev/null 2>&1 > > You don't need the path to mplayer. It makes no difference. This does not stop mplayer from playing :( Thanks though for trying to help. Regards, Antonio