My GNOME2 cannot work!

Scot Hetzel swhetzel at gmail.com
Sun Nov 16 09:37:07 PST 2008


On 11/16/08, Bear <jilingshu at gmail.com> wrote:
> hi,
>  I have use these commands to install GNOME to my new-installed FreeBSD 7.0:
>
>  pkg_add -r xorg
>  pkg_add -r gnome-session
>  pkg_add -r gnome2-lite
>
>  and then,I reboot my computer and use user Bear to login.
>  then I type in
>
>  echo "/usr/local/bin/gnome-session" > ~/.xinitrc
>
>  then I type in
>
>  startx
>
>  but it give me a error
>  the summary of the error is below:
>
>  Could not lock the file "/var/tmp/gconf-test-locking-file-CB9IKU"
>  The error was "Invalid argument"(errno = 22)
>
>  What Can I Do??thx!
>
>  BTW:I have been set my PACKAGEROOT to ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-current/Lat
>  est/
>
Uninstall all the packages that were installed from the above
PACKAGEROOT, then set PACKAGEROOT to either:

ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-7.0-release/Latest

or

ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-7-stable/Latest

The packages you had installed were built for FreeBSD 8.0-CURRENT,
they are not compatible with FreeBSD 7.0.

Also, make sure that /var/tmp has the permissions 1777 set:

# ls -l /var/ | grep tmp
drwxrwxrwt  12 root    wheel   1536 Nov 16 10:56 tmp

Scot


More information about the freebsd-current mailing list