Date: Thu, 4 Jun 2015 04:07:34 +0200 From: Polytropon <freebsd@edvax.de> To: Venom <venom@venomslair.com> Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 10.1 Periodic Errors Message-ID: <20150604040734.db4c8055.freebsd@edvax.de> In-Reply-To: <CAB4%2BJhOegGbAKMp1GpgMbHgd3HhghbqM=j%2B8SGRGyOG5zTZSXg@mail.gmail.com> References: <CAB4%2BJhOegGbAKMp1GpgMbHgd3HhghbqM=j%2B8SGRGyOG5zTZSXg@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 3 Jun 2015 20:05:26 -0500, Venom wrote: > Good evening, > > I reinstalled my 10.1-RELEASE-p10 FreeBSD 10.1-RELEASE-p10 #0: Tue May > 12 19:33:13 UTC 2015 > root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 > computer and now I get the below errors every time periodic daily and > weekly runs. I have searched the internet to try and figure this out > but I can not find anything that talks about this error. Does anyone > know what I need to install or do in order for periodic daily to run > correctly. > > /etc/defaults/periodic.conf: returning: not found > /etc/defaults/periodic.conf: status: not found It somehow looks like /etc/defaults/periodic.conf is damaged. Have a look at it: It should be a shell script (sh syntax) containing only variable definitions and comments. It will be sourced by other scripts. Now what you're seeing there looks to me like some comments got executed. A missing # could explain this... Check for the words "returning" and "status" in this file and _where_ they appear. Anything suspicious? -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150604040734.db4c8055.freebsd>