LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This 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


Reply
  Search this Thread
Old 05-07-2003, 09:31 PM   #1
rickenbacherus
Member
 
Registered: Mar 2003
Location: colorado springs. colorado
Distribution: Debian-Sid 2.6.24-rt1
Posts: 290

Rep: Reputation: 30
Wanted: error messages


Does anyone know of a concise listing of all or even most of the errors and their explainations one might receive while using Linux? Thanks for any ideas.
 
Old 05-08-2003, 01:41 AM   #2
rch
Member
 
Registered: Feb 2003
Location: Santa Clara,CA
Distribution: Mandriva
Posts: 909

Rep: Reputation: 48
Re: Wanted: error messages

Quote:
Originally posted by rickenbacherus
Does anyone know of a concise listing of all or even most of the errors and their explainations one might receive while using Linux? Thanks for any ideas.
what a question!
errors while using linux?
Be specific!
 
Old 05-08-2003, 05:41 AM   #3
quietguy47
Member
 
Registered: Mar 2003
Location: Everett
Distribution: Slackware
Posts: 805

Rep: Reputation: 35
http://rute.2038bug.com/rute.html.gz
Look under "Error Messages'.
 
Old 05-08-2003, 05:49 AM   #4
jt1020
Member
 
Registered: Apr 2003
Location: root@localhost
Distribution: Fedora Core 5, Ubuntu, Debian
Posts: 537

Rep: Reputation: 30
I already posted this in this forum:
hope this helps:

10 Problem Areas and Solutions

--------------------------------------------
Can't Boot Linux Anymore

PROBLEM: You've installed Linux and everything is fine(naturaly). Then you make a change to your Windows or Windows NT system, and you can't boot linux anymore...

SOLUTION: Various operating systems tend to think that they are the only operating system on the hard drive or on the system. Therefore, when they are installed or updated, they write things to the Master Boot Record(MBR). This process overlays the Linux boot loader(LILO/GRUB) and stops you from booting Linux. The best correction requires an ounce of prevention: Make an Emergency bootdisk during installation. Keep this disk handy when you update your system(or any significant system event like repartitioning your hard drive or rebuilding your kernel). Boot using the bootdisk and log in as Root and type lilo on the command line. This repairs the MBR by reinstalling LILO.
---------------------------------------------------------
Hard Drive Numbers Have Changed Since Installation

PROBLEM: Linux numbers hard drives each time it boots, calling SCSI hard drives name like sda, sda, and sdd. Suppose that sdd holds your Microsoft operating system, sdb holds the bulk of Linux, sdc holds your user files, and sdc holds your swap space. Now you add another hard drive and your user files are on sdd and your swap space is on sde. The new hard drive is sdc but has nothing on it. What happened?

SOLUTION: If you insert a new hard drive into the SCSI bus with a SCSI ID that is lower than an existing hard drive, you rename all hard drives with a SCSI ID number above the one you just installed. It's best to start installing your SCSI hard drives with a SCSI ID of 0,1,2 and so on; then put other SCSI devices at the other end of th SCSI bus(SCSI Ids 6,5,4 and so on). Note that most SCSI controllers are set to SCSI ID 7 by default.
---------------------------------------------------------
CD-ROM Isn't Detected

PROBLEM: You're Installing Linux but it doesn't find your CD-ROM.

SOLUTION: First, look at the preceding section about hard drive numbering. This enables you to figure out the name that Linux would call your CD-ROM if Linux knew about it. If you have an EIDE?ATAPI CD-ROM, type the following line whenever you see the boot prompt (LILO or GRUB prompt) while booting or installing your system:

linux hdx=cdrom

where X is the number your CD-ROM would have if it could be detected.
---------------------------------------------------------
How To Remove LILO and Restore my MBR

PROBLEM: You don't know how to replace the boot record that was on your system before you started installing Linux.

SOLUTION: You can log in to Linux as root, and then type the following command:

lilo -u

Another solution is to boot MS DOS, or MSDOS prompt and type the following:

fdisk /mbr
---------------------------------------------------------
Can't Use LILO to Boot

PROBLEM: You need to put Linux on a hard drive or a partition that is beyond the 1023rd cylinder, the second IDE hard drive, or the second SCSI ID number, or you need to do something else that will that will make it difficult for Linux to boot using LILO or GRUB. You can boot Linux in another way.

