System Fails


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users System Fails
# 1  
Old 07-07-2004
Question System Fails

Hi Exprts,

There's a critical problem on one of the Workstations that the client reports every morning their system is down.

It seems there's no power failure, as in the next startup the file systems are stable ,so i checked the "messages" file , the last line which i got before failure is :

"/usr/dt/bin/ttsession [ID 862433 deamon.error] child (1944) exited ude to signal 1"

the above message has been repeated as the last message of system up time with different ID's.

do you think that this message has any specific meaning?

If no what else should i check as the cause of this problem?

Pls. help.
--nikk

PS. as a test i put the system in single user mode last night & it failed again this morning.
# 2  
Old 07-07-2004
I have seen this a lot on solaris servers using X (like Sun ray severs etc) and i think its nothing to worry about. I have never had any problems with servers showing this error message.
/Peter
# 3  
Old 07-07-2004
See this.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Cloning a system via mksysb backup from one system and restore to new system

Hello All, I am trying to clone an entire AIX virtual machine to a new virtual machine including all partitions and OS.Can anyone help me on the procedure to follow? I am not really sure on how it can be done.Thanks in advance. Please use CODE tags for sample input, sample output, and for code... (4 Replies)
Discussion started by: gull05
4 Replies

2. HP-UX

shl_load fails

Hi, I have written a simple program of 2 lines in C to load a library using SHL_LOAD. It fails with error "/usr/lib/hpux32/dld.so: Unable to find library 'xyz.sl'. Load failure for library , ERRNO = 2" Shlib_PATH,LD_LIBRARY_PATH,PATH,LD_PRELOAD are set correctly and library exists on the... (0 Replies)
Discussion started by: ashwinichavan
0 Replies

3. Programming

realloc() fails

Not sure in which forum to post this. I'm trying here, in Programming. I'm working on a PC with Intel Duo processor & 2GB of ram. OS is Ubuntu 10.04. I'm having problems with a C++ program that makes extensive use of realloc(). It happens that as soon as the overall memory allocated(OS +... (14 Replies)
Discussion started by: mamboknave
14 Replies

4. Solaris

smf fails to mount svc:/system/filesystem/usr:default

http://i44.tinypic.com/2cmq7vn.jpg Please help me on this issue i'm using solaris on vmware x86 even i runed fsck on root disk like 'fsck -Y /dev/rdsk/c0d0s0 ' but again after reboot it is going to maintanance mode reply soon (6 Replies)
Discussion started by: knl.sundeep
6 Replies

5. UNIX for Advanced & Expert Users

why script fails sometime?

Hi, I am trying to run a shell script on solaris,some time it works fine and some times it fails unexpectedly. There is a script called "autostart.sh" which automatically starts the Application server but some times the script fails to strat the application server. can anyone tell me what... (10 Replies)
Discussion started by: tahir23
10 Replies

6. Programming

system() fails

Hi, I have the following code which fails with return value 1. sprintf(tmp, "rm -rf %s/* 2>/dev/null\n", dest); rc = system( tmp ); rc is 1 The files exist and the paths are correct. I can do a manual copy but the application fails. All the calls to system() function fail with the same... (6 Replies)
Discussion started by: mspaper
6 Replies

7. UNIX for Advanced & Expert Users

make fails...

Hi When im trying to do make --version and make --help in HP-UX it throws error Make: Unknown flag argument -. Stop. a soft link is present in this directory /usr/bin/make and hard link is in /usr/ccs/bin/make what could be the reason can any1 ..please tell me how to solve this... (1 Reply)
Discussion started by: vasanthan
1 Replies

8. Shell Programming and Scripting

Need to know why Perl fails.

Hello . Would really like to know why this code fails . I need to edit both the QUESNO : and <\p> tag at the same time . open(TEXT, "<20030211.txt") || die ("Cannot open the text files"); while (<TEXT>) { if ($_ =~ m/QUESNO :/) { if ($_ =~ m/<\/p>/) { print ($_); ... (0 Replies)
Discussion started by: whatsup
0 Replies

9. AIX

mkvg fails

# mkvg -y temp_vg hdisk5 0516-1254 mkvg: Changing the PVID in the ODM. 0516-1207 mkvg: An invalid physical volume ID been detected on hdisk5. 0516-862 mkvg: Unable to create volume group. ??? What do I do? AIX 4.3.3 I have seen something like this before but I don't remember the... (2 Replies)
Discussion started by: osee
2 Replies

10. Programming

stat() fails!!! what can i do?

Hi all, I can not understand why my stat() function fails all the time when function tries to go recursevly. Someone suggested that it might be poiter problem. Please, look up my code at: www.donnelly.cc.ks.us/readdir_test.c. How can i solve this problem? Any suggestion are welcome! Thank you... (3 Replies)
Discussion started by: solvman
3 Replies
Login or Register to Ask a Question