From owner-freebsd-fs@FreeBSD.ORG Mon Dec 29 02:40:42 2003 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4942416A4CE for ; Mon, 29 Dec 2003 02:40:42 -0800 (PST) Received: from relay.butya.kz (butya-gw.butya.kz [212.19.129.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5EA243D1D for ; Mon, 29 Dec 2003 02:40:39 -0800 (PST) (envelope-from bp@butya.kz) Received: by relay.butya.kz (Postfix, from userid 1000) id 4C6D8584A; Mon, 29 Dec 2003 16:40:36 +0600 (ALMT) Date: Mon, 29 Dec 2003 16:40:36 +0600 From: Boris Popov To: "Markus F. Meisinger" Message-ID: <20031229104036.GP87124@vertex.kz> References: <002501c39ec3$014498f0$0200a8c0@MKMEISINGER.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <002501c39ec3$014498f0$0200a8c0@MKMEISINGER.local> User-Agent: Mutt/1.4.1i cc: freebsd-fs@freebsd.org Subject: Re: mount_smbfs and MS Windows Domain Controllers X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Dec 2003 10:40:42 -0000 On Thu, Oct 30, 2003 at 09:51:21AM +0100, Markus F. Meisinger wrote: > Dear list, > > if i try to mount a share on a Microsoft Windows 2003 Domain Controller > i get "Permission denied", > the password is correct,because if i use a wrong password i get > "Authentication error" > mounting shares from other Windows Workstations works fine. Please read an instruction in http://lists.samba.org/archive/samba/2003-May/066356.html which shows how to disable strong packet signing. After that smbfs will be able to mount shares as usually. -- Boris Popov http://rbp.euro.ru From owner-freebsd-fs@FreeBSD.ORG Mon Dec 29 08:11:41 2003 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FE9316A4CE for ; Mon, 29 Dec 2003 08:11:41 -0800 (PST) Received: from martos.bme.hu (ns.martos.bme.hu [152.66.232.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BCD943D46 for ; Mon, 29 Dec 2003 08:11:39 -0800 (PST) (envelope-from tompos@martos.bme.hu) Received: by martos.bme.hu (Postfix, from userid 1000) id 4D57DFAEF; Mon, 29 Dec 2003 17:11:38 +0100 (CET) Date: Mon, 29 Dec 2003 17:11:38 +0100 From: Papp Tamas To: freebsd-fs@freebsd.org Message-ID: <20031229161138.GA7588@martos.bme.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i Subject: jail on nullfs and 5.1-RELEASE X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Dec 2003 16:11:41 -0000 hi! I created a full jail with nullfs. Everything is mounted read-only with nullfs except /var, /dev, /tmp and /home . It would be an shell server. When I did a find inside the jail in the directory /usr/sbin, it was lockd up. The process can't see in the ps list from outside the jail. When I try to connect to the jail's ssh daemon, it doesn't work, but with jexec I can do anything, for example ps, or ls, but if I want to list the files in the jail's /, /usr or /usr/sbin directory (common mount), it locks up, and the ps show the process in the "D+" state. root 10034 0.0 0.0 1136 476 p1 D+ 4:48PM 0:00.00 jexec 8 /bin/ls / Anyway the cron processess in the jail are too in D state: root 9993 0.0 0.0 1304 440 ?? DLJ 4:45PM 0:00.00 /usr/sbin/cron Can somebody to help me, or say any positive future releated to the problem? I'm very sad, because I would like to do this very much and I can't :) I'm sorry if the mail is a bit chaotic, but I can't see, where or what is the problem (nullfs? jail? or something else? or me?:))) and my english is very rude. I apologize. Thank you very much, tompos