1752782 Members
6470 Online
108789 Solutions
New Discussion юеВ

Re: bus error

 
shell script_1
Advisor

bus error

hi all expert

when i ssh to my server , have appear

-bash-3.2# su -
Bus error

2 REPLIES 2
Michal Kapalka (mikap)
Honored Contributor

Re: bus error

hi,

check this explanation :

http://www.linuxquestions.org/questions/linux-general-1/bus-error-26766/

hope it help you to move forward with the error.

mikap
shell script_1
Advisor

Re: bus error

-bash-3.2# cd /bin
-bash-3.2# ldd su
linux-gate.so.1 => (0x00da0000)
libpam.so.0 => /lib/libpam.so.0 (0x00dad000)
libpam_misc.so.0 => /lib/libpam_misc.so.0 (0x00746000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x00124000)
libdl.so.2 => /lib/libdl.so.2 (0x0058c000)
libc.so.6 => /lib/libc.so.6 (0x00a1c000)
libaudit.so.0 => /lib/libaudit.so.0 (0x002c1000)
/lib/ld-linux.so.2 (0x004f8000)
-bash-3.2# lsattr /bin/su
------------- /bin/su
-bash-3.2# su -
Bus error


the problem still existence.
any good advice ?