From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Tue, 6 Mar 2012 16:42:20 -0500 To: jas@corpus-callosum.com, 9fans@9fans.net Message-ID: <4bcaf3f315b12c3ac74aaa5b2c02cc2e@chula.quanstro.net> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] pxeboot & tftpd Topicbox-Message-UUID: 674d66aa-ead7-11e9-9d60-3106f5b1d025 > ip/dhcpd -x /net.alt works perfectly well but ip/tftpd -x /net.alt will fail unless you've got a custom /lib/namespace or /cfg/$sysname/namespace that includes something similar to the following: > > # alt networks > bind -b '#l1' /net.alt > bind -b '#I1' /net.alt > mount -a /srv/cs_net.alt /net.alt > mount -a /srv/dns_net.alt /net.alt > > > There may a better way, but so far that's the only thing I've found to make tftpd work off of /net.alt. that's pretty much the standard way of doing things. is there any reason you wouldn't want the namespace on a machine using net.alt *not* to include those binds and mounts? - erik