From owner-freebsd-emulation@FreeBSD.ORG Sun Nov 30 19:50:44 2014 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 202A9EC for ; Sun, 30 Nov 2014 19:50:44 +0000 (UTC) Received: from udns.ultimatedns.net (unknown [IPv6:2602:d1:b4d6:e600:4261:86ff:fef6:aa2a]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E817EBBC for ; Sun, 30 Nov 2014 19:50:43 +0000 (UTC) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id sAUJoiev064820; Sun, 30 Nov 2014 11:50:44 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) To: emulation@freebsd.org, Chris Roberts In-Reply-To: <547B6F87.80108@windstream.net> References: <547B6F87.80108@windstream.net> From: "Chris H" Subject: Re: boot hangs on fsck with linprocfs enabled. Date: Sun, 30 Nov 2014 11:50:44 -0800 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: <295d549c4301fc6416a82af16f9fbaee@ultimatedns.net> Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2014 19:50:44 -0000 On Sun, 30 Nov 2014 13:27:03 -0600 Chris Roberts wrote > Good afternoon. I am on a nearly fresh install of FreeBSD 10.1 amd64 > with. I installed linux-f10 from ports with the default options. I had > to reboot this morning, and now the system hangs at boot complaining > that it can't find fsck_linprocfs. There isn't a packaged called this > that I can find by that name. > > The system is a Toshiba laptop that I am using as a desktop. Mate, > xorg, flashplugin, nswrapper, are installed. I have one jail configured > in jails.conf. > > my rc.conf > hostname="huninn" > wlans_iwn0="wlan0" > ifconfig_wlan0="WPA DHCP" > sshd_enable="YES" > ntpd_enable="YES" > powerd_enable="YES" > # Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable > dumpdev="AUTO" > zfs_enable="YES" > slim_enable="YES" > hald_enable="YES" > dbus_enable="YES" > sendmail_enable="NONE" > fsck_y_enable="YES" > usbd_enable="YES" > clear_tmp_enable="YES" > syslogd_flags="-ss" > ntpd_sync_on_start="YES" > devfs_system_ruleset="localrules" > privoxy_enable="YES" > jail_enable="YES" > nfs_client_enable="YES" > > ############### > my /etc/fstab > # Device Mountpoint FStype Options Dump Pass# > /dev/ada0p2.eli none swap sw 0 0 > linproc /compat/linux/proc linprocfs rw 0 1 > > 192.168.1.131:/Backups/Media /home/jake/Media nfs rw,noatime 0 0 > > 192.168.1.131:/Backups/Music /home/jake/Music nfs rw,noatime 0 0 > > > > I have tried both linproc and linprocfs in fstab. Either way works with > mount -a, but both hang at boot. Greetings, I use the following on all the systems I manage that use it: linproc /compat/linux/proc linprocfs rw 0 0 Note the 0 on the end. All the best. --Chris > > _______________________________________________ > freebsd-emulation@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-emulation > To unsubscribe, send any mail to "freebsd-emulation-unsubscribe@freebsd.org"