AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
#Power
 View Only
  • 1.  ls: 0653-345 ./..: Permission denied. IOT/Abort trap(coredump)

    Posted Tue July 11, 2006 05:35 AM

    Originally posted by: SystemAdmin


    Hi
    I am finding thi error while using ls -la to particular directory. and when I am using cd to other directory then the eroor is IOT/Abort trap(coredump. This is happening with oracle user. root it's ok.

    Please suggest

    #AIX-Forum


  • 2.  Looks like a bug

    Posted Wed July 12, 2006 09:38 PM

    Originally posted by: nagger


    Which version of AIX it this? Find out with oslevel -r

    There are no circumstances where ls should core dump.

    Just a thought:
    Have you aliased the ls command to do other things and these are crashing?
    #AIX-Forum


  • 3.  Re: Looks like a bug

    Posted Thu July 13, 2006 08:23 AM

    Originally posted by: SystemAdmin


    If the Oracle user has the problem and root doesn't maybe you should check Oracle's PATH? Maybe ls for Oracle isn't what it should be?
    #AIX-Forum


  • 4.  Re: ls: 0653-345 ./..: Permission denied. IOT/Abort trap(coredump)

    Posted Tue July 25, 2006 10:32 AM

    Originally posted by: SystemAdmin



    umount the filesystem and check the permissions of the mountpoint. I had the same problem today and the mountpoint needes o+x permissions

    it tooks us a while to find out too hope this helps...

    Jaap
    #AIX-Forum


  • 5.  Re: ls: 0653-345 ./..: Permission denied. IOT/Abort trap(coredump)

    Posted Thu March 15, 2007 10:24 AM

    Originally posted by: SystemAdmin



    We had the same problem,

    after changing directory from /home/e1eadm to /home/e1eadm/.ssh - IOT/Abort (core)

    a closer look in /home/ showed the following output:

    drwxr-x[b]-[/b]-x 31 root system 4096 Feb 22 09:32 ..
    ...........|
    ...........|_______ (missing [b]r[/b] permission for other)
    after chmod [b]o+r[/b] .. the problem was solved. (no umount required)

    Stefan
    #AIX-Forum


  • 6.  Re: ls: 0653-345 ./..: Permission denied. IOT/Abort trap(coredump)

    Posted Thu April 12, 2007 02:19 AM

    Originally posted by: niella


    That should not cause a coredump.
    #AIX-Forum