SOLUTION: You can use a program called LOADLIN to boot from your MS DOS or Windows system. You can read documents on how to configure LOADLIN....

issues about 1024th cylinder limits were resolved in lilo about 18 months ago afaik, there is no reason grub or lilo can't easily boot to the very end of a drive on hdd for example.
---------------------------------------------------------
The ls Command doesn't Show Files in Color

PROBLEM: When running the ls command to show files in color, the command doesn't display files in color.

SOLUTION: you have to edit the bashrc file in your home directory to add the following line to the end of the file:

alias la='ls –color=auto'

Log off and reexecute your bashrc file(assuming your using the bash shell).
---------------------------------------------------------
When I Start X Window System, I see a Gray Screen

PROBLEM: You configured your X Window system, but when you log in as a general user(that is, not as root) and type startx, all you get is a gray screen with a big x in the middle. You wait a long time, but nothing happens.

SOLUTION: To correct this problem, log in as root and go to the home directory who is having problems. After you are in the user's home directory, issue the ls – ld command tosee who owns that directory and what the permisions are on that directory. If the directory is owned by root and the group ownership is bin, use the chown and chgrp commands to change the ownership of the home directory to the user accnt and change the group ownership of the home directory to users.

This could be the issue, but then there an awful lot of things that could cause this. fundamentally it is caused by not being able to find reference to a window manager to load inside X, personally i've neevr found permissions to be the issue.

