From mboxrd@z Thu Jan 1 00:00:00 1970 From: Diego Iastrubni Date: Thu, 26 May 2011 13:17:27 +0300 Subject: [Buildroot] Slow boots caused by ca520507fc15a8213334a76339a3e6d567e91ea0 (udev, inittab) In-Reply-To: References: <20110517152841.2da7be8c@surf> <87zkmiud2q.fsf@macbook.be.48ers.dk> <87tycqucj3.fsf@macbook.be.48ers.dk> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Arggg... now SSH does not work, since the server cannot allocate a PTY.... Again - the fix is to re-add this line to the S10udev script: mount -t devpts /dev/pts /dev/pts || (echo "FAIL" && exit 1) On Thu, May 19, 2011 at 3:04 PM, Diego Iastrubni wrote: > > On Thu, May 19, 2011 at 2:59 PM, Peter Korsgaard wrote: > > ?>> Do you have devtmpfs + mount enabled in your kernel? (DEVTMPFS + > > ?>> DEVTMPFS_MOUNT). If you do so, /dev is already a tmpfs. > > > > ?Diego> It seems not. The sad thing is that I cannot even recompile the > > > > Argh - Then your best bet is probably to add a local hack to mount a > > tmpfs on /dev before starting udev. > > And I propose adding a back that check in the udev script, as it wan > before. This should not hurt existing users.