Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's 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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
whenever i try to send or recieve a file from a friend using AIM or Ymessenger my messenger crashes. I wanted to know which log i'd look at so maybe i could see what was happening everytime it crashes> Does anyone know?
It's not system-wide I think. It looks like a problem with the messangers (they shouldn't crash). On the other hand, two crashing in the same situation - it's strange. For logs, your can look into /var/log/messages. If there were serious errors, they will be inside.
check the logs in /var/log...especially /var/log/messages. To quickly check this file for mentions about gaim, try
# grep gaim /var/log/messages
I dont use gaim or yahoo messenger, so I don't know for sure if they put a log file in there. If not, you can always try, as root, the following two commands...
# updatedb
and
#locate gaim |more
and see if any of the files it locates look like log files.
Sorry I can't give you more to go on, but /var/log is typically where the log files are located...
i have little problems with linux so i don't rarely have to reboot but i recently did and got this message:
Could not look up internet address for x1-6-00-10-b5-f4-57-ac.
This will prevent GNOME from operating correctly.
It may be possible to correct the problem by adding
x1-6-00-10-b5-f4-57-ac to the file /etc/hosts.
i suspect this might be why AIM and Ymessenger might now work.
i added that line to /etc/hosts but still get the error message at start up and aim still crashes.
Last edited by dr_zayus69; 12-03-2004 at 01:28 PM.
does DNS stand for Domain Name Service? Im not sure what the proper DNS server would be or how to find out that info. I want to system settings > server settings > domain name service in fedora Core 2 using Gnome and doesn't seem like there is any ientries in there. Is there a way to edit that in the commandline?
you may also try running it from a terminal in the foreground (ie, without using an & after the command) - errors may be printed to the terminal. the amount of feedback given will depend on the program and the error.
it seems to be working now. Im not sure what fixed it or what exactly what the problem was. I thought it was cuz someone was able to send me something but i was unable to send a file just now
Last edited by dr_zayus69; 12-03-2004 at 09:29 PM.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.