From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.2.5 Message-ID: <49146893.1060009@rambler.ru> Date: Fri, 07 Nov 2008 19:10:59 +0300 From: "Alexei V. Mezin" User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: ALT Linux Community general discussions References: <491456F3.1040905@ya.ru> <20081107150002.GA3447@wrar.name> <491459E0.2040704@ya.ru> <20081107160725.GX5982@wrars-comp.wrarsdomain> In-Reply-To: <20081107160725.GX5982@wrars-comp.wrarsdomain> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Comm] =?koi8-r?b?9M/Szc/aydQgS0RFU1U=?= X-BeenThere: community@lists.altlinux.org X-Mailman-Version: 2.1.10b3 Precedence: list Reply-To: ALT Linux Community general discussions List-Id: ALT Linux Community general discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2008 16:14:30 -0000 Archived-At: List-Archive: List-Post: Andrey Rahmatullin пишет: > On Fri, Nov 07, 2008 at 10:08:16PM +0700, apicultor wrote: >>> Нахрена повторно? >> Потому, что на первый пост тишина. > И на второй будет тишина. Почему? Кстати, вот что говорит strace: ... 19:47:25 read(10, "bash: /home/common/.bashrc: Permi"..., 255) = 46 19:47:45 fcntl64(10, F_GETFL) = 0x2 (flags O_RDWR) ... ... 19:47:45 read(10, "bash: /home/common/.bashrc: Permi"..., 255) = 57 19:48:05 open("/dev/pts/4", O_RDWR) = 11 ... Видно, что между read и open длительные паузы. Или оно там в другом потоке в этом время работает?