(also, it's not going to be a grey screen any more, due to the "die die die" X patch which makes it a nice colour...)
----------------------------------------------------------
How to Make X Window Start at Boot Time

PROBLEM: You don't want to have to log in to a command-line mode(such as DOS) and then type startx. Instead, you want to log in through X Window System.

SOLUTION: If you like to see a graphical interface from the beginning, do the following. In the /etc/inittab file, change this line:

id:3:initdefault:

to this:

id:5:initdefault:

Save your changes and reboot. X starts at the end of the boot process, and you can then log in through the graphical interface.
-----------------------------------------------------------
I Never Seem to Have the Correct Time

PROBLEM: When you boot Linux the time is wrong, so you set it with the date command. Then you boot to windows and itstime is wrong, so you reset it. When you reboot Linux, its time is wrong again.

SOLUTION: Most Unix systems keep their time using universal time(also known as GMT), but Microsoft Systems keep their time as local time. When you set the time n either system, you set the CPU clock to that version of the time. Then when you boot the other system, it interprets what is in the CPU clock differently and reports a different time.

Linux enables you to store and think of the clock as either GMT or local time. You make this choice when you install the system. To change your choice, follow these steps:

1. Log in as root.
2. Type timeconfig.

The Configure Timezones dialog box appears. Set your system clock to GMT by selecting the Hardware Clock Set To GMT option at the top of the screen.

3. Deselect the Hardware Clock Set To GMT option.

Highlight the option by pressing the tab key, if necessary.

4. Press the spacebar to deselect the option. Press the tab key until you reach the ok button, and then press Enter.
5. Reset the time to the proper value by using the date command if you reboot Linux or through the Windows System if you boot Windows.
 
Old 05-09-2003, 10:52 AM   #5
rickenbacherus
Member
 
Registered: Mar 2003
Location: colorado springs. colorado
Distribution: Debian-Sid 2.6.24-rt1
Posts: 290

Original Poster
Rep: Reputation: 30
Re: Re: Wanted: error messages

Quote:
Originally posted by rch
what a question!
errors while using linux?
Be specific!
That's just it rch- there is no specific error I'm interested in. I want a list that I can reference when I do get an error instead of searching for each and every indivdual one. Make sense? I don't think it's a crazy question at all.
 
Old 05-09-2003, 11:17 AM   #6
jt1020
Member
 
Registered: Apr 2003
Location: root@localhost
Distribution: Fedora Core 5, Ubuntu, Debian
Posts: 537

Rep: Reputation: 30
well, i think that rch means that your question is too broad and wide...

there can be errors on your hardware, on your kernel, compatibility errors, errors while installing a new software, errors on your packages...and errors can even vary from various distributions, buttom line is: There are far too many errors depending on the situation...

if any errors come up, you can always post it... i'm sure alot of people would try to help you....

 
Old 05-09-2003, 11:53 AM   #7
tcaptain
LQ Addict
 
Registered: Jul 2002
Location: Montreal
Distribution: Gentoo 2004 from stage 1 baby!
Posts: 1,403

Rep: Reputation: 45
Re: Wanted: error messages

Quote:
Originally posted by rickenbacherus
Does anyone know of a concise listing of all or even most of the errors and their explainations one might receive while using Linux? Thanks for any ideas.
google.com is your friend

Seriously...not trying to be a wise*ss here, but whenever I get an error message I don't understand, the first step is to punch it into google. Usually within the first 5 links I'll get a decent explanation and usually within the first 2 pages I'll have a decent solution!
 
Old 05-09-2003, 12:22 PM   #8
rickenbacherus
Member
 
Registered: Mar 2003
Location: colorado springs. colorado
Distribution: Debian-Sid 2.6.24-rt1
Posts: 290

Original Poster
Rep: Reputation: 30
Re: Re: Wanted: error messages

Quote:
Originally posted by tcaptain
google.com is your friend
Undoubtedly- you are correct. In fact sometimes I get TOO much info. I just wanted something I could print hard copy for those times I have no connection ya know? I realize that there are a million errors possible but a list of all kernel errors for example is what I'm after. This isn't in response to any problem I'm having- Linux is humming along quite nicely (of course).
 
Old 05-09-2003, 05:23 PM   #9
quietguy47
Member
 
Registered: Mar 2003
Location: Everett
Distribution: Slackware
Posts: 805

Rep: Reputation: 35
Did you click on the link I gave you?
 
Old 05-09-2003, 11:29 PM   #10
rch
Member
 
Registered: Feb 2003
Location: Santa Clara,CA
Distribution: Mandriva
Posts: 909

Rep: Reputation: 48
Wanted: error messages

Quote:
Originally posted by rickenbacherus
That's just it rch- there is no specific error I'm interested in. I want a list that I can reference when I do get an error instead of searching for each and every indivdual one. Make sense? I don't think it's a crazy question at all.
Ok if you come up with every possible error ,it may fill up several 700 page books.So if you are specific ,I could help you.
For instance -let's try some of the possible errors-
programming errors
compilation errors
hardware errors
software errors
kernel errors
installation errors
and each of the above can again be divided into many:
programming errors:
c,python ,bash,c++,java,perl,cs,ruby
if you think about document formatters-awk,sed
and so on:
 
Old 05-10-2003, 09:16 PM   #11
rickenbacherus
Member
 
Registered: Mar 2003
Location: colorado springs. colorado
Distribution: Debian-Sid 2.6.24-rt1
Posts: 290

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by quietguy47
Did you click on the link I gave you?
You know as a matter of fact I had looked at the rute users guide long ago but I missed something crucial- /usr/include/asm/errno.h

It's got it all- thanks for REdirecting me quietguy47

I haven't heard of a header file before.

rch- thanks for the offer to assist but Linux is running quite well for me. I was only preparing for what the future holds.
 
Old 05-10-2003, 09:57 PM   #12
quietguy47
Member
 
Registered: Mar 2003
Location: Everett
Distribution: Slackware
Posts: 805

Rep: Reputation: 35
Glad to help.
 
Old 05-10-2003, 10:51 PM   #13
rch
Member
 
Registered: Feb 2003
Location: Santa Clara,CA
Distribution: Mandriva
Posts: 909

Rep: Reputation: 48
Quote:
Originally posted by rickenbacherus
rch- thanks for the offer to assist but Linux is running quite well for me. I was only preparing for what the future holds. ]
Linux should run well.And it would not suprise you as much as a M$ OS would do.Linux Rocks!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
error messages ust Linux - Software 1 11-12-2005 01:20 AM
Oracle installation: error lockup space wanted peter_kz Linux - Software 9 04-01-2005 07:11 PM
[drm : i830_wait_ring] *ERROR* space : 131056 wanted 131064 koodoo Linux - Newbie 3 03-19-2005 12:27 AM
From where am i getting error messages to /var/log/messages? prabhuacsp Programming 3 02-16-2005 08:59 AM
From where am i getting error messages to /var/log/messages? prabhuacsp Linux - Networking 1 02-16-2005 12:34 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 10:42 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration