1834536 Members
3438 Online
110069 Solutions
New Discussion

Re: Bus error(coredump)

 
RK_6
Occasional Advisor

Bus error(coredump)

When i am using "route" command following error coming on HP-UX 11i system.
Error : Bus error(coredump)
11 REPLIES 11
RAC_1
Honored Contributor

Re: Bus error(coredump)

What is the exact command that you use??
Also what does "file core" says??

Anil
There is no substitute to HARDWORK
Steven E. Protter
Exalted Contributor

Re: Bus error(coredump)

I would suggest in general that you ring your system up to date on patches. A search of the database for route or core dump turns up dozens of patches.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
RK_6
Occasional Advisor

Re: Bus error(coredump)

Error coming while using following command:

#route add net
Sajith V Mannadiar
Frequent Advisor

Re: Bus error(coredump)

Rajesh,

Try 'which route'.
Does it say '/usr/sbin/route'?

RK_6
Occasional Advisor

Re: Bus error(coredump)

whick route shows
/usr/sbin/route

So the problem is not with route command

System is installed with latest patch bundle that June-2004. So patch may not be a problem
Stf
Esteemed Contributor

Re: Bus error(coredump)

try route add net netmask

Stf
Stf
Esteemed Contributor

Re: Bus error(coredump)

Or try to put your route directly in /et c/rc.config.d/netconf file

Stf ;-)
RK_6
Occasional Advisor

Re: Bus error(coredump)

I could add route by putting entry directly in /etc/rc.config.d/netconf file.

But my problem is with route command.
bhavin asokan
Honored Contributor

Re: Bus error(coredump)

hi,

check the permissions of the route file
also its type


dr / =>ll /usr/sbin/route
-r-xr-xr-x 1 bin bin 28672 Oct 23 2002 /usr/sbin/route
dr / =>file /usr/sbin/route
/usr/sbin/route: PA-RISC1.1 shared executable dynamically linked
dr / =>

if it is corrupted try to copy the binary from other system.

regds,
Stf
Esteemed Contributor

Re: Bus error(coredump)

Did it's the same with /etc/route command?

Stf ;-)
bhavin asokan
Honored Contributor

Re: Bus error(coredump)

hi,

/etc/route is the link to /usr/sbin/route

regds,