Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
Hey guys, last night I shutted down my linux box, then this morning I boot it up, and some kind of error comes up that it forces me to manually run FSCK, so I did it, and then I "fixed" all the problems. Then I rebooted, and startup went well, no problems there, until I got to the part where X Window comes up, and it can't load it, it tries a couple of times then it drops me to shell. Then when I login and try running 'startx', I get an error that reads as follows:
(gnome-session:1994):Warning **: Cannot Open font file for font Luxi Sans 10
(gnome-session:1994):Warning **: Cannot Open fallback font, nothing to do.
Waiting for X Window to shutdown................
I'm thinking that when I ran fsck, and rewrote some of the files, it maybe corrupted these fonts and that's why I can't go into Xwindow. Is there a way that I can download this fonts, then rewrite the old files, and maybe it'll work?
or can I make it use a different font?, or what can I do?
I appreciate the help very much, thanks in Advance!
"I'm thinking that when I ran fsck, and rewrote some of the files, it maybe corrupted these fonts and that's why I can't go into Xwindow."
When fsck fixes a file system it never throws anything away. It fixes what it can. Anything that fsck finds but can't fix is placed in a directory called lost+found. The directories and files in lost+found are given a number for a name. So take a look in lost+found and see if you have any lost directories and files. If so you might be able to move them back to where they belong.
"Is there a way that I can download this fonts, then rewrite the old files, and maybe it'll work?"
hey thanks for that help.
Nevertheless, I did find your numbers in the lost+found folder, however, how do I know which ones are which?, because they just have numbers #86940303, stuff like that.
"Nevertheless, I did find your numbers in the lost+found folder, however, how do I know which ones are which?, because they just have numbers #86940303, stuff like that."
Take a look at the contents of the numbered files with a text editor or a hex editor. There is an outside chance that you will recognize the file and know where it belongs. There is a slightly higher chance that you will recognize what it is and know which rpm you need to reinstall or which files to restore from backup.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.