fedora 13 desktop system

I just set up a fedora 13 linode that I'm using as a virtual desktop system.

When I did a stock install, I ran into a few problems – I couldn't run a gnome-terminal, for example. It turned out that some lines are missing from /etc/fstab in the default install. So I added:

tmpfs                   /dev/shm                tmpfs   defaults        0 0
devpts                  /dev/pts                devpts  gid=5,mode=620  0 0
sysfs                   /sys                    sysfs   defaults        0 0

And everything worked fine.

0 Replies

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct