On Thu, 2012-12-20 at 03:26 -0500, Alexander Spitzer wrote: > I had the same problem. Try starting chrome from bash by typing > 'google-chrome' and a solution will be suggested. > I believe by remaking /dev/shm, the permissions have been changed. > > > Correct me if I'm wrong, but the permission change shouldn't have any > effect on the LFS build (it didn't for me). > > > Alex > > On Thu, Dec 20, 2012 at 3:17 AM, JIA Pei <jp4w...@gmail.com> wrote: > > Hi, all: > > Sorry for bugging all of you again. > I'm now preparing Virtual Kernel File systems, please refer to > page > > http://www.linuxfromscratch.org/lfs/view/development/chapter06/kernfs.html > > > However, whenever I tried to run the last command on this page > if [ -h /dev/shm ]; then > rm -f $LFS/dev/shm > mkdir $LFS/dev/shm > fi > > mount -vt tmpfs shm $LFS/dev/shm > > It always kill the Chromium web browser directly, and Chrome > will never come back to life. > > 1) Chrome is not able to be found in running processes. > > 2) I can never restart Chrome again. > > > > Can anybody help to explain why it is so? > > > > cheers > > Pei > > > > > > > -- > > > Pei JIA > > > Email: jp4w...@gmail.com > cell: +1 604-362-5816 > > > Welcome to Vision Open > http://www.visionopen.com > > -- > http://linuxfromscratch.org/mailman/listinfo/lfs-support > FAQ: http://www.linuxfromscratch.org/lfs/faq.html > Unsubscribe: See the above information page > > >
Can you check the LFS variable: $ echo $LFS I believe this should be set in your '.bashrc' file. If you're knocking out your real dev shared memory that will cause many problems, but you shouldn't be doing this. Thanks, Michael -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page