From owner-freebsd-drivers@FreeBSD.ORG Thu Jul 26 23:07:44 2012 Return-Path: Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 851E1106566B for ; Thu, 26 Jul 2012 23:07:44 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 427DF8FC0A for ; Thu, 26 Jul 2012 23:07:44 +0000 (UTC) Received: by obbun3 with SMTP id un3so4325122obb.13 for ; Thu, 26 Jul 2012 16:07:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=sender:subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=MCbEs6T3MW/+50NVDRz8mA00xwrqXJHmMkkxTNs4YDY=; b=SJw2kGnySe+VNfbnYBtdV1GPkjH5FB9nzfNSIuQevZIWaEGElr8Mv6/Clz+D8E/Am1 vw2JXeK0N5wwg2ss4jePVarMca78tLr/mJIJSdB4V/Ivo57EkdXRp/sg1DtsjznZcSdo YRashF8shbS0XGVgJ4JRnXjp1buxjrtbpKAePJ3TKzVcGbELVTx9f43/i0Qb2HjBwqwG QK21cjU8doIZKhNzh/o37QMxW7+LqtdMphjkHLeZ1O6hjJxh+iluTCdxBeaB6JP2huGf vJyKMOOAUKzviC8i/9Qta+strV3/ZMals/zwSxgupNUmaR85ZbPmNgxHB5yjVDWzJNqC 6YTg== Received: by 10.182.131.73 with SMTP id ok9mr750553obb.19.1343344063640; Thu, 26 Jul 2012 16:07:43 -0700 (PDT) Received: from fusionlt2834a.int.fusionio.com ([209.117.142.2]) by mx.google.com with ESMTPS id n7sm381948oec.2.2012.07.26.16.07.40 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 26 Jul 2012 16:07:42 -0700 (PDT) Sender: Warner Losh Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: <1343343741.38078.YahooMailClassic@web160705.mail.bf1.yahoo.com> Date: Thu, 26 Jul 2012 17:07:39 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: References: <1343343741.38078.YahooMailClassic@web160705.mail.bf1.yahoo.com> To: Ravi Shankar X-Mailer: Apple Mail (2.1084) X-Gm-Message-State: ALoCoQkb29CXuCB+CO5WAhOQriQCXU4/Xz9WcMl4bg/evEprYU0NvnZk8uOORenblsQMFJtlzN1F Cc: nvangogh , freebsd-drivers@freebsd.org Subject: Re: TFTPing file from server with Softlink X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jul 2012 23:07:44 -0000 On Jul 26, 2012, at 5:02 PM, Ravi Shankar wrote: > I have use tftp as I am trying to load the file from a server running = on a different blade and the line card running Uboot is trying to load = the microkernel thru tftp boot. I understand that. tftpd often runs in a chroot. In a chroot, you = can't symlink to a file outside the chroot and have it work. Warner > --- On Thu, 7/26/12, Warner Losh wrote: >=20 > From: Warner Losh > Subject: Re: TFTPing file from server with Softlink > To: "Jess Disney" > Cc: "Ravi Shankar" , freebsd-drivers@freebsd.org, = "nvangogh" > Date: Thursday, July 26, 2012, 2:58 PM >=20 >=20 > On Jul 26, 2012, at 3:37 PM, Jess Disney wrote: > > Use WinSCP. GUI way to FTP/SCP >=20 > *T*FTP. This is likely for an embedded device or PXE booted server. = Neither is likely to have WinSCP, and besides, that doesn't support TFTP = last time I used it. >=20 > Warner >=20 >=20 > >=20 > > Thanks for your time, > >=20 > > -- > > Jess Disney > > 615-280-0582 > >=20 > >=20 > > On Thu, Jul 26, 2012 at 4:32 PM, Ravi Shankar = wrote: > >=20 > >>=20 > >> Hi, > >> I am trying to TFTP a file from the server running FreeBSD 6.2 = based OS > >> where the file is a symbolic link to a a file in another partition. > >> The TFTP server is failing saying no SUCH FILE ( Validate_access = fails), > >> but when I copy the file locally, the server responds and file is = FTPd. > >> Can you some one help me what should I change to get the file = working thru > >> soft or symbolic links ( even symbolic link within same partition = does not > >> work !!) > >> Any chroot permission I need to change? > >> Thanks, > >> Ravi > >> _______________________________________________ > >> freebsd-drivers@freebsd.org mailing list > >> http://lists.freebsd.org/mailman/listinfo/freebsd-drivers > >> To unsubscribe, send any mail to = "freebsd-drivers-unsubscribe@freebsd.org" > >>=20 > > _______________________________________________ > > freebsd-drivers@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-drivers > > To unsubscribe, send any mail to = "freebsd-drivers-unsubscribe@freebsd.org" >=20