WARNING: Handler was not 0xF009057C Placed on vector 0x00000000


 
Thread Tools Search this Thread
Operating Systems SCO WARNING: Handler was not 0xF009057C Placed on vector 0x00000000
# 1  
Old 06-03-2014
WARNING: Handler was not 0xF009057C Placed on vector 0x00000000

Hello
Virtualizing OpenServer 5.0.7hw in VirtualBox-4.3.12, running in SLES11SP3.
Install pack SMP, MP5 and all available patches, but I'm having a problem on boot.
Almost always when you boot, it shows:

WARNING: check_for_noshare: can not share handlers on vector 0
WARNING: move_fixed: can not add 0xF009057C vector to 0 - can not share
WARNING: Handler was not 0xF009057C Placed on vector 0x00000000

By what I read is that there is a conflict between devices, but I find it is and how to fix it.
remove the cdrom, NIC but the error still appears.

How can I know which is the device that is causing the conflict?

The full error is:
Code:
device    address       vec dma comment
-------------------------------------------------------------------------------
%kernel   -               -  -  rel=3.2v5.0.7 kid=2003-02-18
%cpu      -               -  -  unit=1 family=6 type=gt PentIII
%cpuid    -               -  -  unit=1 vend=GenuineIntel tfms=0:6:10:9(0)
%fpu      -              13  -  unit=1 type=80387-compatible
%pci      0x0CF8-0x0CFF   -  -  am=1 sc=0 buses=3
%PnP      -               -  -  nodes=0
%clock    -               -  -  type=TSC/3.633126975Ghz
%console  -               -  -  unit=vga type=0 num=12 scoansi=1 scroll=50
%adapter  0xD060-0xD063  11  -  type=blc ha=0 id=7 fts=stn
%parallel -               0  -  unit=4
%udi      -               -  -  UDI environment
%adapter  -               -  -  ha=0 type=usb_msto UDI SCSI HBA
%adapter  0x01F0-0x01F7  14  -  type=IDE ctlr=0 dvr=wd
%eeG0     0xD040-0xD05F  10  -  type=PRO/1000 08:00:27:99:98:6b
%cd-rom   -               -  -  type=IDE ctlr=0 cfg=mst unit=0 dvr=Srom->wd
WARNING: check_for_noshare:cannot share handlers on vector 0
WARNING: move_fixed:cannot add 0xF009057C to vector 0 - cannot share
WARNING: Handler 0xF009057C was not placed on vector 0x00000000
%disk     -               -  -  type=S ha=0 id=0 lun=0 bus=0 ht=blc unit=0
%Sdsk     -               -  -  cyls=652 hds=255 secs=63 unit=0 fts=stdb
%Sdsk-0   -               -  -  Vnd=VBOX Prd=HARDDISK Rev=1.0
mem: total = 1048124k, kernel = 134884k, user = 913240k
swapdev = 1/41, swplo = 0, nswap = 2097152, swapmem = 1048576k
Autoboot from rootdev = 1/42, pipedev = 1/42, dumpdev = 1/41
kernel: Hz = 100, i/o bufs = 104324k (high bufs = 103300k)

When the error shows does not appear:
Code:
device    address       vec dma comment
-------------------------------------------------------------------------------
%kernel   -               -  -  rel=3.2v5.0.7 kid=2003-02-18
%cpu      -               -  -  unit=1 family=6 type=gt PentIII
%cpuid    -               -  -  unit=1 vend=GenuineIntel tfms=0:6:10:9(0)
%fpu      -              13  -  unit=1 type=80387-compatible
%pci      0x0CF8-0x0CFF   -  -  am=1 sc=0 buses=3
%PnP      -               -  -  nodes=0
%clock    -               -  -  type=TSC/3.376731123Ghz
%console  -               -  -  unit=vga type=0 num=12 scoansi=1 scroll=50
%adapter  0xD060-0xD063  11  -  type=blc ha=0 id=7 fts=stn
%udi      -               -  -  UDI environment
%adapter  -               -  -  ha=0 type=usb_msto UDI SCSI HBA
%adapter  0x01F0-0x01F7  14  -  type=IDE ctlr=0 dvr=wd
%eeG0     0xD040-0xD05F  10  -  type=PRO/1000 08:00:27:99:98:6b
%cd-rom   -               -  -  type=IDE ctlr=0 cfg=mst unit=0 dvr=Srom->wd
%disk     -               -  -  type=S ha=0 id=0 lun=0 bus=0 ht=blc unit=0
%Sdsk     -               -  -  cyls=652 hds=255 secs=63 unit=0 fts=stdb
%Sdsk-0   -               -  -  Vnd=VBOX Prd=HARDDISK Rev=1.0
mem: total = 1048124k, kernel = 134992k, user = 913132k
swapdev = 1/41, swplo = 0, nswap = 2097152, swapmem = 1048576k
Autoboot from rootdev = 1/42, pipedev = 1/42, dumpdev = 1/41
kernel: Hz = 100, i/o bufs = 104324k (high bufs = 103300k)

