More Unix/Linux OS Answers
Question Library
Ask a question about Unix/Linux OS
Volunteer
Experts of the Month
Expert Login
Awards
About Us
Tell friends
Link to Us
Disclaimer
|
| |
|
|
| |
| | | |
About mkitwrk
Expertise Expert: Creating and managing *nix database/application servers for use with dl4/unibasic/mysql/apache/thoroughbred applications, espcially in medical environments.
Strengths: scripting, backup and disaster recovery, routing, samba/smbfs/cifs, LPRng, telnet/ssh/sftp, vsftp, rsync, new system preparation, system duplication, database design, system conversions (AIX/SCO-OS5/Linux)
Familiar With: apache/apache-ssl, mysql, php, c, awk, sed, cups, gnome, nfs
Experience I've been head of development at our company since 1984. Our OS's at that time were Point 4's IRIS and Altos' Xenix. Then: SCO Xenix, SCO Unix, AIX, SCO-OS5, Caldera, RedHat 7, Debian Sarge, RedHat ES4, Debian Etch, Redhat ES5. I've migrated our clients through those various versions with minimal interruption while preserving their investments in hardware and staff knowledge over time.
Education/Credentials 1980 BSBA Washington University, Saint Louis, Missouri
| | |
| |
You are here: Experts > Computing/Technology > Focus on Unix > Unix/Linux OS > how to open rescue log files?
Expert: mkitwrk
Date: 10/10/2008
Subject: how to open rescue log files?
Question how to open rescue simulation robocup log files in linux ubuntu?
Answer I am not familiar with the application.
(googled it on the the web... looks interesting...)
Most apps have a configuration file that specifies where to log information...
First, I'd look in /etc/robo* for a configuration file.
Most apps log things in /var/log.
Most logs (that have not been rotated) can be viewed with "less" or "vi".
A few, like utmp/wtmp, have to be viewed with special programs.
Any app that doesn't use /var/log, usually uses a sub-folder to one of the installation folders (usually there are 2 - one for programs, one for data)
Use the following to try and find the locations it might be near by finding all filenames that contain the string "robo":
find / -print | grep robo
Once you find the logs, use "less" to see if they contain text or binary data...
If they contain binary data, get on the robot rescue simulator mailing list that I saw on the website and post your question there so the developers can guide you.
Enjoy!
Larry
Add to this Answer
Ask a Question
|
|