From owner-freebsd-arm@FreeBSD.ORG Tue Jun 2 15:02:03 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E61F75DC for ; Tue, 2 Jun 2015 15:02:03 +0000 (UTC) (envelope-from perretcantonim@gmail.com) Received: from mail-wg0-x235.google.com (mail-wg0-x235.google.com [IPv6:2a00:1450:400c:c00::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 82E001F4C for ; Tue, 2 Jun 2015 15:02:03 +0000 (UTC) (envelope-from perretcantonim@gmail.com) Received: by wgv5 with SMTP id 5so142607318wgv.1 for ; Tue, 02 Jun 2015 08:02:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=C0/qOexO0VxpF4q6yfwviqGKXw8HYCZL2dbqVaGVvsU=; b=hoFDJiFe9vMgt5lUTSBJXsS1ZGgLsX0lIGd0AOT+U9lkYBOw4DM2IA7oic80ZNVvGu D/mo42MV88QF3aBSYH3TcbUhMdgujHFcSem4LV7gHrjeYt8UHcxqEMPgel0pp+tQUO9I 1/oRRcQMq1NkhB1k+cdJSUix2hf+jQ+pMCaqBwLcCyVd6AmYymMs15psribEwFOUBYa3 QdM0bdRzW1uRO+CkKBrbSQT6xgkAwcXrUcPlS102RShjtiS4ClM/Fo7Rxo88We501l8t oTHBCtT/iSmThefmTIOUPWXxrVTob7N/8vGB2CnR/JXDlLcaon5nyLTdgLGbjGLzqIMy EcDQ== MIME-Version: 1.0 X-Received: by 10.194.171.36 with SMTP id ar4mr50671431wjc.7.1433257322051; Tue, 02 Jun 2015 08:02:02 -0700 (PDT) Received: by 10.27.179.3 with HTTP; Tue, 2 Jun 2015 08:02:02 -0700 (PDT) Date: Tue, 2 Jun 2015 12:02:02 -0300 Message-ID: Subject: installworld HEAD - check you time/date From: =?UTF-8?Q?Mat=C3=ADas_Perret_Cantoni?= To: freebsd-arm@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jun 2015 15:02:04 -0000 Hi! I'm having a weird error when i try to install a FreeBSD image from HEAD for the ZedBoard. I get the next message: root@efn:/usr/src : make TARGET_ARCH=armv6 DESTDIR=/mnt/armroot installworld distribution make "/usr/src/Makefile" line 263: check your date/time: Tue Jun 2 11:55:32 ART 2015 I'm setting my system time with ntpdate, and it looks fine: root@efn:/usr/src : date Tue Jun 2 11:58:07 ART 2015 I'm running 10.1-RELEASE FreeBSD 10.1-RELEASE #0 on VirtualBox. I'd appreciate any help. Regards, Matias.