Thanks for getting this far down.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

File Handler of an Output

Hi Guys, I hope anyone could help me on my problem: (perl or shell) I have this command: ns cluster "ns snmp show status" all Then the output is: Command was launched from partition 0. ------------------------------------------------ Executing command in server server6 Event Text... (3 Replies)
Discussion started by: rymnd_12345
3 Replies

2. Programming

problem in doing coding of signal handler

i m unble to execute code of signal handler using a) Wait b) Waitpid (1 Reply)
Discussion started by: madhura
1 Replies

3. Shell Programming and Scripting

Perl Signal Handler

I was working on some Perl code that does signal handling and I came across this one liner and wasn't sure what it was doing. local $SIG{__DIE__} = sub {$! = 2; die $_;}; I think the first part of the anonymous subroutine is setting $! to 2, but I am not sure what the second part is doing. ... (1 Reply)
Discussion started by: SFNYC
1 Replies

4. Programming

Signal Handler Hangs

Hi, I have a problem with signal handler algorithm in linux. My code is hanging ( It is continuously looping inside the signal handler) . I am pasting my code here... Please provide me some help regarding this. I googled many places and wrote this code.. but doesnt seem to be working without... (6 Replies)
Discussion started by: sree_ec
6 Replies

5. Programming

SIGCHLD interrupts its own handler

Hi. I have a program whose job it is to manage 15 child processes. Sometimes these children die (sometimes deliberately other times with a SEGV). This causes a SIGCHLD to be sent to my program which uses waitpid() in the signal handler to gather information and, in most cases, restart the child.... (3 Replies)
Discussion started by: jrichemont
3 Replies

6. UNIX for Dummies Questions & Answers

Doubt with irq handler.......

Hello, I have develop a driver for my hardware and now, I need to handle a IRQ but I does not work. As I can understand, to handle a irq, it is necessary to make a request_irq(). If the return value is zero, ok, no problem to handle irq. Here is a easy example of my driver: #include... (8 Replies)
Discussion started by: webquinty
8 Replies

7. Shell Programming and Scripting

XML Handler in perl

Hi there, I'm newby in perl and XML. I can read and parse Xml with XML-Node upper XML::Parser, but how can I create XML tags and pack my individual data in it then send through socket. PLZ lead me :) Meanwhile what is your opinion about XML Writer library? Thanks in Advance. (2 Replies)
Discussion started by: Zaxon
2 Replies

8. Programming

signal handler problems

Hey guys, I am trying to write a little shell, and was writing a signal handler to handle SIGINT (I am using 'stty intr ^C' and using ctrl-C to give SIGINT). I wrote this signal handler: void handle_sigint() { write(2,"handling sigint\n",16); write(1,"\nshell% ",8); } ... (4 Replies)
Discussion started by: blowtorch
4 Replies

9. Shell Programming and Scripting

File Handler in TCL

Hai , I Have Some x.txt file in which has the following data x.txt HI, How Are u r u fine /home/Sanju/samp.html /root/Sanju/design/sample now in tcl i have the following script set fp while { >= 0 } { puts $line ... (1 Reply)
Discussion started by: sanjustudy
1 Replies

10. Programming

signal handler for SIGCHLD

Hi, I have an c++ application which uses the function fork and execvp(). The parent does not wait until the child ends. The parents just creates children and let them do their stuff. You can see the parent program as a batch-manager. I have added a SIGCHLD handler to the program: void... (3 Replies)
Discussion started by: jens
3 Replies
Login or Register to Ask a Question