From owner-freebsd-questions@FreeBSD.ORG Wed Mar 1 07:10:11 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5412A16A420 for ; Wed, 1 Mar 2006 07:10:11 +0000 (GMT) (envelope-from perikillo@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id D86DD43D46 for ; Wed, 1 Mar 2006 07:10:10 +0000 (GMT) (envelope-from perikillo@gmail.com) Received: by wproxy.gmail.com with SMTP id i14so328173wra for ; Tue, 28 Feb 2006 23:10:10 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=c88EDOHfHnfZ60SJP3NlQDtFnQZP7yDTJ3dQu07BQnaH1pOWVDZdaN2b5ds6uokZS3pV6bc8x6qqZ5AM5R36b4mMYSbDVkxNPp5NVQwJvi7VEAfnCn9w7nYHXHUqqARMNEM0oTK+S5Quj/mtCQko5wU4+OSoPjjYfFNrewfVFRo= Received: by 10.65.220.15 with SMTP id x15mr1272483qbq; Tue, 28 Feb 2006 23:10:09 -0800 (PST) Received: by 10.65.216.10 with HTTP; Tue, 28 Feb 2006 23:10:09 -0800 (PST) Message-ID: <51d7a5160602282310y25194a7cw78e3cbd61476d78c@mail.gmail.com> Date: Tue, 28 Feb 2006 23:10:09 -0800 From: perikillo To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Problems with Cron 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: Wed, 01 Mar 2006 07:10:11 -0000 Hi people. I have 1 system running freebsd 5.4-p11, but since the first day of use root start getting a emails from cron that say this: Message 1: >From root@samantha.MBX.local Tue Feb 28 23:10:06 2006 Date: Tue, 28 Feb 2006 23:10:01 -0800 (PST) From: root@samantha.MBX.local (Cron Daemon) To: root@samantha.MBX.local Subject: Cron root /usr/libexec/atrun X-Cron-Env: X-Cron-Env: X-Cron-Env: X-Cron-Env: X-Cron-Env: root: not found >From root@samantha.MBX.local Tue Feb 28 23:11:06 2006 Date: Tue, 28 Feb 2006 23:11:00 -0800 (PST) From: root@samantha.MBX.local (Cron Daemon) To: root@samantha.MBX.local Subject: Cron operator /usr/libexec/save-entropy X-Cron-Env: X-Cron-Env: X-Cron-Env: X-Cron-Env: X-Cron-Env: operator: not found This is the file /etc/crontab: # /etc/crontab - root's crontab for FreeBSD # # $FreeBSD: src/etc/crontab,v 1.32 2002/11/22 16:13:39 tom Exp $ # SHELL=3D/bin/sh PATH=3D/etc:/bin:/sbin:/usr/bin:/usr/sbin HOME=3D/var/log #MAIL=3Droot # #minute hour mday month wday who command # */5 * * * * root /usr/libexec/atrun # # Save some entropy so that /dev/random can re-seed on boot. */11 * * * * operator /usr/libexec/save-entropy # # Rotate log files every hour, if necessary. 0 * * * * root newsyslog # # Perform daily/weekly/monthly maintenance. 1 3 * * * root periodic daily 15 4 * * 6 root periodic weekly 30 5 1 * * root periodic monthly # # Adjust the time zone if the CMOS clock keeps local time, as opposed to # UTC time. See adjkerntz(8) for details. 1,31 0-5 * * * root adjkerntz -a I have been checking thi file but i still dont get it why is saying that the users that supposes will run the job didnt exist, this is my /etc/passwd: samantha#vipw # $FreeBSD: src/etc/master.passwd,v 1.39 2004/08/01 21:33:47 markm Exp $ root:$1$ycY0WzTj$e5ObqwAsCUgBFV9n05be9.:0:0::0:0:Charlie &:/root:/bin/csh toor:*:0:0::0:0:Bourne-again Superuser:/root: daemon:*:1:1::0:0:Owner of many system processes:/root:/usr/sbin/nologin operator:*:2:5::0:0:System &:/:/usr/sbin/nologin bin:*:3:7::0:0:Binaries Commands and Source:/:/usr/sbin/nologin tty:*:4:65533::0:0:Tty Sandbox:/:/usr/sbin/nologin kmem:*:5:65533::0:0:KMem Sandbox:/:/usr/sbin/nologin games:*:7:13::0:0:Games pseudo-user:/usr/games:/usr/sbin/nologin news:*:8:8::0:0:News Subsystem:/:/usr/sbin/nologin man:*:9:9::0:0:Mister Man Pages:/usr/share/man:/usr/sbin/nologin sshd:*:22:22::0:0:Secure Shell Daemon:/var/empty:/usr/sbin/nologin smmsp:*:25:25::0:0:Sendmail Submission User:/var/spool/clientmqueue:/usr/sbin/nologin mailnull:*:26:26::0:0:Sendmail Default User:/var/spool/mqueue:/usr/sbin/nol= ogin bind:*:53:53::0:0:Bind Sandbox:/:/usr/sbin/nologin proxy:*:62:62::0:0:Packet Filter pseudo-user:/nonexistent:/usr/sbin/nologin _pflogd:*:64:64::0:0:pflogd privsep user:/var/empty:/usr/sbin/nologin uucp:*:66:66::0:0:UUCP pseudo-user:/var/spool/uucppublic:/usr/local/libexec/uucp/uucico pop:*:68:6::0:0:Post Office Owner:/nonexistent:/usr/sbin/nologin www:*:80:80::0:0:World Wide Web Owner:/nonexistent:/usr/sbin/nologin nobody:*:65534:65534::0:0:Unprivileged user:/nonexistent:/usr/sbin/nologin klabaza:$1$Lz3s2.yR$.iU8SRhkrG/FXG0ZXGjlr/:1001:1001::0:0:User & Moreno:/home/klabaza:/bin/tcsh mysql:*:88:88::0:0:MySQL Daemon:/nonexistent:/sbin/nologin bacula:*:910:910::0:0:Bacula Daemon:/var/db/bacula:/sbin/nologin periko:$1$bH6i7s7L$7X3a.Bkg3N9yoYBFQAmI1.:1002:1002::0:0:User & moreno:/home/periko:/bin/sh karina:$1$0fY4adrB$LMEELuaeCoTQ.9S60b9yN0:1003:1003::0:0:karina moreno:/home/karina:/bin/csh Some knows the reason of this emails...? This is not a production system, but i receive a lot of emails each day, look right i just write the mail and already have 2 mails: samantha# mail -u root Mail version 8.1 6/6/93. Type ? for help. "/var/mail/root": 2 messages 2 new >N 1 root@samantha.MBX.lo Tue Feb 28 23:15 23/895 "Cron root /usr/libexec/atrun" N 2 root@samantha.MBX.lo Tue Feb 28 23:20 23/895 "Cron root /usr/libexec/atrun" & Any info you have to fix this i wil apreciated, thanks all for your time= .