From owner-freebsd-current@FreeBSD.ORG Mon Oct 23 10:21:35 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6871F16A403 for ; Mon, 23 Oct 2006 10:21:35 +0000 (UTC) (envelope-from rainer.alves@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id E817643D45 for ; Mon, 23 Oct 2006 10:21:34 +0000 (GMT) (envelope-from rainer.alves@gmail.com) Received: by wx-out-0506.google.com with SMTP id t4so1554243wxc for ; Mon, 23 Oct 2006 03:21:34 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=OfVQmZB3ZnyezsM3y88sTdmO0gjJ0gBK2iurZuwq7lnyeNto5GzsxKrOUAkqFAsFGg4DbF2/aNI1+IU04r7y03qudw6wW/idyRnF+sT4o/3VPa6b9+iwltHMvp7ZgETCZ35V863YPS0t4ySMoARSxNvPzlIz3DHsuDX5ITI7weo= Received: by 10.70.83.8 with SMTP id g8mr433292wxb; Mon, 23 Oct 2006 03:21:34 -0700 (PDT) Received: from ?127.0.0.1? ( [200.181.68.107]) by mx.google.com with ESMTP id h37sm1823032wxd.2006.10.23.03.21.33; Mon, 23 Oct 2006 03:21:34 -0700 (PDT) Message-ID: <453C9737.3000500@gmail.com> Date: Mon, 23 Oct 2006 07:19:35 -0300 From: Rainer Alves User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.7) Gecko/20061016 Thunderbird/1.5.0.7 Mnenhy/0.7.4.0 MIME-Version: 1.0 To: "Andrey V. Elsukov" References: <453C88FE.8010901@yandex.ru> In-Reply-To: <453C88FE.8010901@yandex.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: unkillable mount_smbfs processes X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Oct 2006 10:21:35 -0000 Andrey V. Elsukov wrote: > My system is CURRENT (~15.10.2006). > When I try mounting a smbfs from windows server then > mount_smbfs command is don't finished. And i can't > interrupt or kill these processes. Same symptoms here. But even though mount_smbfs never finishes, issuing a df/mount on a new terminal window shows that the samba filesystem is indeed mounted and usable. - Rainer