From owner-freebsd-hackers@FreeBSD.ORG Fri Feb 13 10:36:54 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D02BE16A4CE for ; Fri, 13 Feb 2004 10:36:54 -0800 (PST) Received: from cicero0.cybercity.dk (cicero0.cybercity.dk [212.242.40.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id A371C43D1D for ; Fri, 13 Feb 2004 10:36:54 -0800 (PST) (envelope-from db@traceroute.dk) Received: from user5.cybercity.dk (fxp0.user5.ip.cybercity.dk [212.242.41.51]) by cicero0.cybercity.dk (Postfix) with ESMTP id 5B1DC290F1 for ; Fri, 13 Feb 2004 19:36:53 +0100 (CET) Received: from main.trunet.dk (port132.ds1-arsy.adsl.cybercity.dk [212.242.239.73]) by user5.cybercity.dk (Postfix) with SMTP id 0C4B33A1D89 for ; Fri, 13 Feb 2004 19:36:53 +0100 (CET) Date: Fri, 13 Feb 2004 19:42:22 +0100 From: db To: hackers@freebsd.org Message-Id: <20040213194222.51703f71@main.trunet.dk> X-Mailer: Sylpheed version 0.9.8claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: 3 problems on my 5.2 server X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2004 18:36:54 -0000 Hi group Hope someone can solve one or all of these problems. 1. I have downloaded all the source for 5.2 and buildworld, buildkernel, installkernel, but when trying to installworld I get: >>> Installing everything.. -------------------------------------------------------------- cd /usr/src; make -f Makefile.inc1 install ===> share/info ===> include creating osreldate.h from newvers.sh touch: not found *** Error code 127 Stop in /usr/src/include. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Problem 2: My server is used by people all round the world, so what timezone should I use? Currently it is running with danish time, but it is running way to fast. I would guess twice as fast as it should be. Any ideas? Problem 3: Suddently I can't use 'adduser' to add users to the system. When trying the program add "\n/sbin/nologin" after the user info to the passwd files in/etc? I have also noticed that when adduser ask for a shell, nologin is listed twice. br db