diff --git a/en/gnome/docs/faq2.sgml b/en/gnome/docs/faq2.sgml index 43d6c96388..a1b84cab5d 100644 --- a/en/gnome/docs/faq2.sgml +++ b/en/gnome/docs/faq2.sgml @@ -1,6 +1,6 @@ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [ <!ENTITY base CDATA "../.."> -<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.143 2009/06/16 20:02:42 remko Exp $"> +<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.144 2010/06/16 21:34:19 kwm Exp $"> <!ENTITY title "FreeBSD GNOME Project: GNOME &gnomever; FAQ"> <!ENTITY email "freebsd-gnome"> <!ENTITY % navinclude.gnome "INCLUDE"> @@ -74,6 +74,8 @@ Note: links for existing questions should NEVER be changed. GNOME?</a> <li> <a href="#q29">How can I get GDM to respect my locale settings?</a> + <li> <a href="#procfs">Why do I not see any users in + GDM?</a> </ol> <h2>Full Text </h2> @@ -158,7 +160,7 @@ gnome_enable="YES" <tt>startx(1)</tt>):</p> <pre> -exec gnome-session +exec ck-launch-session gnome-session </pre> </li> @@ -1126,7 +1128,19 @@ export LC_ALL=<locale> define <tt>gdm_lang</tt> to the desired locale in <tt>/etc/rc.conf</tt>.</p> </li> +<!-- QPROCFS --> + <li style="padding-bottom: 0.5em"><a name="procfs"></a> + <p><b>Why do I not see any users in GDM?</b></p> +<!-- APROCFS --> + <p>You did not mount the <tt>procfs</tt> file system. + Procfs is not mounted by default in recent releases of FreeBSD. + You must add the following line to your <tt>/etc/fstab</tt> + file:</p> + <pre> +proc /proc procfs rw 0 0 + </pre> + </li> </ol> &footer; </body>