From owner-freebsd-current@FreeBSD.ORG Tue Jun 10 14:31:22 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 17230DA1 for ; Tue, 10 Jun 2014 14:31:22 +0000 (UTC) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E965C2C9F for ; Tue, 10 Jun 2014 14:31:21 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1WuN4t-00019c-Nx for freebsd-current@freebsd.org; Tue, 10 Jun 2014 07:31:07 -0700 Date: Tue, 10 Jun 2014 07:31:07 -0700 (PDT) From: Beeblebrox To: freebsd-current@freebsd.org Message-ID: <1402410667736-5919662.post@n5.nabble.com> Subject: Previously working PXE setup now fails MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 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: Tue, 10 Jun 2014 14:31:22 -0000 I had a perfectly working PXE-booting environment, but now it fails at kernel boot stage. Client starts to boot, and var/log/xfer shows the pxeboot file being transferred from server: in.tftpd[34792]: RRQ from 192.168.2.3 filename pxeboot tftpd[5013]: Filename: 'pxeboot' tftpd[5015]: Mode: 'octet' tftpd[5015]: 192.168.2.3: read request for //pxeboot: success Then BTX starts to boot the kernel but fails with: pxe_open: server addr: 192.168.2.1 pxe_open: server path: / pxe_open: gateway ip: 192.168.2.1 NFS MOUNT RPC error: 72 / can't load 'kernel' Then drops to BTX's rescue command prompt. * NFS path is visible in "showmount -e" and I have disabled NFS_V4 to debug the problem. * The BTX cli gives "failed RPC struct is bad" message to "ls" command. * rpcbind complains "cannot get information for tcp6 & udp6. My kernel has IPV6 disabled and etc/rc.conf has {ipv6_activate_all_interfaces="NO" \ ip6addrctl_enable="NO"} * etc/rc.conf has these as well and I tried the problem with NFS_V3 (disable V4) but got same result: rpcbind_flags="-h 192.168.2.1" mountd_flags="-r -n -o -l -h 192.168.2.1" nfsd_flags="-u -t -n 4 -h 192.168.2.1" #nfsv4_only="YES" #nfsv4_server_enable="YES" * The only other log entry I can find is: inetd[4949]: madvise() failed: Operation not permitted inetd[5012]: setpriority 'root' (daemon): Permission denied inetd[5014]: setpriority 'root' (daemon): Permission denied Any suggestions on what else I can try to debug this thing? ----- FreeBSD-11-current_amd64_root-on-zfs_RadeonKMS -- View this message in context: http://freebsd.1045724.n5.nabble.com/Previously-working-PXE-setup-now-fails-tp5919662.html Sent from the freebsd-current mailing list archive at Nabble.com.