From owner-freebsd-questions@FreeBSD.ORG Fri Apr 13 14:04:26 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C2C1816A400 for ; Fri, 13 Apr 2007 14:04:26 +0000 (UTC) (envelope-from winamprulz@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.freebsd.org (Postfix) with ESMTP id 575A513C45E for ; Fri, 13 Apr 2007 14:04:26 +0000 (UTC) (envelope-from winamprulz@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so492092ugh for ; Fri, 13 Apr 2007 07:04:25 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:mime-version:content-type; b=CKt33chnqnpztFAZo/4jNflT96tLFTDEgub9W9oSsUw68l/PGn5Y4d6yzdUiCQ6GUEK7ZUZ19lT2hn6yFfU0lw9Vru58gQJNjG9KVKtrt6LhZRHzgMCF//Xczomw+B5ypr/gL4Hhgc+XnCiQhs+iRO61ZsEtOuKwt6RIerrwmgU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:mime-version:content-type; b=f+bM3MTFU86bA/SFaunj3HqNcRWq3PkHriGCEjQ47ewcsqcfdlR1uxPZm/xOT/Pl8/WPEdEGCSTMT4eihDBlGkzzrfUnIZmeU2ZCAa7npZx+NIhmDu+3oC5OPcEczp7V3BwGby+rvFQqZqRmQN60TDtEX/TpMKOc2P7QCHxJ7lo= Received: by 10.67.106.3 with SMTP id i3mr2016778ugm.1176471602918; Fri, 13 Apr 2007 06:40:02 -0700 (PDT) Received: by 10.67.23.4 with HTTP; Fri, 13 Apr 2007 06:40:02 -0700 (PDT) Message-ID: Date: Fri, 13 Apr 2007 09:40:02 -0400 From: "Joshua Prunier" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: techsupport@ivesinc.com Subject: FTP timestamp problem with ftpchroot 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: Fri, 13 Apr 2007 14:04:26 -0000 Hi, I've searched the FreeBSD support pages and googled with no solution to the problem I am having. When we FTP into our machine the timestamps for all the files seen are 4 hours later than if you ssh into the machine and look at those same files. The time is correct. I verified it with the date command, BIOS is also correct. I also know this is somehow caused by chroot. I have an /etc/ftpchroot file enabled to keep ftp users in their own directories. If I remove this file then the 4 hour time difference goes away and your able to see the proper times when viewing via FTP. Note that this system does not have anonymous ftp enabled. I'm also having the problem with both FreeBSD i386 6.1 & 6.2. Is this a bug? Maybe I'm just missing a setting or configuration somewhere. If anyone has run across this before and knows how to fix the problem I would greatly appreciate it. Should I just give up on the FreeBSD ftpd and install a 3rd party FTP server?