From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 16 May 2007 17:46:27 +0400 From: "Konstantin A. Lepikhov" To: ALT Linux Sisyphus discussion list Message-ID: <20070516134627.GA26930@lks.home> Mail-Followup-To: ALT Linux Sisyphus discussion list References: <200705160124.06445.shadrinovdd@ystu.ru> <200705161219.01493.a_s_y@sama.ru> <20070516120147.GA6998@lks.home> <200705161628.42340.shadrinovdd@ystu.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200705161628.42340.shadrinovdd@ystu.ru> X-Operation-System: ALT Linux Sisyphus (20070101) 2.6.18-ovz-smp-alt14 User-Agent: Mutt/1.5.14 (2007-02-12) Subject: Re: [sisyphus] =?koi8-r?b?cHJvZnRwZCDJINfSxc3RIMnazcXOxc7J0SDGwcrM?= =?koi8-r?b?z9c=?= X-BeenThere: sisyphus@lists.altlinux.org X-Mailman-Version: 2.1.9rc1 Precedence: list Reply-To: ALT Linux Sisyphus discussion list List-Id: ALT Linux Sisyphus discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2007 13:46:32 -0000 Archived-At: List-Archive: List-Post: Hi Dmitriy! Wednesday 16, at 04:28:42 PM you wrote: > [root@gw ftp]$ date > Wed May 16 16:25:40 MSD 2007 > [root@gw ftp]# l > total 0 > drwxr-sr-x 4 root ftpadmin 39 Apr 15 14:12 aids > drwxrwsr-x 2 ftpadmin ftpadmin 24 Mar 23 2005 cert > drwxrwsr-x 12 ftpadmin ftpadmin 151 Feb 8 21:47 distrib > drwxr-sr-x 3 ftpadmin ftpadmin 23 Jan 25 2006 pictures > drwxr-sr-x 2 ftpadmin ftpadmin 19 Apr 30 09:22 temp > [root@gw ftp]# ftp ftp.ystu.ru > Connected to ftp.ystu.ru (85.158.50.46). > 220 ProFTPD 1.3.0 Server (YSTU FTP Server) [85.158.50.46] > Name (ftp.ystu.ru:root): anonymous > 331 Anonymous login ok, send your complete email address as your password. > Password: > 230 Anonymous access granted, restrictions apply. теперь все понятно - я тут поглядел код proftpd, он как всегда там кривоватый - для анонимусов там делается chroot, а поскольку glibc не кеширует содержимое /etc/localtime, внутри chroot время получается в GMT. Можно на досуге поправить, взяв за основу пример из vsftpd. -- WBR et al.