- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- bad magic
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 10:30 AM
06-03-2002 10:30 AM
bad magic
/usr/sbin/sam[221]: 1618 Memory fault(coredump)
Trying to launch glance:
# glance
/usr/lib/dld.sl: Bad magic number for shared library: /opt/perf/lib/libxcurses.1
/usr/lib/dld.sl: Exec format error
Abort(coredump)
I brought the system up into single user mode
and "fsck" all the f/s's, yet is still bombs out. O/S level is 10.20. Any suggestions besides reload?
Thanks,
Randy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 10:34 AM
06-03-2002 10:34 AM
Re: bad magic
I think that your root harddisk has developed bad sectors.
Pls run this command and check :
dd if=/dev/rdsk/c1t0d0 of=/dev/null bs=512k
if inputs=output then no problems. Or else your disk has gone bad. Be prepared for changing it and reloading the OS. ....backup time
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 10:39 AM
06-03-2002 10:39 AM
Re: bad magic
Try this,
ll -d /lib
Make sure /lib is linked to /usr/lib, if not
cd /
ln -s /usr/lib lib
Also take a look at this thread,
http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000047257300
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 10:40 AM
06-03-2002 10:40 AM
Re: bad magic
http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000058669668
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 10:47 AM
06-03-2002 10:47 AM
Re: bad magic
See if you have 'opt/perf/lib/libxcurses.1'. If so, it's permissions should look like:
-r-xr-xr-x 1 root bin 409600 Mar 16 1999 /opt/perf/lib/libxcurs
es.1
Do a:
# file /opt/perf/lib/libxcurses.1
...See if this returns:
/opt/perf/lib/libxcurses.1: s800 shared library -not stripped
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 12:29 PM
06-03-2002 12:29 PM
Re: bad magic
James:
The file libxcurses.1 returns:
# file libx*
libxcurses.1: awk program text
Instead of "shared executable".
When I installed the patch I got the following
error messages: (see attached file)
But.....
The patch did install... but I still get the
core dump using SAM and errors similar to those
during the patch install when I do a "swlist".
##############################
WARNING: Ignoring duplicate definition for the keyword "vendor" at line
40795.
WARNING: Incomplete definition for the product "PHNE_20834", beginning
at line 40814. The following attributes are not defined:
filesets the filesets contained in the product
PHSS_21951 B.10.00.00.AA LIBCL cumulative patch
#
Still working on it...
thanks everyone so far!
Randy