Operating System - HP-UX
1832541 Members
5340 Online
110043 Solutions
New Discussion

How to restart xkim as following as error logs?

 
SOLVED
Go to solution
Lee Joon Moon
Occasional Advisor

How to restart xkim as following as error logs?

Hello Everyone
Server rp5470 and HPUX 11.0
After I install new patch, and I couldn't connect the server with telnet.
So, I executed insf -e, reboot and I could connect again.
But I put KOREAN on CDE, but I could input Korea and English on telnet termnial.

Error Message like this

dtimsstart: 'xkim' aborted.
dtimsstart: 'xkim' started for 172.16.13.77:0.0
dtimsstart: /usr/bin/sh: exec failed [Exec format error]

and When I executed like this

# eval '/usr/dt/bin/dtimsstart -env'

X Error of failed request: BadAtom (invalid Atom parameter)
Major opcode of failed request: 18 (X_ChangeProperty)
Atom id in failed request: 0x0
Serial number of failed request: 154
Current serial number in output stream: 159

I'm thinking about the patch,which I had a mistake to install it on system.
I'm not sure.

Have a nice day


4 REPLIES 4
Robert Binkhorst
Trusted Contributor
Solution

Re: How to restart xkim as following as error logs?

Hi,

If you think your patch didn't install properly, you can check it like this:
swlist -l patch -a state

and grep on your patch name. It should say "configured".
linux: the choice of a GNU generation
Lee Joon Moon
Occasional Advisor

Re: How to restart xkim as following as error logs?

I removed all patch, but I got the same error message.
"dtimsstart: 'xkim' aborted.
dtimsstart: 'xkim' started for 172.16.13.77:0.0
dtimsstart: /usr/bin/sh: exec failed [Exec format error]"

Perhaps, the system was mass.
Rick Beldin
HPE Pro

Re: How to restart xkim as following as error logs?

A few things...

The exec format error is troubling. I've seen this when you attempt to execute PA2.0 code on a system that only supports PA 1.1 and I have also seen that when a binary's header is corrupt so that we couldn't figure out the magic number.

We might try a sh -vx dtimsstart to see if we can see exactly on which executable we are having problems.

You don't mention this, but what kind of device are you displaying this on? I assume some pc or other remote X-capable device. What X emulation software are you running?
Necessary questions: Why? What? How? When?
Lee Joon Moon
Occasional Advisor

Re: How to restart xkim as following as error logs?

Thank your answer.
I'm using Exceed which is a kind of X simuater program. I tested the patch another system. But there wasn't no problem.
I don't know the reason.

Thank your attention my problems