mount in 1.1.1 (Was: [gmail] ssh +openpty)

Rob Landley rob at landley.net
Thu Mar 30 21:09:06 UTC 2006


On Thursday 30 March 2006 5:36 am, Marc Leeman wrote:
> > There were a half-dozen other problems with that mount.c though.  I'm a
> > bit surprised mount -a is working at all for you with that. :)
> >
> > Could you try http://busybox.net/downloads/patches/svn-14684.patch ?
>
> Yes, but it's exactly the same:
>
> [tux at scorpius /home/httpd/cgi-bin]$ mount
> /dev/root on / type nfs
> (rw,v2,rsize=4096,wsize=4096,hard,nolock,proto=udp,addr=150.158.231.6)
> proc on /proc type proc (rw)
> [tux at scorpius /home/httpd/cgi-bin]$ mount -a
> [tux at scorpius /home/httpd/cgi-bin]$ mount
> /dev/root on / type nfs
> (rw,v2,rsize=4096,wsize=4096,hard,nolock,proto=udp,addr=150.158.231.6)
> proc on /proc type proc (rw)
> [tux at scorpius /home/httpd/cgi-bin]$
> [tux at scorpius /home/httpd/cgi-bin]$ cat /etc/fstab
> /dev/root   /        auto  defaults,errors=remount-ro   0 0
> /proc     /proc      proc  defaults            0 0
> tmpfs     /tmp    tmpfs defaults            0 0
> none    /dev/pts    devpts  mode=0622  0 0
> [tux at scorpius /home/httpd/cgi-bin]$

Kumar Gala found the bug:
http://busybox.net/lists/busybox/2006-March/019928.html

I'll check in a fix this evening, and add the commit to fixes.patch once 
acked.

Release 1.1.2 (1.1.1+fixes.patch) is scheduled to come out on Monday, April 9.  
(That means the next -devel stabilization in June should be called 1.2.0.)

Rob
-- 
Never bet against the cheap plastic solution.



More information about the busybox mailing list