Last night I applied the OpenSSH patch from July 29, 2003 and rebooted
the server.  Now, whenever I run the cat command, I receive a
"Segmentation Fault" error.  Here is the output of strace:

[EMAIL PROTECTED]:~$ strace cat test
execve("/bin/cat", ["cat", "test"], [/* 26 vars */]) = 0
uname({sys="Linux", node="newbox.elmresources.org", ...}) = 0
brk(0)                                  = 0x804c6a4
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x40017000
open("/etc/ld.so.preload", O_RDONLY)    = -1 ENOENT (No such file or
directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=94251, ...}) = 0
old_mmap(NULL, 94251, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40018000
close(3)                                = 0
open("/lib/i686/libc.so.6", O_RDONLY)   = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\307\1"...,
1024) = 1024
fstat64(3, {st_mode=S_IFREG|0755, st_size=5792713, ...}) = 0
old_mmap(NULL, 1293384, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) =
0x40030000
mprotect(0x40163000, 35912, PROT_NONE)  = 0
old_mmap(0x40163000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED,
3, 0x132000) = 0x40163000
old_mmap(0x40168000, 15432, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40168000
close(3)                                = 0
munmap(0x40018000, 94251)               = 0
--- SIGSEGV (Segmentation fault) ---
+++ killed by SIGSEGV +++

I am unsure how to proceed here.  My thinking is that the OpenSSH update
altered a library needed by cat.  Has anyone else encountered this issue
or has any suggestions on how to proceeed fixing this error?  I have yet
to find another binary on the system having the same errors.

Melissa

-- 
Melissa Meyer
Systems Engineer 
ELM Resources
505 14th Street Suite 1130
Oakland, CA 94612
office:(510) 285 2297
cell: (510) 541 7066

********CONFIDENTIALITY NOTE**********
This electronic mail may contain information which is confidential or
restricted for use only by ELM Resources employees.  The
information is intended only for the use of the recipient(s) named in
this mail. If you are not an intended recipient, be aware that any
disclosure, copying, distribution or use of the contents of this
information is without authorization and is prohibited. If you receive
this electronic mail in error, please notify us by return electronic 
mail and delete this mail immediately. Thank you for your cooperation.
***************************************


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to