linux rhel: on which string did this come from?


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users linux rhel: on which string did this come from?
# 1  
Old 02-24-2009
linux rhel: on which string did this come from?

Hi Guys,

RHEL 4.4

I was reviewing an app failure on one of our hosts and I encountered this entry on syslog:

Feb 22 08:54:46 saturn-host rc: Starting start_server_daemon: succeeded

there's timestamp, saturn-host is the servername, rc is the linux rc wrapper script, "Starting" is on the script 'rc', start_server_daemon came from a routine in rc to list all rc.3 contents and loop on them.

i dont get where "succeeded" came from Smilie

its not from start_server_daemon script.

root# grep -i succeeded /etc/rc.d/rc
root#

root# grep -i succeeded /etc/init.d/functions
# Log that something succeeded
root#

I can modify the scripts involve and append -x to shebang line and then reboot, but i dont want to go as far as that.

Any ideas?

cheers,
Marc
# 2  
Old 02-24-2009
Question

I'm subscribing because I would like to know the answer myself.

I don't see where the rc scripts are logging anything via syslog. There's some package called rhgb-client which is allowing a GUI to show progress of what underlying processes are started, but from what I can tell, it doesn't log. It also doesn't have "succeeded" in the binary. My search through /usr/share/locale didn't find anything interesting (in either C, or en_* locales).
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

AIX to RHEL migration - awk treating 0e[0-9]+ as 0 instead of string issue

Greetings Experts, We are migrating from AIX to RHEL Linux. I have created a script to verify and report the NULLs and SPACEs in the key columns and duplicates on key combination of "|" delimited set of big files. Following is the code that was successfully running in AIX. awk -F "|" 'BEGIN {... (5 Replies)
Discussion started by: chill3chee
5 Replies

2. Red Hat

RHEL Linux 6.2 to 7.3 - Bootable iso

Hi All On one of my sandbox machine, I want to replace RHEL 6.2 to RHEL 7.3. I am using both developer editions. rhel-server-7.3-x86_64-dvd.iso ... This is what I have downloaded from Red Hat Enterprise Linux Download | Red Hat Developers My understanding is this file would work as a... (1 Reply)
Discussion started by: videsh77
1 Replies

3. Red Hat

Server Hang in Linux RHEL 5.5

Dear All , One of our Oracle Database Server , which got hanged a couple of days before , so that we could not login to the Server , but it was pinging. So we tried various options and at last we did a reboot of this server. To find out the root cause of the Server Hang , when i checked the... (2 Replies)
Discussion started by: jegaraman
2 Replies

4. Red Hat

Suitable External HDD for Linux RHEL

Hi All, I am very new to UNIX systems and need your help. OS: RHEL 5.4(LINUX) 64 bit I need to get a new external 2TB HDD for transferring data from between linux machines. This HDD will not be used in any windows/MAC servers. Only on UNIX systems(linux/solaris) the USB device is to be... (1 Reply)
Discussion started by: Bikash Mishra
1 Replies

5. UNIX for Dummies Questions & Answers

Linux (RHEL) and ports...

Hi, One of our applications running on RHEL is not working as expected - the application supplier has advised that a port is not allowing the correct traffic. I know the port is open for incoming connections (checked with nmap and telnet) however is there a way I check the port is open for... (4 Replies)
Discussion started by: mcclunyboy
4 Replies

6. Emergency UNIX and Linux Support

RHEL/Linux Small Monitor

Hi, I'm using RHEL 4.5, and currently due to some special circumstances that required me to use this small monitor about 7" The problem is while using this monitor with windows, the monitor able to show the graphic/view.. but while using redhat it unable to detect. This monitor has no... (7 Replies)
Discussion started by: flekzout
7 Replies

7. Linux

rhel 4 linux WOL wake on lan

Hi guys, Two boxes on the same .23 subnet 192.168.1.x The box I wanted to shutdown and restart remotely went down, but didn't come back up when I used ether-wake 00:11:22:etc:etc: The sleeper has two nics, but only one with cable. I configured both nics to wake on lan using the g option. The... (0 Replies)
Discussion started by: Bloke
0 Replies

8. Red Hat

Linux RHEL 4 upgradation problem

Hi All, I have some problem in upgrading Linux from kernel 2.4.21-4.EL to 2.4.21-27.EL. I downloaded the package from Rpm source : kernel-source-2.4.21-27.EL.i386 RPM I upgraded using rpm -Uvh kernel-source-2.4.21-27.EL It installed sucessfully, But when i check grub.conf file... (3 Replies)
Discussion started by: VNK
3 Replies

9. UNIX and Linux Applications

Linux ODBC in RHEL v5.2

I need some help with a project I am working on. I am writing a database application to manage some access lists. While this is for internal use only, the IT infrastructure is US Army managed. This severely limits which software I am allowed to use. I have a RHEL v5.2 server which uses some... (2 Replies)
Discussion started by: KenK
2 Replies
Login or Register to Ask a Question